summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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-222-3/+3
* 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-223-23/+10
* cmake.version.manifest: Replace tabs with spacesAlex Turbov2022-09-221-1/+1
* CMakeLists: Remove redundant spaces around CMake command callsAlex Turbov2022-09-222-16/+16
* Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS`Alex Turbov2022-09-222-11/+8
* bootstrap: Enable add_compile_definitions commandBrad King2022-09-221-2/+2
* Merge topic 'try_compile-more-consistent-errors'Brad King2022-09-201-3/+3
|\
| * try_compile: Improve error message consistencyMatthew Woehlke2022-09-161-3/+3
* | CMake Nightly Date StampKitware Robot2022-09-201-1/+1
* | Merge topic 'env-tls-certs'Brad King2022-09-191-0/+11
|\ \
| * | cmCurl: Honor OpenSSL certificate environment variablesMaxim Cournoyer2022-09-161-0/+11
* | | Merge topic 'improve-try_compile-arg-error'Brad King2022-09-192-4/+9
|\ \ \
| * | | try_compile: More useful error if insufficient argumentsMatthew Woehlke2022-09-152-4/+9
* | | | CMake Nightly Date StampKitware Robot2022-09-191-1/+1
* | | | CMake Nightly Date StampKitware Robot2022-09-181-1/+1
* | | | CMake Nightly Date StampKitware Robot2022-09-171-1/+1
| |_|/ |/| |
* | | Merge topic 'try_compile-new-project-signature'Brad King2022-09-161-30/+70
|\ \ \
| * | | try_compile: Add PROJECT keyword-dispatched signatureMatthew Woehlke2022-09-141-30/+70
* | | | Merge topic 'xcode-lib-dirs'Brad King2022-09-162-4/+15
|\ \ \ \
| * | | | Xcode: Do not append per-config suffixes to library search pathsMikko Sivulainen2022-09-152-4/+15
| |/ / /
* | | | Merge topic 'cmake-presets-package-clear'Kyle Edwards2022-09-161-0/+2
|\ \ \ \
| * | | | cmCMakePresetsGraph: Clear package presets in ClearPresets()Kyle Edwards2022-09-151-0/+2
| | |/ / | |/| |
* | | | Merge topic 'cmake-presets-list-error-message'Kyle Edwards2022-09-161-1/+1
|\ \ \ \
| * | | | cmake --list-presets: List package as a valid optionKyle Edwards2022-09-151-1/+1
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2022-09-161-1/+1
|/ / /
* | | Merge topic 'export-ios-app-layout'Brad King2022-09-151-1/+4
|\ \ \
| * | | export: Fix IMPORTED_LOCATION of iOS flat app bundlesHarry Mallon2022-09-141-1/+4
| |/ /
* | | Merge topic 'link-framework-with-multi-config-postfix'Brad King2022-09-153-11/+18
|\ \ \
| * | | Apple: Fix regression when linking a framework with postfixMarc Chevrier2022-09-143-11/+18
| * | | CMake 3.24.2v3.24.2Brad King2022-09-131-1/+1
| * | | Merge topic 'truncation_invalid' into release-3.24Brad King2022-09-091-1/+5
| |\ \ \
| * \ \ \ Merge topic 'revert-automoc-silence-warnings' into release-3.24Brad King2022-09-091-10/+1
| |\ \ \ \
* | | | | | CMake Nightly Date StampKitware Robot2022-09-151-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'MsvcDebugInformationFormatAbstraction'Brad King2022-09-144-1/+52
|\ \ \ \ \