- 30 Apr, 2010 1 commit
-
-
David Gobbi authored
All of the hexidecimal constants in vtkWrap/ParseJava and vtkWrapTcl have been replaced with constants defined in vtkParseType.h. The semantics of these files is the same as before. I checked the generated code for all VTK classes to make sure that it is the same as it was before this change.
-
- 08 Mar, 2010 1 commit
-
-
Dave Partyka authored
-
- 06 Mar, 2010 1 commit
-
-
Dave Partyka authored
-
- 07 Apr, 2009 1 commit
-
-
Francois Bertel authored
-
- 10 Dec, 2008 1 commit
-
-
Francois Bertel authored
-
- 11 Sep, 2008 2 commits
-
-
David Cole authored
ENH: Merge changes from main tree into VTK-5-2 branch. (cvs -q up -j1.64 -j1.65 Wrapping/vtkWrapTcl.c)
-
David Cole authored
-
- 12 Aug, 2008 1 commit
-
-
David Cole authored
ENH: Merge changes from main tree into VTK-5-2 branch. (cvs -q up -j1.59 -j1.64 Wrapping/vtkWrapTcl.c)
-
- 11 Aug, 2008 3 commits
-
-
David Cole authored
BUG: Fix issue #6609 - only print error message for not finding requested method once in the tcl wrappers.
-
David Cole authored
BUG: Move endif for legacy methods to the correct location. Eliminate duplicate search of parent classes for methods not found in current class.
-
David Cole authored
BUG: Fix crash during code generation step on some dashboards. Buffer should be big enough to hold NULL C string terminator, too.
-
- 08 Aug, 2008 1 commit
-
-
David Cole authored
-
- 07 Aug, 2008 1 commit
-
-
David Cole authored
ENH: Use tcl_precision and Tcl_PrintDouble to support variable precision at runtime for double values. Default value for tcl_precision is 6 for backwards compatibility. Allows for increasing precision through tcl scripts. Also, add DescribeMethods method to every tcl wrapped class. See documentation for DescribeMethods where it is tested in TestSetGet.tcl. Thanks to Dan Blezek for the patch.
-
- 25 Mar, 2008 1 commit
-
-
Francois Bertel authored
-
- 12 Mar, 2008 1 commit
-
-
David Cole authored
BUG: If a method listed in the VTK/Wrapping/hints file returns NULL, do not dereference it and crash in the generated wrapper layer. For Tcl, return the empty string. For python, return None. Changes for Java still pending / still analyzing possible fixes... This commit should fix the failing TestSetGet test.
-
- 27 Feb, 2008 1 commit
-
-
Francois Bertel authored
COMP:Fixed warning about deprecated conversion from string constant to char* by reverting back some old-style casts.
-
- 25 Feb, 2008 1 commit
-
-
Francois Bertel authored
COMP:Fixed errors on BCC. Forward declaration of classes is not enough for it to be able to resolve new-style cast.
-
- 24 Feb, 2008 3 commits
-
-
Francois Bertel authored
COMP:Revert back some old-style casts to remove some other warnings about deprecated conversion from string constant to char*.
-
Francois Bertel authored
COMP:Fixed error on borland c++. For this compiler, a forward class declaration is not enough to solve a static_cast. Revert this static_cast to a old-style cast.
-
Francois Bertel authored
COMP:Fixed error about ISO C++ forbids casting between pointer-to-function and pointer-to-object by putting back the old-style cast. Site ARRAKIS.kitware. Build Name Win32-cygwin-WrapTCL.
-
- 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
-