Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'truncation_test' | Craig Scott | 2022-09-06 | 11 | -11/+18 |
|\ | |||||
| * | RunCMakeTest: fix Truncation test definition | Frank Winklmeier | 2022-09-05 | 11 | -11/+18 |
| * | Merge topic 'Link-MACOSX_BUNDLE' into release-3.24 | Brad King | 2022-09-01 | 5 | -0/+44 |
| |\ | |||||
| * \ | Merge topic 'CMAKE_FIND_USE_INSTALL_PREFIX-support-staging-prefix' into relea... | Brad King | 2022-08-31 | 7 | -0/+96 |
| |\ \ | |||||
* | \ \ | Merge topic 'cmake-presets-package' | Brad King | 2022-09-02 | 25 | -0/+402 |
|\ \ \ \ | |||||
| * | | | | CPack: Add support for presets | Kyle Edwards | 2022-08-31 | 20 | -0/+352 |
| * | | | | CMakePresets.json: Fix formatting of --list-presets=all | Kyle Edwards | 2022-08-31 | 5 | -0/+50 |
* | | | | | Merge topic 'E-capabilities-tls' | Brad King | 2022-09-02 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | cmake -E capabilities: Tell whether TLS is enabled | Kyle Edwards | 2022-09-01 | 1 | -1/+1 |
* | | | | | | Merge topic 'compiler-launcher-genexp' | Brad King | 2022-09-01 | 1 | -1/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | COMPILER_LAUNCHER: Add support for generator expressions | Thomas Weißschuh | 2022-08-30 | 1 | -1/+2 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'Link-MACOSX_BUNDLE' | Brad King | 2022-09-01 | 5 | -0/+44 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'backport-3.24-Link-MACOSX_BUNDLE' into Link-MACOSX_BUNDLE | Marc Chevrier | 2022-08-31 | 5 | -0/+44 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | / | | | |_|_|/ | | |/| | | | |||||
| | * | | | | Xcode: Fix erroneous MACOSX_BUNDLE link | Marc Chevrier | 2022-08-31 | 5 | -0/+44 |
* | | | | | | Merge topic 'xcode-add-gpu-validation-and-default-configuration' | Brad King | 2022-08-31 | 2 | -0/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Xcode: Add settings to control a scheme's GPU Validation values | PatriceJiang | 2022-08-30 | 2 | -0/+4 |
* | | | | | | | Merge topic 'CMAKE_FIND_USE_INSTALL_PREFIX-support-staging-prefix' | Brad King | 2022-08-31 | 7 | -0/+96 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | CMAKE_FIND_USE_INSTALL_PREFIX considers CMAKE_STAGING_PREFIX | Robert Maynard | 2022-08-30 | 7 | -0/+96 |
* | | | | | | | Merge topic 'test-symlinks-with-ccache' | Brad King | 2022-08-31 | 1 | -0/+3 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | / | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | Tests: Teach RunCMake.SymlinkTrees to tolerate CCACHE_BASEDIR | Brad King | 2022-08-30 | 1 | -0/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge topic 'file-set-source-group' | Kyle Edwards | 2022-08-25 | 5 | -4/+22 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | FILE_SET: Fix source group detection | Kyle Edwards | 2022-08-24 | 3 | -0/+17 |
| * | | | | Tests: Fix VS10Project SourceGroupTreeCMakeLists check | Kyle Edwards | 2022-08-24 | 2 | -4/+5 |
| |/ / / | |||||
* | | | | Merge topic 'fix-presets-test-symlinked-build-dir' | Kyle Edwards | 2022-08-23 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | Tests: Fix CMakePresets test in unusual environments | Matthew Woehlke | 2022-08-19 | 1 | -0/+1 |
* | | | | | Merge topic 'block-management' | Brad King | 2022-08-23 | 49 | -0/+362 |
|\ \ \ \ \ | |||||
| * | | | | | Add new flow-control commands for variables and policies scopes management | Marc Chevrier | 2022-08-22 | 49 | -0/+362 |
| |/ / / / | |||||
* | | | | | target_*: Fix cross-directory call backtraces | Brad King | 2022-08-22 | 1 | -47/+11 |
* | | | | | Tests: Add FileAPI case for cross-directory target_* commands | Brad King | 2022-08-22 | 22 | -33/+247 |
|/ / / / | |||||
* | | | | Tests: Fix RunCMake.FileAPI test with jsoncpp < 1.7.5 | Brad King | 2022-08-18 | 3 | -1/+12 |
| |_|/ |/| | | |||||
* | | | Merge topic 'cmake-E-env-modify' | Brad King | 2022-08-18 | 14 | -0/+83 |
|\ \ \ | |||||
| * | | | cmake -E env: Add --modify flag | Alex Reinking | 2022-08-17 | 14 | -0/+83 |
| | |/ | |/| | |||||
* | | | try_compile: Don't accept try_run arguments | Matthew Woehlke | 2022-08-17 | 1 | -8/+13 |
|/ / | |||||
* | | Merge topic 'refactor-environment-modification' | Brad King | 2022-08-16 | 7 | -0/+26 |
|\ \ | |||||
| * | | Tests: Add case for ENVIRONMENT_MODIFICATION property OP=reset behavior | Alex Reinking | 2022-08-15 | 7 | -0/+26 |
* | | | Merge topic 'export-no-shdeps' | Brad King | 2022-08-16 | 9 | -0/+64 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | export: Restore exclusion of private shared library dependencies from checks | Brad King | 2022-08-15 | 9 | -0/+64 |
| * | Merge topic 'fetchcontent-set-CMAKE_VERIFY_INTERFACE_HEADER_SETS' into releas... | Brad King | 2022-08-04 | 5 | -0/+31 |
| |\ | |||||
* | \ | Merge topic 'ExternalProject-BUILD_ALWAYS-install' | Brad King | 2022-08-10 | 4 | -0/+50 |
|\ \ \ | |||||
| * | | | ExternalProject: Fix install on BUILD_ALWAYS+BUILD_BYPRODUCTS with Ninja | Maik Nijhuis | 2022-08-09 | 1 | -0/+3 |
| * | | | ExternalProject: Add test case for BUILD_ALWAYS | Brad King | 2022-08-09 | 4 | -0/+47 |
* | | | | Merge topic 'string-JSON-error-typo' | Brad King | 2022-08-05 | 1 | -3/+3 |
|\ \ \ \ | |||||
| * | | | | string(JSON): Fix typo in error message | Sean Kahler | 2022-08-04 | 1 | -3/+3 |
* | | | | | Merge topic 'find_package-one-more-path' | Brad King | 2022-08-05 | 3 | -0/+15 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | cmFindPackageCommand: Add one more search path | Alex Turbov | 2022-08-04 | 3 | -0/+15 |
| |/ / / | |||||
* | | | | Merge topic 'cmake-preset-error-reporting' | Brad King | 2022-08-04 | 4 | -4/+24 |
|\ \ \ \ | |||||
| * | | | | presets: Add basic error forwarding from cmake preset json parser | Sankhesh Jhaveri | 2022-08-03 | 4 | -4/+24 |
* | | | | | Merge topic 'fetchcontent-set-CMAKE_VERIFY_INTERFACE_HEADER_SETS' | Brad King | 2022-08-04 | 5 | -0/+31 |
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| | | |||||
| * | | | FetchContent: Disable header set verification for dependencies | Craig Scott | 2022-08-03 | 5 | -0/+31 |
* | | | | Merge topic 'all-verify-interface-header-sets' | Kyle Edwards | 2022-08-03 | 7 | -0/+34 |
|\ \ \ \ | | |_|/ | |/| | |