summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Drop Visual Studio 10 2010 generatorBrad King2022-09-2628-361/+38
* Merge topic 'doc-typo-fix'Brad King2022-09-261-1/+1
|\
| * Help/CPACK_START_MENU_SHORTCUTS: fix monospace markupBen Boeckel2022-09-231-1/+1
* | Merge topic 'cmake-presets-package-more-doc-fixes'Brad King2022-09-268-1/+58
|\ \
| * | Tests: Add test for --list-presets=allKyle Edwards2022-09-232-0/+19
| * | Tests: Add test for cpack --list-presetsKyle Edwards2022-09-234-0/+25
| * | Help: Add package preset to example presets fileKyle Edwards2022-09-221-1/+10
| * | Help: List packagePresets field in cmake-presets.7Kyle Edwards2022-09-221-0/+4
* | | Merge topic 'UseSWIG-macos-csharp-suffix'Brad King2022-09-261-0/+3
|\ \ \
| * | | UseSWIG: Change the library suffix to 'dylib' for C# on macOSMario Emmenlauer2022-09-231-0/+3
* | | | Merge topic 'unicode-env'Brad King2022-09-261-0/+9
|\ \ \ \
| * | | | cmSystemTools: Fix encoding of whole-environment lookup on Windowszhenhaonong2022-09-231-0/+9
* | | | | CMake Nightly Date StampKitware Robot2022-09-261-1/+1
* | | | | CMake Nightly Date StampKitware Robot2022-09-251-1/+1
* | | | | CMake Nightly Date StampKitware Robot2022-09-241-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'try_compile-source-from'Brad King2022-09-2320-48/+269
|\ \ \ \
| * | | | try_compile: Add SOURCE_FROM_FILEMatthew Woehlke2022-09-229-2/+61
| * | | | Tests: Clean up and simplify TryCompile testsMatthew Woehlke2022-09-223-46/+29
| * | | | try_compile: Add SOURCE_FROM_{ARG,VAR}Matthew Woehlke2022-09-2215-14/+193
* | | | | Merge topic 'vs-dotnet-sdk-package'Brad King2022-09-231-2/+2
|\ \ \ \ \
| * | | | | VS: Fix PACKAGE target build with SDK-style projectselksson2022-09-221-2/+2
* | | | | | Merge topic 'ci-debian10-clang-tidy-headers'Brad King2022-09-233-1/+25
|\ \ \ \ \ \
| * | | | | | ci: add clang-tidy to Debian x86_64 base imageKyle Edwards2022-09-223-1/+25
* | | | | | | Merge topic 'modernize-build-self'Brad King2022-09-2333-929/+917
|\ \ \ \ \ \ \
| * | | | | | | Build: Use `CMAKE_CURRENT_XXX_DIR` instead of top dirsAlex Turbov2022-09-221-6/+6
| * | | | | | | Build: Sort linked libraries list of `CMakeLib`Alex Turbov2022-09-221-4/+4
| * | | | | | | Build: Use imported target `Threads::Threads` instead of variableAlex Turbov2022-09-221-1/+1
| * | | | | | | Build: Use imported target `kwiml::kwiml` instead of variablesAlex Turbov2022-09-223-4/+2
| * | | | | | | Build: Use imported target `LibRHash::LibRHash` instead of variablesAlex Turbov2022-09-222-3/+2
| * | | | | | | Build: Use imported target `LibUV::LibUV` instead of variablesAlex Turbov2022-09-222-3/+2
| * | | | | | | 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