summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFile.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmSourceFile::GetProperty: return cmPropVitaly Stakhovsky2020-04-141-17/+17
* cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-1/+3
* cmPropertyMap: Introduce cmProp as return type for GetProperty() functionsVitaly Stakhovsky2020-03-131-2/+3
* AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-251-5/+5
* cmSourceFile: avoid unnnecessary copiesTim Blechmann2020-01-161-2/+2
* cmSourceFile: Add backtraces for a few source propertiesJustin Goshi2019-09-261-2/+76
* cmSourceFile: Remove non-const GetProperties accessorDaniel Eiband2019-09-211-0/+7
* cmSourceFile: use unique_ptr for CustomCommandTushar Maheshwari2019-09-131-17/+4
* cmSourceFile: Rename mutating GetFullPath() overloadDaniel Eiband2019-08-291-3/+3
* cmSourceFile: Move LANGUAGE to GetPropertyForUserTushar Maheshwari2019-08-271-0/+7
* cmSourceFile: Rename non-const GetLanguageTushar Maheshwari2019-08-271-11/+8
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-7/+3
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-2/+3
* cmSourceFile: Check if a file is GENERATED first in the full path computationSebastian Holtermann2019-02-021-5/+5
* cmSourceFile: Refactor FindFullPath methodSebastian Holtermann2019-02-021-62/+59
* Use cmSourceFile::GetIsGeneratedSebastian Holtermann2019-02-011-1/+1
* cmSourceFile: Add IsGenerated methodSebastian Holtermann2019-02-011-2/+10
* cmSourceFile: Additional static property stringsSebastian Holtermann2019-02-011-3/+5
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-1/+3
* cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-2/+2
* Add GetSafeProperty method to cmTarget, cmGeneratorTarget and cmSourceFileSebastian Holtermann2018-07-021-0/+9
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* cmSourceFileLocation: allow skipping ambiguous extensionsBen Boeckel2018-01-101-2/+3
* Various typo fixesLuz Paz2018-01-031-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-12/+8
* cmSourceFile: Avoid unnecessary vector copySebastian Holtermann2017-08-261-4/+4
* Use C++11 nullptrDaniel Pfeifer2017-08-241-4/+4
* Remove AUTOGEN variables from cmSourceFile and cmMakefileSebastian Holtermann2017-08-221-9/+0
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-3/+2
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+5
* CMake: don't use else after returnDaniel Pfeifer2016-08-181-2/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-4/+4
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-126/+82
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-23/+0
* cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-2/+4
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* cmPropertyMap: Remove chaining logic.Stephen Kelly2015-06-071-6/+8
* cmPropertyMap: Remove scope parameter from API where not used.Stephen Kelly2015-06-071-3/+2
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-1/+1
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-201-1/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-1/+1
* Merge topic 'fix-autouic-regression'Brad King2015-01-121-1/+1
|\
| * QtAutoUic: Restore source file AUTOUIC_OPTIONS settingsJustin Borodinsky2015-01-111-1/+1
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
|/
* perf: Cache the language property stringBen Boeckel2014-04-291-2/+4
* cmSourceFile: Cache the isUiFile checkBen Boeckel2014-04-291-3/+3