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
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility
Daniel Eiband
2019-09-23
17
-158/+122
*
cmCustomCommandGenerator: Replace generator expression member
Daniel Eiband
2019-09-22
2
-16/+7
*
cmGeneratorExpression: Remove Evaluate overload by parameter re-ordering
Daniel Eiband
2019-09-22
6
-37/+23
*
cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpression
Daniel Eiband
2019-09-22
10
-60/+68
*
cmGeneratorTarget: Remove unused virtual signature of TargetPropertyEntry
Daniel Eiband
2019-09-21
1
-35/+10
*
Merge topic 'cmake-system-headers'
Brad King
2019-09-20
134
-1207/+197
|
\
|
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
134
-1207/+197
*
|
Merge topic 'pch-source-list'
Brad King
2019-09-20
3
-1/+13
|
\
\
|
*
|
Precompile Headers: Add precompile header file to source list
Cristian Adam
2019-09-19
3
-1/+13
*
|
|
Merge topic 'smart_ptr/cmComputeLinkDepends'
Brad King
2019-09-20
2
-14/+11
|
\
\
\
|
*
|
|
cmComputeLinkDepends: remove manual memory deallocation
Tushar Maheshwari
2019-09-18
2
-14/+11
*
|
|
|
Merge topic 'smart_ptr/cmExportSet'
Brad King
2019-09-20
12
-118/+75
|
\
\
\
\
|
*
|
|
|
cmExportSet: subsume cmExportSetMap source files
Tushar Maheshwari
2019-09-19
11
-51/+30
|
*
|
|
|
cmExportSet: default destructor
Tushar Maheshwari
2019-09-19
7
-31/+34
|
*
|
|
|
cmExportSetMap: improve ownership of cmExportSet
Tushar Maheshwari
2019-09-19
5
-47/+22
*
|
|
|
|
Merge topic 'split-custom-command-creation'
Brad King
2019-09-20
4
-107/+263
|
\
\
\
\
\
|
*
|
|
|
|
cmMakefile: Separate custom command setup from actual creation
Daniel Eiband
2019-09-17
4
-63/+184
|
*
|
|
|
|
cmMakefile: Refactor AddCustomCommandOldStyle to be delay friendly
Daniel Eiband
2019-09-17
1
-27/+36
|
*
|
|
|
|
cmMakefile: Validate command line for all custom commands
Daniel Eiband
2019-09-17
2
-40/+54
|
*
|
|
|
|
cmMakefile: Extract custom command validation method
Daniel Eiband
2019-09-17
2
-8/+21
|
*
|
|
|
|
cmMakefile: Create all generated byproducts as known sources
Daniel Eiband
2019-09-17
2
-8/+7
*
|
|
|
|
|
Merge topic 'prepare-genex-in-byproducts'
Brad King
2019-09-20
5
-45/+49
|
\
\
\
\
\
\
|
*
|
|
|
|
|
Genex: Evaluate byproduct generator expressions in cmCustomCommandGenerator
Daniel Eiband
2019-09-17
3
-2/+6
|
*
|
|
|
|
|
Genex: Move genex expansion of paths into AppendPaths utility
Daniel Eiband
2019-09-17
1
-14/+23
|
*
|
|
|
|
|
Refactoring: Use ConfigName instead of property CMAKE_BUILD_TYPE
Daniel Eiband
2019-09-17
3
-29/+20
|
|
/
/
/
/
/
*
|
|
|
|
|
Merge topic 'fileapiLinkPathAndLinkDirBacktraces'
Brad King
2019-09-20
10
-61/+220
|
\
\
\
\
\
\
|
*
|
|
|
|
|
fileapi: add backtraces for LINK_PATH and LINK_DIRECTORIES
Justin Goshi
2019-09-18
3
-20/+27
|
*
|
|
|
|
|
cmLocalGenerator: Add OutputLinkLibraries overload with backtraces
Justin Goshi
2019-09-18
2
-4/+21
|
*
|
|
|
|
|
cmGeneratorTarget: Store backtrace for target LINK_DIRECTORIES property
Justin Goshi
2019-09-18
1
-1/+1
|
*
|
|
|
|
|
cmLinkLineComputer: Add ComputeLinkLibraries overload with backtraces
Justin Goshi
2019-09-18
4
-22/+63
|
*
|
|
|
|
|
cmLinkLineComputer: Add ComputeLinkLibs overload with backtraces
Justin Goshi
2019-09-18
3
-6/+35
|
*
|
|
|
|
|
cmLinkLineComputer: Add ComputeLinkPath overload with backtraces
Justin Goshi
2019-09-18
2
-9/+35
|
*
|
|
|
|
|
cmComputeLinkInformation: Add GetDirectoriesWithBacktraces
Justin Goshi
2019-09-18
2
-0/+23
|
*
|
|
|
|
|
cmComputeLinkInformation: Add AppendValues with backtraces
Justin Goshi
2019-09-18
2
-0/+16
*
|
|
|
|
|
|
Merge topic 'update-kwsys'
Brad King
2019-09-20
22
-347/+331
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Merge branch 'upstream-KWSys' into update-kwsys
Brad King
2019-09-18
22
-347/+331
*
|
|
|
|
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2019-09-20
1
-1/+1
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
Merge topic 'autogen_path_prefix'
Brad King
2019-09-19
10
-883/+1047
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
Autogen: Add moc path prefix generation (AUTOMOC_PATH_PREFIX)
Sebastian Holtermann
2019-09-16
4
-37/+83
|
*
|
|
|
|
|
|
Autogen: Add IsHeader flag to SourceFileT class
Sebastian Holtermann
2019-09-16
2
-76/+84
|
*
|
|
|
|
|
|
Autogen: Abbreviate file paths in messages
Sebastian Holtermann
2019-09-16
6
-210/+264
|
*
|
|
|
|
|
|
Autogen: Split JobEvalCacheT job into separate moc and uic jobs
Sebastian Holtermann
2019-09-16
2
-259/+319
|
*
|
|
|
|
|
|
Autogen: Split JobProbeDepsT job into separate moc and uic jobs
Sebastian Holtermann
2019-09-16
4
-66/+124
|
*
|
|
|
|
|
|
Autogen: Rename job classes
Sebastian Holtermann
2019-09-16
2
-107/+57
|
*
|
|
|
|
|
|
Autogen: Remove CMAKE_INCLUDE_DIRECTORIES_PROJECT_BEFORE sort duplication
Sebastian Holtermann
2019-09-16
3
-43/+4
|
*
|
|
|
|
|
|
Autogen: Use CollapseFullPath instead of RealPath to support symbolic links
Sebastian Holtermann
2019-09-16
3
-36/+33
|
*
|
|
|
|
|
|
Autogen: Sanitize include and search directories
Sebastian Holtermann
2019-09-16
1
-9/+41
|
*
|
|
|
|
|
|
Autogen: Modernize by using an unnamed namespace instead of static functions
Sebastian Holtermann
2019-09-16
1
-6/+9
|
*
|
|
|
|
|
|
Autogen: Compute and store generator pointers once in initializer constructor
Sebastian Holtermann
2019-09-16
2
-129/+124
*
|
|
|
|
|
|
|
Merge topic 'refactor-string-concat'
Brad King
2019-09-19
31
-797/+545
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
|
[next]