summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFile.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Genex: Evaluate TARGET_OBJECTS as a normal expression.Stephen Kelly2014-03-311-0/+12
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-5/+6
* stringapi: Use strings for TryFullPathBen Boeckel2014-03-081-4/+5
* stringapi: Use strings for source namesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for property namesBen Boeckel2014-03-081-17/+8
* cmSourceFile: Use a const cmMakefile.Stephen Kelly2014-01-221-5/+5
* Add automatic uic invocation for Qt.Stephen Kelly2013-10-241-0/+11
* Drop builtin property documentationBrad King2013-10-161-174/+0
* Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-2/+2
* Documentation: Correct typos and grammarAndreas Mohr2012-11-071-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-15/+15
* Fortran: Add support for free- and fixed-form flagsBrad King2011-08-311-0/+9