Skip to content
Snippets Groups Projects
  1. May 26, 2017
  2. May 19, 2017
  3. May 18, 2017
  4. May 14, 2017
  5. May 05, 2017
  6. May 03, 2017
  7. May 02, 2017
  8. May 01, 2017
  9. Apr 25, 2017
  10. Apr 13, 2017
    • Sean McBride's avatar
      Fixed various warnings from new cppcheck 1.78 · 25058c30
      Sean McBride authored
      Types of warnings:
      - mismatch between parameters names in declaration vs definition
      - make certain parameters references, or const references
      - checking array index after its use
      - prefer preincrement
      - change return type of operator=
      
      There are some very minor API chages here (const/reference).
      25058c30
    • Sean McBride's avatar
      Wrapped VTK___INT64 usage in VTK_LEGACY_REMOVE · bc2e2c5f
      Sean McBride authored
      These are already informally commented as legacy, this just
      allows them to be truly compiled-away.  Will help totally removing them one day,
      which is desirable because they violate C++ naming rules by having
      2 or more adjacent underscores.
      bc2e2c5f
  11. Apr 12, 2017
  12. Apr 06, 2017
    • David E. DeMarle's avatar
      adapt findospray for ospray version 1.2 · 800a23bc
      David E. DeMarle authored
      starting in ospray 1.2, embree is no longer packaged and you must
      build it separately. This change fixes the "build vtk with
      ospray's build directory" option. The "build vtk with ospray's
      install directory" option appears to work as is, at least in the
      case I've tested where both ospray and embree are installed
      in the same place.
      800a23bc
  13. Apr 05, 2017
  14. Apr 04, 2017
  15. Mar 29, 2017
  16. Mar 22, 2017
  17. Mar 21, 2017
  18. Mar 20, 2017
  19. Mar 17, 2017
  20. Mar 14, 2017
  21. Mar 10, 2017
  22. Mar 07, 2017
  23. Feb 22, 2017
  24. Feb 21, 2017
  25. Feb 17, 2017
  26. Feb 06, 2017
    • Alexis Girault's avatar
      Fix vtkiOS framework creation · 38abf751
      Alexis Girault authored
      1) Fix #16969 by using GL_UNPACK_IMAGE_HEIGHT instead of the extension
      in vtkVolumeTexture
      2) Remove duplicates from architecture list
      3) Ensure we have at least one architecture to compile for
      4) Add missing modules to toolchain: vtkIOXML & vtkRenderingVolumeOpenGL2
      5) Add additional module for LOD actors:vtkRenderingLOD
      6) Correct check to set VTK_RENDERING_BACKEND to OpenGL2
      7) Do not cross-compile for simulators if none are defined
      8) Get rid of VTK_DEVICE_LIBS and VTK_SIMULATOR_LIBS to directly populate
      VTK_GLOB_LIBS based on what libraries are being built
      9) Replace VTK_DEVICE_DEPENDS by IOS_ARCHITECTURES and populate based on
      what libraries are being built
      10) Replace hardcoded vtk-ios-device-arm64 by first ios architecture in the
      architecture list to copy existing headers
      11) Use list instead of set when possible (not for files in VTK_GLOB_LIBS
      since items should not be separated by ; to run the GLOB)
      12) Correct comments in MakeFramework.cmake.in
      38abf751
  27. Jan 23, 2017
    • Alvaro Sanchez's avatar
      Added vtkMultiBlockVolumeMapper. · 646daa86
      Alvaro Sanchez authored
      vtkMultiBlockVolumeMapper renders vtkMultiBlockDataSet instances containing
      vtkImageData blocks. Bounds containing the full set of blocks are computed so that
      vtkRenderer can adjust the clipping planes appropriately. At render time, blocks are
      sorted back-to-front and each block is rendered independently. The mapper defers
      actual rendering to its internal vtkSmartVolumeMapper.
      646daa86
    • Ken Martin's avatar
      possible ios warning fix · 4c123208
      Ken Martin authored
      getting a CMP_0011 warning
      4c123208
  28. Jan 19, 2017
Loading