Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -40/+44 |
| | | | | 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 | ||||
* | dprecated | Ken Martin | 2002-04-26 | 1 | -0/+7 |
| | |||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -2/+5 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | BUG: fix generated files with no extension bug | Bill Hoffman | 2002-01-21 | 1 | -1/+1 |
| | |||||
* | Add GENERATED to cmSourceFilesRemoveCommand | Andy Cedilnik | 2002-01-18 | 1 | -4/+37 |
| | |||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -2/+2 |
| | | | | avoid changes to the file cache | ||||
* | ENH: Source and header file extensions are in variables in cmMakefile. | Amitha Perera | 2001-07-16 | 1 | -1/+3 |
| | | | | AUX_SOURCE_DIRECTORY will only add files that have a "source" extension. | ||||
* | ENH: Added new command SOURCE_FILES_REMOVE which can be used | John Biddiscombe | 2001-06-22 | 1 | -0/+60 |
to take files out of the build. Especially useful when certain compilers choke on the odd file. |