Skip to content
Snippets Groups Projects
  1. Jun 04, 2019
  2. May 30, 2019
  3. May 24, 2019
  4. May 22, 2019
  5. May 21, 2019
  6. May 20, 2019
  7. May 17, 2019
  8. Mar 20, 2019
  9. Feb 07, 2019
  10. Feb 06, 2019
    • Paul Ferrell's avatar
      Fixed CMAKE_PREFIX_PATH issue. · 8c4a262e
      Paul Ferrell authored
      The calls to cmake in BuildAdaptors were passing CMAKE_PREFIX_PATH to cmake calls without quoting
      it. That worked fine for when CMAKE_PREFIX_PATH wasn't set or was a single item, but when it was a
      list it broke the builds of the adaptors.
      8c4a262e
  11. Dec 05, 2018
  12. Nov 29, 2018
  13. Nov 28, 2018
  14. Nov 22, 2018
  15. Nov 20, 2018
    • Robert Maynard's avatar
      ParaView propagates CMAKE_PREFIX_PATH to Catalyst Adaptors. · 561f6f53
      Robert Maynard authored
      Fixes #18224
      ParaView uses add_custom_command to build all the catalyst adaptors.
      This means that any package find calls that occur when including
      ParaView's Config Module need to be part of the search path for
      the adaptor.
      
      The easiest way is to make sure that CMAKE_PREFIX_PATH is propagated
      through add_custom_command as it is the most common way of specifying
      where to search.
      
      Note: That as more projects move over to import targets this approach
      will continue to fail especially if they specify the search directories
      using `<Package>_ROOT`. Long term the catalyst adaptors will need to
      become an external project or stop using add_custom_command.
      561f6f53
  16. Nov 08, 2018
  17. Nov 07, 2018
  18. Nov 06, 2018
  19. Oct 25, 2018
  20. Oct 22, 2018
    • Cory Quammen's avatar
      Remove override of renderVTK() · 8b8a473a
      Cory Quammen authored
      This overide was preventing rendering after window resize events,
      leading to a black render window. It appears to not be necessary, and
      removing it fixes the black render window issue.
      8b8a473a
    • Cory Quammen's avatar
      Revert to QVTKOpenGLNativeWidget in ParaView · 71c96633
      Cory Quammen authored
      The new implementation of QVTKOpenGLWidget still has problems saving
      screenshots on macOS that we have not been able to resolve. We need
      to revert to the working widget for now.
      71c96633
  21. Oct 19, 2018
Loading