summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2023-03-271-1/+1
* CMake Nightly Date StampKitware Robot2023-03-261-1/+1
* CMake Nightly Date StampKitware Robot2023-03-251-1/+1
* Merge topic 'file-GET_RUNTIME_DEPENDENCIES-windows-casing'Brad King2023-03-241-8/+50
|\
| * file(GET_RUNTIME_DEPENDENCIES): Preserve casing for Windows PE binariesChristian Heimlich2023-03-231-8/+50
* | CMake Nightly Date StampKitware Robot2023-03-241-1/+1
* | Merge topic 'autogen-exe-vars'Brad King2023-03-231-0/+3
|\ \
| * | Autogen: Add CMAKE_AUTO*_EXECUTABLE variablesOrkun Tokdemir2023-03-221-0/+3
* | | CMake Nightly Date StampKitware Robot2023-03-231-1/+1
* | | CMake Nightly Date StampKitware Robot2023-03-221-1/+1
| |/ |/|
* | Merge topic 'autogen-parallel-number'Brad King2023-03-211-0/+12
|\ \
| * | Autogen: Restore AUTOGEN_PARALLEL support for numbersOrkun Tokdemir2023-03-201-0/+12
| |/
* | Merge topic 'file-REAL_PATH'Brad King2023-03-211-4/+3
|\ \
| * | file(REAL_PATH): Ensure same behavior as get_filename_component(REALPATH)Marc Chevrier2023-03-201-4/+3
* | | Merge topic 'find_package-raii-fc-early-return'Brad King2023-03-212-12/+55
|\ \ \
| * | | find_package: Ensure root path stack and module vars are restoredCraig Scott2023-03-172-12/+55
* | | | Merge topic 'clang-windows-cxx-modules'Brad King2023-03-217-63/+81
|\ \ \ \
| * | | | Ninja: Wrap rules using '>' shell redirection with 'cmd /C' on WindowsBrad King2023-03-201-1/+18
| * | | | cmGlobalNinjaGenerator: Use forward slashes in clang modmap format on WindowsBrad King2023-03-181-1/+7
| * | | | cmDyndepCollation: Drop outdated mentions of CXX_MODULE_INTERNAL_PARTITIONSBrad King2023-03-181-38/+11
| * | | | cmLocalNinjaGenerator: De-duplicate condition for using 'cmd /C' on WindowsBrad King2023-03-181-5/+5
| * | | | cmGlobalNinjaGenerator: Detect GNU-like command-line for dyndep collatorBrad King2023-03-182-6/+20
| * | | | cmGlobalNinjaGenerator: Factor out GNU-like command-line detection on WindowsBrad King2023-03-182-6/+16
| * | | | cmCxxModuleMapper: Use value semantics in path conversion callbackBrad King2023-03-183-3/+3
| * | | | cmCxxModuleMapper: Remove redundant path conversion callbacksBrad King2023-03-181-4/+2
| * | | | CMake 3.26.0v3.26.0Brad King2023-03-141-1/+1
* | | | | CMake Nightly Date StampKitware Robot2023-03-211-1/+1
* | | | | CMake Nightly Date StampKitware Robot2023-03-201-1/+1
* | | | | CMake Nightly Date StampKitware Robot2023-03-191-1/+1
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2023-03-181-1/+1
* | | | CMake Nightly Date StampKitware Robot2023-03-171-1/+1
| |/ / |/| |
* | | Merge topic 'vs-windows-min-version'Brad King2023-03-161-0/+1
|\ \ \
| * | | VS: Add CMAKE_VS_WINDOWS_TARGET_PLATFORM_MIN_VERSION variablehalx992023-03-151-0/+1
* | | | Merge topic 'vs-BuildInParallel'Brad King2023-03-161-0/+1
|\ \ \ \
| * | | | VS: Do not regenerate build system concurrently with CMP0147Brad King2023-03-151-0/+1
* | | | | Merge topic 'apple-archs'Brad King2023-03-167-21/+27
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | macOS: Suppress default '-arch arm64' with CMAKE_<LANG>_COMPILER_TARGETBrad King2023-03-151-2/+6
| * | | | cmGeneratorTarget: Pass language to GetAppleArchs when possibleBrad King2023-03-157-10/+13
| * | | | cmGeneratorTarget: Convert GetAppleArchs output argument to return valueBrad King2023-03-157-20/+19
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2023-03-161-1/+1
|/ / /
* | | Merge topic 'sphinx-cref'Brad King2023-03-151-0/+1
|\ \ \
| * | | Utilities/Sphinx: Add 'cref' roleMatthew Woehlke2023-03-141-0/+1
* | | | CMake Nightly Date StampKitware Robot2023-03-151-1/+1
|/ / /
* | | Merge topic 'recursion-limit'Brad King2023-03-147-35/+64
|\ \ \
| * | | Source: Adjust stack sizes and recursion limits to work togetherBrad King2023-03-133-13/+19
| * | | Tests: Allow RunCMake.MaxRecursionDepth to test public-facing default limitBrad King2023-03-131-3/+1
| * | | find_package: Enforce maximum nesting depth below maximum recursion depthBrad King2023-03-131-0/+15
| * | | Add CMAKE_MAXIMUM_RECURSION_DEPTH environment variableBrad King2023-03-131-0/+6
| * | | cmMakefile: Factor out helper to get recursion depth limitBrad King2023-03-132-10/+18
| * | | cmMakefile: Store recursion depth limit as size_tBrad King2023-03-134-11/+8