Skip to content
Snippets Groups Projects
  1. Aug 28, 2015
  2. Aug 27, 2015
    • Ken Martin's avatar
      a number of ios and driod fixes · ea3731bf
      Ken Martin authored
      Made vtkFrameBufferObject be built for ES 2 as
      ES 2 does support it. This required a few changes.
      
      Made a number of fixes to the Android/IOS super build process. Fixed
      the install prefix to be pushed down to the subbuilds. Made a number
      of top level setting cached in the sub builds because they are cached
      there already and need to be overriden in the superbuild.  Otherwise
      top level changes did not propagate down.
      ea3731bf
  3. Aug 25, 2015
  4. Aug 24, 2015
  5. Aug 23, 2015
  6. Aug 22, 2015
  7. Aug 21, 2015
  8. Aug 20, 2015
    • Brad King's avatar
      ENH: Remove use of include <vtksys/ios/*> and vtksys_ios::* · 3ae7dd3a
      Brad King authored
      We no longer need this compatibility layer for the compilers we support.
      Use the following commands to switch to standard header and namespace:
      
       git grep -l vtksys/ios/ | xargs sed -i 's|vtksys/ios/||'
       git grep -l vtksys_ios | xargs sed -i 's|vtksys_ios|std|g'
      3ae7dd3a
    • Brad King's avatar
      ENH: Remove use of include <vtksys/stl/*> and vtksys_stl::* · eaf0f6ac
      Brad King authored
      We no longer need this compatibility layer for the compilers we support.
      Use the following commands to switch to standard header and namespace:
      
       git grep -l vtksys/stl/ | xargs sed -i 's|vtksys/stl/||'
       git grep -l vtksys_stl | xargs sed -i 's|vtksys_stl|std|g'
      eaf0f6ac
    • David C. Lonie's avatar
      Preserve extent ranges when extracting unsampled VOIs. · 86f7895b
      David C. Lonie authored
      Previously, extent ranges would always start at 0. This makes sense for
      downsampled extractions, but for dimensions where SampleRate was 1, it's
      more intuitive to keep the existing sample ranges.
      86f7895b
Loading