| Commit message (Expand) | Author | Age | Files | Lines |
* | cmLocalUnixMakefileGenerator3: Pass strings instead of recomputing them | Sebastian Holtermann | 2019-03-12 | 1 | -1/+2 |
|
|
* | Merge topic 'tidy-use-equals-default' | Brad King | 2019-01-29 | 1 | -2/+1 |
|\ |
|
| * | cleanup: Prefer compiler provided special member functions | Regina Pfeifer | 2019-01-25 | 1 | -1/+0 |
|
|
| * | clang-tidy: Use `= default` | Regina Pfeifer | 2019-01-25 | 1 | -2/+2 |
|
|
* | | Merge topic 'cmoutputconverter-simplify' | Brad King | 2019-01-29 | 1 | -3/+0 |
|\ \ |
|
| * | | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. | Bruno Manganelli | 2019-01-27 | 1 | -3/+0 |
|
|
* | | | Merge topic 'unixmfg3-string' | Brad King | 2019-01-25 | 1 | -18/+7 |
|\ \ \
| |_|/
|/| | |
|
| * | | cmLocalUnixMakefileGenerator3: more methods accept std::string | Vitaly Stakhovsky | 2019-01-22 | 1 | -18/+7 |
|
|
* | | | clang-tidy: Pass by value | Regina Pfeifer | 2019-01-22 | 1 | -2/+3 |
|/ / |
|
* | | cmDepends: all members accept std::string arguments | Vitaly Stakhovsky | 2019-01-19 | 1 | -1/+1 |
|/ |
|
* | clang-tidy: Use default member initialization | Regina Pfeifer | 2018-12-15 | 1 | -14/+6 |
|
|
* | clang-tidy: Remove redundant member initializations | Regina Pfeifer | 2018-12-15 | 1 | -1/+0 |
|
|
* | Fix misc. typos | luz.paz | 2018-06-04 | 1 | -1/+1 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -1/+2 |
|
|
* | Makefile,Ninja: De-duplicate ComputeObjectFilenames method | Brad King | 2018-01-29 | 1 | -5/+0 |
|
|
* | LocalGenerator: refactoring | Marc Chevrier | 2018-01-23 | 1 | -2/+3 |
|
|
* | Use C++11 override instead of CM_OVERRIDE | Brad King | 2017-09-15 | 1 | -11/+10 |
|
|
* | IWYU: Mark cmConfigure.h with pragma: keep | Daniel Pfeifer | 2017-08-26 | 1 | -1/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -6/+5 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Makefiles: Introduce local RelativePath method | Stephen Kelly | 2016-10-06 | 1 | -0/+3 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -4/+11 |
|
|
* | Makefiles: Inline MakeLauncher into only caller | Stephen Kelly | 2016-08-27 | 1 | -3/+0 |
|
|
* | Makefiles: Replace method with Wacom specific API | Stephen Kelly | 2016-08-27 | 1 | -2/+1 |
|
|
* | Makefiles: Change AppendCustomCommand API to strings | Stephen Kelly | 2016-08-27 | 1 | -9/+10 |
|
|
* | Makefiles: Change signature of AppendCustomCommand | Stephen Kelly | 2016-08-27 | 1 | -2/+2 |
|
|
* | Makefiles: Port CreateCDCommand to string-based API | Stephen Kelly | 2016-08-27 | 1 | -2/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -5/+7 |
|
|
* | mark functions with CM_OVERRIDE | Daniel Pfeifer | 2016-06-27 | 1 | -12/+13 |
|
|
* | Use enums defined in cmOutputConverter using their fully qualified name. | Daniel Pfeifer | 2016-05-25 | 1 | -5/+7 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -61/+83 |
|
|
* | Makefiles: Port to cmGeneratorTarget. | Stephen Kelly | 2015-10-24 | 1 | -6/+7 |
|
|
* | Remove vestigial declarations. | Stephen Kelly | 2015-10-20 | 1 | -1/+0 |
|
|
* | cmLocalGenerator: Port some API to cmGeneratorTarget. | Stephen Kelly | 2015-10-17 | 1 | -4/+5 |
|
|
* | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+2 |
|
|
* | cmLocalUnixMakefileGenerator3: Port AppendCleanCommand to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | cmLocalUnixMakefileGenerator3: Port another API to cmGeneratorTarget. | Stephen Kelly | 2015-10-14 | 1 | -1/+1 |
|
|
* | cmLocalUnixMakefileGenerator3: Port API to cmGenertorTarget. | Stephen Kelly | 2015-10-14 | 1 | -2/+2 |
|
|
* | cmLocalGenerator: Create from already-constructed cmMakefile. | Stephen Kelly | 2015-08-28 | 1 | -2/+1 |
|
|
* | cmLocalGenerator: Remove Parent pointer. | Stephen Kelly | 2015-08-28 | 1 | -1/+0 |
|
|
* | cmLocalCommonGenerator: Adopt ConfigName member | Brad King | 2015-07-09 | 1 | -4/+0 |
|
|
* | cmLocalUnixMakefileGenerator3: Provide GetConfigName() accessor | Brad King | 2015-07-09 | 1 | -1/+2 |
|
|
* | Add common base classes to Makefile and Ninja generators | Brad King | 2015-07-09 | 1 | -2/+2 |
|
|
* | cmLocalUnixMakefileGenerator3: Remove unused method. | Stephen Kelly | 2015-06-21 | 1 | -3/+0 |
|
|
* | cmGlobalGenerator: Add ComputeHomeRelativeOutputPath method. | Stephen Kelly | 2015-06-13 | 1 | -0/+2 |
|
|
* | cmLocalUnixMakefileGenerator: Re-arrange data layout. | Stephen Kelly | 2015-06-07 | 1 | -16/+7 |
|
|
* | cmLocalGenerator: De-virtualize Configure(). | Stephen Kelly | 2015-06-04 | 1 | -6/+0 |
|
|
* | cmLocalGenerator: Require a valid cmState::Snapshot in the ctor. | Stephen Kelly | 2015-05-27 | 1 | -1/+2 |
|
|
* | cmGlobalGenerator: Host the MakeSilentFlag. | Stephen Kelly | 2015-05-18 | 1 | -7/+0 |
|
|