index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
cmOutputConverter.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Convert: Extract local variables
Stephen Kelly
2016-10-06
1
-14/+17
*
cmOutputConverter: remove unused code
Daniel Pfeifer
2016-10-06
1
-9/+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
-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
*
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
*
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
[next]