| Commit message (Expand) | Author | Age | Files | Lines |
* | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -3/+6 |
|
|
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+2 |
|
|
* | cmstd: Modernize CMake system headers | Marc Chevrier | 2019-09-20 | 1 | -1/+2 |
|
|
* | cmOutputConverter: Make shell escaping methods cm::string_view based | Sebastian Holtermann | 2019-07-28 | 1 | -6/+7 |
|
|
* | cmOutputConverter: Let GetFortranFormat accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -0/+1 |
|
|
* | cmOutputConverter: Return bool instead of int in utility functions | Sebastian Holtermann | 2019-07-28 | 1 | -2/+2 |
|
|
* | cmOutputConverter: Let cmOutputConverterIsShellOperator accept cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -2/+1 |
|
|
* | cmOutputConverter: Let EscapeForCMake accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -3/+4 |
|
|
* | Fix invalid ///! doxygen comment line starts | Sebastian Holtermann | 2019-03-31 | 1 | -1/+1 |
|
|
* | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. | Bruno Manganelli | 2019-01-27 | 1 | -10/+0 |
|
|
* | cmOutputConverter: Moved ContainedInDirectory to cmStateDirectory | Bruno Manganelli | 2018-12-08 | 1 | -5/+0 |
|
|
* | cmOutputConverter: Moved ForceToRelativePath to cmSystem | Bruno Manganelli | 2018-12-07 | 1 | -8/+0 |
|
|
* | cmOutputConverter: Inline some functions and avoid string re-allocations | Frank Winklmeier | 2018-02-23 | 1 | -4/+0 |
|
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -2/+2 |
|
|
* | Use quotes for non-system includes | Daniel Pfeifer | 2017-04-11 | 1 | -1/+1 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -2/+4 |
|
|
* | cmState: Split auxiliary classes into separate files | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmState: Port dependent code to new cmStateSnapshot name | Stephen Kelly | 2016-10-19 | 1 | -2/+2 |
|
|
* | cmState: Port dependent code to new cmStateDirectory name | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | cmOutputConverter: Add a flag for IsUnix | Stephen Kelly | 2016-10-06 | 1 | -4/+6 |
|
|
* | Convert: Inline platform-specific methods | Stephen Kelly | 2016-10-06 | 1 | -12/+1 |
|
|
* | Convert: Extract method to determine if paths are in directory | Stephen Kelly | 2016-10-06 | 1 | -0/+4 |
|
|
* | cmOutputConverter: remove unused code | Daniel Pfeifer | 2016-10-06 | 1 | -11/+0 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | cmOutputConverter: Remove now-obsolete Convert method | Stephen Kelly | 2016-09-19 | 1 | -22/+0 |
|
|
* | Convert: Remove HOME_OUTPUT enum value | Stephen Kelly | 2016-09-19 | 1 | -1/+0 |
|
|
* | Convert: Remove obsolete MAKERULE enum value | Stephen Kelly | 2016-09-19 | 1 | -1/+0 |
|
|
* | Convert: Remove obsolete HOME and START enum values | Stephen Kelly | 2016-09-19 | 1 | -2/+0 |
|
|
* | cmOutputConverter: split ConvertToRelativePath | Daniel Pfeifer | 2016-09-17 | 1 | -0/+18 |
|
|
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -4/+4 |
|
|
* | make sure to include cmConfigure.h before cmStandardIncludes.h | Daniel Pfeifer | 2016-09-03 | 1 | -0/+2 |
|
|
* | Convert: Remove UNCHANGED enum value | Stephen Kelly | 2016-08-27 | 1 | -2/+1 |
|
|
* | Convert: Remove 'FULL' conversion | Stephen Kelly | 2016-08-27 | 1 | -1/+0 |
|
|
* | Convert: Extract ConvertToRelativePath from Convert() | Stephen Kelly | 2016-08-27 | 1 | -0/+2 |
|
|
* | Convert: Remove NONE conversion | Stephen Kelly | 2016-08-27 | 1 | -1/+0 |
|
|
* | Convert: Remove obsolete GetRelativeRootPath | Stephen Kelly | 2016-08-27 | 1 | -5/+0 |
|
|
* | Convert: Remove ConvertToOutputForExisting overload | Stephen Kelly | 2016-08-27 | 1 | -5/+0 |
|
|
* | Convert: Remove unused overload | Stephen Kelly | 2016-08-27 | 1 | -2/+0 |
|
|
* | cmOutputConverter: collapse ConvertToOutputForExisting functions | Daniel Pfeifer | 2016-06-20 | 1 | -4/+0 |
|
|
* | cmOutputConverter: remove unused 'local' argument | Daniel Pfeifer | 2016-06-20 | 1 | -2/+0 |
|
|
* | cmOutputConverter: remove 'optional' argument | Daniel Pfeifer | 2016-06-20 | 1 | -2/+1 |
|
|
* | cmOutputConverter: implement Shell__GetArgument using ostringstream | Daniel Pfeifer | 2016-06-15 | 1 | -14/+3 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -23/+35 |
|
|
* | Genex: Add a SHELL_PATH expression | Stefan Kislinskiy | 2015-09-28 | 1 | -0/+2 |
|
|
* | cmOutputConverter: Adopt command line escaping code | Brad King | 2015-07-08 | 1 | -0/+70 |
|
|
* | cmOutputConverter: Adopt EscapeWindowsShellArgument method | Brad King | 2015-07-08 | 1 | -0/+5 |
|
|
* | cmOutputConverter: Constify API. | Stephen Kelly | 2015-06-21 | 1 | -9/+9 |
|
|
* | cmOutputConverter: Extract from cmLocalGenerator. | Stephen Kelly | 2015-06-06 | 1 | -0/+106 |
|
|