Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -10/+10 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | FIX: better support for the Tcl/Tk 8.4 pre-release | Sebastien Barre | 2002-09-18 | 1 | -2/+2 |
| | |||||
* | ENH: add support for Tcl/Tk 8.4.0 | Sebastien Barre | 2002-09-17 | 1 | -0/+4 |
| | |||||
* | ERR: Fix for borland in generated code. vtkCommand is ambiguously both a ↵ | Brad King | 2002-09-06 | 1 | -1/+5 |
| | | | | function and a class. | ||||
* | modified how source files store properties | Ken Martin | 2002-08-16 | 1 | -5/+5 |
| | |||||
* | BUG: Generated call to Tcl_CreateCommand for vtkCommand should cast pointer ↵ | Brad King | 2002-07-26 | 1 | -1/+10 |
| | | | | to extern "C" version. | ||||
* | BUG: Generated vtkCommand prototype cannot be extern "C" because it may not ↵ | Brad King | 2002-07-25 | 1 | -4/+2 |
| | | | | match with the version in VTK. | ||||
* | fixed warning | Will Schroeder | 2002-07-25 | 1 | -1/+4 |
| | |||||
* | fix warning on Sun | Ken Martin | 2002-07-10 | 1 | -2/+2 |
| | |||||
* | fixed commands that were setting definitions in final pass to set ↵ | Ken Martin | 2002-06-30 | 1 | -11/+10 |
| | | | | definitions in initial pass | ||||
* | fixed commands that were setting definitions in final pass to set ↵ | Ken Martin | 2002-06-30 | 1 | -29/+28 |
| | | | | definitions in initial pass | ||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -29/+45 |
| | | | | 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 | ||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -3/+4 |
| | |||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -2/+2 |
| | | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. | ||||
* | ENH: remove several compiler warnings | Bill Hoffman | 2002-03-13 | 1 | -4/+4 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | minor fix | Ken Martin | 2002-01-03 | 1 | -1/+4 |
| | |||||
* | minor fix | Ken Martin | 2002-01-03 | 1 | -3/+8 |
| | |||||
* | BUG: CustomCommand has to use full path to Source file now | Bill Hoffman | 2001-11-06 | 1 | -5/+4 |
| | |||||
* | memory leak | Ken Martin | 2001-09-25 | 1 | -1/+9 |
| | |||||
* | 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 | ||||
* | now uses five argument version of wrap commands | Ken Martin | 2001-09-14 | 1 | -1/+0 |
| | |||||
* | various windows fixes | Ken Martin | 2001-09-10 | 1 | -3/+14 |
| | |||||
* | now creates output directories | Ken Martin | 2001-08-10 | 1 | -0/+1 |
| | |||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -4/+4 |
| | | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping | ||||
* | Better error checking. | Berk Geveci | 2001-07-02 | 1 | -0/+5 |
| | |||||
* | ENH: move utilities to targets from makefile, and add versioning to cache | Bill Hoffman | 2001-06-07 | 1 | -5/+2 |
| | |||||
* | ENH: rename Invoke to InitialPass | Bill Hoffman | 2001-06-06 | 1 | -1/+1 |
| | |||||
* | updated to handle Tk commands compiled/linked separately. Useful for VTK Tk ↵ | Sebastien Barre | 2001-05-24 | 1 | -41/+83 |
| | | | | widgets for example. | ||||
* | fixed bug in init code | Ken Martin | 2001-05-08 | 1 | -2/+2 |
| | |||||
* | fixed bug in limiting to source lists | Ken Martin | 2001-05-01 | 1 | -19/+16 |
| | |||||
* | new set command and IF NOT | Ken Martin | 2001-05-01 | 1 | -1/+7 |
| | |||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -3/+28 |
| | |||||
* | many fixes and cleanup and features | Ken Martin | 2001-04-24 | 1 | -0/+240 |