summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFile.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add checking for NOTFOUNDBill Hoffman2003-01-311-2/+2
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-12/+12
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* 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
| | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc.
* 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
| | | | explicitly.
* 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
| | | | AUX_SOURCE_DIRECTORY will only add files that have a "source" extension.
* 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