Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | ExternalProject: Fix step dependency on mkdir step | Vyacheslav Yurkov | 2020-04-20 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
| * | | | Merge topic 'device-link' | Brad King | 2020-04-20 | 96 | -4/+514 | |
| |\ \ \ | ||||||
| | * | | | CUDA: Device linking use now link options | Marc Chevrier | 2020-04-19 | 12 | -4/+70 | |
| | * | | | Genex: Add generator expressions $<DEVICE_LINK> and $<HOST_LINK> | Marc Chevrier | 2020-04-19 | 86 | -0/+444 | |
| | |/ / | ||||||
| * | | | Merge topic 'FindPkgConfig-frameworks' | Brad King | 2020-04-20 | 6 | -88/+61 | |
| |\ \ \ | ||||||
| | * | | | FindPkgConfig: fix handling of frameworks | Rolf Eike Beer | 2020-04-18 | 4 | -0/+53 | |
| | * | | | Tests: simplify FindPkgConfig_CMAKE_{FRAMEWORK,APPBUNDLE}_PATH tests | Rolf Eike Beer | 2020-04-18 | 2 | -88/+8 | |
| | |/ / | ||||||
| * | | | Merge topic 'ctest-memcheck-sanitizers' | Craig Scott | 2020-04-19 | 8 | -6/+34 | |
| |\ \ \ | | |/ / | |/| | | ||||||
| | * | | CTest: Fix '-T MemCheck' command-line support for sanitizers | Brad King | 2020-04-17 | 2 | -0/+28 | |
| | * | | Tests: Fix RunCMake.ctest_memcheck test script syntax errors | Brad King | 2020-04-16 | 6 | -6/+6 | |
| * | | | Merge topic 'cat_cmd_20557' | Kyle Edwards | 2020-04-16 | 10 | -0/+49 | |
| |\ \ \ | ||||||
| | * | | | cmake -E: add cat command. | Johnny Jazeix | 2020-04-15 | 10 | -0/+49 | |
| * | | | | CUDA: Add CUDA_ARCHITECTURES target property | Raul Tambre | 2020-04-15 | 12 | -0/+46 | |
| | |/ / | |/| | | ||||||
| * | | | clang-tidy: address readability-else-after-return lint | Ben Boeckel | 2020-04-13 | 2 | -2/+4 | |
| * | | | Merge topic 'find_program-exe-no-read' | Brad King | 2020-04-10 | 3 | -0/+9 | |
| |\ \ \ | ||||||
| | * | | | find_program: Find programs that are executable but not readable | Vladimir Menshakov | 2020-04-09 | 3 | -0/+9 | |
| * | | | | Merge topic 'googletest-skipped' | Brad King | 2020-04-10 | 4 | -0/+48 | |
| |\ \ \ \ | | |_|/ / | |/| | | | ||||||
| | * | | | GoogleTest: Add testcase for skipped tests | Alexander Stein | 2020-04-10 | 4 | -0/+48 | |
| | |/ / | ||||||
| * | | | file(UPLOAD): Add support for TLS_VERIFY and TLS_CAINFO | Harry Mallon | 2020-04-08 | 13 | -0/+28 | |
| |/ / | ||||||
| * | | Tests: Fix get_filename_component PROGRAM test to use an executable | Brad King | 2020-04-07 | 2 | -4/+5 | |
| * | | Merge topic 'file-GetRuntimeDependencies_support_cross_compilation' | Brad King | 2020-04-07 | 6 | -0/+32 | |
| |\ \ | ||||||
| | * | | file: GetRuntimeDependencies use CMAKE_OBJDUMP when applicable | Robert Maynard | 2020-04-06 | 6 | -0/+32 | |
| * | | | Merge topic 'llvm-rc-include-path' | Brad King | 2020-04-07 | 1 | -8/+8 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge topic 'fetchcontent-download-no-extract' | Brad King | 2020-04-06 | 3 | -0/+11 | |
| |\ \ \ \ | ||||||
| | * | | | | FetchContent: Add support for DOWNLOAD_NO_EXTRACT | Craig Scott | 2020-04-03 | 3 | -0/+11 | |
| * | | | | | Merge topic 'parallel-lzma-compression' | Brad King | 2020-04-06 | 5 | -0/+20 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | cmCPackArchiveGenerator: support multithreaded compression | Ben Boeckel | 2020-04-03 | 5 | -0/+20 | |
| * | | | | | | Merge topic 'ctest-resource-file-cache' | Brad King | 2020-04-06 | 10 | -16/+64 | |
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | ||||||
| | * | | | | | CTest: Add CTEST_RESOURCE_SPEC_FILE variable | Kyle Edwards | 2020-04-02 | 10 | -16/+64 | |
| * | | | | | | Merge topic 'pch-ios-multi-arch' | Brad King | 2020-04-03 | 1 | -6/+3 | |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | PCH: Add support for multi architecture iOS projects | Cristian Adam | 2020-04-02 | 1 | -6/+3 | |
| | | |_|/ / | | |/| | | | ||||||
| * | | | | | Merge topic 'link-libs-config-case' | Brad King | 2020-03-31 | 4 | -0/+28 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| * | | | | | Merge topic 'vs-non-built-file-item-metadata' | Brad King | 2020-03-30 | 7 | -0/+71 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | VS: Test VS_SETTINGS and VS_SOURCE_SETTINGS_<tool> properties. | Matt Davies | 2020-03-26 | 7 | -0/+71 | |
| * | | | | | | Merge topic 'gtest_discover_tests_cross_compile_support' | Brad King | 2020-03-30 | 15 | -34/+156 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | GoogleTest: Add tests for MultiConfig discovery in PRE_TEST mode | Ryan Thornton | 2020-03-27 | 5 | -0/+88 | |
| | * | | | | | | GoogleTest: Parameterize tests to check PRE_TEST/POST_BUILD discovery mode | Ryan Thornton | 2020-03-27 | 11 | -34/+68 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge topic 'pch-warn-invalid' | Brad King | 2020-03-27 | 4 | -1/+42 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | PCH: add an option to disable `-Winvalid-pch` | Cristian Adam | 2020-03-26 | 4 | -1/+42 | |
| | |/ / / / / | ||||||
| * | | | | | | Merge topic 'export-error-on-multuple-calls' | Brad King | 2020-03-27 | 7 | -1/+52 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | export(): raise an error on multiple calls with same FILE | Marc Chevrier | 2020-03-26 | 7 | -1/+52 | |
| | | |_|/ / / | | |/| | | | | ||||||
| * | | | | | | Merge topic 'ctest-timeout-report' | Brad King | 2020-03-27 | 2 | -2/+2 | |
| |\ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ | Merge branch 'backport-ctest-timeout-report' into ctest-timeout-report | Brad King | 2020-03-26 | 2 | -2/+2 | |
| | |\ \ \ \ \ \ | ||||||
| * | \ \ \ \ \ \ | Merge topic 'llvm-rc-stderr' | Brad King | 2020-03-27 | 3 | -3/+4 | |
| |\ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | replace std::string::substr() with operations that do not allocate memory | Rolf Eike Beer | 2020-03-23 | 1 | -3/+3 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge topic 'export-repeat' | Brad King | 2020-03-20 | 3 | -0/+8 | |
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge topic 'FindPkgConfig-broken-pkg-config' | Brad King | 2020-03-18 | 3 | -0/+12 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | FindPkgConfig: Add test for specified pkg-config tool missing | Brad King | 2020-03-17 | 3 | -0/+12 | |
| * | | | | | | | | Merge topic 'file-archive' | Brad King | 2020-03-17 | 20 | -0/+229 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | file: Add ARCHIVE_{CREATE|EXTRACT} subcommands | Cristian Adam | 2020-03-16 | 20 | -0/+229 | |