Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmake: Teach cmake -E tar command, Zstandard compression | Bartosz Kosiorek | 2019-05-22 | 5 | -4/+19 |
* | Merge topic 'string-param' | Brad King | 2019-05-21 | 11 | -57/+58 |
|\ | |||||
| * | Source: change parameters to std::string | Vitaly Stakhovsky | 2019-05-19 | 11 | -57/+58 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-21 | 1 | -1/+1 |
* | | Merge topic 'makefiles_additional_clean_files' | Brad King | 2019-05-20 | 5 | -97/+108 |
|\ \ | |||||
| * | | Makefiles: Process ADDTIONAL_CLEAN_FILES dir prop at directory level | Sebastian Holtermann | 2019-05-18 | 5 | -18/+63 |
| * | | Makefiles: Make build root targets "all", "clean" and "preinstall" recursive | Sebastian Holtermann | 2019-05-18 | 1 | -39/+24 |
| * | | Makefiles: Avoid pointer repurposing | Sebastian Holtermann | 2019-05-17 | 1 | -4/+4 |
| * | | Makefiles: Inline range loop range arguments | Sebastian Holtermann | 2019-05-17 | 2 | -36/+17 |
* | | | Merge topic 'ninja-swift' | Brad King | 2019-05-20 | 6 | -122/+189 |
|\ \ \ | |||||
| * | | | Ninja: add placeholders to support Swift build | Saleem Abdulrasool | 2019-05-16 | 4 | -1/+115 |
| * | | | Ninja: add support for Swift's output-file-map.json | Saleem Abdulrasool | 2019-05-16 | 2 | -4/+83 |
| * | | | Swift: remove unnecessary unreleased Ninja infrastructure | Saleem Abdulrasool | 2019-05-16 | 4 | -126/+0 |
* | | | | Merge topic 'interface-library-export-properties' | Brad King | 2019-05-20 | 1 | -0/+1 |
|\ \ \ \ | |||||
| * | | | | InterfaceLibrary: Whitelist EXPORT_PROPERTIES property | Brad King | 2019-05-17 | 1 | -0/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-20 | 1 | -1/+1 |
| |_|_|/ |/| | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-19 | 1 | -1/+1 |
* | | | | Merge topic 'file-install-follow-symlink-chain' | Marc Chevrier | 2019-05-18 | 2 | -7/+66 |
|\ \ \ \ | |||||
| * | | | | file(INSTALL): Add FOLLOW_SYMLINK_CHAIN argument | Kyle Edwards | 2019-05-16 | 2 | -7/+66 |
| | |/ / | |/| | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-05-18 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Merge topic 'autogen_ninja_clean' | Brad King | 2019-05-17 | 2 | -10/+11 |
|\ \ \ | |||||
| * | | | Autogen: Use ADDITIONAL_CLEAN_FILES target property for file cleaning | Sebastian Holtermann | 2019-05-15 | 2 | -10/+11 |
* | | | | Merge topic 'offer_compiler_lang_generator_expression' | Brad King | 2019-05-17 | 1 | -0/+46 |
|\ \ \ \ | |||||
| * | | | | Genex: Add COMPILE_LANG_AND_ID generator expression | Robert Maynard | 2019-05-14 | 1 | -0/+46 |
* | | | | | 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 |
|\ \ \ \ \ \ |