Skip to content
Snippets Groups Projects
  1. Apr 09, 2012
    • VTK Developers's avatar
      Remove trailing whitespace from all source files · 2d323fc4
      VTK Developers authored and Brad King's avatar Brad King committed
      Exclude ThirdParty, Utilities/MetaIO, and Utilities/KWSys as these
      are maintained outside VTK.
      
      Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com>
      Co-Author: Chris Harris <chris.harris@kitware.com>
      Co-Author: Brad King <brad.king@kitware.com>
      2d323fc4
    • VTK Developers's avatar
      Include module-wide headers and export macros · 144f03ca
      VTK Developers authored and Brad King's avatar Brad King committed
      Include the module-wide header from every header in each module.
      Reference the export/visibility macro for the module.
      
      Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com>
      Co-Author: Chris Harris <chris.harris@kitware.com>
      144f03ca
    • VTK Developers's avatar
      Add modular VTK build system · 0c1471f1
      VTK Developers authored and Brad King's avatar Brad King committed
      Add module.cmake, CMakeLists.txt, and other build system files.
      
      The modular VTK build system is not yet mature.  The monolithic build
      files had a lot of infrastructure.  The modular build files reproduce
      much of the functionality but some features will need to be restored
      later.  Document status and tasks in "TODO-Modularization.txt".
      
      Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com>
      Co-Author: Chris Harris <chris.harris@kitware.com>
      Co-Author: Brad King <brad.king@kitware.com>
      Co-Author: Nikhil Shetty <nikhil.shetty@kitware.com>
      0c1471f1
    • VTK Developers's avatar
      Modularize VTK tree layout · cdd4d6fd
      VTK Developers authored and Brad King's avatar Brad King committed
      Move source files from their former monolithic VTK location to their new
      location in modular VTK without modification.  This preserves enough
      information for "git blame -M" and "git log --follow" to connect
      modularized VTK files to their original location and history.
      
      Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com>
      Co-Author: Chris Harris <chris.harris@kitware.com>
      Co-Author: Brad King <brad.king@kitware.com>
      Co-Author: Nikhil Shetty <nikhil.shetty@kitware.com>
      cdd4d6fd
    • VTK Developers's avatar
      Remove monolithic VTK files not used after modularization · c13ff7ba
      VTK Developers authored and Brad King's avatar Brad King committed
      The modular VTK build system completely replaces the old monolithic
      CMake code.
      
      Co-Author: Marcus D. Hanwell <marcus.hanwell@kitware.com>
      Co-Author: Chris Harris <chris.harris@kitware.com>
      Co-Author: Brad King <brad.king@kitware.com>
      Co-Author: Nikhil Shetty <nikhil.shetty@kitware.com>
      c13ff7ba
  2. Apr 04, 2012
  3. Mar 22, 2012
  4. Mar 08, 2012
    • Marcus D. Hanwell's avatar
      COMP: API change in Boost Graph Library. · 87e0c1eb
      Marcus D. Hanwell authored
      The header states "shouldn't be exposed to users anymore", and so we
      should probably look at how we might achieve the same thing with the API
      that is intended to be exposed to users. This compiles and works with
      Boost 1.49.
      
      Change-Id: I2086f227c45692bd6aa224742369d70f71b5b264
      87e0c1eb
  5. Mar 07, 2012
    • Kyle Lutz's avatar
      Fix misspellings in VTK/Infovis · f6a4aac0
      Kyle Lutz authored
      This fixes a number of misspellings in the comments of
      the source files in VTK/Infovis. The misspellings were
      found using the codespell tool.
      
      Change-Id: Ia6548812e7cb6fe4f455df4ce4f8a3694584076e
      f6a4aac0
  6. Feb 06, 2012
    • Brad King's avatar
      Avoid /./ in mpi test executable path · 564c83c0
      Brad King authored
      In commit 5b9cbfd0 (Fix mpi test executable path for Makefile
      generators, 2010-12-21) we replaced use of ${CTEST_CONFIGURATION_TYPE}
      with just "." for single-configuration generators.  That leads to paths
      ending in "bin/./pvtk" which confuses the Tcl interpreter search path
      rendering it unable to load the vtk Tcl package.  TestPProbe-image fails
      as a result.
      
      Instead append /${CTEST_CONFIGURATION_TYPE} to the path for multi-config
      generators and nothing for single-config generators.
      
      Change-Id: I60d993617f17a5c6a92948040757182aae5a32d7
      564c83c0
  7. Jan 30, 2012
  8. Jan 10, 2012
  9. Jan 09, 2012
  10. Jan 06, 2012
  11. Jan 05, 2012
  12. Dec 30, 2011
  13. Dec 29, 2011
  14. Dec 23, 2011
  15. Dec 15, 2011
    • Marcus D. Hanwell's avatar
      COMP: Added ifdefs for Boost versions · 9e0a2315
      Marcus D. Hanwell authored
      The dashboards have spoken, ifdefs are needed to acocunt for the change
      in API. This should hopefully get everything working again.
      
      Change-Id: I4f1390ccd9f88a734bd1a8f9d72d85954b2b98ed
      9e0a2315
    • Marcus D. Hanwell's avatar
      BUG: 12772 fixes for change in Boost graph API · 05c667c9
      Marcus D. Hanwell authored
      This fixes bug 12772, where an API change in Boost was causing
      compilation failures using Boost 1.38. Thanks to Orion Poplawski for
      reporting the issue and posting the patch.
      
      Change-Id: I491b0f1650c0be19319533306eb10597dc96fa06
      05c667c9
  16. Dec 13, 2011
    • Marcus D. Hanwell's avatar
      COMP: Added ifdefs for Boost versions · 5f051b98
      Marcus D. Hanwell authored
      The dashboards have spoken, ifdefs are needed to acocunt for the change
      in API. This should hopefully get everything working again.
      
      Change-Id: I4f1390ccd9f88a734bd1a8f9d72d85954b2b98ed
      5f051b98
    • Marcus D. Hanwell's avatar
      BUG: 12772 fixes for change in Boost graph API · d3ecc2c4
      Marcus D. Hanwell authored
      This fixes bug 12772, where an API change in Boost was causing
      compilation failures using Boost 1.38. Thanks to Orion Poplawski for
      reporting the issue and posting the patch.
      
      Change-Id: I491b0f1650c0be19319533306eb10597dc96fa06
      d3ecc2c4
    • Marcus D. Hanwell's avatar
      ENH: Removed the use of vtkstd · 484a24cc
      Marcus D. Hanwell authored
      The vtkstd forwarding headers are deprecated, move to using the STL
      headers directly.
      
      Change-Id: Iaeb5ea0c10d40b8e934b6a8ca18f28c3b022b924
      484a24cc
  17. Dec 09, 2011
Loading