summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | cmMakefile: Dedupe languages when enabling themfriendlyanon2022-06-301-2/+24
| * | | | | | cmMakefile: Refactor parameter and variable names for EnableLanguagefriendlyanon2022-06-301-12/+14
* | | | | | | Merge topic 'genex-LINK_LIBRARY-fix-generation'Brad King2022-07-061-0/+11
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | genex-LINK_LIBRARY: ensure correct generation inside LINK_GROUP genexMarc Chevrier2022-07-051-0/+11
| | |_|_|/ / | |/| | | |
* | | | | | CMake Nightly Date StampKitware Robot2022-07-061-1/+1
| |_|_|/ / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2022-07-051-1/+1
| |_|/ / |/| | |
* | | | CMake Nightly Date StampKitware Robot2022-07-041-1/+1
* | | | CMake Nightly Date StampKitware Robot2022-07-031-1/+1
| |_|/ |/| |
* | | CMake Nightly Date StampKitware Robot2022-07-021-1/+1
* | | Merge topic 'file-archive-args'Brad King2022-07-011-3/+9
|\ \ \
| * | | file(ARCHIVE*): Simplify acceptance of empty list argumentsBrad King2022-06-291-3/+9
* | | | Merge topic 'genex-TARGET_BUNDLE_DIR_NAME'Brad King2022-07-011-2/+12
|\ \ \ \ | | |/ / | |/| |
| * | | Genex: Fix TARGET_BUNDLE_DIR_NAME incorrect extensionBen Leadbetter2022-07-011-2/+12
| * | | Merge topic 'file-set-crash' into release-3.24Brad King2022-06-303-4/+32
| |\ \ \
| * \ \ \ Merge topic 'fix-23523' into release-3.24Brad King2022-06-291-12/+16
| |\ \ \ \
| * | | | | CMake 3.24.0-rc2v3.24.0-rc2Brad King2022-06-231-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2022-07-011-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'file-set-crash'Brad King2022-06-303-4/+32
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | install(EXPORT): Check for missing file sets at generate timeKyle Edwards2022-06-293-4/+32
| * | | | CMake 3.23.2v3.23.2Brad King2022-05-251-1/+1
| * | | | Merge topic 'vs2022-only' into release-3.23Brad King2022-05-201-0/+1
| |\ \ \ \
* | | | | | CMake Nightly Date StampKitware Robot2022-06-301-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'log_level_command'Brad King2022-06-297-67/+141
|\ \ \ \ \
| * | | | | Add cmake_language(GET_MESSAGE_LOG_LEVEL) sub commandAlexandru Croitor2022-06-286-25/+93
| * | | | | Move LogLevel enum out of cmake.h headerAlexandru Croitor2022-06-244-53/+59
* | | | | | Merge topic 'lcc-updates'Brad King2022-06-291-0/+4
|\ \ \ \ \ \
| * | | | | | Source: Suppress some warnings on LCC 1.23.xmakise-homura2022-06-281-0/+4
* | | | | | | Merge topic 'fix-23523'Brad King2022-06-291-12/+16
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | AUTOUIC: Fix internal paths of generated ui_foo.h filesJosiah Bills2022-06-281-12/+16
* | | | | | | CMake Nightly Date StampKitware Robot2022-06-291-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'posix_c'Brad King2022-06-281-2/+1
|\ \ \ \ \ \
| * | | | | | cmSystemTools: Fix unsetenv() fallbackRaul Tambre2022-06-261-2/+1
* | | | | | | CMake Nightly Date StampKitware Robot2022-06-281-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2022-06-271-1/+1
|/ / / / / /
* | | | | | CMake Nightly Date StampKitware Robot2022-06-261-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2022-06-251-1/+1
| |/ / / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2022-06-241-1/+1
* | | | | Merge topic 'update-kwsys'Brad King2022-06-231-9/+31
|\ \ \ \ \
| * | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2022-06-221-9/+31
* | | | | | Merge topic 'snprintf'Brad King2022-06-237-9/+11
|\ \ \ \ \ \
| * | | | | | Source: Replace uses of sprintf with safer snprintfSean McBride2022-06-226-9/+10
| * | | | | | Source: Tell Git not to check whitespace in third-party curses form codeBrad King2022-06-221-0/+1
* | | | | | | Merge topic 'vs-compile-batching'Brad King2022-06-231-0/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | VS: Add variable to to turn off Visual Studio compile batchingBrad King2022-06-221-0/+1
| * | | | | | Merge topic 'use-arm64-msbuild' into release-3.24Brad King2022-06-221-0/+8
| |\ \ \ \ \ \
* | | | | | | | CMake Nightly Date StampKitware Robot2022-06-231-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge topic 'use-arm64-msbuild'Brad King2022-06-221-0/+8
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | VS: Prefer ARM64 MSBuild on Windows ARM64 hostTommy Vercetti2022-06-211-0/+8
* | | | | | | Merge topic 'xcode14'Brad King2022-06-221-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | cm_cxx_features: filter out warnings from Xcode 14Gregor Jasny2022-06-211-1/+1
| |/ / / / /