Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Merge topic 'autogen-makefile-depfile' into release-3.28 | Brad King | 2024-01-29 | 7 | -2/+40 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge topic 'autogen-makefile-depfile' | Brad King | 2024-01-29 | 7 | -2/+40 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | Autogen: Forward dependencies when both Makefile and DEPFILE are used | Orkun Tokdemir | 2024-01-28 | 7 | -1/+39 | |
| * | | | | | | | | cmQtAutoGenInitializer: Improve Const-correctness | Orkun Tokdemir | 2024-01-26 | 1 | -1/+1 | |
* | | | | | | | | | Merge topic 'productbuild-domains-policy' | Brad King | 2024-01-29 | 14 | -3/+100 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | CPack: Change CPACK_PRODUCTBUILD_DOMAINS default to true (CMP0161) | Craig Scott | 2024-01-28 | 14 | -3/+99 | |
| * | | | | | | | | | CPack: Clear temporary variable after it is no longer needed | Craig Scott | 2024-01-28 | 1 | -0/+1 | |
* | | | | | | | | | | Merge topic 'fortrancinterface-extra-newline' | Craig Scott | 2024-01-29 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | FortranCInterface: Skip appending an unnecessary newline to Output.cmake | Craig Scott | 2024-01-27 | 1 | -1/+0 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-01-29 | 1 | -1/+1 | |
| |_|_|/ / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'test-launcher-emulator' | Brad King | 2024-01-28 | 34 | -121/+389 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Tests: Improve RunCMake.add_test TEST_LAUNCHER coverage | Brad King | 2024-01-27 | 9 | -41/+89 | |
| * | | | | | | | | | Tests: Improve RunCMake.add_test error formatting | Brad King | 2024-01-27 | 1 | -7/+13 | |
| * | | | | | | | | | Tests: Improve RunCMake.CrosscompilingEmulator coverage | Brad King | 2024-01-27 | 6 | -5/+172 | |
| * | | | | | | | | | Tests: Improve RunCMake.CrosscompilingEmulator error formatting | Brad King | 2024-01-27 | 5 | -24/+45 | |
| * | | | | | | | | | Tests: Shorten RunCMake.CrosscompilingEmulator executable names | Brad King | 2024-01-27 | 15 | -44/+58 | |
| * | | | | | | | | | Tests: Teach pseudo_emulator helper to pass by default | Brad King | 2024-01-27 | 2 | -1/+13 | |
* | | | | | | | | | | Merge topic 'fortrancinterface-IS_NEWER_THAN' | Brad King | 2024-01-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | FortranCInterface: Fix wrong path when deciding if redetection is needed | Craig Scott | 2024-01-27 | 1 | -1/+1 | |
| | |/ / / / / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge topic 'ep-url-special-characters' | Brad King | 2024-01-28 | 2 | -27/+32 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | ExternalProject: Prevent URL list-splitting on special characters | Craig Scott | 2024-01-27 | 2 | -1/+9 | |
| * | | | | | | | | | | ExternalProject: Catch empty REMOTE or LOCAL earlier | Craig Scott | 2024-01-27 | 2 | -8/+7 | |
| * | | | | | | | | | | ExternalProject: Update foreach() calls to use IN LISTS and IN ITEMS | Craig Scott | 2024-01-27 | 1 | -13/+13 | |
| * | | | | | | | | | | ExternalProject: Remove N^2 add_dependencies() calls | Craig Scott | 2024-01-27 | 1 | -5/+3 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-01-28 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'doc-configure_file' | Brad King | 2024-01-27 | 1 | -63/+77 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Help: Organize configure_file documentation into sections | Brad King | 2024-01-26 | 1 | -63/+77 | |
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-01-27 | 1 | -1/+1 | |
| |/ / / / / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'stdio-streams-always' | Brad King | 2024-01-26 | 1 | -28/+15 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Ensure stdin, stdout, stderr FILE streams are open on Windows | Brad King | 2024-01-25 | 1 | -28/+15 | |
* | | | | | | | | | | Merge topic 'ctest-tests-from-file' | Brad King | 2024-01-26 | 17 | -0/+207 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | ctest_test: add options INCLUDE_FROM_FILE and EXCLUDE_FROM_FILE | Alex Neundorf | 2024-01-25 | 8 | -0/+58 | |
| * | | | | | | | | | | ctest: add command line option to exclude tests listed in a given file | Alex Neundorf | 2024-01-25 | 8 | -5/+61 | |
| * | | | | | | | | | | ctest: add command line option to run the tests listed in a given file | Alex Neundorf | 2024-01-25 | 9 | -0/+93 | |
* | | | | | | | | | | | Merge topic 'simplify-emacs-cmake-mode' | Brad King | 2024-01-26 | 1 | -14/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | cmake-mode.el: Simplify jumping to begin/end of functions/macros | Joerg Bornemann | 2024-01-25 | 1 | -14/+4 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'release-3.28' | Brad King | 2024-01-26 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge topic 'revert-FindFreetype-use-config' into release-3.28 | Brad King | 2024-01-26 | 1 | -98/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ | Merge topic 'revert-FindFreetype-use-config' | Brad King | 2024-01-26 | 1 | -98/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | FindFreetype: Revert use of upstream freetype cmake package | Brad King | 2024-01-25 | 1 | -98/+0 | |
* | | | | | | | | | | | | Merge branch 'release-3.28' | Brad King | 2024-01-26 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge topic 'find-matlab-docs-mcr-version-mapping' into release-3.28 | Brad King | 2024-01-26 | 1 | -1/+11 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge topic 'find-matlab-docs-mcr-version-mapping' | Brad King | 2024-01-26 | 1 | -1/+11 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | FindMatlab: Document that version mappings do not apply to MCR | Hermann von Kleist | 2024-01-25 | 1 | -1/+11 | |
* | | | | | | | | | | | | | Merge branch 'release-3.28' | Brad King | 2024-01-26 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | Merge topic 'find-matlab-fix-nonzero-patch-version' into release-3.28 | Brad King | 2024-01-26 | 1 | -4/+5 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge topic 'find-matlab-fix-nonzero-patch-version' | Brad King | 2024-01-26 | 1 | -4/+5 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | FindMatlab: Some versions use major.minor.patch in the registry | Hermann von Kleist | 2024-01-25 | 1 | -4/+5 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2024-01-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge branch 'release-3.28' into master | Brad King | 2024-01-25 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | / / / / / / / / | |_|_|/ / / / / / / / |/| | | | | | | | | | |