summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFile.cxx
Commit message (Expand)AuthorAgeFilesLines
* BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION property...Brad King2008-01-301-0/+27
* ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...Brad King2008-01-171-0/+10
* ENH: Renamed <CONFIG>_COMPILE_DEFINITIONS to COMPILE_DEFINITIONS_<CONFIG> for...Brad King2008-01-161-5/+5
* ENH: Add explicit documentation entry for configuration-specific <CONFIG>_COM...Brad King2008-01-151-0/+9
* ENH: Create COMPILE_DEFINITIONS property for targets and source files. Creat...Brad King2008-01-141-1/+27
* STYLE: Spelling fixes on documentationAmitha Perera2008-01-101-4/+4
* ENH: Added cmSourceFile::GetLocation method to get a read-only reference to t...Brad King2007-12-171-0/+6
* BUG: Do not force HEADER_FILE_ONLY off if the user has already set it on.Brad King2007-11-191-1/+7
* ENH: Added OBJECT_OUTPUTS source file property. Updated PrecompiledHeader te...Brad King2007-09-131-0/+8
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-141/+209
* ENH: allow source file properties to chain to Directories and upKen Martin2006-12-131-2/+20
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-16/+119
* STYLE: fix line lengthKen Martin2006-05-121-2/+2
* ENH: Added information about target needing a source file when one cannot be ...Brad King2006-05-051-12/+17
* ENH: added some new functionalityKen Martin2006-03-221-0/+7
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-39/+39
* STYLE: fix line lengthsBill Hoffman2006-03-101-1/+2
* BUG: Fixed support for external object files built by custom commands. Also ...Brad King2005-11-171-0/+13
* BUG: mor emissing convert to unix slashesKen Martin2005-07-071-0/+1
* BUG: Do not leave ../ in the full path to a source file. Using CollapseFullP...Brad King2005-04-271-27/+8
* ENH: Speedup by storing source name without last extensionAndy Cedilnik2005-04-131-0/+11
* BUG: cmSourceFile instances should delete their own custom commands when a ne...Brad King2005-02-181-0/+9
* BUG: Fix aus source dir and add better testing of itAndy Cedilnik2004-04-271-7/+9
* ENH: When source file is in subdirectory put object file in subdirectory. Fix...Andy Cedilnik2004-04-261-8/+14
* ENH: Add support for adding object files and sources. This way you can use ex...Andy Cedilnik2004-04-181-0/+5
* removed duplicate includesKen Martin2003-08-101-1/+0
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-2/+2
* ENH: Added reference to Copyright.txt. Removed old reference to ITK copyrigh...Brad King2002-10-231-12/+12
* Fix bug in trying to set stding with nullAndy Cedilnik2002-08-271-0/+4
* modified how source files store propertiesKen Martin2002-08-161-21/+36
* modified create test source to create a vectorKen Martin2002-06-191-1/+0
* modified create test source to create a vectorKen Martin2002-06-191-0/+1
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ...Bill Hoffman2002-03-291-5/+8
* ENH:Updated copyrightWill Schroeder2002-01-211-30/+6
* BUG: fix generated files with no extension bugBill Hoffman2002-01-211-1/+6
* ENH: Classify a file as source or header even when the extension is givenAmitha Perera2001-12-281-2/+6
* ENH: clean up error report for source files not foundBill Hoffman2001-10-151-5/+3
* ENH: Source and header file extensions are in variables in cmMakefile.Amitha Perera2001-07-161-62/+42
* ENH: add support for mac osxBill Hoffman2001-07-161-1/+21
* BUG: fix bootstrap build on unixBill Hoffman2001-06-211-1/+9
* ENH: fix cmake so it can boot strap itself betterBill Hoffman2001-06-201-0/+7
* ERR: allow *.cpp as well as *.cxx etc etcJohn Biddiscombe2001-06-141-0/+11
* added load cache command and fixed source fileKen Martin2001-05-091-1/+11
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
* many fixes and cleanup and featuresKen Martin2001-04-241-0/+125