Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | project: Add variable CMAKE_PROJECT_INCLUDE | Ruslan Baratov | 2019-03-27 | 2 | -11/+32 |
* | CMake Nightly Date Stamp | Kitware Robot | 2019-03-27 | 1 | -1/+1 |
* | Merge topic 'cmGlobalGenerator_code_maintenance' | Brad King | 2019-03-26 | 1 | -71/+41 |
|\ | |||||
| * | cmGlobalGenerator: Inline `aRange` acquisition in `for(x:aRange)` invocations | Sebastian Holtermann | 2019-03-25 | 1 | -27/+11 |
| * | cmGlobalGenerator: Use auto for long iterator types | Sebastian Holtermann | 2019-03-25 | 1 | -44/+30 |
* | | Merge topic 'fix_autogen_deadlock' | Brad King | 2019-03-26 | 2 | -3/+17 |
|\ \ | |||||
| * | | Autogen: Fix deadlock when uv_spawn() fails while trying to run moc | Alexandru Croitor | 2019-03-25 | 2 | -3/+17 |
* | | | Merge topic 'toolchain-include_directories' | Brad King | 2019-03-26 | 1 | -1/+16 |
|\ \ \ | |||||
| * | | | Restore support for include_directories() in toolchain files | Brad King | 2019-03-25 | 1 | -1/+16 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-26 | 1 | -1/+1 |
* | | | | Merge topic 'ctest_submit_get_buildid' | Brad King | 2019-03-25 | 2 | -21/+40 |
|\ \ \ \ | |||||
| * | | | | ctest_submit: Add option BUILD_ID | Zack Galbreath | 2019-03-22 | 2 | -21/+40 |
| | |/ / | |/| | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-25 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-24 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-23 | 1 | -1/+1 |
|/ / | |||||
* | | Merge topic 'ghs-linux' | Brad King | 2019-03-22 | 10 | -82/+137 |
|\ \ | |||||
| * | | GHS: Add support for GHS Multi Generator in Linux | Naren Manimohan | 2019-03-21 | 3 | -10/+28 |
| * | | GHS: Fix include-what-you-use and clang-tidy diagnostics | Brad King | 2019-03-20 | 8 | -72/+109 |
* | | | Merge topic 'cmTarget_non_copyable' | Brad King | 2019-03-22 | 2 | -10/+11 |
|\ \ \ | |||||
| * | | | cmMakefile: Use std::unordered_map::emplace to add cmTargets to the list | Sebastian Holtermann | 2019-03-21 | 2 | -10/+11 |
* | | | | Merge topic 'cmTarget_micro_fixes' | Brad King | 2019-03-22 | 1 | -57/+34 |
|\ \ \ \ | |||||
| * | | | | cmTarget: Acquire data only when needed | Sebastian Holtermann | 2019-03-21 | 1 | -4/+3 |
| * | | | | cmTarget: Use helper function to append to lists | Sebastian Holtermann | 2019-03-21 | 1 | -53/+31 |
| |/ / / | |||||
* | | | | Merge topic 'update-kwsys' | Brad King | 2019-03-22 | 2 | -206/+189 |
|\ \ \ \ | |||||
| * | | | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2019-03-21 | 2 | -206/+189 |
* | | | | | Merge topic 'xcodescheme2' | Brad King | 2019-03-22 | 3 | -29/+32 |
|\ \ \ \ \ | |||||
| * | | | | | Xcode: Create Xcode schemes per target | Harry Mallon | 2019-03-21 | 3 | -29/+32 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-22 | 1 | -1/+1 |
| |/ / / / |/| | | | | |||||
* | | | | | Merge topic 'tar-improve-error-handling' | Kyle Edwards | 2019-03-21 | 2 | -18/+53 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | cmake: tar: Parse 'cmake -E tar' arguments | Bartosz Kosiorek | 2019-03-20 | 2 | -18/+53 |
* | | | | | Merge topic 'dont_do_compiler_feature_checks_for_version_with_no_features' | Brad King | 2019-03-21 | 2 | -22/+56 |
|\ \ \ \ \ | |||||
| * | | | | | CMake: Provide language level compile features lists | Robert Maynard | 2019-03-20 | 2 | -22/+56 |
* | | | | | | Merge topic 'ctest-devirtualize-handlers' | Brad King | 2019-03-21 | 18 | -781/+749 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmCTest: Remove dead code | Regina Pfeifer | 2019-03-20 | 2 | -102/+0 |
| * | | | | | | cmCTest: Cleanup typedefs | Regina Pfeifer | 2019-03-20 | 9 | -53/+30 |
| * | | | | | | cmCTest: Use default member initialization | Regina Pfeifer | 2019-03-20 | 2 | -95/+42 |
| * | | | | | | cmCTest: Use concrete accessor functions for TestingHandlers | Regina Pfeifer | 2019-03-20 | 12 | -191/+144 |
| * | | | | | | cmCTest: Store TestingHandlers by value | Regina Pfeifer | 2019-03-18 | 1 | -44/+80 |
| * | | | | | | cmCTest: Move all data members to private implementation struct | Regina Pfeifer | 2019-03-18 | 2 | -428/+445 |
| * | | | | | | cmCTest: Remove friend declarations | Regina Pfeifer | 2019-03-18 | 3 | -6/+13 |
| * | | | | | | cmCTest: De-inline all member functions | Regina Pfeifer | 2019-03-18 | 2 | -49/+182 |
* | | | | | | | Merge topic 'eclipse-interface-lib' | Brad King | 2019-03-21 | 1 | -0/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Eclipse: Fix extra generator to not crash on interface libraries | Brad King | 2019-03-20 | 1 | -0/+5 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-21 | 1 | -1/+1 |
* | | | | | | | Merge topic 'dedup-path-normalization' | Brad King | 2019-03-20 | 11 | -52/+14 |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | |||||
| * | | | | | | cmSystemTools: Drop unused CollapseCombinedPath method | Brad King | 2019-03-19 | 2 | -36/+0 |
| * | | | | | | Replace use of CollapseCombinedPath with CollapseFullPath | Brad King | 2019-03-19 | 9 | -16/+14 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-03-20 | 1 | -1/+1 |
* | | | | | | Merge topic 'cmake--install' | Kyle Edwards | 2019-03-19 | 1 | -0/+125 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmake: add '--install <dir>' option | Jiang Yi | 2019-03-16 | 1 | -0/+125 |