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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmake_command: Add command to EVAL a CMake script as a string
Cristian Adam
2020-03-03
1
-0/+3
*
Source: use std::string in place of const char*
Vitaly Stakhovsky
2020-01-29
1
-2/+2
*
Merge topic 'mf-typo'
Brad King
2020-01-28
1
-1/+1
|
\
|
*
cmMakefile: Fix spelling typo in comment
Masashi Fujita
2020-01-28
1
-1/+1
*
|
AppendProperty: convert value param to std::string
Vitaly Stakhovsky
2020-01-25
1
-1/+1
|
/
*
cmMakefile: modernize memory management
Marc Chevrier
2020-01-14
1
-26/+22
*
find_*: Add debug logging infrastructure
Robert Maynard
2019-12-19
1
-2/+13
*
CUDA: Add cuda meta-features (e.g. ``cuda_std_11``) support
Robert Maynard
2019-12-10
1
-1/+11
*
cmMakefile: Delay custom command creation
Daniel Eiband
2019-11-24
1
-45/+32
*
cmMakefile: Explicitly pass backtrace to GetCustomCommandTarget
Daniel Eiband
2019-11-24
1
-2/+3
*
cmMakefile: Delay CheckTargetProperties and FinalPass to generate time
Daniel Eiband
2019-11-24
1
-12/+13
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-1/+2
*
Merge topic 'objective-c-cxx'
Brad King
2019-09-30
1
-4/+10
|
\
|
*
Objective C/C++: Add compiler standard detection
Cristian Adam
2019-09-28
1
-4/+10
*
|
cmMakefile: Remove AddUtilityCommand overload without byproducts
Daniel Eiband
2019-09-26
1
-7/+0
*
|
cmMakefile: Extract utilities used for creation of custom commands
Daniel Eiband
2019-09-26
1
-13/+39
*
|
cmMakefile: Move enumerations into new header
Daniel Eiband
2019-09-26
1
-22/+14
|
/
*
Merge topic 'cmake-system-headers'
Brad King
2019-09-20
1
-1/+1
|
\
|
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
|
Merge topic 'split-custom-command-creation'
Brad King
2019-09-20
1
-8/+46
|
\
\
|
|
/
|
/
|
|
*
cmMakefile: Separate custom command setup from actual creation
Daniel Eiband
2019-09-17
1
-5/+43
|
*
cmMakefile: Validate command line for all custom commands
Daniel Eiband
2019-09-17
1
-1/+1
|
*
cmMakefile: Extract custom command validation method
Daniel Eiband
2019-09-17
1
-0/+2
|
*
cmMakefile: Create all generated byproducts as known sources
Daniel Eiband
2019-09-17
1
-3/+1
*
|
cmMakefile: Remove unused AddUtilityCommand overload
Daniel Eiband
2019-09-16
1
-8/+0
|
/
*
Merge topic 'tidy-deprecated-headers'
Brad King
2019-09-16
1
-1/+1
|
\
|
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
|
Merge topic 'prepare-deferred-custom-command-creation'
Brad King
2019-09-16
1
-0/+6
|
\
\
|
*
|
add_custom_command: Move append functionality into class cmMakefile
Daniel Eiband
2019-09-13
1
-0/+4
|
*
|
add_custom_command: Refactor setting implicit depends
Daniel Eiband
2019-09-12
1
-0/+2
|
|
/
*
|
cmMakefile: Add lookup from source name to targets via byproducts
Daniel Eiband
2019-09-12
1
-12/+58
|
/
*
cmMakefile: set GENERATED property of outputs upfront
Daniel Eiband
2019-09-06
1
-0/+5
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-5/+5
*
cmMakefile: Add configurations getter with empty configuration default
Daniel Eiband
2019-08-30
1
-0/+3
*
cmCommand refactor: cmCMakePolicyCommand
Gabor Bencze
2019-08-20
1
-1/+2
*
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-4/+4
*
cmFunctionBlocker: Move check for matching args
Regina Pfeifer
2019-07-30
1
-2/+1
*
cmMakefile: Add OnExecuteCommand callback
Regina Pfeifer
2019-07-30
1
-0/+6
*
Merge topic 'cmStringAlgorithms'
Kyle Edwards
2019-07-30
1
-0/+1
|
\
|
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
|
cmMakefile: Keep function blockers in a stack
Regina Pfeifer
2019-07-26
1
-2/+4
|
/
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-2/+4
*
cmMakefile: Simplify and rename AddDefinitionBool
Sebastian Holtermann
2019-07-24
1
-5/+4
*
Merge topic 'command-final-action'
Brad King
2019-07-19
1
-3/+10
|
\
|
*
cmMakefile: decouple FinalAction from cmCommand
Daniel Pfeifer
2019-07-18
1
-3/+10
*
|
cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptr
Sebastian Holtermann
2019-07-17
1
-3/+3
|
/
*
modernize: manage cmCommand instances using unique_ptr.
Marc Chevrier
2019-07-14
1
-1/+1
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+1
*
cmMakefile: Define cmTargetMap type in cmMakefile instead of cmTarget
Sebastian Holtermann
2019-05-23
1
-9/+8
*
Support job pools in custom commands and targets
Rosen Matev
2019-05-14
1
-5/+5
[next]