summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | CMake Nightly Date StampKitware Robot2023-01-271-1/+1
|/ /
* | Merge topic 'xcode-swift-inherited-flags'Brad King2023-01-261-0/+3
|\ \
| * | Xcode: Inherit Swift flags and compilation conditionsRoss Kilgariff2023-01-251-0/+3
* | | Merge topic 'jmalak-master-patch-watcomquote'Brad King2023-01-265-26/+21
|\ \ \
| * | | Watcom: Replace WATCOMQUOTE format by UseWatcomQuote attributeJiri Malak2023-01-245-26/+21
| | |/ | |/|
* | | Merge topic 'vs-BuildInParallel'Brad King2023-01-262-6/+16
|\ \ \
| * | | VS: Do not concurrently build custom commands with generated MAIN_DEPENDENCYBrad King2023-01-252-6/+16
* | | | CMake Nightly Date StampKitware Robot2023-01-261-1/+1
| |_|/ |/| |
* | | Merge topic 'swiftmodule-dependency-tracking'Brad King2023-01-251-25/+52
|\ \ \ | |/ / |/| |
| * | Ninja: Swift: Add dependency edge to swiftmodule fileEvan Wilde2023-01-211-0/+17
| * | Ninja: NFC: refactor swift module name computationsEvan Wilde2023-01-211-25/+35
* | | CMake Nightly Date StampKitware Robot2023-01-251-1/+1
| |/ |/|
* | Merge topic 'cxxmodules-ninja-1.11'Brad King2023-01-242-10/+17
|\ \
| * | Ninja: require Ninja 1.11 for C++ module supportBen Boeckel2023-01-232-10/+17
* | | CMake Nightly Date StampKitware Robot2023-01-241-1/+1
|/ /
* | Merge topic 'genex-CONFIG-validate-all'Brad King2023-01-231-3/+21
|\ \
| * | Genex: $<CONFIG:> syntax of all entries checkedRobert Maynard2023-01-201-3/+21
* | | Merge topic 'vs-BuildInParallel'Brad King2023-01-234-3/+20
|\ \ \
| * | | VS: Build custom commands concurrently when possibleIvan Zinkevich2023-01-234-3/+20
* | | | Merge topic 'try_compile-verbose'Brad King2023-01-231-1/+1
|\ \ \ \
| * | | | try_compile: Run native build tool with verbose outputBrad King2023-01-201-1/+1
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2023-01-231-1/+1
* | | | CMake Nightly Date StampKitware Robot2023-01-221-1/+1
* | | | CMake Nightly Date StampKitware Robot2023-01-211-1/+1
| |_|/ |/| |
* | | Merge topic 'configure-log'Brad King2023-01-202-11/+0
|\ \ \
| * | | cmake: Stop pointing users at logs on configure errorsBrad King2023-01-192-11/+0
| |/ /
* | | Merge topic 'ninja-swift-exported-executables'Brad King2023-01-201-8/+2
|\ \ \
| * | | Ninja: Emit swiftmodule from executable with exportsEvan Wilde2023-01-191-8/+2
* | | | Merge topic 'cygwin-no-legacy-win32'Brad King2023-01-203-15/+0
|\ \ \ \
| * | | | CYGWIN: Drop pre-2.8.4 compatibility mode CMAKE_LEGACY_CYGWIN_WIN32Brad King2023-01-193-15/+0
| | |/ / | |/| |
* | | | Merge topic 'print-configure-generate-time'Brad King2023-01-201-2/+19
|\ \ \ \
| * | | | cmake: Print configure/generate timeKyle Edwards2023-01-191-2/+19
| | |_|/ | |/| |
* | | | Merge topic 'update-kwsys'Brad King2023-01-2015-26/+26
|\ \ \ \
| * | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2023-01-1915-26/+26
* | | | | CMake Nightly Date StampKitware Robot2023-01-201-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'optimize-target-depends-closure'Brad King2023-01-192-56/+68
|\ \ \ \
| * | | | cmGlobalNinjaGenerator: Optimize target depends closurePierre Testart2023-01-172-56/+68
* | | | | Merge topic 'optimize-full-name-function'Brad King2023-01-194-91/+94
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | cmGeneratorTarget: Cache full name componentsPierre Testart2023-01-184-91/+94
* | | | | Merge topic 'clang-format-15'Brad King2023-01-1914-51/+56
|\ \ \ \ \
| * | | | | Revise C++ coding style using clang-format-15Kitware Robot2023-01-1813-51/+54
| * | | | | clang-format: Add comments to suppress some formattingBrad King2023-01-181-0/+2
* | | | | | CMake Nightly Date StampKitware Robot2023-01-191-1/+1
|/ / / / /
* | | | | Merge topic 'configure-log'Brad King2023-01-182-0/+29
|\ \ \ \ \
| * | | | | message: Add CONFIGURE_LOG mode to record a message in the configure logBrad King2023-01-182-0/+29
| | |_|/ / | |/| | |
* | | | | clang-format.bash: Use generic clang-format attributeBrad King2023-01-182-2/+2
* | | | | Merge topic 'add_visbility_flags_to_device_link_line'Brad King2023-01-181-1/+1
|\ \ \ \ \
| * | | | | CUDA: device linking obeys CMAKE_CUDA_VISIBILITY_PRESET settingRobert Maynard2023-01-161-1/+1
* | | | | | Merge topic 'less-conversions'Brad King2023-01-1826-99/+104
|\ \ \ \ \ \
| * | | | | | cmValue: Use operator* explicitly to convert to std::string; avoid extra callVitaly Stakhovsky2023-01-1626-99/+104