| Commit message (Expand) | Author | Age | Files | Lines |
* | Modernize memory management | Marc Chevrier | 2020-02-27 | 1 | -6/+5 |
|
|
* | cmInstallGenerator: std::string params | Vitaly Stakhovsky | 2020-01-21 | 1 | -2/+2 |
|
|
* | cmInstall*Generator: std::string params | Vitaly Stakhovsky | 2020-01-21 | 1 | -9/+9 |
|
|
* | cmExportSet: default destructor | Tushar Maheshwari | 2019-09-19 | 1 | -1/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -10/+8 |
|
|
* | Merge topic 'double-export-error-message-install' | Brad King | 2019-08-21 | 1 | -0/+5 |
|\ |
|
| * | cmInstallExportGenerator: add a method for the file destination | Ben Boeckel | 2019-08-19 | 1 | -0/+5 |
|
|
* | | avoid adding multiple consecutive string literals to std::string | Rolf Eike Beer | 2019-08-18 | 1 | -2/+1 |
|/ |
|
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP | Kitware Robot | 2019-08-09 | 1 | -2/+2 |
|
|
* | Refactor: Allow cmInstallGenerator::Compute() to return an error | Kyle Edwards | 2019-05-13 | 1 | -1/+2 |
|
|
* | Modernize: Enable modernize-raw-string-literal in clang-tidy | Artur Ryt | 2019-04-02 | 1 | -1/+1 |
|
|
* | Merge topic 'cmake-files-directory' | Brad King | 2019-01-25 | 1 | -2/+1 |
|\ |
|
| * | cmake: inlined files dir constant and removed it from cmake.h | Bruno Manganelli | 2019-01-21 | 1 | -2/+1 |
|
|
* | | cmSystemTools::Error(): new overload accepting std::string | Vitaly Stakhovsky | 2019-01-23 | 1 | -1/+1 |
|/ |
|
* | IWYU: Update CMake code for IWYU built with Clang 6 | Brad King | 2019-01-15 | 1 | -0/+1 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -1/+1 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+1 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -15/+8 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -5/+5 |
|
|
* | cmScriptGenerator: pass Indent by value | Daniel Pfeifer | 2017-04-21 | 1 | -2/+2 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Add support for creating prebuilt Android.mk files | Bill Hoffman | 2016-09-13 | 1 | -2/+11 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -10/+8 |
|
|
* | CMake: don't use else after return | Daniel Pfeifer | 2016-08-18 | 1 | -2/+1 |
|
|
* | install(EXPORT): Fix support for mid-length install destinations on Windows | Brad King | 2016-08-09 | 1 | -2/+25 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -4/+5 |
|
|
* | Use std::replace for replacing chars in strings. | Daniel Pfeifer | 2016-05-24 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -78/+48 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -6/+0 |
|
|
* | Isolate formatted streaming blocks with clang-format off/on | Brad King | 2016-05-06 | 1 | -0/+2 |
|
|
* | Format include directive blocks and ordering with clang-format | Brad King | 2016-04-29 | 1 | -4/+4 |
|
|
* | install: Add EXCLUDE_FROM_ALL option (#14921) | Nick Lewis | 2016-02-04 | 1 | -1/+3 |
|
|
* | cmExportSet: Store a cmGeneratorTarget. | Stephen Kelly | 2015-10-18 | 1 | -0/+1 |
|
|
* | cmLocalGenerator: Add current binary directory accessor. | Stephen Kelly | 2015-10-10 | 1 | -1/+1 |
|
|
* | cmInstallExportGenerator: Require cmLocalGenerator, not cmMakefile. | Stephen Kelly | 2015-08-23 | 1 | -4/+9 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | cmInstallGenerator: Pass destination explicitly to AddInstallRule | Brad King | 2015-02-11 | 1 | -2/+4 |
|
|
* | cmInstallGenerator: Refactor computation of absolute install dest | Brad King | 2015-02-11 | 1 | -1/+1 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -1/+1 |
|
|
* | install: Thread message level setting through internal API | Brad King | 2014-06-24 | 1 | -1/+2 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -4/+4 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | Generate modern-style cmake code. | Stephen Kelly | 2013-08-22 | 1 | -12/+12 |
|
|
* | Export: Generate INTERFACE_LINK_LIBRARIES property on targets. | Stephen Kelly | 2013-07-08 | 1 | -0/+3 |
|
|
* | exports: store pointers to all installations of each export set | Alex Neundorf | 2012-09-28 | 1 | -0/+1 |
|
|
* | exports: Hold an ExportSet pointer in cm*Export*Generator | Yury G. Kudryashov | 2012-09-28 | 1 | -11/+5 |
|
|
* | exports: Add cmExportSetMap class | Yury G. Kudryashov | 2012-09-28 | 1 | -1/+1 |
|
|
* | exports: Create class cmExportSet | Yury G. Kudryashov | 2012-09-28 | 1 | -1/+2 |
|
|
* | Factor cmInstallType out of cmTarget::TargetType | Brad King | 2012-02-27 | 1 | -3/+2 |
|
|