Skip to content
Snippets Groups Projects
  1. Apr 25, 2017
  2. Mar 17, 2017
    • Sean McBride's avatar
      Various updates/modernizations/improvements to SimpleCocoaVTK example · 5be7b81b
      Sean McBride authored
      - Now require newer Xcode and more modern Objective-C dialect.
      - Now require building VTK with VTK_CUSTOM_LIBRARY_SUFFIX="",
        which is best practice anyway if using Xcode, so that the CMake-built
        VTK libraries don't constantly change filenames (by having the version number embedded).
      - Adjusted Xcode project paths to remove version from filename.
      - Added a window controller class, which is more idiomatic.
      - The example now uses ARC (automatic reference counting) memory management by default.
      - renamed ivars to start with underscore, per Cocoa convention
      - added project.xcworkspace to .gitignore
      - added usual VTK divider line comments
      5be7b81b
  3. Nov 16, 2016
    • Sean McBride's avatar
      Various updates/modernizations/improvements to SimpleCocoaVTK example · f6d0deff
      Sean McBride authored
      - Now require newer Xcode and more modern Objective-C dialect.
      - Now require building VTK with VTK_CUSTOM_LIBRARY_SUFFIX="",
        which is best practice anyway if using Xcode, so that the CMake-built
        VTK libraries don't constantly change filenames (by having the version number embedded).
      - Adjusted Xcode project paths to remove version from filename.
      - Added a window controller class, which is more idiomatic.
      - The example now uses ARC (automatic reference counting) memory management by default.
      - renamed ivars to start with underscore, per Cocoa convention
      - added project.xcworkspace to .gitignore
      - added usual VTK divider line comments
      f6d0deff
  4. Jul 23, 2016
  5. Apr 01, 2016
  6. Mar 08, 2016
  7. Feb 15, 2016
  8. Sep 08, 2015
  9. May 06, 2013
    • Brad King's avatar
      Add ExternalData infrastructure · 43f0b283
      Brad King authored
      Port the ExternalData configuration from ITK 'master' as of 2013-05-06.
      
      Add a CMake/vtkExternalData.cmake module to include and configure the
      ExternalData module for VTK.  List MIDAS and vtk.org URLs.
      
      Include vtkExternalData from the top-level CMakeLists.txt file and from
      Testing/External/CMakeLists.txt so it works for both the main build and
      when building tests externally.
      
      Teach the VTK pre-commit hook to move staged .ExternalData_MD5_* files
      left by the ExternalData module into the store at the top of the source
      tree as .ExternalData/MD5/* and import them into Git as refs/data/MD5/*.
      Teach the VTK git-gerrit-push alias to push content from refs/data/MD5/*
      when commits referencing it are pushed to Gerrit.
      
      Add a .gitignore to tell Git to ignore .ExternalData* names.
      
      Change-Id: I8c0a91cb3ce350450e378e4f16a23c62e7f2de6f
      43f0b283
Loading