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
*
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
*
|
|
cmLocalGenerator: Factor IPO logic out of AddLanguageFlags
Brad King
2019-04-02
1
-3/+10
|
/
/
*
|
Modernize: Prefer .substr in place of .c_str() + int
Artur Ryt
2019-03-30
1
-1/+1
*
|
Merge topic 'implicit-includes-autogen'
Brad King
2019-03-29
1
-8/+13
|
\
\
|
|
/
|
*
Autogen: Do not treat hard-coded -I/usr/include exclusion as implicit include
Sebastian Holtermann
2019-03-28
1
-8/+13
*
|
Merge topic 'error-consolidate'
Brad King
2019-02-25
1
-4/+4
|
\
\
|
*
|
cmSystemTools::Error: consolidate parameters into single std::string
Vitaly Stakhovsky
2019-02-20
1
-4/+4
*
|
|
Merge topic 'systools-stdstring3'
Brad King
2019-02-25
1
-1/+1
|
\
\
\
|
*
|
|
cmSystemTools: More functions accept `std::string` params
Vitaly Stakhovsky
2019-02-20
1
-1/+1
|
|
/
/
*
|
|
Merge topic 'fix-implicit-includes-fortran'
Brad King
2019-02-25
1
-9/+15
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Fortran: Do not suppress explicit use of implicit include directories
Brad King
2019-02-20
1
-9/+15
*
|
Merge topic 'configurefile-stdstring'
Brad King
2019-02-20
1
-4/+5
|
\
\
|
*
|
cmMakefile::ConfigureFile: Accept `std::string` parameters
Vitaly Stakhovsky
2019-02-19
1
-4/+5
*
|
|
Merge topic 'modernize-for-loops-c-arrays'
Brad King
2019-02-19
1
-26/+23
|
\
\
\
|
*
|
|
Modernize: C-arrays and loops over them
Artur Ryt
2019-02-15
1
-26/+23
|
|
/
/
*
|
|
Merge topic 'fix-legacy-implicit-includes'
Brad King
2019-02-19
1
-34/+27
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Do not explicitly report "standard" include directories as implicit
Brad King
2019-02-18
1
-20/+27
|
*
Restore unconditional use of "standard" include directories
Brad King
2019-02-18
1
-3/+1
|
*
Prefix implicit include directories with sysroot on construction
Brad King
2019-02-18
1
-12/+0
*
|
Merge topic 'fix-legacy-implicit-includes'
Brad King
2019-02-14
1
-7/+21
|
\
\
|
|
/
|
*
Update logic for sysroot in detected implicit include directories
Brad King
2019-02-13
1
-1/+5
|
*
Fix regression in -I/usr/include exclusion logic
Brad King
2019-02-13
1
-6/+16
*
|
Merge topic 'modernize-for-loops'
Brad King
2019-02-11
1
-8/+5
|
\
\
|
*
|
Modernize: Use ranged for-loops when possible
Artur Ryt
2019-02-07
1
-8/+5
|
|
/
*
|
cmMakefile::GetRequiredDefinition: return const std::string&
Vitaly Stakhovsky
2019-02-07
1
-2/+2
|
/
*
Merge topic 'cmoutputconverter-simplify'
Brad King
2019-01-29
1
-6/+13
|
\
|
*
cmOutputConverter: move ConvertToRelativePath to cmStateDirectory.
Bruno Manganelli
2019-01-27
1
-6/+13
*
|
Merge topic 'message-stdstring'
Brad King
2019-01-29
1
-2/+2
|
\
\
|
*
|
cmSystemTools::Message: Add overload accepting std::string
Vitaly Stakhovsky
2019-01-28
1
-2/+2
*
|
|
cmLocalGenerator: Refactor `GetIncludeDirectoriesImplicit` method
Sebastian Holtermann
2019-01-28
1
-45/+51
*
|
|
cmLocalGenerator: Simplify `GetIncludeDirectories`
Sebastian Holtermann
2019-01-28
1
-16/+29
|
/
/
*
|
cmSystemTools::Error(): new overload accepting std::string
Vitaly Stakhovsky
2019-01-23
1
-3/+3
*
|
Merge topic 'getmodulesfile-string'
Brad King
2019-01-23
1
-2/+2
|
\
\
|
*
|
cmMakefile: GetModulesFile() accepts std::string param
Vitaly Stakhovsky
2019-01-21
1
-2/+2
|
|
/
*
|
Merge topic 'implicit-includes'
Brad King
2019-01-22
1
-8/+16
|
\
\
|
|
/
|
/
|
|
*
Refactor exclusion of -I/usr/include to avoid per-language values
Brad King
2019-01-21
1
-8/+16
*
|
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-13/+13
|
/
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-14/+14
*
PIE link options: Update strategy to fix performance regression
Marc Chevrier
2018-12-19
1
-2/+8
[next]