Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'string-cleanup' | Brad King | 2019-05-17 | 18 | -91/+87 |
|\ | |||||
| * | Source: std::string related cleanup | Vitaly Stakhovsky | 2019-05-15 | 18 | -91/+87 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-17 | 1 | -1/+1 |
* | | Merge topic 'update-kwsys' | Brad King | 2019-05-16 | 2 | -20/+83 |
|\ \ | |||||
| * | | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2019-05-15 | 2 | -20/+83 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-16 | 1 | -1/+1 |
* | | | Merge topic 'msvc-jmc' | Brad King | 2019-05-15 | 2 | -0/+27 |
|\ \ \ | |||||
| * | | | MSVC: Add support for /JMC (Just My Code) | Luca Cappa | 2019-05-14 | 2 | -0/+27 |
* | | | | Merge topic 'additional_clean_files' | Brad King | 2019-05-15 | 13 | -44/+226 |
|\ \ \ \ | |||||
| * | | | | Ninja: Add support for ADDITIONAL_CLEAN_FILES target property | Sebastian Holtermann | 2019-05-14 | 3 | -0/+29 |
| * | | | | Ninja: Add support for ADDITIONAL_CLEAN_FILES directory property | Sebastian Holtermann | 2019-05-14 | 2 | -0/+27 |
| * | | | | Ninja: Add support for additional clean files | Sebastian Holtermann | 2019-05-14 | 2 | -7/+104 |
| * | | | | Makefiles: Add support for ADDITIONAL_CLEAN_FILES target property | Sebastian Holtermann | 2019-05-14 | 1 | -0/+12 |
| * | | | | Makefiles: Add support for ADDITIONAL_CLEAN_FILES directory property | Sebastian Holtermann | 2019-05-14 | 1 | -0/+12 |
| * | | | | Makefiles: Move ADDITIONAL_MAKE_CLEAN_FILES evaluation to lambda | Sebastian Holtermann | 2019-05-14 | 1 | -10/+16 |
| * | | | | Makefiles: Sort clean files by using a std::set<std::string> container | Sebastian Holtermann | 2019-05-14 | 6 | -30/+29 |
* | | | | | Merge topic 'ninja-pool-custom-command' | Brad King | 2019-05-15 | 11 | -28/+78 |
|\ \ \ \ \ | |||||
| * | | | | | Support job pools in custom commands and targets | Rosen Matev | 2019-05-14 | 11 | -28/+78 |
* | | | | | | Merge topic 'cmuvprocesschain-iterator-fix' | Brad King | 2019-05-15 | 1 | -1/+4 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | |||||
| * | | | | | cmUVProcessChain: Add assert() for static analysis tools | Kyle Edwards | 2019-05-14 | 1 | -1/+4 |
| | |_|_|/ | |/| | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-15 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge topic 'find-boost-cmp0093' | Brad King | 2019-05-14 | 1 | -1/+3 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | FindBoost: Introduce CMP0093 to report Boost_VERSION in x.y.z format | Dennis Klein | 2019-05-13 | 1 | -1/+3 |
* | | | | Merge topic 'cmSytemTools_ExpandedList' | Brad King | 2019-05-14 | 4 | -29/+58 |
|\ \ \ \ | |||||
| * | | | | cmSystemTools: Add ExpandedListArgument and ExpandedLists methods | Sebastian Holtermann | 2019-05-13 | 4 | -29/+58 |
* | | | | | Merge topic 'error-generate-step' | Brad King | 2019-05-14 | 1 | -0/+5 |
|\ \ \ \ \ | |||||
| * | | | | | cmake: Display error if generate step fails | Kyle Edwards | 2019-05-13 | 1 | -0/+5 |
| |/ / / / | |||||
* | | | | | Merge topic 'ninja_cleanups' | Brad King | 2019-05-14 | 5 | -241/+223 |
|\ \ \ \ \ | |||||
| * | | | | | Ninja: Use clean target instead of clean tool in `cmake --target clean` calls | Sebastian Holtermann | 2019-05-13 | 2 | -7/+1 |
| * | | | | | Ninja: In cmNinjaTargetGenerator use std::unique_ptr to manage new instances | Sebastian Holtermann | 2019-05-13 | 3 | -7/+9 |
| * | | | | | Ninja: In cmNinjaTargetGenerator optimize string composition | Sebastian Holtermann | 2019-05-13 | 1 | -62/+78 |
| * | | | | | Ninja: Inline range loop range arguments | Sebastian Holtermann | 2019-05-12 | 3 | -28/+14 |
| * | | | | | Ninja: In cmGlobalNinjaGenerator use std::unique_ptr to manage output streams | Sebastian Holtermann | 2019-05-11 | 2 | -28/+31 |
| * | | | | | Ninja: Add and use cmGlobalNinjaGenerator::CMakeCmd method | Sebastian Holtermann | 2019-05-10 | 2 | -46/+48 |
| * | | | | | Ninja: Fix message in cmGlobalNinjaGenerator::WriteBuild method | Sebastian Holtermann | 2019-05-10 | 1 | -5/+3 |
| * | | | | | Ninja: Simplify cmGlobalNinjaGenerator::AddRule and HasRule methods | Sebastian Holtermann | 2019-05-10 | 2 | -13/+8 |
| * | | | | | Ninja: Simplify cmGlobalNinjaGenerator::WriteRule method | Sebastian Holtermann | 2019-05-10 | 1 | -45/+31 |
| |/ / / / | |||||
* | | | | | Merge topic 'cminstallgenerator-compute-error' | Brad King | 2019-05-14 | 16 | -17/+28 |
|\ \ \ \ \ | |||||
| * | | | | | Refactor: Allow cmInstallGenerator::Compute() to return an error | Kyle Edwards | 2019-05-13 | 16 | -17/+28 |
| |/ / / / | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-14 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge topic 'autorcc_timestamp' | Brad King | 2019-05-13 | 3 | -59/+69 |
|\ \ \ \ | |||||
| * | | | | AutoRcc: Simplify error logging with utility lambda | Sebastian Holtermann | 2019-05-11 | 1 | -20/+18 |
| * | | | | AutoRcc: Rebuild if the rcc executable is newer than its output | Sebastian Holtermann | 2019-05-11 | 2 | -0/+20 |
| * | | | | AutoRcc: Don't read the info file time again | Sebastian Holtermann | 2019-05-11 | 1 | -12/+1 |
| * | | | | AutoRcc: Write re-generation reason and rcc command as one string | Sebastian Holtermann | 2019-05-11 | 2 | -29/+31 |
| * | | | | Autogen: A missing info file is a critical error | Sebastian Holtermann | 2019-05-11 | 1 | -1/+2 |
| |/ / / | |||||
* | | | | Merge topic 'cmuvprocesschain' | Brad King | 2019-05-13 | 5 | -8/+502 |
|\ \ \ \ | |||||
| * | | | | cmUVProcessChain: Add cmUVProcessChain | Kyle Edwards | 2019-05-07 | 5 | -5/+499 |
| * | | | | cmUVStreambuf: Initialize all members on construction | Brad King | 2019-05-07 | 1 | -3/+3 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'windows-signing' | Brad King | 2019-05-13 | 1 | -0/+51 |
|\ \ \ \ |