| Commit message (Expand) | Author | Age | Files | Lines |
* | cmOutputConverter: add a `static` version of `EscapeForShell` | Ben Boeckel | 2023-05-16 | 1 | -5/+10 |
|
|
* | Windows: Tolerate GetShortPathNameW failure | Oldřich Jedlička | 2023-04-26 | 1 | -1/+6 |
|
|
* | CMake code rely on cmList class for CMake lists management (part. 1) | Marc Chevrier | 2023-04-24 | 1 | -3/+2 |
|
|
* | Watcom: Replace WATCOMQUOTE format by UseWatcomQuote attribute | Jiri Malak | 2023-01-24 | 1 | -9/+11 |
|
|
* | MinGW Makefiles: Quote UNC paths on command lines | Ed Hartley | 2022-10-18 | 1 | -0/+7 |
|
|
* | clang-tidy: address `modernize-use-default-member-init` lints | Ben Boeckel | 2022-05-24 | 1 | -1/+0 |
|
|
* | Add support for build tree symlink inside source tree | Brad King | 2022-02-28 | 1 | -4/+42 |
|
|
* | cmOutputConverter: Always set relative path top source and binary together | Brad King | 2022-02-28 | 1 | -7/+4 |
|
|
* | cmOutputConverter: Cache Short Paths | Clemens Wasser | 2022-01-25 | 1 | -4/+26 |
|
|
* | cmOutputConverter: Quote hyphens in response files | Brendan O'Rourke | 2021-11-08 | 1 | -4/+16 |
|
|
* | EscapeForCMake: Add wrapQuotes parameter | Kyle Edwards | 2021-10-27 | 1 | -3/+6 |
|
|
* | Source: Fix clang -Wextra-semi warnings | Sean McBride | 2021-09-28 | 1 | -1/+1 |
|
|
* | Move helpers functions from cmStringAlgorithms.h to cmValue.h | Marc Chevrier | 2021-09-21 | 1 | -0/+1 |
|
|
* | cmOutputConverter: Adopt relative path conversion helpers | Brad King | 2021-05-17 | 1 | -0/+94 |
|
|
* | clang-tidy: fix `bugprone-reserved-identifier` warnings | Ben Boeckel | 2021-01-27 | 1 | -21/+20 |
|
|
* | Fortran: Add Fortran_PREPROCESS property | Peter Hill | 2020-05-21 | 1 | -0/+11 |
|
|
* | cmOutputConverter::GetFortranFormat(): delete const char* overload | Vitaly Stakhovsky | 2020-04-27 | 1 | -9/+0 |
|
|
* | Makefiles: Convert paths with '#' on command-lines to short path on Windows | Brad King | 2020-04-15 | 1 | -1/+1 |
|
|
* | Ninja: Add multi-config variant | Kyle Edwards | 2019-12-13 | 1 | -5/+18 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -2/+2 |
|
|
* | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument | Sebastian Holtermann | 2019-08-14 | 1 | -1/+2 |
|
|
* | cmOutputConverter: Make shell escaping methods cm::string_view based | Sebastian Holtermann | 2019-07-28 | 1 | -57/+55 |
|
|
* | cmOutputConverter: Let GetFortranFormat accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -5/+12 |
|
|
* | cmOutputConverter: Return bool instead of int in utility functions | Sebastian Holtermann | 2019-07-28 | 1 | -16/+16 |
|
|
* | cmOutputConverter: Let cmOutputConverterIsShellOperator accept cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -2/+2 |
|
|
* | cmOutputConverter: Let cmOutputConverterIsShellOperator accept cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -2/+2 |
|
|
* | cmOutputConverter: Let EscapeForCMake accept a cm::string_view | Sebastian Holtermann | 2019-07-28 | 1 | -6/+6 |
|
|
* | cmOutputConverter: Initialize static std::set on construction | Sebastian Holtermann | 2019-06-04 | 1 | -16/+4 |
|
|
* | cmOutputConverter: move ConvertToRelativePath to cmStateDirectory. | Bruno Manganelli | 2019-01-27 | 1 | -12/+0 |
|
|
* | cmOutputConverter: Moved ContainedInDirectory to cmStateDirectory | Bruno Manganelli | 2018-12-08 | 1 | -33/+2 |
|
|
* | cmOutputConverter: Moved ForceToRelativePath to cmSystem | Bruno Manganelli | 2018-12-07 | 1 | -75/+1 |
|
|
* | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -1/+1 |
|
|
* | Using front() and back() instead of calculations | Cengizhan Pasaoglu | 2018-11-06 | 1 | -3/+3 |
|
|
* | cmStateDirectory: use const std::string& for return values | Vitaly Stakhovsky | 2018-08-12 | 1 | -2/+2 |
|
|
* | cmOutputConverter: mark helper functions static | Rolf Eike Beer | 2018-03-06 | 1 | -6/+4 |
|
|
* | cmOutputConverter: Inline some functions and avoid string re-allocations | Frank Winklmeier | 2018-02-23 | 1 | -32/+37 |
|
|
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -2/+2 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -4/+3 |
|
|
* | Replace C-style casts | Daniel Pfeifer | 2017-08-27 | 1 | -1/+1 |
|
|
* | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 1 | -2/+2 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -5/+6 |
|
|
* | cmState: Split auxiliary classes into separate files | Stephen Kelly | 2016-10-19 | 1 | -0/+2 |
|
|
* | cmState: Port dependent code to new cmStateSnapshot name | Stephen Kelly | 2016-10-19 | 1 | -1/+1 |
|
|
* | 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 | -16/+16 |
|
|
* | Convert: Inline platform-specific methods | Stephen Kelly | 2016-10-06 | 1 | -16/+3 |
|
|
* | Convert: Extract method to determine if paths are in directory | Stephen Kelly | 2016-10-06 | 1 | -5/+13 |
|
|
* | Convert: Remove asserts which are duplicated in delegate method | Stephen Kelly | 2016-10-06 | 1 | -7/+0 |
|
|
* | Convert: Remove early return check | Stephen Kelly | 2016-10-06 | 1 | -5/+0 |
|
|
* | Convert: Extract local variables for readability | Stephen Kelly | 2016-10-06 | 1 | -12/+13 |
|
|