summaryrefslogtreecommitdiffstats
path: root/Source/cmAbstractFilesCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: use GetRequiredDefinition instead of GetDefinition and crashBill Hoffman2004-08-111-1/+1
|
* ENH: add stdlib.h for portability to borland 6Bill Hoffman2003-05-241-0/+1
|
* now complains moreKen Martin2003-01-091-7/+5
|
* ENH: Moved ExpandListVariables out of individual commands. Argument ↵Brad King2002-12-111-4/+2
| | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside.
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-3/+3
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* removed some includesKen Martin2002-09-271-0/+2
|
* modified how source files store propertiesKen Martin2002-08-161-1/+1
|
* added deprecated warnings for version 1.4 or laterKen Martin2002-04-191-0/+8
|
* ENH: backwards compatible for VTK 4.0, add cmake version requiresBill Hoffman2002-04-171-4/+8
|
* FIX: get rid of warningsSebastien Barre2002-03-301-1/+0
|
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+5
|
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-12/+18
| | | | 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-29/+5
|
* ENH: change InitialPass to take a const reference to the argument string, to ↵Bill Hoffman2001-09-201-2/+2
| | | | avoid changes to the file cache
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* ENH:CopyrightWill Schroeder2001-04-271-3/+28
|
* many fixes and cleanup and featuresKen Martin2001-04-241-5/+5
|
* major changes to support multiple libraries and source listsKen Martin2001-04-111-5/+9
|
* ERR: Fixed warnings (int->unsigned int and a few others).Brad King2001-02-231-1/+1
|
* ENH:Reworked CMake for consistencyWill Schroeder2001-01-181-0/+41