Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | Enable the check in .clang-tidy and fix all warnings. | ||||
* | 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 |
| | | | | This allows the linker to entirely drop any symbols of the functions. | ||||
* | cmOutputConverter: Inline some functions and avoid string re-allocations | Frank Winklmeier | 2018-02-23 | 1 | -32/+37 |
| | | | | | | | Use std::string (with correct initial size) in cmOutputConverter::Shell__GetArgument instead of ostringstream. This avoids several re-allocations of the string buffer. In addition, convert some of the private static members into inline free functions to avoid function calls. | ||||
* | Reduce raw string pointers usage. | Pavel Solodovnikov | 2018-01-31 | 1 | -2/+2 |
| | | | | | | | | | | * Change some functions to take `std::string` instead of `const char*` in the following classes: `cmMakeFile`, `cmake`, `cmCoreTryCompile`, `cmSystemTools`, `cmState`, `cmLocalGenerator` and a few others. * Greatly reduce using of `const char*` overloads for `cmSystemTools::MakeDirectory` and `cmSystemTools::RelativePath`. * Remove many redundant `c_str()` conversions throughout the code. | ||||
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -4/+3 |
| | | | | | | Changes done via `clang-tidy` with some manual fine-tuning for the variable naming and `auto` type deduction where appropriate. | ||||
* | 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 |
| | | | | | | | Port dependents to the new locations as needed. Leave behind a cmState.h include in cmListFileCache to reduce noise. It is removed in a following commit. | ||||
* | 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 |
| | | | | Remove the need for method parameters to represent the distinction. | ||||
* | Convert: Inline platform-specific methods | Stephen Kelly | 2016-10-06 | 1 | -16/+3 |
| | | | | They don't provide real value. | ||||
* | Convert: Extract method to determine if paths are in directory | Stephen Kelly | 2016-10-06 | 1 | -5/+13 |
| | | | | | | The conditional early return can be moved to clients, which would have many benefits, notably making cmOutputConverter independent of directory-specific state. | ||||
* | Convert: Remove asserts which are duplicated in delegate method | Stephen Kelly | 2016-10-06 | 1 | -7/+0 |
| | | | | | This means that we don't encounter the asserts in the case where we early-return from here. | ||||
* | Convert: Remove early return check | Stephen Kelly | 2016-10-06 | 1 | -5/+0 |
| | | | | This function delegates to another function which does the same check. | ||||
* | Convert: Extract local variables for readability | Stephen Kelly | 2016-10-06 | 1 | -12/+13 |
| | |||||
* | Convert: Extract local variables | Stephen Kelly | 2016-10-06 | 1 | -14/+17 |
| | | | | Remove comment made obsolete by them. | ||||
* | cmOutputConverter: remove unused code | Daniel Pfeifer | 2016-10-06 | 1 | -9/+0 |
| | | | | | Remove old ConvertToRelativePath function now that all clients have migrated to the new signature. | ||||
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Per-source copyright/license notice headers that spell out copyright holder names and years are hard to maintain and often out-of-date or plain wrong. Precise contributor information is already maintained automatically by the version control tool. Ultimately it is the receiver of a file who is responsible for determining its licensing status, and per-source notices are merely a convenience. Therefore it is simpler and more accurate for each source to have a generic notice of the license name and references to more detailed information on copyright holders and full license terms. Our `Copyright.txt` file now contains a list of Contributors whose names appeared source-level copyright notices. It also references version control history for more precise information. Therefore we no longer need to spell out the list of Contributors in each source file notice. Replace CMake per-source copyright/license notice headers with a short description of the license and links to `Copyright.txt` and online information available from "https://cmake.org/licensing". The online URL also handles cases of modules being copied out of our source into other projects, so we can drop our notices about replacing links with full license text. Run the `Utilities/Scripts/filter-notices.bash` script to perform the majority of the replacements mechanically. Manually fix up shebang lines and trailing newlines in a few files. Manually update the notices in a few files that the script does not handle. | ||||
* | cmOutputConverter: Remove now-obsolete Convert method | Stephen Kelly | 2016-09-19 | 1 | -23/+0 |
| | |||||
* | Convert: Remove HOME_OUTPUT enum value | Stephen Kelly | 2016-09-19 | 1 | -3/+0 |
| | |||||
* | Convert: Simplify switch | Stephen Kelly | 2016-09-19 | 1 | -5/+4 |
| | | | | Make it more clear what is happening here. | ||||
* | Convert: Remove obsolete MAKERULE enum value | Stephen Kelly | 2016-09-19 | 1 | -3/+1 |
| | |||||
* | Convert: Remove obsolete HOME and START enum values | Stephen Kelly | 2016-09-19 | 1 | -8/+0 |
| | |||||
* | cmOutputConverter: use new ConvertToRelativePath signature internally | Daniel Pfeifer | 2016-09-17 | 1 | -6/+4 |
| | |||||
* | cmOutputConverter: split ConvertToRelativePath | Daniel Pfeifer | 2016-09-17 | 1 | -27/+53 |
| | | | | | | | Split the ConvertToRelativePath funtion into ConvertToRelativePath and ForceToRelativePath. Both functions take the local path as a string rather than a vector of path segments. Reimplement the old interface on top of the two new functions for interface compatibility. | ||||
* | fix a load of include-what-you-use violations | Daniel Pfeifer | 2016-09-03 | 1 | -4/+4 |
| | |||||
* | Convert: Make variables a bit more clear | Stephen Kelly | 2016-08-27 | 1 | -5/+5 |
| | |||||
* | Convert: Remove 'FULL' conversion | Stephen Kelly | 2016-08-27 | 1 | -3/+0 |
| | | | | It is no longer used. | ||||
* | Convert: Extract ConvertToRelativePath from Convert() | Stephen Kelly | 2016-08-27 | 1 | -4/+11 |
| | | | | | | | Convert() does some kind of relative conversion, followed by a conversion to 'output format'. Make it possible to do the former without the latter. | ||||
* | Convert: Remove NONE conversion | Stephen Kelly | 2016-08-27 | 1 | -2/+0 |
| | | | | It is no longer used. | ||||
* | Convert: Remove obsolete GetRelativeRootPath | Stephen Kelly | 2016-08-27 | 1 | -17/+0 |
| | |||||
* | Convert: Remove ConvertToOutputForExisting overload | Stephen Kelly | 2016-08-27 | 1 | -13/+0 |
| | | | | It is no longer used. | ||||
* | Convert: Remove unused overload | Stephen Kelly | 2016-08-27 | 1 | -21/+0 |
| | |||||
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -3/+3 |
| |