summaryrefslogtreecommitdiff
path: root/Source/cmOutputConverter.cxx
Commit message (Expand)AuthorAgeFilesLines
* Windows: Tolerate GetShortPathNameW failureOldřich Jedlička2023-04-261-1/+6
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-3/+2
* Watcom: Replace WATCOMQUOTE format by UseWatcomQuote attributeJiri Malak2023-01-241-9/+11
* MinGW Makefiles: Quote UNC paths on command linesEd Hartley2022-10-181-0/+7
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-1/+0
* Add support for build tree symlink inside source treeBrad King2022-02-281-4/+42
* cmOutputConverter: Always set relative path top source and binary togetherBrad King2022-02-281-7/+4
* cmOutputConverter: Cache Short PathsClemens Wasser2022-01-251-4/+26
* cmOutputConverter: Quote hyphens in response filesBrendan O'Rourke2021-11-081-4/+16
* EscapeForCMake: Add wrapQuotes parameterKyle Edwards2021-10-271-3/+6
* Source: Fix clang -Wextra-semi warningsSean McBride2021-09-281-1/+1
* Move helpers functions from cmStringAlgorithms.h to cmValue.hMarc Chevrier2021-09-211-0/+1
* cmOutputConverter: Adopt relative path conversion helpersBrad King2021-05-171-0/+94
* clang-tidy: fix `bugprone-reserved-identifier` warningsBen Boeckel2021-01-271-21/+20
* Fortran: Add Fortran_PREPROCESS propertyPeter Hill2020-05-211-0/+11
* cmOutputConverter::GetFortranFormat(): delete const char* overloadVitaly Stakhovsky2020-04-271-9/+0
* Makefiles: Convert paths with '#' on command-lines to short path on WindowsBrad King2020-04-151-1/+1
* Ninja: Add multi-config variantKyle Edwards2019-12-131-5/+18
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-2/+2
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-1/+2
* cmOutputConverter: Make shell escaping methods cm::string_view basedSebastian Holtermann2019-07-281-57/+55
* cmOutputConverter: Let GetFortranFormat accept a cm::string_viewSebastian Holtermann2019-07-281-5/+12
* cmOutputConverter: Return bool instead of int in utility functionsSebastian Holtermann2019-07-281-16/+16
* cmOutputConverter: Let cmOutputConverterIsShellOperator accept cm::string_viewSebastian Holtermann2019-07-281-2/+2
* cmOutputConverter: Let cmOutputConverterIsShellOperator accept cm::string_viewSebastian Holtermann2019-07-281-2/+2
* cmOutputConverter: Let EscapeForCMake accept a cm::string_viewSebastian Holtermann2019-07-281-6/+6
* cmOutputConverter: Initialize static std::set on constructionSebastian Holtermann2019-06-041-16/+4
* cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.Bruno Manganelli2019-01-271-12/+0
* cmOutputConverter: Moved ContainedInDirectory to cmStateDirectoryBruno Manganelli2018-12-081-33/+2
* cmOutputConverter: Moved ForceToRelativePath to cmSystemBruno Manganelli2018-12-071-75/+1
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-221-1/+1
* Using front() and back() instead of calculationsCengizhan Pasaoglu2018-11-061-3/+3
* cmStateDirectory: use const std::string& for return valuesVitaly Stakhovsky2018-08-121-2/+2
* cmOutputConverter: mark helper functions staticRolf Eike Beer2018-03-061-6/+4
* cmOutputConverter: Inline some functions and avoid string re-allocationsFrank Winklmeier2018-02-231-32/+37
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-4/+3
* Replace C-style castsDaniel Pfeifer2017-08-271-1/+1
* Pass large types by const&, small types by valueDaniel Pfeifer2017-06-041-2/+2
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-5/+6
* cmState: Split auxiliary classes into separate filesStephen Kelly2016-10-191-0/+2
* cmState: Port dependent code to new cmStateSnapshot nameStephen Kelly2016-10-191-1/+1
* cmState: Port dependent code to new cmStateDirectory nameStephen Kelly2016-10-191-1/+1
* cmOutputConverter: Add a flag for IsUnixStephen Kelly2016-10-061-16/+16
* Convert: Inline platform-specific methodsStephen Kelly2016-10-061-16/+3
* Convert: Extract method to determine if paths are in directoryStephen Kelly2016-10-061-5/+13
* Convert: Remove asserts which are duplicated in delegate methodStephen Kelly2016-10-061-7/+0
* Convert: Remove early return checkStephen Kelly2016-10-061-5/+0
* Convert: Extract local variables for readabilityStephen Kelly2016-10-061-12/+13
* Convert: Extract local variablesStephen Kelly2016-10-061-14/+17