aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-01-29Fixed how to get `GENERATOR_IS_MULTI_CONFIG`upstream-mastertt4g
2023-01-29Support CMake multi-configuration generator (#149)tt4g
2023-01-21Bump the Fruit version to 3.7.1.Marco Poletti
2023-01-21Add support for clang-11.0 in OS X CI tests.Marco Poletti
2023-01-21Bump the minimum version of Clang used in OS X CI tests to 11. Clang 9 is dep...Marco Poletti
2023-01-21Change a using declaration into a typedef to workaround a bug in MSVC 2022.Marco Poletti
2023-01-21Bump the minimum version of Clang used in OS X CI tests to 9. Clang 8 doesn't...Marco Poletti
2023-01-21typoTimo Lange
2023-01-21add tests for move-only and non-move typesTimo Lange
2023-01-21typoTimo Lange
2023-01-21fix for assisted reference type arguments of factoriesTimo Lange
2022-12-03Bump the version to 3.7.0.Marco Poletti
2022-12-03Upgrade a leftover actions/checkout@v2 use to v3.Marco Poletti
2022-12-03Set the Boost dir explicitly in Windows CI tests.Marco Poletti
2022-11-27Don't pass -Wno-unknown-warning-option in MinGW CI runs.Marco Poletti
2022-11-27Use "libraries: headers" instead of "libraries: unordered" when installing Bo...Marco Poletti
2022-11-19Try fixing the Windows CI configuration with MinGW + Boost.Marco Poletti
2022-11-19Fix remaining references to old the OS X CI script.Marco Poletti
2022-11-14Remove config files for Travis CI and Appveyor, and update docs to mention Gi...Marco Poletti
2022-11-14Update the CI badges in the github home page to the Github Actions ones.Marco Poletti
2022-11-14(Hopefully) fix the Windows CI config for MinGW.Marco Poletti
2022-11-14CI: keep only the min and max supported clang version for each OS X version.Marco Poletti
2022-11-14Temporarily test against all available clang versions in OS X CI tests.Marco Poletti
2022-11-14Try different compiler versions for OS X CI tests.Marco Poletti
2022-11-14Fix the vcvarsall dir location used in MSVC 2022 CI tests.Marco Poletti
2022-11-14Call microsoft/setup-msbuild@v1.1 in MSVC CI tests to add msbuild to PATH.Marco Poletti
2022-11-14Partial revert of 00f238e5 to fix compilation errors with Clang/GCC.Marco Poletti
2022-11-14Mark a variadic constructor "explicit" to fix a clang-tidy warning.Marco Poletti
2022-11-14Update the expected error regexes in tests with the error formats of the late...Marco Poletti
2022-11-14Simplify some code so that Fruit HEAD compiles in Visual Studio again.Marco Poletti
2022-11-12Run "brew unlink" before "brew link" in OS X CI tests.Marco Poletti
2022-11-12Use actions/checkout@v3 instead of v2, Node.js 12 actions are deprecated.Marco Poletti
2022-11-12Bump the Clang version used in DebugAsanUbsan runs in Ubuntu 22.x to 13.Marco Poletti
2022-11-12Adjust the expected error regex in a test to allow the error format used by C...Marco Poletti
2022-11-12Run py.test with "python3 -m pytest" so that the current directory ends up in...Marco Poletti
2022-11-12Silence the bugprone-easily-swappable-parameters lint in a few places.Marco Poletti
2022-11-12Update the CI config to run with the latest OS and compiler versions.Marco Poletti
2022-11-12Update dockerfiles, adding Ubuntu 22.04 and 22.10 and removing obsolete versi...Marco Poletti
2021-11-08Use 'python3 -m pytest' on Windows CI tests too.Marco Poletti
2021-11-08Maintain the original PATH (and only add) in Windows CI tests.Marco Poletti
2021-11-08Add the Chocolatey bin dir to PATH in Windows CI tests.Marco Poletti
2021-11-08Stop trying to test against MSVC 2017 in CI, it's not available in the Window...Marco Poletti
2021-11-08Fix VCVARSALL_DIR path.Marco Poletti
2021-11-08Fix CMake path for Github actions' Windows runnerMarco Poletti
2021-11-08Restore previous PATH-modifying code in postsubmit.bat.Marco Poletti
2021-11-08Fix unmatched quote in the Windows CI config.Marco Poletti
2021-11-08Set VCVARSALL_DIR in the Windows CI config.Marco Poletti
2021-11-08More fixes to the Windows CI config.Marco Poletti
2021-11-08Use the bash shell to change GITHUB_ENV in Windows CI tests, and other small ...Marco Poletti
2021-11-07More fixes to the Windows CI config.Marco Poletti