summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Genex LINK_LIBRARY: MacOS: enhance *_LIBRARY featuresMarc Chevrier2022-07-031-3/+3
| * | | | | | | | Darwin.cmake: Fix indentingCraig Scott2022-07-031-3/+3
* | | | | | | | | CMake Nightly Date StampKitware Robot2022-07-041-1/+1
* | | | | | | | | Merge branch 'release-3.24'Craig Scott2022-07-030-0/+0
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'doc-LINK_LIBRARY_genex' into release-3.24Craig Scott2022-07-0313-454/+502
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge topic 'doc-LINK_LIBRARY_genex'Craig Scott2022-07-0313-454/+502
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Help: Rework $<LINK_LIBRARY>, $<LINK_GROUP> and related docsCraig Scott2022-07-0313-454/+502
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2022-07-031-1/+1
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2022-07-021-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge topic 'findicu'Brad King2022-07-011-7/+5
|\ \ \ \ \ \ \
| * | | | | | | FindICU: Fix component reporting logicAlexander Grund2022-06-301-7/+5
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'FindRuby-version-matching'Brad King2022-07-011-46/+7
|\ \ \ \ \ \ \
| * | | | | | | FindRuby: Simplify version matchingDiego Pino Garcia2022-06-301-46/+7
* | | | | | | | Merge topic 'file-archive-args'Brad King2022-07-018-3/+43
|\ \ \ \ \ \ \ \
| * | | | | | | | file(ARCHIVE*): Simplify acceptance of empty list argumentsBrad King2022-06-291-3/+9
| * | | | | | | | file(ARCHIVE*): Add test for keyword arguments with missing valuesBrad King2022-06-297-0/+34
| |/ / / / / / /
* | | | | | | | Merge branch 'release-3.24'Brad King2022-07-010-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge topic 'genex-TARGET_BUNDLE_DIR_NAME' into release-3.24Brad King2022-07-014-2/+49
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'genex-TARGET_BUNDLE_DIR_NAME'Brad King2022-07-014-2/+49
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Genex: Fix TARGET_BUNDLE_DIR_NAME incorrect extensionBen Leadbetter2022-07-014-2/+49
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2022-07-011-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge topic 'FindCURL-package-version'Brad King2022-06-301-0/+2
|\ \ \ \ \ \
| * | | | | | FindCURL: Set CURL_VERSION_STRING when curl is found as a packagemakise-homura2022-06-281-0/+2
* | | | | | | Merge branch 'release-3.24'Brad King2022-06-300-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'release-3.23' into release-3.24Brad King2022-06-300-0/+0
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
* | | | | | | Merge branch 'release-3.23'Brad King2022-06-300-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'file-set-crash' into release-3.23Brad King2022-06-3010-4/+60
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge branch 'release-3.24'Brad King2022-06-300-0/+0
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge topic 'file-set-crash' into release-3.24Brad King2022-06-3010-4/+60
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge topic 'file-set-crash'Brad King2022-06-3010-4/+60
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | install(EXPORT): Check for missing file sets at generate timeKyle Edwards2022-06-2910-4/+60
* | | | | | | | CMake Nightly Date StampKitware Robot2022-06-301-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge topic 'log_level_command'Brad King2022-06-2920-67/+253
|\ \ \ \ \ \ \
| * | | | | | | Add cmake_language(GET_MESSAGE_LOG_LEVEL) sub commandAlexandru Croitor2022-06-2819-25/+205
| * | | | | | | Move LogLevel enum out of cmake.h headerAlexandru Croitor2022-06-244-53/+59
* | | | | | | | Merge topic 'lcc-updates'Brad King2022-06-295-51/+104
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests: Fix Java tests on multi-config generatorsmakise-homura2022-06-281-3/+3
| * | | | | | | | Tests: handle a case when hg executable is brokenmakise-homura2022-06-283-3/+21
| * | | | | | | | Tests: don't fail tests on broken E2K Java RVMmakise-homura2022-06-281-37/+50
| * | | | | | | | Tests: check for shlibdeps symbols/shlibs before testing itmakise-homura2022-06-281-1/+5
| * | | | | | | | Tests: enable Java tests if javac is a recurse symlinkmakise-homura2022-06-281-1/+2
| * | | | | | | | Tests: don't use broken makensismakise-homura2022-06-281-2/+5
| * | | | | | | | Source: Suppress some warnings on LCC 1.23.xmakise-homura2022-06-281-0/+4
| * | | | | | | | curl: make libcmcurl buildable with old LibreSSLmakise-homura2022-06-281-7/+17
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge branch 'release-3.24'Brad King2022-06-290-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| * | | | | | | Merge topic 'FetchContent-avoid-IN_LIST' into release-3.24Brad King2022-06-291-2/+8
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'FetchContent-avoid-IN_LIST'Brad King2022-06-291-2/+8
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | FetchContent: Don't use if(... IN_LIST ...)Craig Scott2022-06-281-2/+8
* | | | | | | | | Merge branch 'release-3.24'Brad King2022-06-290-0/+0
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'fix-23523' into release-3.24Brad King2022-06-291-12/+16
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |