summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | 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
| * | | | | | | | cmStringAlgorithms: Add functions to parse strings to long long integersBrad King2022-09-203-0/+77
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'swift-mix-cxx'Brad King2022-09-218-7/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | Tests: Add mixed Swift+CXX source test caseEvan Wilde2022-09-196-0/+23
| * | | | | | | | Tests: Add swift compiler version to test checkEvan Wilde2022-09-191-0/+2
| * | | | | | | | Ninja: Fix mixed Swift/CXX library target generationEvan Wilde2022-09-161-7/+14
* | | | | | | | | CMake Nightly Date StampKitware Robot2022-09-211-1/+1
| |_|_|_|/ / / / |/| | | | | | |
* | | | | | | | Merge topic 'detect-lib_foo.a-msvc'Brad King2022-09-202-2/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | MSVC: Teach find_library to consider the 'libfoo.a' naming conventionYonggang Luo2022-09-192-2/+9
* | | | | | | | | Merge topic 'help-byproducts'Brad King2022-09-201-0/+2
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | Help: Link from add_custom_target to policy on BYPRODUCTSHinell2022-09-191-0/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'try_compile-more-consistent-errors'Brad King2022-09-203-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | try_compile: Improve error message consistencyMatthew Woehlke2022-09-163-5/+5
* | | | | | | | | CMake Nightly Date StampKitware Robot2022-09-201-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge topic 'use-new-project-try_compile'Brad King2022-09-195-16/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Modules: Use new keyword-dispatched try_compile signatureMatthew Woehlke2022-09-165-16/+17
| |/ / / / / / /
* | | | | | | | Merge topic 'transitive-usage-reqs-lnks'Brad King2022-09-1910-33/+42
|\ \ \ \ \ \ \ \
| * | | | | | | | Help: Link from usage requirement commands to detailed explanationHinell2022-09-1610-33/+42
* | | | | | | | | Merge topic 'help-add-custom-comman-byproducts'Brad King2022-09-192-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Help:custom_command: link policy on BYPRODUCTSHinell2022-09-162-0/+5
| |/ / / / / / / /
* | | | | | | | | Merge topic 'android-clang-no-ndk-version'Brad King2022-09-191-1/+1
|\ \ \ \ \ \ \ \ \