aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-22Upgrade google-fruit to dab5bdfe01eb9f90a2b688c7f3be177a9bd8d5c6HEADmastermainZijun
2024-05-21Fix the copy/move constructor declarations in NormalizedComponentStorageHolde...upstream-masterMarco Poletti
2024-05-21Mark a swap method noexcept, addressing a Clang Tidy check.Marco Poletti
2024-05-21Add support for latest compiler versions in the CI scripts.Marco Poletti
2024-05-21Switch from asctime to strftime in example code, addressing a Clang Tidy check.Marco Poletti
2024-05-21Disable some recently-added Clang Tidy performance checks that are not relevant.Marco Poletti
2024-05-21Add dockerfiles for Ubuntu 23.10 and 24.04.Marco Poletti
2024-05-21Upgrade google-fruit to v3.7.1Yi Kong
2024-02-27Update OWNERS file am: f454cd9bf5Sadaf Ebrahimi
2024-02-27Update OWNERS fileSadaf Ebrahimi
2023-01-29Fixed how to get `GENERATOR_IS_MULTI_CONFIG`tt4g
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