- 23 Feb, 2008 1 commit
-
-
Francois Bertel authored
-
- 15 Aug, 2007 1 commit
-
-
David Cole authored
BUG: Fix bug 1953: replace strstream use with stringstream now that kwsys provides stringstream on all platforms. Many thanks to Sean McBride and Mathieu Coursolle from Rogue Research for all their effort developing the patch (and patience in waiting for its commit...!). COMP: Eliminate performance warning in generated Java wrappers regarding jboolean cast to bool. ENH: Exclude Java and Python wrappers (in addition to already excluded Tcl wrappers) from coverage analysis.
-
- 12 Oct, 2006 1 commit
-
-
David Cole authored
COMP: Eliminate dashboard warning. (Extra arg to fprintf leftover after copy/paste/change format string.)
-
- 11 Oct, 2006 1 commit
-
-
Brad King authored
-
- 29 Aug, 2005 2 commits
-
-
Andy Cedilnik authored
-
Andy Cedilnik authored
ENH: Add support for building without Tk. Add option VTK_USE_TK which is ON by default. On cocoa disable this. Also, this way you can do off-screen only testing. Add an option to do off screen testing called VTK_USE_OFFSCREEN
-
- 20 Jul, 2005 2 commits
- 11 Jul, 2005 1 commit
-
-
Brad King authored
-
- 15 May, 2005 1 commit
-
-
David Gobbi authored
The previous implementation mapped vtkIdType to "long", whereas this implementation identifies vtkIdType as a new basic type. The number of distinct types that the wrappers can handle has also been expanded: previously types were identified using decimal numbers, and now they are identified using hexidecimal numbers. This provides enough room for 6 additional basic types.
-
- 14 Apr, 2005 1 commit
-
-
Ken Martin authored
-
- 25 Mar, 2005 1 commit
-
-
Andy Cedilnik authored
-
- 04 Jan, 2005 3 commits
-
-
Brad King authored
COMP: Added definition of VTK_WRAPPING_CXX to the top of all generated wrapper .cxx files. Using the definition to silence deprecation warnings on wrapped calls to legacy methods.
-
Ken Martin authored
ENH: modified the TCL wrappers to no longer take in a function pointer for vtkTclGetObjectFromPointer instead a string name for the return class type is passed. This allows methods to be wrapped that return vtk classes that have not been wrapped without a link error. The run time behaviour should be the same.
-
Mathieu Malaterre authored
-
- 03 Jan, 2005 2 commits
-
-
Brad King authored
ENH: Added compile-time options VTK_LEGACY_REMOVE and VTK_LEGACY_SILENT along with VTK_LEGACY macro. This provides a new deprecation mechanism with more user control over whether deprecated code is available and whether using it produces warnings. Wrappers now also take the deprecation mechanism into account.
-
Ken Martin authored
-
- 26 Jan, 2004 1 commit
-
-
Brad King authored
BUG: vtkXRenderWindowTclInteractor should be used in Tcl wrappers if VTK_USE_X is defined. Previous "not windows and not apple" test does not work for X on cygwin or on the Mac.
-
- 14 Nov, 2003 1 commit
-
-
Will Schroeder authored
-
- 18 Apr, 2003 1 commit
-
-
Andy Cedilnik authored
-
- 12 Mar, 2003 1 commit
-
-
David Gobbi authored
with the code in vtkObjectBase.cxx ( the delete [] was causing segfaults on my system and some other linux/gcc3.1 systems for an unknown reason)
-
- 09 Mar, 2003 1 commit
-
-
Bill Hoffman authored
Freeze is not portable, but the real problem was most likely a delete instead of a delete [] because a string is allocated with new [] and must be matched with a delete []
-
- 08 Mar, 2003 1 commit
-
-
David Gobbi authored
under Linux/gcc-3.1 (perhaps other platforms too?), this has probably been the case since the strstream changes. Unfreezing instead of deleting seems to fix.
-
- 11 Dec, 2002 1 commit
-
-
Bill Lorensen authored
-
- 10 Dec, 2002 1 commit
-
-
Brad King authored
ENH: Re-factored the inclusion of C++ streams because some source files need only the stream forward declarations. Should improve compile time.
-
- 03 Dec, 2002 1 commit
-
-
Brad King authored
-
- 18 Jun, 2002 1 commit
-
-
Andy Cedilnik authored
Add superclass of vtkObject called vtkObjectBase, put reference counting to vtkObjectBase, make all Register and UnRegister methods to be virtual and take vtkObjectBase as an argument, fix wrapping for Tcl and try to fix it for Python and Java. This was tested on Linux and Windows. Also, containers are now subclass of vtkObjectBase. Eventually commands should also be.
-
- 03 May, 2002 1 commit
-
-
Sebastien Barre authored
-
- 22 Jan, 2002 1 commit
-
-
Will Schroeder authored
-
- 16 Dec, 2001 1 commit
-
-
Yves Starreveld authored
ENH: OSX version for tkrender wrapper added
-
- 14 Nov, 2001 1 commit
-
-
Ken Martin authored
-
- 12 Nov, 2001 1 commit
-
-
Brad King authored
-
- 26 Apr, 2001 1 commit
-
-
Ken Martin authored
A new CVS repository was created on 2001-04-26 to fork VTK during transition to a new source tree layout. The new repository was created using server-side symlinks referencing files in the original repository to preserve per-file history. This commit was manufactured during conversion from CVS to represent the fork as a branch.
-
- 10 Dec, 2000 1 commit
-
-
Will Schroeder authored
-
- 15 Nov, 2000 1 commit
-
-
Bill Lorensen authored
-
- 07 Nov, 2000 1 commit
-
-
Bill Lorensen authored
-
- 25 Oct, 2000 1 commit
-
-
John Biddiscombe authored
static keyword is removed temporarily to see if WrapTcl etc can run by declaring extern FunctionInfo currentFunction Cause : Borland forces underscores because runtime library needs it
-
- 20 Oct, 2000 1 commit
-
-
Ken Martin authored
-
- 28 Apr, 2000 1 commit
-
-
Will Schroeder authored
-
- 25 Apr, 2000 1 commit
-
-
Will Schroeder authored
-