Skip to content
Snippets Groups Projects
  1. Mar 06, 2014
  2. Feb 25, 2014
    • Ben Boeckel's avatar
      STLWriter: Raise an error for non-triangles · 9a00db82
      Ben Boeckel authored
      The STL format only supports triangles and previously, it just truncated
      polygons silently. Cause an error to occur when this happens so that
      users know.
      
      Change-Id: I9c2f96d887074943130a8442d6796cb0c2ce1bbf
      9a00db82
  3. Feb 24, 2014
    • Zack Galbreath's avatar
      fix the format of PhyloXML references · 183bb5d7
      Zack Galbreath authored
      The PhyloXML specification indicates that references should
      match the following regular expression pattern:
      
      [a-zA-Z0-9_]+:[a-zA-Z0-9_\.\-\s]+
      
      In order to do so, we now prepend "VTK:" to the beginning of the
      array name.
      
      Change-Id: Ie898e19dc10ec6edd2b67a5b493f55521e15c63d
      183bb5d7
    • Tristan Coulange's avatar
      BUG: fix xdmf test failure · a5e6d3d4
      Tristan Coulange authored
      A test failure was introduced by the commit "BUG: fix some xdmf writer crashes".
      This new patch reverts the change which caused the failure.
      
      Change-Id: Ifbb3a68b14f0c5a5cd390fc68d9a50668ca60ac8
      a5e6d3d4
  4. Feb 21, 2014
  5. Feb 17, 2014
  6. Feb 14, 2014
  7. Feb 13, 2014
    • Dan Lipsa's avatar
      Report an error when writing a file with changing topology. · b604c23b
      Dan Lipsa authored
      If the number of points, cells or blocks change from one time step to the next,
      report an error. We modified the writer to suport temporal files with
      changing topology, however the reader does not yet supports it.
      
      Change-Id: Icf7528cf3507094658dbfa8076c670f396aa6989
      b604c23b
  8. Feb 12, 2014
  9. Feb 08, 2014
  10. Feb 06, 2014
  11. Feb 05, 2014
  12. Feb 03, 2014
  13. Jan 31, 2014
    • Bill Lorensen's avatar
      COMP: Missing NO_VALID · 84087f54
      Bill Lorensen authored
      Tests that do not have baseline images for regression testing must use
      the NO_VALID modifier to avoid cmake warnings.
      
      Change-Id: I083e48e4f5cceecc0a26146513b4581360dc76f0
      84087f54
  14. Jan 29, 2014
  15. Jan 28, 2014
  16. Jan 22, 2014
    • Zack Galbreath's avatar
      fix lingering off-by-one error · 83a2ffd9
      Zack Galbreath authored
      The arrays added to the EdgeData and VertexData of the newly
      created tree were one tuple larger than they should have been.
      
      Change-Id: I4a33585a98f274ecfeb69c66ced5244a895f6fad
      83a2ffd9
  17. Jan 15, 2014
    • Berk Geveci's avatar
      Removed priority based streaming and fast path. · 575ebda2
      Berk Geveci authored
      Removed priority based streaming and fast path codes in
      preparation for future refactoring. These were polluting core
      classes despite having a small user base. In the future, they
      may be refactored into the appropriate subclasses and "plugins".
      
      Change-Id: I54562546688c6de468b0068e9b6c65e49c5ec269
      575ebda2
  18. Jan 13, 2014
  19. Jan 09, 2014
Loading