Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | Build: Use imported target `JsonCpp::JsonCpp` instead of variables | Alex Turbov | 2022-09-22 | 2 | -3/+2 | |
| * | | | | | | | | | | Build: Use imported target `CURL::libcurl` instead of variables | Alex Turbov | 2022-09-22 | 2 | -7/+3 | |
| * | | | | | | | | | | Build: Use imported target `LibArchive::LibArchive` instead of variables | Alex Turbov | 2022-09-22 | 3 | -6/+13 | |
| * | | | | | | | | | | Build: Use imported target `EXPAT::EXPAT` instead of variables | Alex Turbov | 2022-09-22 | 2 | -2/+2 | |
| * | | | | | | | | | | Build: Use imported target `ZLIB::ZLIB` instead of variables | Alex Turbov | 2022-09-22 | 6 | -28/+16 | |
| * | | | | | | | | | | Build: Use `string(APPEND…)` in the root `CMakeLists.txt` | Alex Turbov | 2022-09-22 | 1 | -4/+3 | |
| * | | | | | | | | | | Build: Extract `CMAKE_BUILD_UTILITIES` macro into a separate include | Alex Turbov | 2022-09-22 | 3 | -386/+388 | |
| * | | | | | | | | | | Build: Use `cmstd` target instead of variable `CMAKE_STD_LIBRARY` | Alex Turbov | 2022-09-22 | 2 | -2/+1 | |
| * | | | | | | | | | | Build: Replace `foreach` with 2 `set` calls | Alex Turbov | 2022-09-22 | 1 | -7/+2 | |
| * | | | | | | | | | | Build: Move `HAVE_CoreServices` to `cmCPackConfigure.h` | Alex Turbov | 2022-09-22 | 3 | -4/+5 | |
| * | | | | | | | | | | Build: Add `ENABLE_BUILD_FREEBSD_PKG` to `cmCPackConfigure.h` | Alex Turbov | 2022-09-22 | 3 | -8/+7 | |
| * | | | | | | | | | | Build: Use imported `LibUUID::LibUUID` target instead of variables | Alex Turbov | 2022-09-22 | 4 | -19/+26 | |
| * | | | | | | | | | | Build: Eliminate one time used variable | Alex Turbov | 2022-09-22 | 1 | -3/+1 | |
| * | | | | | | | | | | Build: Link w/ `OBJECT` library is OK since 3.12 | Alex Turbov | 2022-09-22 | 2 | -4/+9 | |
| * | | | | | | | | | | Build: Introduce `ManifestLib` interface library | Alex Turbov | 2022-09-22 | 2 | -11/+15 | |
| * | | | | | | | | | | Build: Move `KWSYS_ENCODING_DEFAULT_CODEPAGE` to the config header | Alex Turbov | 2022-09-22 | 3 | -3/+4 | |
| * | | | | | | | | | | Style: Builtin commands in lower case | Alex Turbov | 2022-09-22 | 1 | -1/+1 | |
| * | | | | | | | | | | Build: `add_definitions()` → `add_compile_definitions()` | Alex Turbov | 2022-09-22 | 4 | -6/+6 | |
| * | | | | | | | | | | Build: Move `STAT_HAS_ST_MTIM`, `STAT_HAS_ST_MTIMESPEC` to config file | Alex Turbov | 2022-09-22 | 2 | -10/+11 | |
| * | | | | | | | | | | Build: Move `CURL_CA_BUNDLE` and `CURL_CA_PATH` to config header | Alex Turbov | 2022-09-22 | 2 | -6/+3 | |
| * | | | | | | | | | | Build: Move `CMAKE_USE_WMAKE` definition to `cmConfigure.cmake.h.in` | Alex Turbov | 2022-09-22 | 2 | -2/+7 | |
| * | | | | | | | | | | Build: Fix `target_link_libraries` to use link interface keywords | Alex Turbov | 2022-09-22 | 1 | -13/+13 | |
| * | | | | | | | | | | Build: `include_directories()` → `target_include_directories()` | Alex Turbov | 2022-09-22 | 1 | -34/+24 | |
| * | | | | | | | | | | CMakeVersion.cmake: `set(VAR "${VAR}…")` → `string(APPEND VAR "…")` | Alex Turbov | 2022-09-22 | 1 | -4/+4 | |
| * | | | | | | | | | | Build: Do not use variables for sources lists | Alex Turbov | 2022-09-22 | 2 | -178/+208 | |
| * | | | | | | | | | | Build: Simplify `configure_file()` calls | Alex Turbov | 2022-09-22 | 6 | -49/+21 | |
| * | | | | | | | | | | cmake.version.manifest: Replace tabs with spaces | Alex Turbov | 2022-09-22 | 1 | -1/+1 | |
| * | | | | | | | | | | CMakeLists: Remove redundant spaces around CMake command calls | Alex Turbov | 2022-09-22 | 4 | -84/+85 | |
| * | | | | | | | | | | Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS` | Alex Turbov | 2022-09-22 | 14 | -119/+114 | |
| * | | | | | | | | | | bootstrap: Enable add_compile_definitions command | Brad King | 2022-09-22 | 2 | -2/+3 | |
* | | | | | | | | | | | Merge topic 'cdo-consider-dots' | Brad King | 2022-09-23 | 4 | -1/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | CMakeDependentOption: allow in depends the use of . | Vicente Adolfo Bolea Sanchez | 2022-09-21 | 4 | -1/+7 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge topic 'try_run-no-project' | Brad King | 2022-09-23 | 1 | -8/+4 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | try_run: Remove PROJECT support | Matthew Woehlke | 2022-09-21 | 1 | -8/+4 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'genex-LINK_LIBRARY-framework-with-postfix' | Brad King | 2022-09-23 | 9 | -56/+160 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | Genex LINK_LIBRARY: Add support for framework with postfix | Marc Chevrier | 2022-09-21 | 9 | -56/+160 | |
* | | | | | | | | | | | | Merge branch 'release-3.24' | Brad King | 2022-09-23 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge topic 'flang-windows' into release-3.24 | Brad King | 2022-09-23 | 1 | -0/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ \ | Merge topic 'flang-windows' | Brad King | 2022-09-23 | 1 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | LLVMFlang: Add support for Windows | مهدي شينون (Mehdi Chinoune) | 2022-09-21 | 1 | -0/+2 | |
* | | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-23 | 1 | -1/+1 | |
| |_|_|_|_|_|_|_|_|/ / / |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-09-22 | 1 | -1/+1 | |
| |_|_|_|_|_|/ / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'release-3.24' | Brad King | 2022-09-21 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'release-3.23' into release-3.24 | Brad King | 2022-09-21 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ | Merge branch 'release-3.23' | Brad King | 2022-09-21 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | / / / / / / / / | |_|_|/ / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'parse-large-int' into release-3.23 | Brad King | 2022-09-20 | 4 | -2/+85 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ | Merge branch 'release-3.24' | Brad King | 2022-09-21 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | Merge topic 'parse-large-int' into release-3.24 | Brad King | 2022-09-21 | 4 | -2/+85 | |
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| / / / / / / / / | | |_|/ / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge topic 'parse-large-int' | Brad King | 2022-09-21 | 4 | -2/+85 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | file: Avoid strange istringstream crash in cmake.org binaries on Alpine Linux | Brad King | 2022-09-20 | 1 | -2/+8 | |