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
...
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-2/+1
*
file(GENERATE): Add TARGET argument
Raul Tambre
2020-08-20
1
-1/+1
*
Merge topic 'refactor-generator-configs'
Brad King
2020-07-06
1
-4/+11
|
\
|
*
cmMakefile: Refactor API to better handle empty config values
Robert Maynard
2020-07-03
1
-4/+11
*
|
cmStandardLevelResolver: Added to handle standard level queries
Robert Maynard
2020-07-01
1
-86/+0
|
/
*
Merge topic 'remove-warn-unused-vars'
Craig Scott
2020-07-01
1
-7/+0
|
\
|
*
cmake: Remove broken '--warn-unused-vars' option
Brad King
2020-06-29
1
-7/+0
*
|
configure_file: Add option to control file permissions transfer to copy
Rahul Gottipati
2020-06-30
1
-0/+1
|
/
*
Refactor language standard computation
Justin Goshi
2020-06-16
1
-9/+45
*
cmMakefile: Change CompileFeatureKnown to take target name instead of target
Justin Goshi
2020-06-15
1
-2/+3
*
add_library/add_executable: allow local alias to imported targets
Marc Chevrier
2020-06-02
1
-1/+2
*
Merge topic 'getdef-expand'
Brad King
2020-06-02
1
-0/+2
|
\
|
*
cmMakefile: add GetDefExpandList() that splits value into std::vector
Vitaly Stakhovsky
2020-05-30
1
-0/+2
*
|
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-2/+1
|
/
*
Add support to indicate UTF-8 custom command pipe output encoding
Justin Goshi
2020-04-13
1
-4/+8
*
cmMakefile::GetProperty: return cmProp
Vitaly Stakhovsky
2020-04-01
1
-3/+6
*
Merge topic 'export-repeat'
Brad King
2020-03-20
1
-4/+6
|
\
|
*
export: Fix use-after-free on multiple calls overwriting same FILE
Brad King
2020-03-19
1
-4/+6
*
|
cmMakefile::AddCacheDefinition: Add overload that accepts std::string value
Vitaly Stakhovsky
2020-03-11
1
-0/+6
*
|
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
|
/
[prev]
[next]