summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmLocalGenerator: Respect user requested implicit include directories orderSebastian Holtermann2018-07-301-8/+7
* cmLocalGenerator: Extend the functionality of ``GetIncludeDirectories()``Sebastian Holtermann2018-07-251-9/+22
* cmLocalGenerator: Style changes: Private local variable renamesSebastian Holtermann2018-07-251-8/+8
* cmLocalGenerator: Style change: Wrap temporary strings and code in bracesSebastian Holtermann2018-07-251-14/+17
* cmLocalGenerator: Style change: Wrap temporary strings and code in bracesSebastian Holtermann2018-07-251-21/+24
* cmLocalGenerator: Style change: Use return value of std::set::insertSebastian Holtermann2018-07-251-23/+16
* LINK_OPTIONS: Add new family of propertiesMarc Chevrier2018-06-061-0/+8
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-6/+7
* Order SYSTEM include directories after non-system directoriesEphi Sinowitz2018-04-231-1/+22
* Merge topic 'features-c++20'Brad King2018-04-021-0/+1
|\
| * Features: Add infrastructure for C++ 20 language standardBrad King2018-03-271-0/+1
* | Revert "Remove CTestTestfile.cmake when BUILD_TESTING is OFF"Brad King2018-03-261-7/+4
|/
* Genex: Fix COMPILE_LANGUAGE in SYSTEM include directoriesBrad King2018-03-121-2/+2
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-14/+14
* cmLocalGenerator: change ImportedGeneratorTargets from vector to mapFrank Winklmeier2018-01-301-23/+5
* Reduce allocation of temporary values on heap.Pavel Solodovnikov2018-01-261-5/+5
* sourceFile properties: add property INCLUDE_DIRECTORIESMarc Chevrier2018-01-241-0/+48
* LocalGenerator: refactoringMarc Chevrier2018-01-231-15/+44
* CMake: enable setting default dir creation permissionsDomen Vrankar2017-11-081-0/+14
* Merge topic 'server-test-info'Brad King2017-11-071-4/+7
|\
| * server: add "ctestInfo" request to get test infoJustin Goshi2017-11-031-4/+7
* | Replace cmArray{Begin,End,Size} by their standard counterpartsMatthias Maennich2017-10-231-2/+2
|/
* Replace empty-string comparisons with checking against `empty()`.Pavel Solodovnikov2017-09-211-2/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-145/+105
* clang-format: format all code as Cpp11Daniel Pfeifer2017-08-301-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-10/+10
* Performance: Add an index to Change cmLocalGenerator::GeneratorTargets.Aaron Orenstein2017-08-161-13/+14
* Allow language extensions without any standard to use a list of optionsBrad King2017-07-141-1/+5
* Merge branch 'backport-fix-lang-std-option-list' into fix-lang-std-option-listBrad King2017-07-141-2/+10
|\
| * Features: Fix support for a list of language standard optionsBrad King2017-07-141-2/+10
* | cmLocalGenerator: Explain standard flag selection logic in commentsBrad King2017-07-141-2/+7
* | Merge topic 'android-system-include-last'Brad King2017-07-131-0/+14
|\ \
| * | Android: Always add standard include directories lastBrad King2017-07-131-0/+14
| |/
* | Merge topic 'test_include_files'Brad King2017-07-131-0/+11
|\ \
| * | Add TEST_INCLUDE_FILESMatthew Woehlke2017-07-121-0/+11
| |/
* | Merge topic 'labels-for-subprojects'Brad King2017-07-131-0/+20
|\ \
| * | Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variableBetsy McPhail2017-07-101-0/+20
* | | Merge topic 'iar_improved'Brad King2017-07-071-7/+17
|\ \ \ | |/ / |/| |
| * | Add infrastructure to use language extensions without any standardBrad King2017-06-291-0/+10
| * | cmLocalGenerator: Switch order of <LANG>_{EXTENSIONS,STANDARD} checkBrad King2017-06-291-5/+5
| * | cmLocalGenerator: Simplify logic for language standard or extension flagBrad King2017-06-291-2/+2
| |/
* | CPackDeb: Enable the DEB generator on WindowsNils Gladitz2017-06-281-0/+13
|/
* IPO: Consider support for each language separatelyBrad King2017-06-141-2/+2
* Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-031-1/+4
* Access string npos without instancePavel Solodovnikov2017-06-011-4/+4
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-1/+1
* Merge topic 'add_cuda_cxx14_flag'Brad King2017-05-121-0/+1
|\
| * CUDA: Add support for the C++14 standard flag.Robert Maynard2017-05-111-0/+1
* | Add options for separate compile and link sysrootsBrad King2017-05-091-3/+22
|/
* Merge topic 'add-language-standards-to-more-compilers'Brad King2017-05-021-1/+5
|\