Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | | | Tests: Fix some tests under CFLAGS=-DNDEBUG CXXFLAGS=-DNDEBUG | Brad King | 2022-09-01 | 7 | -5/+26 |
* | | | Merge topic 'add_language_levels_for_cxx26' | Brad King | 2022-09-01 | 2 | -0/+4 |
|\ \ \ | |||||
| * | | | CMake: Support upcoming C++26 language level | Robert Maynard | 2022-08-31 | 2 | -0/+4 |
* | | | | 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 'FindOpenSP-module' | Brad King | 2022-08-31 | 5 | -0/+89 |
|\ \ \ \ \ \ | |||||
| * | | | | | | FindOpenSP: Add module to find the OpenSP library | Dawid Wróbel | 2022-08-30 | 5 | -0/+89 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | 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 | 50 | -0/+371 |
|\ \ \ \ \ | |||||
| * | | | | | Add new flow-control commands for variables and policies scopes management | Marc Chevrier | 2022-08-22 | 49 | -0/+362 |
| * | | | | | cm::enum_set: fix various bugs | Marc Chevrier | 2022-08-22 | 1 | -0/+9 |
| |/ / / / | |||||
* | | | | | 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 |
|/ / / / | |||||
* | | | | Merge topic 'cuda_mark_toolkit_includes_as_system' | Brad King | 2022-08-19 | 4 | -2/+20 |
|\ \ \ \ | |||||
| * | | | | CUDA: Always mark cuda toolkit as system include | Robert Maynard | 2022-08-18 | 4 | -2/+20 |
* | | | | | Merge topic 'try_compile-clean-up-tests' | Brad King | 2022-08-19 | 1 | -36/+10 |
|\ \ \ \ \ | |||||
| * | | | | | try_compile: Clean up tests | Matthew Woehlke | 2022-08-18 | 1 | -36/+10 |
| | |_|_|/ | |/| | | | |||||
* | | | | | 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 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'try_compile-no-try_run-args' | Brad King | 2022-08-18 | 1 | -8/+13 |
|\ \ \ \ | |||||
| * | | | | try_compile: Don't accept try_run arguments | Matthew Woehlke | 2022-08-17 | 1 | -8/+13 |
* | | | | | Merge topic 'argparse-positional-tweak' | Brad King | 2022-08-18 | 1 | -6/+15 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||||
| * | | | | cmArgumentParser: Ignore positional after keyword | Matthew Woehlke | 2022-08-17 | 1 | -6/+15 |
| |/ / / | |||||
* | | | | Tests: Fix GCOV test in unusual environments | Matthew Woehlke | 2022-08-16 | 1 | -2/+3 |
|/ / / | |||||
* | | | 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 'makefile-path-consistency' into release-3.24 | Brad King | 2022-08-04 | 2 | -0/+4 |
| |\ | |||||
| * \ | Merge topic 'fetchcontent-set-CMAKE_VERIFY_INTERFACE_HEADER_SETS' into releas... | Brad King | 2022-08-04 | 5 | -0/+31 |
| |\ \ | |||||
* | \ \ | Merge topic 'tutorial_genExp_rearrange' | Brad King | 2022-08-10 | 1 | -1/+1 |
|\ \ \ \ |