summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add generator APIs to get build settings with backtracesBrad King2018-10-181-34/+91
* cmLocalGenerator: Make MoveSystemIncludesToEnd file-localBrad King2018-10-181-5/+6
* cmGeneratorTarget::GetExportMacro: return const std::string*Vitaly Stakhovsky2018-10-161-2/+2
* Merge topic 'remove-AddCompileDefinitions'Brad King2018-10-111-11/+3
|\
| * cmLocalGenerator: Remove AddCompileDefinitions methodBrad King2018-10-101-11/+3
* | add_subdirectory: Run subdirectory install rules in correct orderKyle Edwards2018-10-101-16/+47
|/
* Restore possibly regressed CMP0018 logicBrad King2018-09-191-1/+1
* cmMakefile: Make GetSafeDefinition return std::string const&Vitaly Stakhovsky2018-09-181-6/+6
* Merge topic 'replace-os-x-name-with-macos'Brad King2018-09-111-1/+1
|\
| * Replace occurrences of "Mac OS X" with "macOS" in commentsBartosz Kosiorek2018-09-101-1/+1
* | Merge topic 'grd-stdstring'Brad King2018-09-061-1/+1
|\ \
| * | cmMakefile: Make GetRequiredDefinition return std::stringVitaly Stakhovsky2018-09-051-1/+1
| |/
* | Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-1/+1
|/
* Merge topic 'lg-directory'Brad King2018-08-281-4/+4
|\
| * cmLocalGenerator: return directories as const std::string&Vitaly Stakhovsky2018-08-271-4/+4
* | static library: add property STATIC_LIBRARY_OPTIONSMarc Chevrier2018-08-151-1/+7
|/
* cmStateDirectory: use const std::string& for return valuesVitaly Stakhovsky2018-08-121-2/+2
* Merge topic 'cleanup-find-cstr'Brad King2018-08-091-1/+1
|\
| * Remove unnecessary c_str() in RegularExpression::find callsVitaly Stakhovsky2018-08-071-1/+1
* | cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-2/+2
|/
* 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