Skip to content
Snippets Groups Projects
  1. Dec 18, 2014
  2. Dec 17, 2014
  3. Dec 16, 2014
  4. Dec 15, 2014
  5. Dec 14, 2014
  6. Dec 13, 2014
    • David Gobbi's avatar
      Revert "Remove some unecessary casts." · af541360
      David Gobbi authored
      VC++ thinks these casts are necessary, even though gcc and clang
      disagree.
      
      This reverts commit 8c45343b.
      
      Change-Id: I9c308561e3c0696c66e24e45fd6fa4384c70aa34
      af541360
    • David Gobbi's avatar
      Merge topic 'wrap-const-cast' into master · 4b29cd1d
      David Gobbi authored
      8c45343b Remove some unecessary casts.
      4b29cd1d
    • Ken Martin's avatar
      Fix some release graphics resource issues · 5c1c4b19
      Ken Martin authored
      ParaView IceT does a WindowRemap when using tile display. That
      means everythgin has to work with a new window/context so it
      identifies a bunch of release graphics resource issues. This
      patch fixes a bunch of them. Mostly minor changes the one
      large change is to make ReleaseGraphicsResources in Renderer
      public like it is for every other class. This is the way it
      should be and the original protected method was a mistake from
      way way back.  Making it public save us from doing the
      
      SetRenderWindow(NULL)
      SetRenderWindow(this)
      
      hack that we have been using to free up resources in the
      renderer since we could nto call the protected method.
      
      Change-Id: If31406fa9425417d240311aac110c82409637163
      5c1c4b19
    • Utkarsh Ayachit's avatar
      Merge remote-tracking branch 'pvvtk/pv-master' into HEAD · e90b0e26
      Utkarsh Ayachit authored
      * pvvtk/pv-master:
      
      Change-Id: Ice8ef5928392f9a86c7bfa6af8c640c7eea9ca17
      e90b0e26
    • Utkarsh Ayachit's avatar
      Merge topic 'python-calc-15125' into pv-master · 9a7dcd0f
      Utkarsh Ayachit authored and Kitware Robot's avatar Kitware Robot committed
      7c7c3ca4 Add missing numpy functions previously available in ParaView 4.1.
      f54b5b9f Merge topic 'enh_xdmf3_writer' into master
      9f0d0bae Merge topic 'fix_xdmf2_writer' into master
      fa2aef48 Merge topic 'update-hdf5' into master
      acb40959 Enhance Xdmf3 writer to save block names.
      2cc28ea5 Fix Xdmf2 writer: array type was not respected. Also save block name.
      96db5108 Merge topic 'plotbar_improvement' into master
      f7bf6158 Merge topic 'qt-warning-take3' into master
      bed938eb Merge topic 'enum-comma-warning' into master
      18f678ac Fix warning about comma at end of enum list.
      91dcdaa6 Another attempt to silence warning from Qt header
      4bcf0dc2 Prefix BUILD_STATIC_EXECS with HDF5 and make it advanced.
      1dc7f42b Merge topic 'sample_distance_issue' into master
      aab57b1d Merge topic 'fix_xdmf3_dll_export' into master
      cac3a404 Merge topic 'type-punned-pointer' into master
      1dcc3d96 Add functions to get data bounds and number of plotted bars.
      ...
      9a7dcd0f
    • David Gobbi's avatar
      Remove some unecessary casts. · 8c45343b
      David Gobbi authored
      These casts were necessary for really old compilers that didn't
      keep track of which level of indirection the "constness" applied
      to.  For modern compilers, they should be unecessary.
      
      Change-Id: Ia23cebae43fd6f1705016a11f2df4801e9830d24
      8c45343b
    • David Gobbi's avatar
      Merge topic 'refactor-wrap-python' into master · 7eb427d2
      David Gobbi authored
      f7475425 Update the readme file for new wrapping capabilities.
      e13d9aea Only wrap namespaces that have useful contents.
      3e100545 Avoid creating duplicate wrapped namespaces.
      d5cb2382 Wrap constants more efficiently.
      a5948d9f Move VTK_BUILD_SHARED_LIBS check to generated code.
      67a70a82 Allow use of all enum types as method parameters.
      b271e764 Wrap namespaces in python.
      57b47954 Fix two previously undetected wrapper bugs.
      ba693ade Add an enum type to the python wrappers.
      f642f513 Wrap enum constant members for non-vtkObject types.
      a73ab651 Refactor vtkWrapPython into smaller source files.
      7eb427d2
  7. Dec 12, 2014
Loading