Sebastian Holtermann
|
2e9199b291
cmLocalGenerator: Respect user requested implicit include directories order
|
7 years ago |
Sebastian Holtermann
|
b0b820ea39
cmLocalGenerator: Extend the functionality of ``GetIncludeDirectories()``
|
7 years ago |
Sebastian Holtermann
|
1f36652ef4
cmLocalGenerator: Style changes: Private local variable renames
|
7 years ago |
Sebastian Holtermann
|
db866d05de
cmLocalGenerator: Style change: Wrap temporary strings and code in braces
|
7 years ago |
Sebastian Holtermann
|
3713dc9b8e
cmLocalGenerator: Style change: Wrap temporary strings and code in braces
|
7 years ago |
Sebastian Holtermann
|
d1077c1ce6
cmLocalGenerator: Style change: Use return value of std::set::insert
|
7 years ago |
Marc Chevrier
|
c1f5a44b28
LINK_OPTIONS: Add new family of properties
|
7 years ago |
Kitware Robot
|
d7204e649e
Revise C++ coding style using clang-format-6.0
|
7 years ago |
Ephi Sinowitz
|
76ad2ecb50
Order SYSTEM include directories after non-system directories
|
7 years ago |
Brad King
|
1b6ec4b9e3
Merge topic 'features-c++20'
|
7 years ago |
Brad King
|
7fe580a362
Features: Add infrastructure for C++ 20 language standard
|
7 years ago |
Brad King
|
70c50aa23c
Revert "Remove CTestTestfile.cmake when BUILD_TESTING is OFF"
|
7 years ago |
Brad King
|
2deb9b7f34
Genex: Fix COMPILE_LANGUAGE in SYSTEM include directories
|
7 years ago |
Pavel Solodovnikov
|
653b894683
Reduce raw string pointers usage.
|
7 years ago |
Frank Winklmeier
|
aed227fd5a
cmLocalGenerator: change ImportedGeneratorTargets from vector to map
|
7 years ago |
Pavel Solodovnikov
|
c85bb007df
Reduce allocation of temporary values on heap.
|
7 years ago |
Marc Chevrier
|
0448311179
sourceFile properties: add property INCLUDE_DIRECTORIES
|
7 years ago |
Marc Chevrier
|
3f935e690a
LocalGenerator: refactoring
|
7 years ago |
Domen Vrankar
|
deeba85f81
CMake: enable setting default dir creation permissions
|
8 years ago |
Brad King
|
1348f97784
Merge topic 'server-test-info'
|
8 years ago |
Justin Goshi
|
35a52bd1b4
server: add "ctestInfo" request to get test info
|
8 years ago |
Matthias Maennich
|
57132765e0
Replace cmArray{Begin,End,Size} by their standard counterparts
|
8 years ago |
Pavel Solodovnikov
|
37d9387be3
Replace empty-string comparisons with checking against `empty()`.
|
8 years ago |
Pavel Solodovnikov
|
7d5095796a
Meta: modernize old-fashioned loops to range-based `for`.
|
8 years ago |
Daniel Pfeifer
|
2b4c32c95f
clang-format: format all code as Cpp11
|
8 years ago |
Daniel Pfeifer
|
5962db4389
Use C++11 nullptr
|
8 years ago |
Aaron Orenstein
|
af3fd6f22f
Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.
|
8 years ago |
Brad King
|
cef77f0687
Allow language extensions without any standard to use a list of options
|
8 years ago |
Brad King
|
74e337117f
Merge branch 'backport-fix-lang-std-option-list' into fix-lang-std-option-list
|
8 years ago |
Brad King
|
fca0546175
cmLocalGenerator: Explain standard flag selection logic in comments
|
8 years ago |