Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge topic 'ninja-fortran-include' | Brad King | 2024-03-20 | 6 | -17/+41 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | Ninja: Fix Fortran module deps in files INCLUDEd by preprocessed sources | Brad King | 2024-03-19 | 6 | -17/+42 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | Merge branch 'release-3.29' | Brad King | 2024-03-20 | 0 | -0/+0 | |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge topic 'package-dispatch-apple' into release-3.29 | Brad King | 2024-03-20 | 17 | -32/+174 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge topic 'package-dispatch-apple' | Brad King | 2024-03-20 | 17 | -32/+174 | |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| * | | | | | | generate_apple_*_selection_file: Add option to capture errors | Brad King | 2024-03-19 | 14 | -10/+137 | |
| * | | | | | | generate_apple_architecture_selection_file: Document $(ARCHS_STANDARD) support | Brad King | 2024-03-19 | 5 | -1/+10 | |
| * | | | | | | generate_apple_architecture_selection_file: Simplify signature | Brad King | 2024-03-19 | 2 | -18/+15 | |
| * | | | | | | Tests/RunCMake/CMakePackage: Fix Apple architecture selection argument order | Brad King | 2024-03-19 | 1 | -1/+4 | |
| * | | | | | | Tests/RunCMake/CMakePackage: Add architecture i386 for macOS on Xcode < 10 | Brad King | 2024-03-19 | 1 | -4/+10 | |
* | | | | | | | Merge topic 'ci-wix' | Brad King | 2024-03-20 | 7 | -6/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Tests: Pass path to WiX 3 into RunCMake.CPack_WIX test | Brad King | 2024-03-19 | 7 | -6/+12 | |
* | | | | | | | | Merge topic 'warning-suppressions' | Brad King | 2024-03-20 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | | | ||||||
| * | | | | | | | CTestCustom: Ignore warnings about curl and expat objects with no symbols | Brad King | 2024-03-19 | 1 | -2/+2 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-03-20 | 1 | -1/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge branch 'release-3.29' | Brad King | 2024-03-19 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| * | | | | | | Merge topic 'doc-release-3.29-typos' into release-3.29 | Brad King | 2024-03-19 | 5 | -7/+7 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge topic 'doc-release-3.29-typos' | Brad King | 2024-03-19 | 5 | -7/+7 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Help: Fix typos in 3.29 docs | Craig Scott | 2024-03-19 | 2 | -4/+4 | |
| * | | | | | | | Help: Fix typos and grammar in pre-3.29 docs | Craig Scott | 2024-03-19 | 3 | -3/+3 | |
* | | | | | | | | Merge branch 'release-3.29' | Brad King | 2024-03-19 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge topic 'doc-exit-code-range' into release-3.29 | Brad King | 2024-03-19 | 1 | -2/+7 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'doc-exit-code-range' | Brad King | 2024-03-19 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | Help: Specify advisable range for exit code in cmake_language(EXIT) | Craig Scott | 2024-03-19 | 1 | -2/+7 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'ci-wix' | Brad King | 2024-03-19 | 17 | -100/+95 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Tests: Teach RunCMake.CPack_WIX to honor windows-arm64 hosts | Brad King | 2024-03-18 | 3 | -2/+7 | |
| * | | | | | | | Tests: Convert CPackWiXGenerator to RunCMake.CPack_WIX | Brad King | 2024-03-18 | 17 | -100/+90 | |
* | | | | | | | | Merge topic 'test-RunCPack' | Brad King | 2024-03-19 | 4 | -0/+142 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Tests/RunCMake: Add new infrastructure to run cpack | Brad King | 2024-03-18 | 3 | -0/+136 | |
| * | | | | | | | Tests/RunCMake: Add option to print custom details in failure output | Brad King | 2024-03-18 | 2 | -0/+6 | |
* | | | | | | | | Merge topic 'improve-onoff' | Brad King | 2024-03-19 | 42 | -116/+121 | |
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | | ||||||
| * | | | | | | | Source: Use cmValue::IsOn and IsOff | Vitaly Stakhovsky | 2024-03-17 | 42 | -116/+121 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-03-19 | 1 | -1/+1 | |
| |/ / / / / / |/| | | | | | | ||||||
* | | | | | | | Merge topic 'ci-wix' | Brad King | 2024-03-18 | 10 | -8/+17 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | ci: Provide WiX 3 in PATH of jobs that need it | Brad King | 2024-03-14 | 7 | -3/+12 | |
| * | | | | | | | ci: Provide WiX 3 in versioned location | Brad King | 2024-03-14 | 3 | -4/+5 | |
| * | | | | | | | Tests: Teach CPackWiXGenerator to use WiX tools in PATH | Brad King | 2024-03-14 | 1 | -3/+2 | |
* | | | | | | | | Merge branch 'release-3.29' | Brad King | 2024-03-18 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge topic 'doc-project-include-vars-3.29' into release-3.29 | Brad King | 2024-03-18 | 5 | -10/+14 | |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'doc-project-include-vars-3.29' | Brad King | 2024-03-18 | 5 | -10/+14 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | / / | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | Help: Update project() code injection for new 3.29 include behavior | Craig Scott | 2024-03-16 | 1 | -6/+6 | |
| * | | | | | | Help: Improve wording of CMAKE_PROJECT_..._INCLUDE... changes for 3.29 | Craig Scott | 2024-03-16 | 4 | -4/+8 | |
| |/ / / / / | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-03-18 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-03-17 | 1 | -1/+1 | |
| |_|/ / / |/| | | | | ||||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-03-16 | 1 | -1/+1 | |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-03-15 | 1 | -1/+1 | |
* | | | | | Merge branch 'release-3.29' | Brad King | 2024-03-14 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | CMake 3.29.0-rc4v3.29.0-rc4 | Brad King | 2024-03-14 | 1 | -1/+1 | |
* | | | | | Merge branch 'release-3.29' | Brad King | 2024-03-14 | 0 | -0/+0 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | Merge topic 'Apple-TBD-in-subdirecory' into release-3.29 | Brad King | 2024-03-14 | 3 | -3/+17 | |
| |\ \ \ \ |