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
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-2/+2
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-145/+105
*
clang-format: format all code as Cpp11
Daniel Pfeifer
2017-08-30
1
-1/+1
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-10/+10
*
Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.
Aaron Orenstein
2017-08-16
1
-13/+14
*
Allow language extensions without any standard to use a list of options
Brad King
2017-07-14
1
-1/+5
*
Merge branch 'backport-fix-lang-std-option-list' into fix-lang-std-option-list
Brad King
2017-07-14
1
-2/+10
|
\
|
*
Features: Fix support for a list of language standard options
Brad King
2017-07-14
1
-2/+10
*
|
cmLocalGenerator: Explain standard flag selection logic in comments
Brad King
2017-07-14
1
-2/+7
*
|
Merge topic 'android-system-include-last'
Brad King
2017-07-13
1
-0/+14
|
\
\
|
*
|
Android: Always add standard include directories last
Brad King
2017-07-13
1
-0/+14
|
|
/
*
|
Merge topic 'test_include_files'
Brad King
2017-07-13
1
-0/+11
|
\
\
|
*
|
Add TEST_INCLUDE_FILES
Matthew Woehlke
2017-07-12
1
-0/+11
|
|
/
*
|
Merge topic 'labels-for-subprojects'
Brad King
2017-07-13
1
-0/+20
|
\
\
|
*
|
Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable
Betsy McPhail
2017-07-10
1
-0/+20
*
|
|
Merge topic 'iar_improved'
Brad King
2017-07-07
1
-7/+17
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add infrastructure to use language extensions without any standard
Brad King
2017-06-29
1
-0/+10
|
*
|
cmLocalGenerator: Switch order of <LANG>_{EXTENSIONS,STANDARD} check
Brad King
2017-06-29
1
-5/+5
|
*
|
cmLocalGenerator: Simplify logic for language standard or extension flag
Brad King
2017-06-29
1
-2/+2
|
|
/
*
|
CPackDeb: Enable the DEB generator on Windows
Nils Gladitz
2017-06-28
1
-0/+13
|
/
*
IPO: Consider support for each language separately
Brad King
2017-06-14
1
-2/+2
*
Provide and use CM_FALLTHROUGH
Daniel Pfeifer
2017-06-03
1
-1/+4
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-4/+4
*
Add const-reference qualifications
Pavel Solodovnikov
2017-05-26
1
-1/+1
*
Merge topic 'add_cuda_cxx14_flag'
Brad King
2017-05-12
1
-0/+1
|
\
|
*
CUDA: Add support for the C++14 standard flag.
Robert Maynard
2017-05-11
1
-0/+1
*
|
Add options for separate compile and link sysroots
Brad King
2017-05-09
1
-3/+22
|
/
*
Merge topic 'add-language-standards-to-more-compilers'
Brad King
2017-05-02
1
-1/+5
|
\
|
*
CompileFeatures: Let STD compile options be a list
Chuck Atkins
2017-05-01
1
-1/+5
*
|
Features: On SunPro link with language standard compiler flag
Brad King
2017-05-01
1
-0/+9
*
|
cmLocalGenerator: Add a hook for compiler flags used at link time
Brad King
2017-05-01
1
-1/+8
*
|
Features: Refactor <LANG>_STANDARD update
Brad King
2017-05-01
1
-8/+25
|
/
*
Clang IPO (LTO) support
Ruslan Baratov
2017-04-28
1
-3/+37
*
Add IPO compiler flags more consistently in generators
Brad King
2017-04-27
1
-6/+7
*
CUDA: Allow sources to be compiled to .ptx files
Robert Maynard
2017-04-20
1
-3/+7
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
Refactoring: s,GetFeatureAsBool,IsIPOEnabled,
Ruslan Baratov
2017-03-30
1
-1/+1
*
Merge topic 'revert-CTestTestfile-removal'
Brad King
2017-03-07
1
-7/+4
|
\
|
*
Revert "Remove CTestTestfile.cmake when BUILD_TESTING is OFF"
Brad King
2017-03-06
1
-7/+4
*
|
fix some include-what-you-use diagnostics
Daniel Pfeifer
2017-02-17
1
-1/+0
|
/
*
CUDA: Now pass correct FLAGS when device link cuda executables.
Robert Maynard
2017-01-12
1
-1/+4
*
Features: Add infrastructure for C++ 17 language standard
Brad King
2016-12-02
1
-0/+1
*
Merge topic 'initial_cuda_language_support'
Brad King
2016-11-29
1
-0/+5
|
\
|
*
CUDA: Use the host compiler for linking CUDA executables and shared libs.
Robert Maynard
2016-11-14
1
-0/+2
|
*
CUDA: Add support language levels (98/11)
Robert Maynard
2016-11-14
1
-0/+3
*
|
Remove CTestTestfile.cmake when BUILD_TESTING is OFF
Sylvain Joubert
2016-11-15
1
-4/+7
|
/
*
Merge topic 'import-librhash'
Brad King
2016-11-10
1
-13/+3
|
\
|
*
Port hash computation to cmCryptoHash
Brad King
2016-11-10
1
-13/+3
*
|
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-1/+2
|
/
*
cmState: Split auxiliary classes into separate files
Stephen Kelly
2016-10-19
1
-0/+2
[next]