Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Use new deprecation mechanism | Andy Cedilnik | 2003-07-21 | 1 | -5/+10 |
| | |||||
* | ENH: add stdlib.h for portability to borland 6 | Bill Hoffman | 2003-05-24 | 1 | -0/+1 |
| | |||||
* | testing more agressive compatability settings | Ken Martin | 2002-12-20 | 1 | -3/+7 |
| | |||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -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 King | 2002-10-23 | 1 | -26/+26 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | modified how source files store properties | Ken Martin | 2002-08-16 | 1 | -1/+1 |
| | |||||
* | bug fix | Ken Martin | 2002-06-27 | 1 | -1/+1 |
| | |||||
* | bug fix | Ken Martin | 2002-06-27 | 1 | -1/+1 |
| | |||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -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 later | Ken Martin | 2002-04-19 | 1 | -0/+8 |
| | |||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -3/+5 |
| | |||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -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 them | Bill Hoffman | 2002-03-05 | 1 | -2/+0 |
| | |||||
* | 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 option of adding generated files to source list | Andy Cedilnik | 2002-01-17 | 1 | -13/+46 |
| | |||||
* | Fix bug. Was using unexpanded var instead of copy | Sebastien Barre | 2001-11-08 | 1 | -1/+1 |
| | |||||
* | Expand var in name too | Sebastien Barre | 2001-11-08 | 1 | -2/+6 |
| | |||||
* | 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 | -2/+6 |
| | | | | AUX_SOURCE_DIRECTORY will only add files that have a "source" extension. | ||||
* | BUG: find files in subdirectories | Bill Hoffman | 2001-06-28 | 1 | -4/+5 |
| | |||||
* | Added variable expansion. | Berk Geveci | 2001-06-27 | 1 | -1/+13 |
| | |||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | many fixes and cleanup and features | Ken Martin | 2001-04-24 | 1 | -3/+3 |
| | |||||
* | major changes to support multiple libraries and source lists | Ken Martin | 2001-04-11 | 1 | -2/+2 |
| | |||||
* | ENH:Reworked CMake for consistency | Will Schroeder | 2001-01-18 | 1 | -0/+36 |