summaryrefslogtreecommitdiff
path: root/Source/cmSourceFile.h
Commit message (Expand)AuthorAgeFilesLines
* cmSourceFile: Refactor FindFullPath methodSebastian Holtermann2019-02-021-1/+0
* cmSourceFile: Add IsGenerated methodSebastian Holtermann2019-02-011-2/+7
* cmSourceFile: Additional static property stringsSebastian Holtermann2019-02-011-0/+2
* Add GetSafeProperty method to cmTarget, cmGeneratorTarget and cmSourceFileSebastian Holtermann2018-07-021-0/+3
* cmSourceFile: mark known locations as suchBen Boeckel2018-01-101-0/+1
* cmSourceFileLocation: allow skipping ambiguous extensionsBen Boeckel2018-01-101-1/+3
* CUDA: Add cu as default source file extensionRobert Maynard2018-01-081-1/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Remove AUTOGEN variables from cmSourceFile and cmMakefileSebastian Holtermann2017-08-221-1/+0
* Add more extensions to Resources source group by defaultUfoXp2017-07-101-0/+6
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* VS: add VS_CSHARP_<tagname> sourcefile propertyMichael Stürmer2017-03-011-0/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-3/+7
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-8/+7
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmSourceFile: Re-arrange data.Stephen Kelly2015-06-071-2/+2
* cmSourceFile: Take a stringBen Boeckel2014-04-281-1/+1
* perf: Cache the language property stringBen Boeckel2014-04-281-0/+2
* cmSourceFile: Cache the isUiFile checkBen Boeckel2014-04-281-0/+1
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-1/+1
* Genex: Evaluate TARGET_OBJECTS as a normal expression.Stephen Kelly2014-03-311-0/+4
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for TryFullPathBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for source namesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for property namesBen Boeckel2014-03-081-5/+6
* Drop builtin property documentationBrad King2013-10-161-3/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Classify known header file extensions as headersBrad King2012-03-281-0/+3
* Fix #12342: Add APPEND_STRING option to set_property()Alex Neundorf2011-07-151-1/+1
* Report missing source files with context of targetBrad King2010-09-131-2/+2
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: In cmSourceFile::GetLanguage use the file extension (if not ambiguous) t...Brad King2008-04-291-0/+1
* BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION property...Brad King2008-01-301-0/+4
* ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...Brad King2008-01-171-0/+1
* ENH: Added cmSourceFile::GetLocation method to get a read-only reference to t...Brad King2007-12-171-1/+13
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-58/+31
* ENH: Removed unused methods that should never be used anyway.Brad King2007-05-281-3/+0
* ENH: Made cmSourceFile::GetDepends return reference to const so dependencies ...Brad King2007-05-281-1/+1
* ENH: allow source file properties to chain to Directories and upKen Martin2006-12-131-0/+9
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-5/+11
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
* ENH: Added information about target needing a source file when one cannot be ...Brad King2006-05-051-2/+3
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-18/+18
* ENH: Speedup by storing source name without last extensionAndy Cedilnik2005-04-131-0/+6
* BUG: cmSourceFile instances should delete their own custom commands when a ne...Brad King2005-02-181-3/+2
* removed redundent includesKen Martin2003-08-101-1/+0
* yikes added new custom command supportKen Martin2003-06-031-3/+17