summaryrefslogtreecommitdiffstats
path: root/Source/cmVTKWrapTclCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* STYLE: fix line lengthKen Martin2006-05-121-25/+42
|
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-38/+38
|
* STYLE: fix line lengthsBill Hoffman2006-03-101-2/+4
|
* ENH: Updated implementation of custom commands. Multiple command lines are ↵Brad King2005-02-221-15/+22
| | | | now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues.
* ENH: add better error reporting for file open failuresBill Hoffman2004-09-071-0/+1
|
* Fix a problem with TCL wrapping if the source files have a relative path.John Biddiscombe2003-01-061-1/+3
| | | | The dependency is not correctly handled
* ERR: Tcl_PkgProvide takes char*, so we cannot pass a string literal to it.Brad King2002-12-201-4/+5
|
* ENH: Tcl packages now Tcl_PkgProvide their own name and version.Brad King2002-12-181-0/+7
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-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-releaseSebastien Barre2002-09-181-2/+2
|
* ENH: add support for Tcl/Tk 8.4.0Sebastien Barre2002-09-171-0/+4
|
* ERR: Fix for borland in generated code. vtkCommand is ambiguously both a ↵Brad King2002-09-061-1/+5
| | | | function and a class.
* modified how source files store propertiesKen Martin2002-08-161-5/+5
|
* BUG: Generated call to Tcl_CreateCommand for vtkCommand should cast pointer ↵Brad King2002-07-261-1/+10
| | | | to extern "C" version.
* BUG: Generated vtkCommand prototype cannot be extern "C" because it may not ↵Brad King2002-07-251-4/+2
| | | | match with the version in VTK.
* fixed warningWill Schroeder2002-07-251-1/+4
|
* fix warning on SunKen Martin2002-07-101-2/+2
|
* fixed commands that were setting definitions in final pass to set ↵Ken Martin2002-06-301-11/+10
| | | | definitions in initial pass
* fixed commands that were setting definitions in final pass to set ↵Ken Martin2002-06-301-29/+28
| | | | definitions in initial pass
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-271-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 commandsBill Hoffman2002-03-291-3/+4
|
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-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 warningsBill Hoffman2002-03-131-4/+4
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|
* minor fixKen Martin2002-01-031-1/+4
|
* minor fixKen Martin2002-01-031-3/+8
|
* BUG: CustomCommand has to use full path to Source file nowBill Hoffman2001-11-061-5/+4
|
* memory leakKen Martin2001-09-251-1/+9
|
* 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
* now uses five argument version of wrap commandsKen Martin2001-09-141-1/+0
|
* various windows fixesKen Martin2001-09-101-3/+14
|
* now creates output directoriesKen Martin2001-08-101-0/+1
|
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-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 Geveci2001-07-021-0/+5
|
* ENH: move utilities to targets from makefile, and add versioning to cacheBill Hoffman2001-06-071-5/+2
|
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* updated to handle Tk commands compiled/linked separately. Useful for VTK Tk ↵Sebastien Barre2001-05-241-41/+83
| | | | widgets for example.
* fixed bug in init codeKen Martin2001-05-081-2/+2
|
* fixed bug in limiting to source listsKen Martin2001-05-011-19/+16
|
* new set command and IF NOTKen Martin2001-05-011-1/+7
|
* ENH:New copyrightWill Schroeder2001-04-271-3/+28
|
* many fixes and cleanup and featuresKen Martin2001-04-241-0/+240