Skip to content
Snippets Groups Projects
  1. Apr 04, 2017
  2. Mar 31, 2017
  3. Mar 30, 2017
    • Aron Helser's avatar
      ThirdParty/Twisted, add update.sh script, readme · d93f0bd3
      Aron Helser authored
      Comment update-common.sh on how to avoid failing option check
      on windows.
      
      README.kitware.md describes the changes for vtk to the
      source Twisted. Correct the cmake source path.
      d93f0bd3
    • Ben Boeckel's avatar
      vtkexpat: define `XML_STATIC` if necessary · 0f43c8de
      Ben Boeckel authored
      The expat library does not configure whether it was built statically
      through its headers since it is installed both as a static and shared
      library in certain setups. Since VTK only uses one, define XML_STATIC
      for users of the library if necessary.
      
      Fixes #17002.
      0f43c8de
  4. Mar 29, 2017
  5. Mar 28, 2017
  6. Mar 22, 2017
  7. Mar 14, 2017
  8. Mar 13, 2017
  9. Mar 06, 2017
  10. Mar 01, 2017
  11. Feb 21, 2017
  12. Feb 15, 2017
  13. Jan 20, 2017
  14. Jan 16, 2017
    • Michka Popoff's avatar
      ENH: Do not link against libpython when possible · 5668595e
      Michka Popoff authored
      This is similar to what is already done in ITK and SimpleITK.
      
      The new vtkTargetLinkLibrariesWithDynamicLookup.cmake file is slightly modified copy from
      ITK/CMake/itkTargetLinkLibrariesWithDynamicLookup.cmake
      The explanation of what this patch tries to achieve is documented in this file.
      
      A new argument is introduced, called OPTIONAL_PYTHON_LINK.
      When used, the module will be optionally be linked against libpython.
      In the module.cmake files, most vtkPython dependencies were moved to COMPILE_DEPENDS, so that libpython is not added to the target_link_libraries() call.
      
      The vtkPython is explicitely linked against the python libraries, as this is a python executable.
      
      Also, the find_package calls for the PythonLibs were made optional when possible.
      
      The XDMF3 project was not updated, this will need to be done separately if weak linking is wished for that project.
      
      Fixes: #16068
      5668595e
  15. Dec 20, 2016
  16. Dec 09, 2016
  17. Dec 06, 2016
  18. Nov 29, 2016
    • Jon Haitz Legarreta's avatar
      BUG: Fix ThirdParty build shared lib CMake option names. · 9e67e9ef
      Jon Haitz Legarreta authored
      Remove the BUILD_SHARED_LIBS options for 3rd Party verdict library. The
      variable being set was overwriting VTK's BUILD_SHARED_LIBS option because
      it was being set to the same name.
      
      Furthermore, although set, the variable is not used indeed anywhere in its
      CMakeLists to build the library as static or shared.
      9e67e9ef
  19. Nov 23, 2016
  20. Nov 03, 2016
  21. Nov 01, 2016
    • Ken Martin's avatar
      Remove ES2 support for VTK 8.0 · 0f750114
      Ken Martin authored
      ES2 is causing headaches and code mess and is
      getting old. Remove for 8.0 so we can focus on
      more modern APIs. Most Apple and Adroid devices
      from the past 4 years support ES3.
      0f750114
  22. Oct 07, 2016
  23. Sep 20, 2016
  24. Sep 19, 2016
  25. Sep 12, 2016
    • Haocheng LIU's avatar
      Rewrite all public&private dependency in module.cmake file · 6e113ad4
      Haocheng LIU authored
      The current dependency relationship in vtk is unclear and misleading.
      This MR tries to rewrite them based on header files inclusion of headers
      and source files in each module. Corner cases are considered and
      modules are sorted in alphabetical order to facilitate future reference.
      See details in my gitlab python based script project. In future we can continue
      using this script to clean the VTK Dependency easily from
      time to time.
      6e113ad4
  26. Aug 16, 2016
  27. Aug 12, 2016
  28. Aug 04, 2016
  29. Jul 26, 2016
Loading