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
/
cmMakefile.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'cmake-system-headers'
Brad King
2019-09-20
1
-3/+2
|
\
|
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-3/+2
*
|
Merge topic 'pch-source-list'
Brad King
2019-09-20
1
-0/+1
|
\
\
|
*
|
Precompile Headers: Add precompile header file to source list
Cristian Adam
2019-09-19
1
-0/+1
|
|
/
*
|
Merge topic 'split-custom-command-creation'
Brad King
2019-09-20
1
-92/+214
|
\
\
|
|
/
|
/
|
|
*
cmMakefile: Separate custom command setup from actual creation
Daniel Eiband
2019-09-17
1
-51/+138
|
*
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
1
-39/+53
|
*
cmMakefile: Extract custom command validation method
Daniel Eiband
2019-09-17
1
-8/+19
|
*
cmMakefile: Create all generated byproducts as known sources
Daniel Eiband
2019-09-17
1
-5/+6
*
|
Merge topic 'command-line-make-functions'
Brad King
2019-09-18
1
-29/+0
|
\
\
|
|
/
|
/
|
|
*
cmMakefile: Remove unused AddUtilityCommand overload
Daniel Eiband
2019-09-16
1
-29/+0
*
|
Merge topic 'smart_ptr/cmSourceFile'
Brad King
2019-09-17
1
-2/+4
|
\
\
|
|
/
|
/
|
|
*
cmSourceFile: use unique_ptr for CustomCommand
Tushar Maheshwari
2019-09-13
1
-2/+4
*
|
Merge topic 'tidy-deprecated-headers'
Brad King
2019-09-16
1
-4/+4
|
\
\
|
*
|
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-4/+4
*
|
|
Merge topic 'prepare-deferred-custom-command-creation'
Brad King
2019-09-16
1
-6/+27
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
add_custom_command: Move append functionality into class cmMakefile
Daniel Eiband
2019-09-13
1
-0/+17
|
*
|
add_custom_command: Refactor setting implicit depends
Daniel Eiband
2019-09-12
1
-6/+10
|
|
/
*
|
cmMakefile: Add lookup from source name to targets via byproducts
Daniel Eiband
2019-09-12
1
-24/+136
*
|
Refatoring: Extract AnyOutputMatches utility
Daniel Eiband
2019-09-12
1
-15/+22
|
/
*
Merge topic 'modernize-use-auto'
Brad King
2019-09-12
1
-25/+18
|
\
|
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-25/+18
*
|
cmMakefile: set GENERATED property of outputs upfront
Daniel Eiband
2019-09-06
1
-28/+20
|
/
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-04
1
-2/+3
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1/+1
*
Merge topic 'add-non-empty-configurations-getter'
Brad King
2019-09-03
1
-0/+10
|
\
|
*
cmMakefile: Add configurations getter with empty configuration default
Daniel Eiband
2019-08-30
1
-0/+10
*
|
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-2/+2
|
/
*
Merge topic 'source_sweep_ostringstream_single'
Brad King
2019-08-26
1
-14/+10
|
\
|
*
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-14/+10
*
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-28/+14
|
/
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-31/+22
*
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-12/+11
|
\
|
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-12/+11
*
|
Merge topic 'trace-redirect'
Brad King
2019-08-20
1
-1/+8
|
\
\
|
*
|
Add --trace-redirect parameter to redirect trace output to a file
Igor Ivanov
2019-08-10
1
-1/+8
*
|
|
Merge topic 'string-literal-append'
Brad King
2019-08-19
1
-2/+1
|
\
\
\
|
*
|
|
avoid adding multiple consecutive string literals to std::string
Rolf Eike Beer
2019-08-18
1
-2/+1
|
|
|
/
|
|
/
|
*
|
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-7/+7
|
/
/
*
|
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-18/+18
*
|
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-16/+16
*
|
Merge topic 'cmStringAlgorithms_move_functions'
Brad King
2019-08-07
1
-5/+4
|
\
\
|
|
/
|
/
|
|
*
cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenize
Sebastian Holtermann
2019-08-05
1
-5/+4
*
|
cmFunctionBlocker: Move check for matching args
Regina Pfeifer
2019-07-30
1
-19/+1
*
|
cmFunctionBlocker: Move common logic to base
Regina Pfeifer
2019-07-30
1
-1/+1
*
|
cmMakefile: Add OnExecuteCommand callback
Regina Pfeifer
2019-07-30
1
-0/+9
|
/
*
cmMakefile: Keep function blockers in a stack
Regina Pfeifer
2019-07-26
1
-44/+26
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-20/+18
*
cmMakefile: Simplify and rename AddDefinitionBool
Sebastian Holtermann
2019-07-24
1
-17/+5
[next]