Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-17 | coverage: llvm-cov support | Cary Converse | 5 | -6/+8 | |
2020-06-17 | ci: Remove PostgreSQL from PATH | Nirbheek Chauhan | 1 | -1/+2 | |
It's one of the causes of the cmake test failures, and it's also plaguing the VS2019 jobs now because of the image update. | |||||
2020-06-05 | ci: run some builders with response file threshold set to zero | Dan Kegel | 1 | -0/+8 | |
2020-05-15 | travis/macos: Restore the old pkg-config behaviour | Nirbheek Chauhan | 1 | -1/+3 | |
We need to test both "have pkg-config" and "don't have pkg-config" pathways on macOS, which is why pkg-config was only installed in one branch based on --unity=on/off. | |||||
2020-04-28 | ci: Fix OpenSUSE immage boost_python | Daniel Mensinger | 1 | -1/+1 | |
2020-04-28 | ci: Added bionic image | Daniel Mensinger | 3 | -1/+70 | |
2020-04-23 | ci: Try to fix opensuse image | Dylan Baker | 1 | -1/+1 | |
2020-04-22 | ci: install python3-lxml | Dylan Baker | 4 | -3/+4 | |
This will be used by the junit validation tests. | |||||
2020-04-17 | ci: Add python-jsonschema | Dylan Baker | 3 | -1/+3 | |
Which is used to validate the json schema files in the various test directories in a unit test. | |||||
2020-04-12 | azure: Do not skip boost tests | Daniel Mensinger | 1 | -1/+4 | |
2020-04-11 | Add rust stdlib dir to PATH on Windows. | Jussi Pakkanen | 1 | -0/+3 | |
2020-04-10 | Fix typos | Jens Carl | 1 | -2/+2 | |
2020-04-08 | travis: Fix Travis OSX build | Daniel Mensinger | 2 | -0/+78 | |
2020-04-05 | ci: Added cuda image (Arch Linux based) | Daniel Mensinger | 3 | -1/+28 | |
2020-04-05 | ci: Fix env_vars.sh path in the opensuse image | Daniel Mensinger | 1 | -4/+4 | |
2020-04-04 | ci: Use self hosted CI data | Daniel Mensinger | 3 | -243/+75 | |
2020-04-04 | ci: Add debug logs to for the setup process | Daniel Mensinger | 2 | -4/+15 | |
2020-04-02 | ci: Retry if dub fetch failed | Daniel Mensinger | 5 | -8/+50 | |
2020-04-02 | ci: Fix OpenSUSE image | Daniel Mensinger | 1 | -4/+4 | |
2020-04-02 | ci: Use the new CI image builder for eoan | Daniel Mensinger | 3 | -36/+60 | |
2020-04-02 | ci: New CI image builder infrastructure | Daniel Mensinger | 11 | -19/+220 | |
2020-04-02 | ci: Added python-jsonschema to docker images | Daniel Mensinger | 3 | -4/+6 | |
2020-04-01 | ci: Added boost_python to fedora | Daniel Mensinger | 1 | -0/+1 | |
2020-02-23 | Merge pull request #6637 from ↵ | Jussi Pakkanen | 1 | -2/+2 | |
mesonbuild/nirbheek/implement-symbolextractor-windows Implement symbolextractor on windows + some cleanups/fixes | |||||
2020-02-22 | symbolextractor: Add support for clang-cl | Nirbheek Chauhan | 1 | -2/+2 | |
Requires the latest LLVm 9.0 release which implements the `-list` argument to `llvm-lib` and ships with an implementation of `nm` called `llvm-nm`. | |||||
2020-02-20 | boost: Updated tests | Daniel Mensinger | 2 | -3/+3 | |
2020-02-11 | ci: Add Fedora and OpenSUSE images | Daniel Mensinger | 4 | -0/+76 | |
2020-02-09 | Remove vs2015 jobs as Azure will stop supporting it. | Jussi Pakkanen | 1 | -16/+5 | |
2020-02-04 | Don't fail in setup on azure when commit message contains an equals sign | Jon Turney | 1 | -0/+4 | |
The kludgy method we use to get env vars from vcvarsall.bat into our environment doesn't correctly handle env var values which contain newlines. The BUILD_SOURCEVERSIONMESSAGE environment variable contains the entirety of the commit message. If a line containing an equals sign appears in the commit message, we could have problems. Unset that environment variable to workaround this problem. | |||||
2020-01-29 | ci: Add Arch Linux OS test | Daniel Mensinger | 3 | -0/+88 | |
2020-01-22 | tests: Add a unit test for checksums | Nirbheek Chauhan | 1 | -1/+1 | |
Adds a CI dependency on the `pefile` python module. | |||||
2019-12-11 | Merge pull request #6207 from dcbaker/linker-option | Jussi Pakkanen | 1 | -1/+2 | |
Add a way to select the dynamic linker meson uses | |||||
2019-12-09 | azure: Fix vs2015 | Daniel Mensinger | 1 | -10/+0 | |
2019-12-02 | azure: print where link.exe is coming from too | Dylan Baker | 1 | -1/+2 | |
2019-09-01 | azure: Bump to upstream ninja v1.9 release | Nirbheek Chauhan | 1 | -1/+8 | |
2019-09-01 | azure: Download pkg-config.exe from meson cidata | Nirbheek Chauhan | 1 | -1/+1 | |
2019-07-24 | ci: Fix failures in vs2019 jobs on Azure | Nirbheek Chauhan | 1 | -1/+1 | |
pip warns about being out of date and powershell interprets that as an error because reasons. Found in https://github.com/mesonbuild/meson/pull/5687#issuecomment-514268525 | |||||
2019-07-09 | Use pytest-xdist in Azure and Linux on Travis. | Jussi Pakkanen | 1 | -0/+4 | |
2019-06-06 | cmake: better logging | Daniel Mensinger | 1 | -0/+5 | |
2019-04-20 | Merge pull request #5250 from jon-turney/test-compiler-report | Jussi Pakkanen | 1 | -2/+2 | |
Add a report of compilers used to run_project_tests.py | |||||
2019-04-16 | Add VS2019 backend CI and docs. | Anton Kochkov | 1 | -1/+6 | |
2019-04-15 | azure: Fix some places where an unexpected compiler is being picked up | Jon Turney | 1 | -2/+2 | |
Now we have some information in CI logs about what compiler is actually being used, fix some places where an unexpected compiler is being picked up. Avoid picking up gcc-objc and gfortran from PATH in vs2017 image for VS test runs. Use clang for objc/objc++ in MSYS2 clang test runs, rather than picking up gcc from path. Also install gfortran for fortran tests on Cygwin. | |||||
2019-04-03 | d: Fix linker errors with shared libraries on Windows | Ari Vuollet | 1 | -1/+1 | |
2019-03-20 | Revert "azure: Don't try to publish logs from fork" | Jon Turney | 1 | -2/+1 | |
This reverts commit ec5e8869196cc7749f4c224bc8d850b33b942e2d. | |||||
2019-03-17 | azure: Unset BOOST_ROOT for Cygwin, MSYS2 and clang-cl | Jon Turney | 1 | -0/+2 | |
It looks like BOOST_ROOT is now set in the azure v2017 image (relevant change seems to be [1], pre-installing boost) Remove BOOST_ROOT from the environment to prevent attempting to use a boost which is incompatible with the compiler. (an MSVC boost should be compatible with clang-cl, but has problems, see c7a3e810) [1] https://github.com/Microsoft/azure-pipelines-image-generation/pull/732 | |||||
2019-03-01 | azure: Fix python3 in vs2017 tasks | Daniel Mensinger | 1 | -0/+7 | |
2019-02-25 | ci: Debug why dmd --version is returning 1 | Nirbheek Chauhan | 1 | -1/+1 | |
2018-11-27 | azure: ignore PRs which should be skipped for ci | Jon Turney | 1 | -1/+1 | |
azure doesn't support [skip ci], so do nothing, rather than failing when we detect a PR which should have [skip ci], but didn't get skipped. | |||||
2018-11-21 | CI: port cygwin job from appveyor to azure-pipelines | Christoph Reiter | 2 | -28/+0 | |
2018-11-16 | azure: Install Boost binaries for Windows | Jon Turney | 1 | -0/+15 | |
This installs a Boost distribution with built binaries for Windows, so we can have test coverage of both (i) boost components which are header-only libraries, and (ii) boost components which have separately-compiled libraries. (This duplicates the behaviour from appveyor of using Boost 1.64 with VS1027 (the first version which provides pre-built binaries for that), and Boost 1.60 for VS2015 (the oldest Boost provided by appveyor)) Don't install Boost when using clang-cl, as there appear to be issues in either Boost or clang-cl which prevent that from working well. |