summaryrefslogtreecommitdiff
path: root/Source/cmJsonObjects.cxx
Commit message (Expand)AuthorAgeFilesLines
* replace "std::string::find(x) == 0" with cmHasPrefix()Rolf Eike Beer2020-03-231-1/+2
* cmMakefile: modernize memory managementMarc Chevrier2020-01-141-5/+5
* cmGlobalGenerator: modernize memrory managemenbtMarc Chevrier2019-12-301-3/+4
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+3
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-12/+12
* cmGeneratorExpression: Add cmGeneratorExpression::Evaluate utilityDaniel Eiband2019-09-231-8/+4
* cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-1/+1
* cmSourceFile: Rename non-const GetLanguageTushar Maheshwari2019-08-271-1/+1
* Merge topic 'tidy_inefficient_string'Brad King2019-08-071-3/+3
|\
| * clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-3/+4
* | cmStringAlgorithms: cmIsSpace, cmTrimWhitespace, cmEscapeQuotes, cmTokenizeSebastian Holtermann2019-08-051-8/+9
|/
* Refactor checks for whether a target has an import libraryBrad King2019-07-121-1/+3
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-0/+1
* cmPropertyMap: Use std::string as value container classSebastian Holtermann2019-06-081-1/+0
* cmPropertyMap: Add GetList methodSebastian Holtermann2019-06-081-2/+2
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-2/+2
* Use cmSourceFile::GetIsGeneratedSebastian Holtermann2019-02-011-1/+1
* cmLocalGenerator: Simplify `GetIncludeDirectories`Sebastian Holtermann2019-01-281-1/+1
* clang-tidy: Use emplaceRegina Pfeifer2019-01-171-7/+7
* IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-0/+1
* Server mode: Fix regression of hasInstallRuleKyle Edwards2018-12-121-2/+8
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-221-2/+1
* cmake-server: Revert "Support codemodel filegroups for INTERFACE_SOURCES"Brad King2018-10-171-175/+39
* server: Compile json object generation source separatelyBrad King2018-09-211-12/+16
* server: Split json object generation into separate sourceBrad King2018-09-211-0/+819