summaryrefslogtreecommitdiffstats
path: root/Source/cmVTKWrapPythonCommand.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-11/+11
| | | | 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-4/+4
|
* fixed commands that were setting definitions in final pass to set ↵Ken Martin2002-06-301-9/+9
| | | | definitions in initial pass
* fixed commands that were setting definitions in final pass to set ↵Ken Martin2002-06-301-28/+27
| | | | definitions in initial pass
* Remove another warning in the python wrappingAndy Cedilnik2002-06-281-1/+1
|
* Add removing of warnings and add comment about the file being generated in CMakeAndy Cedilnik2002-06-281-0/+5
|
* removed all source lists from the system and made them vectors. Also ↵Ken Martin2002-06-271-28/+35
| | | | 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-2/+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-30/+6
|
* minor fixesKen Martin2002-01-031-2/+8
|
* Wrap abstract class too, as per David Gobbi's request (for the sake of the ↵Sebastien Barre2001-12-161-9/+6
| | | | | | internal documentation features of python").
* BUG: CustomCommand has to use full path to Source file nowBill Hoffman2001-11-061-1/+3
|
* 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/+10
|
* ENH: big change, only allow commands access to the cache via the cmMakefile ↵Bill Hoffman2001-08-081-1/+1
| | | | 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-4/+2
|
* ENH: rename Invoke to InitialPassBill Hoffman2001-06-061-1/+1
|
* Module name between Unix and Windows got switched by mistake.Berk Geveci2001-06-051-2/+2
|
* unused variableKen Martin2001-06-041-3/+0
|
* Fixing the module name for Unix.Berk Geveci2001-06-011-13/+8
|
* Should not use decl if not on Windows.Berk Geveci2001-05-311-0/+8
|
* fixed bug in limiting to source listsKen Martin2001-05-011-19/+16
|
* new set command and IF NOTKen Martin2001-05-011-1/+6
|
* ENH:New copyrightWill Schroeder2001-04-271-5/+30
|
* support for debug and opt librariesKen Martin2001-04-261-3/+1
|
* many fixes and cleanup and featuresKen Martin2001-04-241-0/+213