summaryrefslogtreecommitdiff
path: root/Source/cmSourceFile.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-3/+3
* modified how source files store propertiesKen Martin2002-08-161-30/+7
* performance fixKen Martin2002-06-281-2/+2
* minor cleanupKen Martin2002-06-281-2/+1
* performance inprovementsKen Martin2002-06-271-0/+1
* ENH: add file specific compile flagsBill Hoffman2002-03-041-0/+4
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
* ENH: Source and header file extensions are in variables in cmMakefile.Amitha Perera2001-07-161-5/+7
* ENH:New copyrightWill Schroeder2001-04-271-5/+30
* many fixes and cleanup and featuresKen Martin2001-04-241-0/+117