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
/
cmake.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'isolate-declarations'
Brad King
2019-08-22
1
-2/+4
|
\
|
*
clang-tidy: isolate declarations for readability
Regina Pfeifer
2019-08-20
1
-2/+4
*
|
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-1/+1
*
|
Merge topic 'trace-redirect'
Brad King
2019-08-20
1
-0/+20
|
\
\
|
*
|
Add --trace-redirect parameter to redirect trace output to a file
Igor Ivanov
2019-08-10
1
-0/+20
*
|
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-13/+9
|
|
/
|
/
|
*
|
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-7/+7
*
|
Merge topic 'cmRemoveQuotes'
Kyle Edwards
2019-08-13
1
-8/+0
|
\
\
|
*
|
cmStringAlgorithms: Add cmRemoveQuotes
Sebastian Holtermann
2019-08-09
1
-8/+0
*
|
|
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-19/+19
|
/
/
*
|
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
1
-2/+2
|
/
*
cmake: Initialize booleans at declaration and cleanup constructor
Sebastian Holtermann
2019-08-03
1
-40/+17
*
Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}With
Sebastian Holtermann
2019-08-01
1
-2/+1
*
Merge topic 'clang-tidy-8'
Brad King
2019-07-31
1
-1/+1
|
\
|
*
clang-tidy: Blacklist violations for version 8
Regina Pfeifer
2019-07-30
1
-1/+1
*
|
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
|
/
*
Introduce memory management helper: cm_memory.hxx
Marc Chevrier
2019-07-14
1
-1/+2
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
cmake: Refactor file extension list setup
Sebastian Holtermann
2019-07-04
1
-38/+33
*
modermize: replace some raw pointers w/ `unique_ptr`
Alex Turbov
2019-06-24
1
-18/+7
*
cmake: Teach -E capabilities to report supported fileapi requests
Brad King
2019-06-07
1
-0/+1
*
cmake: Simplify implementation of -E capabilities
Brad King
2019-06-07
1
-4/+4
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-4/+1
*
Merge topic 'default-generator-env'
Brad King
2019-05-22
1
-6/+61
|
\
|
*
cmake: Allow default generator to be set by environment variables
Eicke Herbertz
2019-05-16
1
-6/+61
*
|
Source: change parameters to std::string
Vitaly Stakhovsky
2019-05-19
1
-7/+6
*
|
cmake: Display error if generate step fails
Kyle Edwards
2019-05-13
1
-0/+5
*
|
message(): Add support for log levels
Alex Turbov
2019-04-28
1
-0/+27
|
/
*
cmake: Fix missed `return` statement when CLI errors found
Alex Turbov
2019-03-31
1
-2/+3
*
Merge topic 'ghs-linux'
Brad King
2019-03-22
1
-2/+7
|
\
|
*
GHS: Add support for GHS Multi Generator in Linux
Naren Manimohan
2019-03-21
1
-2/+7
*
|
cmake: Use scopes to limit temporary object lifetime
Sebastian Holtermann
2019-03-18
1
-14/+16
*
|
Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::Compare
Sebastian Holtermann
2019-03-18
1
-5/+4
*
|
Substitute FileComparison in variable names with FileTimeCache
Sebastian Holtermann
2019-03-18
1
-6/+6
*
|
Rename cmFileTimeComparison to cmFileTimeCache
Sebastian Holtermann
2019-03-18
1
-3/+3
|
/
*
Merge topic 'vs-no-stamp-messages'
Brad King
2019-03-06
1
-15/+7
|
\
|
*
VS: Do not print message when generate.stamp is up-to-date.
Olli Kallioinen
2019-03-05
1
-15/+7
*
|
cmake: Teach --build mode to support multiple targets
Bartosz Kosiorek
2019-03-05
1
-4/+4
|
/
*
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-10/+9
*
Merge topic 'modernize-for-loops-c-arrays'
Brad King
2019-02-19
1
-12/+11
|
\
|
*
Modernize: C-arrays and loops over them
Artur Ryt
2019-02-15
1
-12/+11
*
|
cmSystemTools: Remove redundant cmCopyFile() and Split()
Vitaly Stakhovsky
2019-02-15
1
-1/+1
|
/
*
Merge topic 'systools-stdstring2'
Brad King
2019-02-13
1
-1/+1
|
\
|
*
cmSystemTools: More methods accept `std::string` params
Vitaly Stakhovsky
2019-02-11
1
-1/+1
*
|
cmake: Progress functions use `std::string` param
Vitaly Stakhovsky
2019-02-11
1
-3/+3
|
/
*
ReadListFile: Accept std::string argument
Vitaly Stakhovsky
2019-01-31
1
-8/+8
*
Merge topic 'functional-callbacks'
Brad King
2019-01-30
1
-7/+3
|
\
|
*
Use `std::function` for callbacks
Regina Pfeifer
2019-01-29
1
-7/+3
*
|
cmSystemTools: copy file member functions accept std::string params
Vitaly Stakhovsky
2019-01-29
1
-1/+1
|
/
[next]