summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* VS: Add COMMON_LANGUAGE_RUNTIME support for "netcore"ζeh Matt2022-10-2814-4/+160
* Help: Format COMMON_LANGUAGE_RUNTIME values as a definition listBrad King2022-10-281-5/+15
* Merge topic 'clang-tidy-module-script-fixes'Brad King2022-10-281-1/+2
|\
| * clang-tidy module: build as release, output on test failureKyle Edwards2022-10-261-1/+2
* | Merge topic 'timestamp-timezone'Brad King2022-10-288-7/+105
|\ \
| * | string(TIMESTAMP): Add %z and %Z for adding time zone stringVasiliy Koyrev2022-10-278-7/+105
* | | Merge topic 'extended-profiling'Brad King2022-10-285-21/+106
|\ \ \
| * | | cmake: Add profiling events for configure and generateKyle Edwards2022-10-272-1/+10
| * | | cmMakefileProfilingData: Refactor to use RAIIKyle Edwards2022-10-264-21/+97
| | |/ | |/|
* | | Merge topic 'tutorial_step7_update'Brad King2022-10-283-25/+158
|\ \ \
| * | | Tutorial: Update step 7 styleMarkus Ferrell2022-10-273-25/+158
| | |/ | |/|
* | | Merge topic 'tutorial_step5_cleanup'Brad King2022-10-281-1/+1
|\ \ \
| * | | Tutorial: Fix Step 5 solution after update to Step 6Markus Ferrell2022-10-271-1/+1
| |/ /
* | | Merge branch 'release-3.25'Brad King2022-10-280-0/+0
|\ \ \
| * \ \ Merge topic 'FindGLUT-pkg-config' into release-3.25Brad King2022-10-281-3/+5
| |\ \ \
* | \ \ \ Merge topic 'FindGLUT-pkg-config'Brad King2022-10-281-3/+5
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | FindGLUT: Fix regression when pkg-config is not availableBrad King2022-10-271-3/+5
* | | | | Merge branch 'release-3.25'Brad King2022-10-280-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'vs-dotnet-sdk-output-paths' into release-3.25Brad King2022-10-281-1/+2
| |\ \ \ \
* | \ \ \ \ Merge topic 'vs-dotnet-sdk-output-paths'Brad King2022-10-281-1/+2
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | VS: Fix paths in multi-target SDK-style projectsSebastian Maisch2022-10-271-1/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.25'Brad King2022-10-280-0/+0
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge topic 'xcode-restore-install-path' into release-3.25Brad King2022-10-281-3/+3
| |\ \ \ \
* | \ \ \ \ Merge topic 'xcode-restore-install-path'Brad King2022-10-281-3/+3
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Xcode: Revert "Don't set INSTALL_PATH unless target is SHARED_LIBRARY"Brad King2022-10-271-3/+3
| | |/ / / | |/| | |
* | | | | Merge topic 'ep-srcdir-bindir-configure-args'Craig Scott2022-10-281-1/+1
|\ \ \ \ \
| * | | | | ExternalProject: Use -S and -B args to robustly set configure dirsCraig Scott2022-10-271-1/+1
* | | | | | Merge branch 'release-3.25'Craig Scott2022-10-280-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge topic 'doc-config-postfix' into release-3.25Craig Scott2022-10-281-5/+5
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
* | | | | | Merge topic 'doc-config-postfix'Craig Scott2022-10-281-5/+5
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Help: Minor formatting and cross-ref cleanup for <CONFIG>_POSTFIXCraig Scott2022-10-271-5/+5
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2022-10-281-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'tutorial_step6_update'Brad King2022-10-272-30/+66
|\ \ \ \
| * | | | Tutorial: Update step 6 styleMarkus Ferrell2022-10-252-30/+66
* | | | | Merge topic 'sphinx-parallel'Brad King2022-10-271-0/+1
|\ \ \ \ \
| * | | | | Utilities/Sphinx: support cmakedomain running in parallelHenry Schreiner2022-10-241-0/+1
* | | | | | Merge branch 'release-3.25'Brad King2022-10-270-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge topic 'cmake-presets-workflow-arguments' into release-3.25Brad King2022-10-2710-15/+101
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'cmake-presets-workflow-arguments'Brad King2022-10-2710-15/+101
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | cmake --workflow: add --fresh optionKyle Edwards2022-10-267-10/+68
| * | | | | | cmake::Workflow: Refactor to use enum class argumentKyle Edwards2022-10-263-7/+17
| * | | | | | cmake --workflow: print usage and exit on unrecognized argumentKyle Edwards2022-10-265-0/+11
| * | | | | | cmake --workflow: print usage messageKyle Edwards2022-10-251-1/+8
* | | | | | | Merge branch 'release-3.25'Brad King2022-10-270-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'xcode-swift-defs' into release-3.25Brad King2022-10-274-11/+66
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'xcode-swift-defs'Brad King2022-10-274-11/+66
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Xcode: Evaluate Swift compile definitions separatelyBrad King2022-10-254-11/+66
* | | | | | | | Merge branch 'release-3.25'Brad King2022-10-270-0/+0
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge topic 'tutorial_my_math_consistency' into release-3.25Brad King2022-10-274-10/+11
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'tutorial_my_math_consistency'Brad King2022-10-274-10/+11
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |