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
*
Refactor: Allow generators to decide default configuration for build
Kyle Edwards
2020-02-04
1
-0/+4
*
Source: use std::string in place of const char*
Vitaly Stakhovsky
2020-01-29
1
-1/+1
*
Merge topic 'ninja-1.10'
Brad King
2020-01-28
1
-0/+2
|
\
|
*
Ninja: Track when running to re-generate during a build
Brad King
2020-01-27
1
-0/+2
*
|
AppendProperty: convert value param to std::string
Vitaly Stakhovsky
2020-01-25
1
-1/+1
|
/
*
GlobalGenerator family: modernize memory management
Marc Chevrier
2020-01-07
1
-78/+67
*
cmGlobalGenerator: modernize memrory managemenbt
Marc Chevrier
2019-12-30
1
-16/+17
*
Merge topic 'traceJSON'
Kyle Edwards
2019-12-27
1
-0/+73
|
\
|
*
trace: Add JSON output format
Daniel Mensinger
2019-12-23
1
-0/+73
*
|
Merge topic 'add_find_call_debugging'
Kyle Edwards
2019-12-20
1
-0/+3
|
\
\
|
|
/
|
/
|
|
*
find_*: Add debug logging infrastructure
Robert Maynard
2019-12-19
1
-0/+3
*
|
Merge topic 'add-header-cmext-algorithm'
Brad King
2019-12-18
1
-1/+3
|
\
\
|
|
/
|
/
|
|
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-1/+3
*
|
Merge topic 'stdstring-target'
Brad King
2019-12-17
1
-1/+1
|
\
\
|
|
/
|
/
|
|
*
cmTarget: add std::string overloads
Vitaly Stakhovsky
2019-12-14
1
-1/+1
*
|
Ninja: Add multi-config variant
Kyle Edwards
2019-12-13
1
-0/+1
|
/
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-09
1
-2/+2
*
ccmake: redirect stdout/stderr to the displayed logs
Sylvain Joubert
2019-11-16
1
-4/+3
*
Merge topic 'vs-vctargetspath'
Brad King
2019-10-18
1
-0/+8
|
\
|
*
cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSET
Alexander Boczar
2019-10-15
1
-0/+8
*
|
Merge topic 'graphviz'
Brad King
2019-10-17
1
-4/+3
|
\
\
|
|
/
|
/
|
|
*
Graphviz: added test suite, fixes, enhancements
Corentin Plouet
2019-10-08
1
-4/+3
*
|
Merge topic 'cmake-initial-cache-relative'
Brad King
2019-10-15
1
-0/+2
|
\
\
|
*
|
cmake: Fix relative path regression in -C
Peter Waller
2019-10-14
1
-0/+2
*
|
|
message: Support logging a context with each message
Alex Turbov
2019-10-12
1
-0/+2
*
|
|
message: Add new CMAKE_MESSAGE_LOG_LEVEL variable
Alex Turbov
2019-10-12
1
-0/+2
|
/
/
*
|
CLI: Rename --loglevel to --log-level for naming consistency
Craig Scott
2019-10-10
1
-0/+11
|
/
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-4/+6
*
VS: Fix access violation when calling Visual Studio macro
Daniel Eiband
2019-09-24
1
-1/+1
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-3/+7
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-8/+5
*
clang-tidy: modernize-return-braced-init-list
Regina Pfeifer
2019-09-06
1
-5/+3
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-1/+1
*
Merge topic 'cmake-initial-cache-dirs'
Brad King
2019-08-27
1
-10/+7
|
\
|
*
cmake: Pass -S and -B into PreLoad.cmake and -C scripts
Peter Waller
2019-08-27
1
-10/+7
*
|
Merge topic 'source_sweep_ostringstream_single'
Brad King
2019-08-26
1
-13/+7
|
\
\
|
*
|
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-13/+7
*
|
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-6/+3
|
/
/
*
|
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-73/+55
*
|
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
[next]