summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | CPack: Add support for presetsKyle Edwards2022-08-3127-13/+872
| * | | | | | | cmCMakePresetsGraph: Add package presetsKyle Edwards2022-08-316-1/+288
| * | | | | | | CMakePresets.json: Fix formatting of --list-presets=allKyle Edwards2022-08-317-14/+90
* | | | | | | | Merge topic 'E-capabilities-tls'Brad King2022-09-024-1/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | cmake -E capabilities: Tell whether TLS is enabledKyle Edwards2022-09-014-1/+15
* | | | | | | | | Merge topic 'cmake-gui-platform-env'Brad King2022-09-021-1/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmake-gui: Fix selected item mismatched CMAKE_GENERATOR_PLATFORM envdou fu2022-09-011-1/+2
* | | | | | | | | | Merge topic 'CMakeFindFrameworks-brew-arm64'Brad King2022-09-021-1/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CMakeFindFrameworks: Fix Brew 'Frameworks' path on Apple SiliconJean-Baptiste Noël2022-09-011-1/+8
| |/ / / / / / / / /
* | | | | | | | | | Merge topic 'tutorial_step3_update'Brad King2022-09-024-29/+128
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Tutorial: Update step 3 styleMarkus Ferrell2022-08-314-29/+128
* | | | | | | | | | | Merge topic 'test-CFLAGS-NDEBUG'Brad King2022-09-027-5/+26
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Tests: Fix some tests under CFLAGS=-DNDEBUG CXXFLAGS=-DNDEBUGBrad King2022-09-017-5/+26
* | | | | | | | | | | | Merge topic 'ci-clang-tidy-headers'Brad King2022-09-023-1/+28
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | ci: add clang-tidy development headers to Fedora base imageKyle Edwards2022-08-313-1/+28
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge topic 'matlab_root'Brad King2022-09-021-1/+25
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | FindMatlab: follow CMP0074 <PackageName>_ROOT search behaviorMichael Hirsch2022-09-011-1/+16
| * | | | | | | | | | | | FindMatlab: add'l check that Matlab test version file existsMichael Hirsch2022-09-011-0/+9
* | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2022-09-021-1/+1
| |_|/ / / / / / / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge topic 'add_language_levels_for_cxx26'Brad King2022-09-0114-14/+88
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | CMake: Support upcoming C++26 language levelRobert Maynard2022-08-3114-14/+88
* | | | | | | | | | | | | Merge topic 'compiler-launcher-genexp'Brad King2022-09-015-5/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | COMPILER_LAUNCHER: Add support for generator expressionsThomas Weißschuh2022-08-305-5/+20
* | | | | | | | | | | | | | Merge branch 'release-3.24'Brad King2022-09-010-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Merge topic 'FindPostgreSQL-brew' into release-3.24Brad King2022-09-011-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ Merge topic 'FindPostgreSQL-brew'Brad King2022-09-011-0/+3
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | FindPostgreSQL: Add brew-style directories to search pathparkesb2022-08-311-0/+3
* | | | | | | | | | | | | | | Merge branch 'release-3.24'Brad King2022-09-010-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge topic 'Link-MACOSX_BUNDLE' into release-3.24Brad King2022-09-016-0/+45
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge topic 'Link-MACOSX_BUNDLE'Brad King2022-09-016-0/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'backport-3.24-Link-MACOSX_BUNDLE' into Link-MACOSX_BUNDLEMarc Chevrier2022-08-316-0/+45
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | / / / / / / | | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
| | * | | | | | | | | | | | Xcode: Fix erroneous MACOSX_BUNDLE linkMarc Chevrier2022-08-316-0/+45
* | | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2022-09-011-1/+1
| |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge topic 'ctest-target-alias-args'Brad King2022-08-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | CTestTargets: Include CMAKE_CTEST_ARGUMENTS in CTEST_TEST_TARGET_ALIASCody Martin2022-08-301-1/+1
* | | | | | | | | | | | | | Merge topic 'tutorial_step2_update'Brad King2022-08-316-76/+433
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Tutorial: Update step 2 styleMarkus Ferrell2022-08-296-76/+433
* | | | | | | | | | | | | | | Merge topic 'FindOpenGL-clarify-output'Brad King2022-08-311-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | FindOpenGL: Fix confusing output with CMP0072 and OpenGL preferenceColton G. Rushton2022-08-301-1/+1
* | | | | | | | | | | | | | | | Merge topic 'xcode-add-gpu-validation-and-default-configuration'Brad King2022-08-3117-1/+142
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Xcode: Add settings to control a scheme's launch configurationPatriceJiang2022-08-309-1/+42
| * | | | | | | | | | | | | | | Xcode: Add settings to control a scheme's GPU Validation valuesPatriceJiang2022-08-3013-0/+99
| * | | | | | | | | | | | | | | gitignore: Tell Git to ignore the .cache/ directoryPatriceJiang2022-08-301-0/+1
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge topic 'FindOpenSP-module'Brad King2022-08-3117-3/+260
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | FindOpenSP: Add module to find the OpenSP libraryDawid Wróbel2022-08-3013-0/+254
| * | | | | | | | | | | | | | | ci: add OpenSP to Debian and Fedora base imagesBrad King2022-08-304-3/+6
| | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'release-3.24'Brad King2022-08-310-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge topic 'CMAKE_FIND_USE_INSTALL_PREFIX-support-staging-prefix' into relea...Brad King2022-08-3112-28/+157
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge topic 'CMAKE_FIND_USE_INSTALL_PREFIX-support-staging-prefix'Brad King2022-08-3112-28/+157
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | CMAKE_FIND_USE_INSTALL_PREFIX considers CMAKE_STAGING_PREFIXRobert Maynard2022-08-3012-12/+118