| Commit message (Expand) | Author | Age | Files | Lines |
* | cmOutputConverter: Quote hyphens in response files | Brendan O'Rourke | 2021-11-08 | 1 | -1/+4 |
|
|
* | EscapeForCMake: Add wrapQuotes parameter | Kyle Edwards | 2021-10-27 | 1 | -1/+7 |
|
|
* | cmOutputConverter: Adopt relative path conversion helpers | Brad King | 2021-05-17 | 1 | -0/+27 |
|
|
* | cmLocalGenerator: De-duplicate StateSnapshot member | Brad King | 2021-05-17 | 1 | -2/+3 |
|
|
* | clang-tidy: fix `readability-redundant-access-specifiers` warnings | Ben Boeckel | 2021-01-27 | 1 | -1/+0 |
|
|
* | clang-tidy: fix `bugprone-reserved-identifier` warnings | Ben Boeckel | 2021-01-27 | 1 | -4/+4 |
|
|
* | Modernize: Use #pragma once in all header files | Kitware Robot | 2020-09-03 | 1 | -4/+1 |
|
|
* | Fortran: Add Fortran_PREPROCESS property | Peter Hill | 2020-05-21 | 1 | -0/+8 |
|
|
* | cmOutputConverter::GetFortranFormat(): delete const char* overload | Vitaly Stakhovsky | 2020-04-27 | 1 | -1/+0 |
|
|
* | 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 |
|
|