Skip to content
Snippets Groups Projects
  1. Mar 12, 2025
  2. Feb 26, 2025
  3. Feb 25, 2025
  4. Feb 24, 2025
  5. Feb 20, 2025
  6. Feb 17, 2025
  7. Feb 14, 2025
  8. Feb 12, 2025
  9. Feb 10, 2025
  10. Feb 09, 2025
  11. Feb 07, 2025
  12. Feb 06, 2025
  13. Feb 03, 2025
  14. Feb 02, 2025
  15. Jan 31, 2025
  16. Jan 30, 2025
  17. Jan 28, 2025
  18. Jan 25, 2025
  19. Jan 24, 2025
  20. Jan 21, 2025
  21. Jan 18, 2025
  22. 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
  23. Jan 16, 2025
  24. Jan 13, 2025
Loading