Skip to content
Snippets Groups Projects
  1. Feb 25, 2025
  2. Feb 24, 2025
  3. Feb 23, 2025
  4. Feb 21, 2025
  5. Feb 19, 2025
  6. Feb 18, 2025
  7. Feb 17, 2025
  8. Feb 14, 2025
  9. Feb 12, 2025
  10. Feb 10, 2025
  11. Feb 03, 2025
  12. Feb 02, 2025
  13. Jan 28, 2025
    • Cory Quammen's avatar
      Remove redundant constexpr static data members · 3981e28e
      Cory Quammen authored
      Resolves the following warning:
      
      out-of-line definition of constexpr static data member is redundant in
      C++17 and is deprecated
      3981e28e
    • Jaswant Panchumarti (Kitware)'s avatar
      wasm: enable exception support for exprtk · 71a3a700
      Jaswant Panchumarti (Kitware) authored
      - `TestGlyph3DMapperOrientationArray` uses vtkArrayCalculator
      which internally uses exprtk. This test threw an uncaught exception
      from exprtk because in wasm, exceptions are not enabled by default.
      - This commit enables exception support when compiling the exprtk
      library with emscripten. The exception support is not enabled
      for all targets yet because the emscripten docs say this flag
      has a large overhead in performance.
      71a3a700
  14. Jan 24, 2025
Loading