Skip to content
Snippets Groups Projects
  1. Jan 14, 2014
    • Dave DeMarle's avatar
      Remove accidentally added test data files · fe9dc76b
      Dave DeMarle authored and Brad King's avatar Brad King committed
      In commit 352e3122 (Add test for vtkOpenFOAMReader, 2013-12-24) we
      accidentally added files prefixed in "._" in addition to the actual data
      files.  These files aren't real and, when you archive and untar a vtk
      release, produce file exists warnings.
      
      Change-Id: I13b600357f1b9712d55d8c0284c97fd1b0255683
      v6.1.0.rc2
      fe9dc76b
  2. Jan 10, 2014
  3. Jan 09, 2014
  4. Jan 08, 2014
    • Brad King's avatar
      Teach SourceTarball.bash to split source and data tarballs · bf5cf3cf
      Brad King authored
      Teach Utilities/Maintenance/SourceTarball.bash to generate separate
      archives for the source code, normal data, and large data.  Organize
      the archive layout so that they can all be extracted on top of one
      another.  Make the data archives extract into <prefix>/.ExternalData
      to appear as if the content came with the source tree.
      
      Add .ExternalData/README.rst to document the directory and indicate its
      existence.  Change the BUILD_TESTING default to OFF when the file is not
      present.  Teach SourceTarball.bash to leave this file out of the source
      tarball and put it in the normal data tarball.  With this approach
      users can download and build the source with or without the data and
      never hit the network for test data by default.
      
      Change-Id: I33007959c87ea60a9b11f49e5f7af351fc2ca9b7
      bf5cf3cf
    • Brad King's avatar
      Port SourceTarball.bash to run on OS X · 57399278
      Brad King authored
      Create a compute_MD5 function to abstract the differences between
      the Linux "md5sum" tool and the OS X "md5" tool.
      
      Change-Id: I79fdb8347f99a17643a73179bb98dc8c671442b9
      57399278
    • Brad King's avatar
      Add release helper script SourceTarball.bash · 360d6c73
      Brad King authored
      Port the Utilities/Maintenance/SourceTarball.bash from ITK 4.5.0 to VTK.
      Update the URL and tarball names for VTK.
      
      Change-Id: Id78cb69b781d646e0800322b50c2d2dba905124b
      360d6c73
    • Marcus D. Hanwell's avatar
      Fixed the install of chemical data files · fff9c3bb
      Marcus D. Hanwell authored
      The BODR data is needed at runtime, added install rule.
      
      Change-Id: I1c7560799e2432acdf1fcb298e48f9ca63e22e4f
      fff9c3bb
  5. Jan 07, 2014
  6. Jan 06, 2014
  7. Jan 05, 2014
  8. Jan 01, 2014
    • Utkarsh Ayachit's avatar
      Attempt to fix race condition. · 48341708
      Utkarsh Ayachit authored
      There was a race condition in vtkDataEncoder when terminating all worker
      threads. There was a potential that worker threads would terminate just before
      the master thread started to wait for them to terminate. This patch addresses
      that issue by ensure that no threads can terminate until the master thread
      starts to wait for them.
      
      Change-Id: I7c9b7571e03b7d19a30329403d5c4dbfc3c2ad3e
      48341708
  9. Dec 31, 2013
  10. Dec 30, 2013
  11. Dec 28, 2013
Loading