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
*
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 '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
*
Normalize paths when checking for implicit include dirs
Daniel Scharrer
2019-06-22
1
-3/+5
*
Support per-language library link flags
Saleem Abdulrasool
2019-06-06
1
-4/+17
*
Merge topic 'swift-linker-flags'
Brad King
2019-06-04
1
-49/+62
|
\
|
*
Swift: avoid `CMAKE_{EXE,SHARED}_LINKER_FLAGS`
Saleem Abdulrasool
2019-06-03
1
-49/+62
*
|
The error message for VISIBILITY_PRESET now documents valid options.
Robert Maynard
2019-06-03
1
-1/+3
|
/
*
Merge topic 'implicit-includes-CPATH'
Brad King
2019-05-31
1
-3/+25
|
\
|
*
Do not exclude include directories made implicit by CPATH
Brad King
2019-05-30
1
-3/+25
*
|
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-7/+6
*
|
MSVC: Add support for /JMC (Just My Code)
Luca Cappa
2019-05-14
1
-0/+26
*
|
MSVC: Add abstraction for runtime library selection
Brad King
2019-04-17
1
-2/+35
*
|
Merge topic 'modernize-raw-string-literal'
Brad King
2019-04-04
1
-1/+1
|
\
\
|
*
|
Modernize: Enable modernize-raw-string-literal in clang-tidy
Artur Ryt
2019-04-02
1
-1/+1
[next]