summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | Build: Use imported target `JsonCpp::JsonCpp` instead of variablesAlex Turbov2022-09-222-3/+2
| * | | | | | | | | | Build: Use imported target `CURL::libcurl` instead of variablesAlex Turbov2022-09-222-7/+3
| * | | | | | | | | | Build: Use imported target `LibArchive::LibArchive` instead of variablesAlex Turbov2022-09-223-6/+13
| * | | | | | | | | | Build: Use imported target `EXPAT::EXPAT` instead of variablesAlex Turbov2022-09-222-2/+2
| * | | | | | | | | | Build: Use imported target `ZLIB::ZLIB` instead of variablesAlex Turbov2022-09-226-28/+16
| * | | | | | | | | | Build: Use `string(APPEND…)` in the root `CMakeLists.txt`Alex Turbov2022-09-221-4/+3
| * | | | | | | | | | Build: Extract `CMAKE_BUILD_UTILITIES` macro into a separate includeAlex Turbov2022-09-223-386/+388
| * | | | | | | | | | Build: Use `cmstd` target instead of variable `CMAKE_STD_LIBRARY`Alex Turbov2022-09-222-2/+1
| * | | | | | | | | | Build: Replace `foreach` with 2 `set` callsAlex Turbov2022-09-221-7/+2
| * | | | | | | | | | Build: Move `HAVE_CoreServices` to `cmCPackConfigure.h`Alex Turbov2022-09-223-4/+5
| * | | | | | | | | | Build: Add `ENABLE_BUILD_FREEBSD_PKG` to `cmCPackConfigure.h`Alex Turbov2022-09-223-8/+7
| * | | | | | | | | | Build: Use imported `LibUUID::LibUUID` target instead of variablesAlex Turbov2022-09-224-19/+26
| * | | | | | | | | | Build: Eliminate one time used variableAlex Turbov2022-09-221-3/+1
| * | | | | | | | | | Build: Link w/ `OBJECT` library is OK since 3.12Alex Turbov2022-09-222-4/+9
| * | | | | | | | | | Build: Introduce `ManifestLib` interface libraryAlex Turbov2022-09-222-11/+15
| * | | | | | | | | | Build: Move `KWSYS_ENCODING_DEFAULT_CODEPAGE` to the config headerAlex Turbov2022-09-223-3/+4
| * | | | | | | | | | Style: Builtin commands in lower caseAlex Turbov2022-09-221-1/+1
| * | | | | | | | | | Build: `add_definitions()` → `add_compile_definitions()`Alex Turbov2022-09-224-6/+6
| * | | | | | | | | | Build: Move `STAT_HAS_ST_MTIM`, `STAT_HAS_ST_MTIMESPEC` to config fileAlex Turbov2022-09-222-10/+11
| * | | | | | | | | | Build: Move `CURL_CA_BUNDLE` and `CURL_CA_PATH` to config headerAlex Turbov2022-09-222-6/+3
| * | | | | | | | | | Build: Move `CMAKE_USE_WMAKE` definition to `cmConfigure.cmake.h.in`Alex Turbov2022-09-222-2/+7
| * | | | | | | | | | Build: Fix `target_link_libraries` to use link interface keywordsAlex Turbov2022-09-221-13/+13
| * | | | | | | | | | Build: `include_directories()` → `target_include_directories()`Alex Turbov2022-09-221-34/+24
| * | | | | | | | | | CMakeVersion.cmake: `set(VAR "${VAR}…")` → `string(APPEND VAR "…")`Alex Turbov2022-09-221-4/+4
| * | | | | | | | | | Build: Do not use variables for sources listsAlex Turbov2022-09-222-178/+208
| * | | | | | | | | | Build: Simplify `configure_file()` callsAlex Turbov2022-09-226-49/+21
| * | | | | | | | | | cmake.version.manifest: Replace tabs with spacesAlex Turbov2022-09-221-1/+1
| * | | | | | | | | | CMakeLists: Remove redundant spaces around CMake command callsAlex Turbov2022-09-224-84/+85
| * | | | | | | | | | Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS`Alex Turbov2022-09-2214-119/+114
| * | | | | | | | | | bootstrap: Enable add_compile_definitions commandBrad King2022-09-222-2/+3
* | | | | | | | | | | Merge topic 'cdo-consider-dots'Brad King2022-09-234-1/+7
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | CMakeDependentOption: allow in depends the use of .Vicente Adolfo Bolea Sanchez2022-09-214-1/+7
| |/ / / / / / / / / /
* | | | | | | | | | | Merge topic 'try_run-no-project'Brad King2022-09-231-8/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | try_run: Remove PROJECT supportMatthew Woehlke2022-09-211-8/+4
| | |_|_|/ / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'genex-LINK_LIBRARY-framework-with-postfix'Brad King2022-09-239-56/+160
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | Genex LINK_LIBRARY: Add support for framework with postfixMarc Chevrier2022-09-219-56/+160
* | | | | | | | | | | | Merge branch 'release-3.24'Brad King2022-09-230-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge topic 'flang-windows' into release-3.24Brad King2022-09-231-0/+2
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge topic 'flang-windows'Brad King2022-09-231-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | LLVMFlang: Add support for Windowsمهدي شينون (Mehdi Chinoune)2022-09-211-0/+2
* | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2022-09-231-1/+1
| |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | |
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2022-09-221-1/+1
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge branch 'release-3.24'Brad King2022-09-210-0/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge branch 'release-3.23' into release-3.24Brad King2022-09-210-0/+0
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'release-3.23'Brad King2022-09-210-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | / / / / / / / / | |_|_|/ / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Merge branch 'parse-large-int' into release-3.23Brad King2022-09-204-2/+85
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'release-3.24'Brad King2022-09-210-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge topic 'parse-large-int' into release-3.24Brad King2022-09-214-2/+85
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| / / / / / / / / | | |_|/ / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge topic 'parse-large-int'Brad King2022-09-214-2/+85
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | file: Avoid strange istringstream crash in cmake.org binaries on Alpine LinuxBrad King2022-09-201-2/+8