Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmRuntimeDependencyArchive: Fix const-ness of method signatures | Kyle Edwards | 2021-06-03 | 2 | -18/+20 |
* | Merge topic 'find_item-NO_CACHE' | Brad King | 2021-06-03 | 19 | -54/+700 |
|\ | |||||
| * | find_*: Add support for option NO_CACHE | Marc Chevrier | 2021-06-02 | 19 | -54/+700 |
* | | Merge topic 'doc_regex' | Brad King | 2021-06-03 | 5 | -6/+10 |
|\ \ | |||||
| * | | Help: links to CMake regex syntax | Michael Hirsch | 2021-06-02 | 5 | -6/+10 |
* | | | Merge topic 'ctest-coverage-no-dir' | Brad King | 2021-06-03 | 3 | -0/+14 |
|\ \ \ | |||||
| * | | | CTest: Exit coverage handling early if no binary dir | Joseph Snyder | 2021-06-02 | 3 | -0/+14 |
* | | | | Merge topic 'ninja-multi-config-default-configs-doc' | Brad King | 2021-06-03 | 1 | -1/+3 |
|\ \ \ \ | |||||
| * | | | | Help: Clarify default value of CMAKE_CONFIGURATION_TYPES for NMC | Kyle Edwards | 2021-06-02 | 1 | -1/+3 |
| |/ / / | |||||
* | | | | Merge topic 'update-kwsys' | Brad King | 2021-06-03 | 1 | -3/+4 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2021-06-02 | 1 | -3/+4 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | KWSys 2021-06-02 (ad35b3ba) | KWSys Upstream | 2021-06-02 | 1 | -3/+4 |
* | | | | | Merge topic 'depfile-no-vstlog' | Brad King | 2021-06-03 | 5 | -47/+0 |
|\ \ \ \ \ | |||||
| * | | | | | cmake_transform_depfile: Remove unused incomplete vstlog support | Brad King | 2021-06-02 | 5 | -47/+0 |
| |/ / / / | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-06-03 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge topic 'command_target' | Brad King | 2021-06-02 | 9 | -7/+65 |
|\ \ \ \ | |||||
| * | | | | add_custom_command: Target-dependent generator expression support | Raul Tambre | 2021-05-31 | 9 | -7/+65 |
* | | | | | Merge topic 'get-runtime-dependencies-file-filter' | Brad King | 2021-06-02 | 12 | -103/+258 |
|\ \ \ \ \ | |||||
| * | | | | | file(GET_RUNTIME_DEPENDENCIES): Add POST_{IN,EX}CLUDE_FILES arguments | Kyle Edwards | 2021-06-01 | 12 | -103/+258 |
* | | | | | | Merge branch 'release-3.20' | Brad King | 2021-06-02 | 0 | -0/+0 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge topic 'msvc_cxx20_23' into release-3.20 | Brad King | 2021-06-02 | 2 | -4/+20 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'msvc_cxx20_23' | Brad King | 2021-06-02 | 2 | -4/+20 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | | | |||||
| * | | | | | | Clang/MSVC: C++20 final flag, C++23 support | Raul Tambre | 2021-05-29 | 1 | -3/+12 |
| * | | | | | | MSVC: C++20 final flag, C++23 support | Raul Tambre | 2021-05-29 | 1 | -1/+8 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-06-02 | 1 | -1/+1 |
* | | | | | | | Merge topic 'install-imported-runtime-artifacts' | Brad King | 2021-06-01 | 22 | -88/+746 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | FileAPI: Populate information for IMPORTED_RUNTIME_ARTIFACTS | Kyle Edwards | 2021-05-31 | 5 | -3/+86 |
| * | | | | | | | install(): Add IMPORTED_RUNTIME_ARTIFACTS mode | Kyle Edwards | 2021-05-31 | 12 | -7/+572 |
| * | | | | | | | Refactor: Move common methods into cmInstallGenerator | Kyle Edwards | 2021-05-31 | 5 | -78/+88 |
* | | | | | | | | Merge topic 'link-objects-first' | Brad King | 2021-06-01 | 34 | -78/+476 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | target_link_libraries: Place $<TARGET_OBJECTS> before libraries | Brad King | 2021-05-29 | 22 | -5/+338 |
| * | | | | | | | | OpenWatcom: Add infrastructure to link to object files | Brad King | 2021-05-29 | 5 | -11/+44 |
| * | | | | | | | | cmComputeLinkInformation: Improve type safety of item IsPath member | Brad King | 2021-05-29 | 7 | -24/+35 |
| * | | | | | | | | cmComputeTargetDepends: Factor out helper to add object library dependency | Brad King | 2021-05-28 | 2 | -20/+32 |
| * | | | | | | | | cmGeneratorTarget: Refactor link item lookup | Brad King | 2021-05-28 | 3 | -18/+26 |
| * | | | | | | | | cmGeneratorTarget: Give temporary link impl item an explicit name | Brad King | 2021-05-28 | 1 | -2/+2 |
| * | | | | | | | | cmMakefile: Register explicit object sources more efficiently | Brad King | 2021-05-28 | 1 | -1/+2 |
| * | | | | | | | | cmGeneratorExpressionNode: Constify local variable | Brad King | 2021-05-28 | 1 | -1/+1 |
* | | | | | | | | | Merge topic 'binutils-consistency' | Brad King | 2021-06-01 | 1 | -1/+4 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | BinUtils: Avoid llvm-objdump versions older than Clang 9 | Brad King | 2021-05-29 | 1 | -1/+4 |
| | |_|_|_|_|/ / / | |/| | | | | | | | |||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-06-01 | 1 | -1/+1 |
* | | | | | | | | | Merge topic 'UseJava-update-doc' | Marc Chevrier | 2021-05-31 | 1 | -4/+8 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | UseJava: Add version for RESOURCES option | Marc Chevrier | 2021-05-30 | 1 | -4/+8 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
* | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-05-31 | 1 | -1/+1 |
|/ / / / / / / / | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-05-30 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'linker-launcher' | Brad King | 2021-05-29 | 69 | -3/+263 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Launchers: Support setting linker launchers | Bobby D Reynolds | 2021-05-28 | 63 | -1/+261 |
| * | | | | | | | | cmNinjaNormalTargetGenerator: Fix "Language" rule variable | Bobby D Reynolds | 2021-05-28 | 1 | -1/+1 |
| * | | | | | | | | Tests/CompilerLauncher: Fix file names and clarify comment | Bobby D Reynolds | 2021-05-28 | 6 | -1/+1 |
* | | | | | | | | | Merge branch 'release-3.20' | Brad King | 2021-05-29 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | | |