Skip to content
Snippets Groups Projects
  1. May 30, 2019
  2. May 28, 2019
  3. May 17, 2019
  4. Apr 25, 2019
  5. Apr 24, 2019
  6. Apr 20, 2019
  7. Apr 18, 2019
  8. Apr 12, 2019
  9. Mar 30, 2019
    • David Gobbi's avatar
      Avoid leaks by hinting NewIterator methods · 6f54b402
      David Gobbi authored
      The iterator objects returned by vtkDataSet and derived classes
      were leaking in the Python wrappers.  This patch adds hints so
      that Python knows that it has to take ownership of these objects.
      6f54b402
  10. Mar 22, 2019
  11. Mar 21, 2019
  12. Mar 20, 2019
  13. Mar 19, 2019
    • David E. DeMarle's avatar
      remove redundant declaration · b7f76bb0
      David E. DeMarle authored
      otherwise we can end up with errors like:
      ERROR: In e:\vtk\source\rendering\opengl2\vtkshaderprogram.cxx, line 480
      vtkShaderProgram (0000000006567710): ERROR: 0:42: 'vertexVCVSOutput' : redeclaring non-array as array
      or
      ERROR: In e:\vtk\source\rendering\opengl2\vtkshaderprogram.cxx, line 480
      vtkShaderProgram (000001F2BC8CEA30): Geometry shader failed to compile with the following errors:
      ERROR: 0:32: error(#191) Redeclaration of array with size: vertexVCVSOutput
      b7f76bb0
  14. Feb 25, 2019
  15. Feb 24, 2019
    • David Cole's avatar
      DICOMParser: Fix crashes in DICOMAppHelper methods · 9cd4b9c9
      David Cole authored
      Extend the pattern already seen in the PatientNameCallback and
      StudyIDCallback methods to the StudyUIDCallback and GantryAngleCallback
      methods of DICOMAppHelper. Avoid calling string char* constructor and
      ReturnAsFloat method when val == nullptr. Use an empty string or a
      float value of 0 instead.
      
      (cherry picked from commit d29f2b50)
      9cd4b9c9
  16. Feb 19, 2019
  17. Feb 18, 2019
  18. Feb 14, 2019
  19. Feb 13, 2019
  20. Feb 12, 2019
  21. Feb 05, 2019
  22. Jan 30, 2019
  23. Jan 29, 2019
    • Joachim Pouderoux's avatar
      Fix locale issue with Legacy VTK readers & writers · 5a3fce5e
      Joachim Pouderoux authored
      Previous implementation is sensible to the locale settings.
      This can lead to the creation of VTK files with decimal separators
      that, for instance, are not compatible with applications like ParaView
      that sets the "C" locale to avoid such conflicts.
      This fix set the "C" locale before reading/writing files and restore
      the previous value when done.
      5a3fce5e
  24. Jan 28, 2019
Loading