Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'file-archive-zstd-compression-level' | Brad King | 2022-11-17 | 3 | -2/+5 |
|\ | |||||
| * | file(ARCHIVE_CREATE): Allow higher compression level for Zstd | Amir Masoud Abdol | 2022-11-16 | 3 | -2/+5 |
* | | Merge topic 'test-FindBoost-python-versions' | Brad King | 2022-11-17 | 1 | -2/+2 |
|\ \ | |||||
| * | | Tests: Update FindBoost.TestPython for Python 3.11 and 3.12 | Brad King | 2022-11-16 | 1 | -2/+2 |
| * | | Source: Replace uses of sprintf with safer snprintf in CMake 3.24 branch | Sean McBride | 2022-11-03 | 2 | -14/+20 |
| * | | Merge branch 'ninja-intl-paths' into release-3.24 | Brad King | 2022-10-27 | 4 | -0/+22 |
| |\ \ | |||||
| * \ \ | Merge branch 'try_compile-CMP0128' into release-3.24 | Brad King | 2022-10-25 | 1 | -4/+5 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'test-genex-TARGET_PROPERTY' | Brad King | 2022-11-16 | 59 | -29/+55 |
|\ \ \ \ \ | |||||
| * | | | | | Tests: Move some cases to RunCMake.GenEx-TARGET_PROPERTY | Brad King | 2022-11-15 | 14 | -6/+9 |
| * | | | | | Tests: Prepare RunCMake.GenEx-TARGET_PROPERTY for more independent cases | Brad King | 2022-11-15 | 10 | -13/+37 |
| * | | | | | Tests: Rename RunCMake.TargetPropertyGeneratorExpressions for consistency | Brad King | 2022-11-15 | 45 | -4/+3 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge topic 'file-copy-error-path' | Brad King | 2022-11-16 | 7 | -0/+39 |
|\ \ \ \ \ | |||||
| * | | | | | file(COPY_FILE): Report if failure occurred on input or output path | Brad King | 2022-11-15 | 7 | -0/+39 |
| |/ / / / | |||||
* | | | | | Merge topic 'cmp0141-pch-reuse' | Brad King | 2022-11-16 | 2 | -0/+7 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | CMP0141: Fix PCH REUSE_FROM when MSVC_DEBUG_INFORMATION_FORMAT is empty | Brad King | 2022-11-15 | 2 | -0/+7 |
* | | | | | Merge topic 'cmake-E-copy-t-mode' | Brad King | 2022-11-15 | 3 | -0/+8 |
|\ \ \ \ \ | |||||
| * | | | | | cmake -E copy: Add support for -t argument | Kyle Edwards | 2022-11-15 | 3 | -0/+8 |
* | | | | | | Merge topic 'test-isolate-ctest-env' | Brad King | 2022-11-15 | 9 | -16/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Tests: Isolate more RunCMake cases from external ctest environment values | Brad King | 2022-11-14 | 3 | -0/+12 |
| * | | | | | | Tests: Factor out RunCMake ctest environment isolation | Brad King | 2022-11-14 | 6 | -16/+4 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'better_handling_of_build_args' | Brad King | 2022-11-15 | 3 | -0/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmake: --build improve detection of no build dir | Robert Maynard | 2022-11-14 | 3 | -0/+4 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'top-level-command-order' | Brad King | 2022-11-15 | 13 | -8/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | project: Warn at top-level if `cmake_minimum_required` wasn't called | friendlyanon | 2022-11-11 | 6 | -1/+13 |
| * | | | | | | RunCMake/project: Ignore exact line number in stderr checks | friendlyanon | 2022-11-11 | 7 | -7/+7 |
* | | | | | | | Tests: Teach CheckSourceTree test to clean up more specific known files | Brad King | 2022-11-14 | 1 | -0/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge topic 'ci-windows-arm64' | Brad King | 2022-11-14 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Tests: Fix CTest.UpdateGIT under repo-local defaultBranch config | Brad King | 2022-11-11 | 1 | -1/+1 |
* | | | | | | | Merge topic 'msvc-19.34-cpp-modules' | Brad King | 2022-11-14 | 2 | -1/+3 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | / / / / | | |/ / / / | |/| | | | | |||||
| * | | | | | msvc: bless MSVC 19.34 support for C++ modules as experimental | Ben Boeckel | 2022-11-11 | 2 | -1/+3 |
* | | | | | | Merge topic 'ci-clang15-windows' | Brad King | 2022-11-11 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | | / / / / | |/ / / / |/| | | | | |||||
| * | | | | Tests: Fix TryCompile bad source case for clang-cl 15 on Windows | Brad King | 2022-11-10 | 1 | -1/+1 |
* | | | | | Merge topic 'better-file-download-failure-msg' | Brad King | 2022-11-10 | 1 | -1/+0 |
|\ \ \ \ \ | |||||
| * | | | | | file(DOWNLOAD EXPECTED_HASH): better error message when download failed | Aurelien Regat-Barrel | 2022-11-09 | 1 | -1/+0 |
* | | | | | | ASM_MARMASM: Add support for Microsoft ARM assembler language | Ilia K | 2022-11-09 | 4 | -0/+24 |
* | | | | | | Tests: Fix ARM64 test conditions for non-VS generators | Brad King | 2022-11-09 | 2 | -3/+3 |
* | | | | | | Merge topic 'file-set-file-api' | Brad King | 2022-11-09 | 54 | -2/+199 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | file-api: support exporting file set information | Ben Boeckel | 2022-11-08 | 54 | -2/+199 |
* | | | | | | Merge topic 'use_folders_on_by_default' | Brad King | 2022-11-08 | 7 | -0/+24 |
|\ \ \ \ \ \ | |||||
| * | | | | | | USE_FOLDERS: Treat as on by default | Juan Ramos | 2022-11-08 | 7 | -0/+24 |
* | | | | | | | Merge topic 'test-intel-remarks' | Brad King | 2022-11-08 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Tests: Teach RunCMake to ignore Intel -Rdebug-disables-optimization remarks | Brad King | 2022-10-27 | 1 | -0/+1 |
* | | | | | | | | Merge topic 'googletest-addtests-skipped' | Brad King | 2022-11-08 | 3 | -1/+15 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | GoogleTest: Reports skipped test with gtest_add_tests | DavidPerretSN | 2022-11-07 | 3 | -1/+15 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'find-version-vars' | Brad King | 2022-11-08 | 1 | -2/+2 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Find{BZip2,LibLZMA,ZLIB}: use *_VERSION as modern CMake | Michael Hirsch | 2022-11-07 | 1 | -2/+2 |
| |/ / / / / / / | |||||
* | | | | | | | | Merge topic 'block-var-scope' | Brad King | 2022-11-08 | 4 | -2/+34 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | block: Fix variable scope protection from modification by subdirectories | Brad King | 2022-11-07 | 4 | -2/+34 |
| * | | | | | | | Merge topic 'correct_nvptxcompiler_not_linking_to_threads' into release-3.25 | Brad King | 2022-11-03 | 4 | -0/+33 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge topic 'ExternalProject-INSTALL_BYPRODUCTS' | Brad King | 2022-11-07 | 2 | -0/+40 |
|\ \ \ \ \ \ \ \ \ |