Skip to content
Snippets Groups Projects
  1. Mar 01, 2025
  2. Feb 28, 2025
  3. Feb 26, 2025
  4. Feb 17, 2025
  5. Feb 14, 2025
  6. Feb 13, 2025
  7. Feb 12, 2025
  8. Feb 11, 2025
  9. Feb 03, 2025
    • Nicolas Vuaille's avatar
      Add DegeneratedCell Test · d7f1dbbf
      Nicolas Vuaille authored
      With previous behavior, one boundary face was not extracted so
      we saw the "interior" of the mesh. Thus coloring backface makes
      the failure obvious.
      d7f1dbbf
  10. Jan 29, 2025
  11. Jan 23, 2025
  12. 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
  13. Jan 16, 2025
  14. Dec 31, 2024
  15. Dec 13, 2024
  16. Dec 07, 2024
  17. Nov 29, 2024
  18. Nov 28, 2024
  19. Nov 22, 2024
  20. Nov 20, 2024
  21. Nov 18, 2024
  22. Nov 08, 2024
  23. Nov 07, 2024
  24. Nov 04, 2024
  25. Oct 24, 2024
  26. Oct 13, 2024
Loading