Skip to content
Snippets Groups Projects
  1. Jul 03, 2024
    • David Gobbi's avatar
      Add VTK_PYTHON_FULL_THREADSAFE as option · 5df65311
      David Gobbi authored
      The VTK_PYTHON_FULL_THREADSAFE variable has existed since 2015, but
      so far has only been a cmake option in Paraview, never in VTK itself.
      Since this option adds the GIL locks that are required for any
      Python concurrency via PyEval_SaveThread()/PyEval_RestoreThread(),
      it should be useful within a broad range of VTK projects.
      
      The VTK_NO_PYTHON_THREADS option is an older option that was available
      in VTK 5 but disappeared in VTK 6, though it still appeared in the C++
      source files and in Paraview's CMakeLists.txt.
      5df65311
    • Kitware Robot's avatar
      VTK Nightly Date Stamp · a488f287
      Kitware Robot authored
      a488f287
  2. Jul 02, 2024
  3. Jul 01, 2024
  4. Jun 30, 2024
  5. Jun 29, 2024
Loading