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
*
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
*
|
Merge topic 'add-non-empty-configurations-getter'
Brad King
2019-09-03
1
-5/+2
|
\
\
|
*
|
cmMakefile: Add configurations getter with empty configuration default
Daniel Eiband
2019-08-30
1
-5/+2
|
|
/
*
|
cmSourceFile: Rename mutating GetFullPath() overload
Daniel Eiband
2019-08-29
1
-2/+2
|
/
*
Merge topic 'precompile-headers'
Brad King
2019-08-29
1
-0/+83
|
\
|
*
Precompile headers: Add methods to generate PCH sources
Cristian Adam
2019-08-28
1
-0/+83
*
|
Merge topic 'swift-version'
Brad King
2019-08-27
1
-0/+11
|
\
\
|
|
/
|
/
|
|
*
Swift: honour `-swift-version` in Ninja generator
Saleem Abdulrasool
2019-08-26
1
-0/+11
*
|
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-24/+12
|
/
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-15/+12
*
Merge topic 'isolate-declarations'
Brad King
2019-08-22
1
-2/+2
|
\
|
*
clang-tidy: isolate declarations for readability
Regina Pfeifer
2019-08-20
1
-2/+2
*
|
Merge topic 'cm-contains'
Brad King
2019-08-21
1
-9/+5
|
\
\
|
|
/
|
/
|
|
*
cmAlgorithms: Add cmContains
Regina Pfeifer
2019-08-19
1
-9/+5
*
|
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-7/+6
|
/
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-14/+14
*
Merge topic 'strcat-localgenerator'
Kyle Edwards
2019-08-13
1
-92/+48
|
\
|
*
cmLocalGenerator: Use cmStrCat
Regina Pfeifer
2019-08-09
1
-92/+48
*
|
Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAP
Kitware Robot
2019-08-09
1
-1/+1
|
/
*
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
1
-1/+1
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-2/+2
*
Swift: fix static library handling
Saleem Abdulrasool
2019-07-19
1
-5/+7
*
AIX: Explicitly compute executable exports for both XL and GNU
Brad King
2019-07-15
1
-4/+8
*
IWYU: Fix handling of <memory> standard header
Brad King
2019-07-10
1
-1/+3
[next]