| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'cpack-custom-templates' | Brad King | 2019-11-18 | 1 | -0/+11 |
|\ |
|
| * | CPack: Restore support for custom package configuration templates | Brad King | 2019-11-15 | 1 | -0/+11 |
|
|
* | | CPack: Remove CPACK_INSTALL_CMAKE_CONFIGURATIONS | Alex Turbov | 2019-11-11 | 1 | -8/+0 |
|/ |
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -3/+4 |
|
|
* | Merge topic 'cpack-install-multiple-configurations' | Brad King | 2019-09-03 | 1 | -21/+49 |
|\ |
|
| * | cpack: Add `CPACK_INSTALL_CMAKE_CONFIGURATIONS` variable | Alex Turbov | 2019-08-30 | 1 | -17/+47 |
|
|
| * | Refactor: Use `unique_ptr` instead of raw pointer | Alex Turbov | 2019-08-19 | 1 | -5/+3 |
|
|
* | | Source sweep: Replace cmExpandList with the shorter cmExpandedList | Sebastian Holtermann | 2019-08-23 | 1 | -18/+16 |
|
|
* | | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -24/+17 |
|/ |
|
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOn | Sebastian Holtermann | 2019-08-17 | 1 | -11/+9 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -12/+10 |
|
|
* | Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With | Sebastian Holtermann | 2019-08-01 | 1 | -1/+2 |
|
|
* | cmMakefile: Let AddDefinition accept a value as cm::string_view | Sebastian Holtermann | 2019-07-24 | 1 | -7/+6 |
|
|
* | Merge topic 'cpack-install-scripts' | Craig Scott | 2019-07-22 | 1 | -2/+14 |
|\ |
|
| * | CPack: Introduce CPACK_INSTALL_SCRIPTS variable | Alex Turbov | 2019-07-21 | 1 | -2/+14 |
|
|
* | | IWYU: Fix handling of <memory> standard header | Brad King | 2019-07-10 | 1 | -1/+1 |
|/ |
|
* | Use cmFileTimes instead of cmSystemToolsFileTime interface | Sebastian Holtermann | 2019-05-22 | 1 | -1/+2 |
|
|
* | cmSystemTools: More functions accept `std::string` params | Vitaly Stakhovsky | 2019-02-20 | 1 | -2/+1 |
|
|
* | cmMakefile::ConfigureFile: Accept `std::string` parameters | Vitaly Stakhovsky | 2019-02-19 | 1 | -1/+2 |
|
|
* | Merge topic 'systools-stdstring2' | Brad King | 2019-02-13 | 1 | -2/+1 |
|\ |
|
| * | cmSystemTools: More methods accept `std::string` params | Vitaly Stakhovsky | 2019-02-11 | 1 | -2/+1 |
|
|
* | | cmake: Progress functions use `std::string` param | Vitaly Stakhovsky | 2019-02-11 | 1 | -2/+3 |
|/ |
|
* | cmSystemTools::RunSingleCommand: Accept std::string argument | Vitaly Stakhovsky | 2019-02-06 | 1 | -3/+3 |
|
|
* | Merge topic 'functional-callbacks' | Brad King | 2019-01-30 | 1 | -7/+3 |
|\ |
|
| * | Use `std::function` for callbacks | Regina Pfeifer | 2019-01-29 | 1 | -7/+3 |
|
|
* | | cmSystemTools: copy file member functions accept std::string params | Vitaly Stakhovsky | 2019-01-29 | 1 | -4/+2 |
|/ |
|
* | Merge topic 'read-list-file' | Brad King | 2019-01-21 | 1 | -3/+3 |
|\ |
|
| * | cmMakefile::ReadListFile() accepts std::string argument | Vitaly Stakhovsky | 2019-01-17 | 1 | -3/+3 |
|
|
* | | clang-tidy: Use emplace | Regina Pfeifer | 2019-01-17 | 1 | -1/+2 |
|/ |
|
* | Properties: Add CMAKE_ROLE global property | Kyle Edwards | 2019-01-17 | 1 | -1/+2 |
|
|
* | Warnings: Remove unused variables | Craig Scott | 2018-09-11 | 1 | -4/+0 |
|
|
* | Merge topic 'cleanup-find-cstr' | Brad King | 2018-08-09 | 1 | -1/+1 |
|\ |
|
| * | Remove unnecessary c_str() in RegularExpression::find calls | Vitaly Stakhovsky | 2018-08-07 | 1 | -1/+1 |
|
|
* | | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` calls | Sebastian Holtermann | 2018-08-07 | 1 | -2/+2 |
|/ |
|
* | cmCPackGenerator: Store CPACK_INSTALL_CMAKE_PROJECTS in an internal field | Kyle Edwards | 2018-07-02 | 1 | -11/+19 |
|
|
* | cmCPackGenerator: Refactor InstallProjectViaInstallCMakeProjects() | Kyle Edwards | 2018-07-02 | 1 | -268/+284 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -94/+119 |
|
|
* | cmake_minimum_required: Optionally set policies with version range | Brad King | 2018-03-21 | 1 | -1/+2 |
|
|
* | cmWorkingDirectory: Check success of current dir changes | Craig Scott | 2018-03-08 | 1 | -0/+8 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -8/+6 |
|
|
* | Merge topic 'reduce-temporaries' | Brad King | 2018-01-29 | 1 | -3/+3 |
|\ |
|
| * | Reduce allocation of temporary values on heap. | Pavel Solodovnikov | 2018-01-26 | 1 | -3/+3 |
|
|
* | | Merge topic 'ctest-chrono' | Brad King | 2018-01-26 | 1 | -4/+6 |
|\ \
| |/
|/| |
|
| * | Make use of std::chrono throughout every component | Wouter Klouwen | 2018-01-23 | 1 | -4/+6 |
|
|
* | | CPack: accept --trace and --trace-expand | Isaiah Norton | 2018-01-23 | 1 | -0/+2 |
|/ |
|
* | CPack: enable all CMake policies for generator scripts | Domen Vrankar | 2017-12-09 | 1 | -4/+11 |
|
|
* | CPack: enable setting default dir creation permissions | Domen Vrankar | 2017-11-08 | 1 | -10/+44 |
|
|
* | Retire std::auto_ptr and its macro CM_AUTO_PTR | Matthias Maennich | 2017-09-25 | 1 | -26/+24 |
|
|
* | CPack: use a distinct checksum file for each generator | Domen Vrankar | 2017-09-20 | 1 | -2/+1 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for` (CPack). | Pavel Solodovnikov | 2017-09-19 | 1 | -57/+38 |
|
|