summaryrefslogtreecommitdiffstats
path: root/Source/cmSourceFilesCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Use new deprecation mechanismAndy Cedilnik2003-07-211-5/+10
|
* ENH: add stdlib.h for portability to borland 6Bill Hoffman2003-05-241-0/+1
|
* testing more agressive compatability settingsKen Martin2002-12-201-3/+7
|
* 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-26/+26
| | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
* modified how source files store propertiesKen Martin2002-08-161-1/+1
|
* bug fixKen Martin2002-06-271-1/+1
|
* bug fixKen Martin2002-06-271-1/+1
|
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-271-5/+26
| | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building
* added deprecated warnings for version 1.4 or laterKen Martin2002-04-191-0/+8
|
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-3/+5
|
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-0/+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: expand variables in arguments before the commands get themBill Hoffman2002-03-051-2/+0
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* BUG: fix generated files with no extension bugBill Hoffman2002-01-211-1/+1
|
* Add option of adding generated files to source listAndy Cedilnik2002-01-171-13/+46
|
* Fix bug. Was using unexpanded var instead of copySebastien Barre2001-11-081-1/+1
|
* Expand var in name tooSebastien Barre2001-11-081-2/+6
|
* 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: Source and header file extensions are in variables in cmMakefile.Amitha Perera2001-07-161-2/+6
| | | | AUX_SOURCE_DIRECTORY will only add files that have a "source" extension.
* BUG: find files in subdirectoriesBill Hoffman2001-06-281-4/+5
|
* Added variable expansion.Berk Geveci2001-06-271-1/+13
|
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* many fixes and cleanup and featuresKen Martin2001-04-241-3/+3
|
* major changes to support multiple libraries and source listsKen Martin2001-04-111-2/+2
|
* ENH:Reworked CMake for consistencyWill Schroeder2001-01-181-0/+36