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
*
Merge topic 'getdef-expand'
Brad King
2020-06-02
1
-3/+2
|
\
|
*
cmMakefile: add GetDefExpandList() that splits value into std::vector
Vitaly Stakhovsky
2020-05-30
1
-3/+2
*
|
Merge topic 'cmprop'
Brad King
2020-06-02
1
-0/+1
|
\
\
|
*
|
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
|
|
/
*
|
Merge topic 'pch-fix-bad-ClearSourcesCache'
Brad King
2020-06-01
1
-1/+17
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'backport-3.16-pch-fix-bad-ClearSourcesCache'
Brad King
2020-05-29
1
-1/+17
|
|
\
|
|
*
PCH: Fix logic error that incorrectly clears sources during VS generation
Brad King
2020-05-29
1
-1/+17
*
|
|
AutoMoc: Configure AutoMoc after generated sources (PCH, Unity)
Cristian Adam
2020-05-26
1
-4/+4
*
|
|
cmTarget: Replace "perConfig" constructor boolean with enum
Brad King
2020-05-18
1
-2/+2
*
|
|
cmGlobalGenerator: Fix CheckTargetsForMissingSources after refactoring
Brad King
2020-05-15
1
-1/+1
*
|
|
Refactoring: Third-parties public headers are under cm3p prefix
Marc Chevrier
2020-05-07
1
-2/+2
*
|
|
Merge topic 'cmprop-state'
Brad King
2020-05-01
1
-4/+3
|
\
\
\
|
*
|
|
cmState::GetInitializedCacheValue: return cmProp
Vitaly Stakhovsky
2020-04-30
1
-4/+3
*
|
|
|
GetSafeProperty: return std::string const&
Vitaly Stakhovsky
2020-04-30
1
-2/+2
|
/
/
/
*
|
|
cmGeneratorTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-29
1
-8/+16
*
|
|
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
1
-5/+6
*
|
|
Merge topic 'cmprop-source'
Brad King
2020-04-15
1
-2/+2
|
\
\
\
|
*
|
|
cmSourceFile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-14
1
-2/+2
*
|
|
|
Merge topic 'msbuildUtf8Support'
Brad King
2020-04-15
1
-1/+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add support to indicate UTF-8 custom command pipe output encoding
Justin Goshi
2020-04-13
1
-1/+5
*
|
|
|
clang-tidy: address bugprone-sizeof-expression lint
Ben Boeckel
2020-04-13
1
-2/+4
|
/
/
/
*
|
|
cmMakefile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-01
1
-4/+4
*
|
|
cmTarget::GetProperty: return cmProp
Vitaly Stakhovsky
2020-03-30
1
-3/+2
*
|
|
cmState::GetGlobalProperty: return cmProp
Vitaly Stakhovsky
2020-03-25
1
-9/+8
*
|
|
Merge topic 'export-repeat'
Brad King
2020-03-20
1
-10/+9
|
\
\
\
|
|
/
/
|
*
|
export: Fix use-after-free on multiple calls overwriting same FILE
Brad King
2020-03-19
1
-10/+9
*
|
|
cmMakefile::AddCacheDefinition: Add overload that accepts std::string value
Vitaly Stakhovsky
2020-03-11
1
-2/+2
|
/
/
*
|
Generator: Don't allow Ninja Multi-Config variables on other generators
Kyle Edwards
2020-02-27
1
-0/+35
*
|
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
[next]