Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmGeneratorExpression: remove const char* overloads | Vitaly Stakhovsky | 2020-03-08 | 6 | -30/+7 |
* | CMake Nightly Date Stamp | Kitware Robot | 2020-03-08 | 1 | -1/+1 |
* | CMake Nightly Date Stamp | Kitware Robot | 2020-03-07 | 1 | -1/+1 |
* | Merge topic 'ConvertMSBuildXMLToJSON-default-mutable' | Brad King | 2020-03-06 | 1 | -2/+7 |
|\ | |||||
| * | MSBuild: Fix python mutable default data structure | Brendon Go | 2020-03-06 | 1 | -2/+7 |
* | | Merge topic 'modernize-memory-management' | Brad King | 2020-03-06 | 13 | -64/+76 |
|\ \ | |||||
| * | | Modernize memory management | Marc Chevrier | 2020-03-05 | 13 | -64/+76 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-06 | 1 | -1/+1 |
| |/ |/| | |||||
* | | Merge topic 'macos_framework_postfix' | Kyle Edwards | 2020-03-05 | 6 | -18/+89 |
|\ \ | |||||
| * | | Add support for FRAMEWORK_MULTI_CONFIG_POSTFIX_<CONFIG> | Alexandru Croitor | 2020-03-04 | 6 | -18/+89 |
* | | | Merge topic 'objlib-transitive-deps' | Brad King | 2020-03-05 | 1 | -13/+14 |
|\ \ \ | |||||
| * | | | Fix dependencies on targets linked through object libraries | Brad King | 2020-03-04 | 1 | -13/+14 |
| | |/ | |/| | |||||
* | | | Merge topic 'ninja-multi-custom-command-deps' | Brad King | 2020-03-05 | 1 | -1/+2 |
|\ \ \ | |||||
| * | | | Ninja Multi-Config: Don't build target dependencies for custom commands | Kyle Edwards | 2020-03-03 | 1 | -1/+2 |
* | | | | Merge topic 'update-kwsys' | Brad King | 2020-03-05 | 19 | -967/+998 |
|\ \ \ \ | |||||
| * | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2020-03-04 | 19 | -967/+998 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-05 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | Merge topic 'ninja-multi-spurious-unused-variables' | Brad King | 2020-03-04 | 1 | -0/+3 |
|\ \ \ \ | |/ / / |/| | | | |||||
| * | | | Ninja Multi-Config: Fix spurious unused variable warning | Kyle Edwards | 2020-03-03 | 1 | -0/+3 |
| |/ / | |||||
| * | | CMake 3.17.0-rc2v3.17.0-rc2 | Brad King | 2020-03-02 | 1 | -1/+1 |
| * | | Merge topic 'ninja-multi-variable-shuffle-again' into release-3.17 | Brad King | 2020-02-28 | 4 | -17/+59 |
| |\ \ | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-04 | 1 | -1/+1 |
* | | | | Merge topic 'cmake_command-eval' | Brad King | 2020-03-03 | 7 | -33/+100 |
|\ \ \ \ | |||||
| * | | | | cmake_command: Add command to EVAL a CMake script as a string | Cristian Adam | 2020-03-03 | 7 | -33/+100 |
* | | | | | Merge topic 'cmGeneratedFileStream-resource-leak' | Brad King | 2020-03-03 | 1 | -0/+1 |
|\ \ \ \ \ | |||||
| * | | | | | cmGeneratedFileStream: File resource leak if oldname not found | Bo Rydberg | 2020-03-01 | 1 | -0/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-03 | 1 | -1/+1 |
* | | | | | | Merge topic 'xl-fortran-module-dir-use' | Brad King | 2020-03-02 | 1 | -0/+9 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | XL: Fix using Fortran modules from their output directory | Brad King | 2020-02-28 | 1 | -0/+9 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-02 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-03-01 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-02-29 | 1 | -1/+1 |
* | | | | | Merge topic 'csharp-out-of-source-groups' | Brad King | 2020-02-28 | 2 | -84/+47 |
|\ \ \ \ \ | |||||
| * | | | | | CSharp: Add support for source groups with out-of-source builds | Kinan Mahdi | 2020-02-28 | 2 | -84/+47 |
* | | | | | | Merge topic 'modernize-memory-management' | Brad King | 2020-02-28 | 17 | -138/+126 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Modernize memory management | Marc Chevrier | 2020-02-27 | 17 | -138/+126 |
* | | | | | | | Merge topic 'ninja-multi-variable-shuffle-again' | Brad King | 2020-02-28 | 4 | -17/+59 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | Ninja Multi-Config: Always generate build.ninja | Kyle Edwards | 2020-02-27 | 1 | -7/+5 |
| * | | | | | | Generator: Don't allow Ninja Multi-Config variables on other generators | Kyle Edwards | 2020-02-27 | 3 | -0/+46 |
| * | | | | | | Ninja Multi-Config: Remove "NMC" from variable names | Kyle Edwards | 2020-02-27 | 1 | -11/+9 |
* | | | | | | | Merge topic 'foreach-range-issues' | Brad King | 2020-02-28 | 1 | -6/+36 |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | |||||
| * | | | | | | foreach: Set fatal error on invalid range | Kyle Edwards | 2020-02-27 | 1 | -0/+1 |
| * | | | | | | foreach: Fix crash when parsing invalid integer | Kyle Edwards | 2020-02-27 | 1 | -6/+35 |
| * | | | | | | Merge topic 'pch-file-time' into release-3.17 | Brad King | 2020-02-27 | 1 | -0/+13 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge topic 'update-kwsys' into release-3.17 | Brad King | 2020-02-27 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| | * | | | | | | KWSys: Terminal: Add st-256color to VT100 color support whitelist | Brad King | 2020-02-25 | 1 | -0/+1 |
| * | | | | | | | Merge topic 'ctest-failure-error-reporting' into release-3.17 | Brad King | 2020-02-25 | 6 | -24/+82 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge topic 'cuda-non-device-link' into release-3.17 | Brad King | 2020-02-25 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ | |||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-02-28 | 1 | -1/+1 |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | |||||
* | | | | | | | | | Merge topic 'Genex-LINK_LANGUAGE' | Brad King | 2020-02-27 | 10 | -47/+344 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | | |