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
/
cmLocalGenerator.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'resolve-full-path-at-generate-time' into release-3.16
Brad King
2019-11-12
1
-1/+1
|
\
|
*
UnityBuild: Resolve full paths of unity source includes
Daniel Eiband
2019-11-11
1
-1/+1
*
|
PCH: No repeated path for internal generated PCH files
Cristian Adam
2019-11-11
1
-0/+8
*
|
Unity build: Include GENERATED files into unity build
Cristian Adam
2019-11-06
1
-1/+0
|
/
*
PCH: Add support for OBJC/OBJCXX languages
Cristian Adam
2019-11-03
1
-1/+1
*
PCH: Generate sources during Compute step
Cristian Adam
2019-10-09
1
-64/+15
*
file(GENERATE): Create output file structures even earlier
Brad King
2019-10-07
1
-5/+9
*
Merge topic 'unity-step'
Brad King
2019-10-04
1
-2/+7
|
\
|
*
Unity build: Generate sources during Compute step
Brad King
2019-10-03
1
-2/+7
*
|
PCH: Add multi-language PCH generation support
Cristian Adam
2019-10-03
1
-143/+158
|
/
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-3/+4
*
Merge topic 'objective-c-cxx'
Brad King
2019-09-30
1
-1/+11
|
\
|
*
Objective C/C++: Add compiler standard detection
Cristian Adam
2019-09-28
1
-0/+10
|
*
Languages: Add support for Objective-C
Steve Wilson
2019-09-28
1
-1/+1
*
|
cmMakefile: Move enumerations into new header
Daniel Eiband
2019-09-26
1
-1/+2
|
/
*
cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utility
Daniel Eiband
2019-09-23
1
-9/+4
*
cmGeneratorExpression: Move quiet flag to cmCompiledGeneratorExpression
Daniel Eiband
2019-09-22
1
-2/+1
*
Merge topic 'cmake-system-headers'
Brad King
2019-09-20
1
-1/+2
|
\
|
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+2
*
|
Merge topic 'pch-source-list'
Brad King
2019-09-20
1
-1/+10
|
\
\
|
*
|
Precompile Headers: Add precompile header file to source list
Cristian Adam
2019-09-19
1
-1/+10
|
|
/
*
|
Merge topic 'fileapiLinkPathAndLinkDirBacktraces'
Brad King
2019-09-20
1
-10/+26
|
\
\
|
|
/
|
/
|
|
*
fileapi: add backtraces for LINK_PATH and LINK_DIRECTORIES
Justin Goshi
2019-09-18
1
-6/+10
|
*
cmLocalGenerator: Add OutputLinkLibraries overload with backtraces
Justin Goshi
2019-09-18
1
-4/+16
*
|
Precompile Headers: Add REUSE_FROM signature
Cristian Adam
2019-09-17
1
-5/+108
*
|
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-3/+3
*
|
Merge topic 'modernize-use-auto'
Brad King
2019-09-12
1
-10/+5
|
\
\
|
|
/
|
/
|
|
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-10/+5
*
|
Merge topic 'fileapiAddMoreBacktraces'
Brad King
2019-09-11
1
-64/+196
|
\
\
|
*
|
cmLocalGenerator: Add GetTargetCompileFlags overload with backtraces
Justin Goshi
2019-09-10
1
-2/+14
|
*
|
cmLocalGenerator: Add GetTargetFlags overload with backtraces
Justin Goshi
2019-09-10
1
-9/+30
|
*
|
cmLocalGenerator: Add GetStaticLibraryFlags overload with backtraces
Justin Goshi
2019-09-10
1
-4/+23
|
*
|
cmLocalGenerator: Add AddCompileOptions overload with backtraces
Justin Goshi
2019-09-10
1
-8/+35
|
*
|
cmLocalGenerator: Add AppendCompileOptions overload with backtraces
Justin Goshi
2019-09-10
1
-0/+24
|
*
|
cmLocalGenerator: Add AppendFlags overload with backtraces
Justin Goshi
2019-09-09
1
-0/+8
|
*
|
cmLocalGenerator: Clarify AddCompileOptions filter logic
Justin Goshi
2019-09-09
1
-5/+8
|
*
|
cmLocalGenerator: Use local variables to collect flags
Justin Goshi
2019-09-09
1
-41/+59
|
*
|
cmLocalGenerator: Improve local variable names
Justin Goshi
2019-09-09
1
-12/+12
*
|
|
Merge topic 'MoveIfDifferent'
Brad King
2019-09-10
1
-2/+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
use cmSystemTools::MoveFileIfDifferent()
Rolf Eike Beer
2019-09-09
1
-2/+1
*
|
|
Merge topic 'local-var'
Brad King
2019-09-10
1
-4/+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
cmLocalGenerator::AddConfigVariableFlags: optimize string construction
Rolf Eike Beer
2019-09-09
1
-4/+3
|
|
/
*
|
Merge topic 'cuda_resolve_device_symbols_on_static_lib_collect_deps_properly'
Brad King
2019-09-09
1
-0/+7
|
\
\
|
|
/
|
/
|
|
*
CUDA: static lib device linking computes required static libs
Robert Maynard
2019-09-05
1
-0/+7
*
|
cmLocalGenerator: Remove AppendFlags 'const char*' overload
Brad King
2019-09-05
1
-13/+5
*
|
Merge topic 'unity-build'
Brad King
2019-09-05
1
-0/+96
|
\
\
|
|
/
|
/
|
|
*
Unity build: Add XCode support
Cristian Adam
2019-08-30
1
-1/+5
|
*
Unity build: Add support for Visual Studio generator
Cristian Adam
2019-08-29
1
-1/+8
|
*
Unity build: Add support for Ninja and Makefile generators
Cristian Adam
2019-08-29
1
-0/+85
*
|
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1/+1
[next]