Skip to content
Snippets Groups Projects
  1. Feb 12, 2025
  2. Feb 11, 2025
  3. Feb 10, 2025
  4. Feb 09, 2025
  5. Feb 08, 2025
  6. Feb 07, 2025
  7. Feb 06, 2025
  8. Feb 05, 2025
  9. Feb 04, 2025
  10. Feb 03, 2025
  11. Feb 02, 2025
  12. Feb 01, 2025
  13. Jan 31, 2025
  14. Jan 30, 2025
  15. Jan 29, 2025
  16. Jan 28, 2025
  17. Jan 27, 2025
  18. Jan 26, 2025
  19. Jan 25, 2025
  20. Jan 24, 2025
  21. Jan 23, 2025
  22. Jan 22, 2025
  23. Jan 21, 2025
  24. Jan 20, 2025
  25. Jan 19, 2025
  26. Jan 18, 2025
  27. Jan 17, 2025
    • Jaswant Panchumarti (Kitware)'s avatar
      Add option for exception catching in wasm · ae0b2286
      Jaswant Panchumarti (Kitware) authored
      - Adds `VTK_WEBASSEMBLY_EXCEPTIONS` cmake setting to
          enable exceptions at compile+link time with `-fexceptions`.
      - This setting will allow the C++ unit tests to print additional stack traces
          when an uncaught exception is thrown, at the expense of greater binary size and slower execution.
      - The `ENABLE_EXCEPTION_CATCHING` option requires a list of functions from which exceptions may be thrown.
          This commit allows all functions to throw exception catching with `DISABLE_EXCEPTION_CATCHING=0`
          as we cannot know all possible functions that could throw exceptions.
      ae0b2286
    • Kitware Robot's avatar
      VTK Nightly Date Stamp · 786b9c37
      Kitware Robot authored
      786b9c37
  28. Jan 16, 2025
  29. Jan 15, 2025
  30. Jan 14, 2025
  31. Jan 13, 2025
    • David Gobbi's avatar
      Remove obsolete PythonInitImpl.cxx file · d2176e74
      David Gobbi authored
      This file was first needed when each Python module was split into
      an interface module (with the init function) and an implementation
      library containing the Python.cxx files.  For the modern wrappers,
      The InitImpl.cxx file can be folded into the Init.cxx file.
      d2176e74
Loading