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
/
cmSearchPath.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-4/+2
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-2/+2
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-1/+1
*
Prefer front/back/data over dereferencing begin/rbegin iter
Artur Ryt
2019-02-06
1
-2/+2
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+1
*
cmMakefile: return directories as const std::string&
Vitaly Stakhovsky
2018-08-27
1
-5/+6
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-2/+2
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-1/+1
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-26/+19
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-5/+5
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-0/+2
*
Include necessary headers in commands
Daniel Pfeifer
2016-10-26
1
-0/+3
*
Separate compilation for commands included in cmBootstrapCommands1
Daniel Pfeifer
2016-10-21
1
-0/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
Avoid else after return
Daniel Pfeifer
2016-09-16
1
-2/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-5/+5
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-97/+64
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-13/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-1/+1
*
Source: Stabilize include order
Brad King
2016-04-29
1
-1/+1
*
cmMakefile: Rename GetCurrent{,Source}Directory.
Stephen Kelly
2015-04-20
1
-3/+5
*
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
Teach find_(library|file|path) to get prefixes from PATH (#15370)
Brad King
2015-02-19
1
-1/+21
*
Use containers of labeled search paths instead of individual members
Chuck Atkins
2014-11-12
1
-16/+24
*
Encapsulate search path manipulation functions into a seperate class.
Chuck Atkins
2014-11-11
1
-0/+243