- Aug 07, 2015
-
-
T.J. Corona authored
This fix is in reference to bug report 0015346.
-
Ben Boeckel authored
-
Ben Boeckel authored
* gl/tjcorona/skip-installing-private-headers: Added a means to prevent private headers from being installed.
-
bce15304 Added a means to prevent private headers from being installed. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !500
-
- Aug 06, 2015
-
-
db62b85e Merge commit Remove_vtksys_stl into python-py3k b7308b03 Patch CommonCore python tests for py3k. d3eb4043 Python API compatibility for py3k. c96458b9 Make vtk/__init__.py compatible with py3k. e1ff8866 Fix PyVTKTemplate dict compatibility methods. 16bb32d4 Add the new py3k buffer interface. f2aebb86 Provide py3k module initialization. 4f297425 Remove vestigial "module" arg from python init. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Reviewed-by:
Andrew Maclean <andrew.amaclean@gmail.com> Merge-request: !478
-
David Gobbi authored
Conflicts: Wrapping/PythonCore/PyVTKObject.cxx
-
David Gobbi authored
This change modifies the python code for the tests so that they are cross-compatible between python 2 and python 3. The new code will not run on Python 2.5 or earlier, because only python 2.6 and 2.7 allow py3k-friendly syntax. The numpy_interface does not fully support python 3 yet, due to changes in the way numeric operators work and the way type coercion is done.
-
Ben Boeckel authored
-
Ben Boeckel authored
* gl/tjcorona/issue_0015533: Force a lookup table reset after vtkAbstractArray::Reset()
-
Ben Boeckel authored
* gl/tjcorona/issue_0015390: Removed double delete in vtkXdmfWriter destructor.
-
Ben Boeckel authored
* gl/tjcorona/issue_0015300: Prevent str.begin() from being dereferenced if str is empty.
-
Ben Boeckel authored
* gl/tjcorona/issue_0015525: XML data reader now throws an error when reading arrays with duplicate names.
-
5e5fb779 Force a lookup table reset after vtkAbstractArray::Reset() Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !496
-
1f79d6b1 Removed double delete in vtkXdmfWriter destructor. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !486
-
ffc25be9 Prevent str.begin() from being dereferenced if str is empty. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !485
-
c3a86fd5 XML data reader now throws an error when reading arrays with duplicate names. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !488
-
T.J. Corona authored
This fix addresses bug reports 0014698 and 0014700. Header files that were named identically to source files were installed. The added flag allows for a source file to be flagged with SKIP_HEADER_INSTALL, which prevents its associated header file from being installed (thanks Ben Boeckel!).
-
T.J. Corona authored
This fix is in reference to bug report 0015533. The method Reset() in vtkAbstractArray was modified to flag a change in data, resulting in the correct behavior for LookupValue() after Reset() was called. Also, the method DeepCopy() was changed to only copy valid elements (thanks David Lonie!).
-
T.J. Corona authored
This fix is in reference to bug report 0015525. The reader would not read arrays with duplicate names, but would count them when determining the number of components, resulting in a segmentation fault. The correct behavior, which prevents multiple arrays with the same name, is now in place.
-
T.J. Corona authored
This fix is in reference to bug report 0015390. DomainMemoryHandler was being deleted twice. It is now deleted once, and is subsequently set to NULL.
-
T.J. Corona authored
This fix is in reference to bug report 0015300. In vtkXmlWriter::vtkXMLWriteAsciiValue(ostream& os, const vtkStdString& str), the first char in the string was being accessed before checking the string's length. This caused problems with empty strings.
-
Ben Boeckel authored
-
Ben Boeckel authored
* gl/ben.boeckel/FixLinuxCompilerExtrasWarningsAsErrors: linking: default to not making warnings fatal errors
-
248d5255 linking: default to not making warnings fatal errors Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> Merge-request: !499
-
Toolchains tend to add new warnings as time goes on, so in the spirit of keeping VTK as future-proof as possible, don't turn them into warnings by default. Testing machines and developers can certainly enable it though. http://public.kitware.com/pipermail/vtk-developers/2015-July/032233.html
-
David Gobbi authored
This is a large change that adds conditional compilation to support both python 2 and python 3. The header vtkPythonCompatibility.h does a lot of the necessary work: 1) PyInt is redefined to PyLong for py3k 2) PyString is redefied to PyUnicode for py3k 3) PyBytes is redefined to PyString for python 2
-
Ben Boeckel authored
* gl/seanm/SimpleCocoaVTK6.3: Update SimpleCocoaVTK Xcode project to work with VTK 6.3
-
2ed04c91 Update SimpleCocoaVTK Xcode project to work with VTK 6.3 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !464
-
Ben Boeckel authored
* gl/jpouderoux/FixDegeneratedPolygonCrash: Fix crash in vtkPolygon::ParametrizePolygon for invalid polygons.
-
0063d5d9 Fix crash in vtkPolygon::ParametrizePolygon for invalid polygons. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
David E DeMarle <dave.demarle@kitware.com> Merge-request: !479
-
bb9d1adc Add newline at end of file Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !493
-
db578abf docs: add documentation on gitlab release flow Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
David E DeMarle <dave.demarle@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Acked-by:
Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com> Merge-request: !483
-
e2d88be2 Fix an issue where we were abusing the glsl spec a bit Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !492
-
f1ad92ce Add support for printf-style label formatting to vtkAxis. Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Utkarsh Ayachit <utkarsh.ayachit@kitware.com> Merge-request: !414
-
9a766408 Fix VS2008 build issues with std::abs(__int64). Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !494
-
David Gobbi authored
-
David Gobbi authored
The get() method was incorrectly implemented and segfaulted. Also, with py3k, the keys() method returned a special object instead of a plain list, and this caused the wrapping to fail.
-
David Gobbi authored
Python 3 introduced a multi-dimensional buffer interface, which was backported to Python 2.6 and Python 2.7.
-
David Gobbi authored
This changes the return value of the "real_init" function from void to PyObject *, in accordance with the new PyInit method.
-
Utkarsh Ayachit authored
Since NUMFLUIDS is never going to be greater than MAXINT, we simply add a static_cast<int> to avoid this build issue.
-