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
/
cmGlobalGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Ninja Multi-Config: Fix issue with framework dependencies and Autogen
Kyle Edwards
2020-02-17
1
-1/+1
*
Refactor: Allow generators to decide default configuration for build
Kyle Edwards
2020-02-04
1
-2/+6
*
Merge topic 'ninja-1.10'
Brad King
2020-01-28
1
-0/+1
|
\
|
*
Ninja: Track when running to re-generate during a build
Brad King
2020-01-27
1
-0/+1
*
|
AppendProperty: convert value param to std::string
Vitaly Stakhovsky
2020-01-25
1
-1/+3
|
/
*
Merge topic 'realpath-cache'
Brad King
2020-01-20
1
-0/+11
|
\
|
*
cmGlobalGenerator: Add cache for realpath() results
Tim Blechmann
2020-01-16
1
-0/+11
*
|
Merge topic 'cmake-ctest-arguments'
Brad King
2020-01-17
1
-0/+7
|
\
\
|
*
|
Add CMAKE_CTEST_ARGUMENTS variable to pass command-line arguments to ctest
Robert Goulet
2020-01-15
1
-0/+7
*
|
|
cmMakefile: modernize memory management
Marc Chevrier
2020-01-14
1
-4/+4
|
/
/
*
|
GlobalGenerator family: modernize memory management
Marc Chevrier
2020-01-07
1
-2/+2
*
|
cmGlobalGenerator: modernize memrory managemenbt
Marc Chevrier
2019-12-30
1
-34/+37
|
/
*
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
-1/+3
|
/
*
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-12-09
1
-35/+33
*
Merge branch 'backport-unity-object-libraries' into unity-object-libraries
Brad King
2019-12-08
1
-1/+12
|
\
|
*
Unity: Proper handling of object libraries
Cristian Adam
2019-12-07
1
-0/+9
|
*
Unity/PCH: Skip more target types when adding automatic sources
Cristian Adam
2019-12-07
1
-1/+3
*
|
cmCustomCommand: Explicitly pass backtrace on construction
Daniel Eiband
2019-11-24
1
-2/+2
*
|
cmMakefile: Delay CheckTargetProperties and FinalPass to generate time
Daniel Eiband
2019-11-24
1
-18/+17
*
|
FileAPI: Add "multiConfig" parameter to index file
Kyle Edwards
2019-11-20
1
-0/+1
*
|
cmLocalGenerator: modernize memory management
Marc Chevrier
2019-11-11
1
-17/+19
*
|
cmake: Teach --build mode to load CMAKE_GENERATOR_TOOLSET
Alexander Boczar
2019-10-15
1
-2/+2
|
/
*
PCH: Generate sources during Compute step
Cristian Adam
2019-10-09
1
-0/+1
*
file(GENERATE): Create output file structures even earlier
Brad King
2019-10-07
1
-8/+1
*
Unity build: Generate sources during Compute step
Brad King
2019-10-03
1
-0/+18
*
Merge topic 'clang-format-normalize-headers-presentation'
Brad King
2019-10-02
1
-4/+6
|
\
|
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-4/+6
*
|
PCH: Report error when setting COMPILE_PDB_NAME property
Cristian Adam
2019-10-01
1
-0/+40
|
/
*
Merge branch 'backport-3.15-fix-EXCLUDE_FROM_ALL-subdir-all'
Brad King
2019-09-30
1
-3/+11
|
\
|
*
Merge branch 'backport-3.14-fix-EXCLUDE_FROM_ALL-subdir-all'
Brad King
2019-09-30
1
-3/+11
|
|
\
|
|
*
Restore "all" target in subdirectories marked EXCLUDE_FROM_ALL
Brad King
2019-09-30
1
-3/+11
*
|
|
cmCustomCommand: Move custom commands
Daniel Eiband
2019-09-26
1
-1/+1
*
|
|
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-3/+3
*
|
|
Merge topic 'add-non-empty-configurations-getter'
Brad King
2019-09-03
1
-11/+4
|
\
\
\
|
*
|
|
cmMakefile: Add configurations getter with empty configuration default
Daniel Eiband
2019-08-30
1
-11/+4
*
|
|
|
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-1/+1
|
/
/
/
*
|
|
Merge topic 'cmGlobalGenerator-compilerId-lifetime'
Brad King
2019-08-27
1
-7/+4
|
\
\
\
|
|
/
/
|
*
|
cmGlobalGenerator: Fix CheckCompilerIdCompatibility local var lifetime
Brad King
2019-08-26
1
-7/+4
*
|
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-6/+4
*
|
|
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-101/+62
*
|
|
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-8/+5
|
\
\
\
|
*
|
|
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-8/+5
*
|
|
|
Merge topic 'string-literal-append'
Brad King
2019-08-19
1
-7/+4
|
\
\
\
\
|
*
|
|
|
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-7/+4
|
|
/
/
/
*
|
|
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-14/+12
|
/
/
/
*
|
|
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-10/+8
*
|
|
Merge topic 'cmRemoveQuotes'
Kyle Edwards
2019-08-13
1
-8/+0
|
\
\
\
|
*
|
|
cmStringAlgorithms: Add cmRemoveQuotes
Sebastian Holtermann
2019-08-09
1
-8/+0
[next]