Skip to content
Snippets Groups Projects
  1. Feb 14, 2025
  2. Feb 10, 2025
  3. Feb 02, 2025
  4. Jan 16, 2025
  5. Jan 13, 2025
  6. Dec 31, 2024
  7. Dec 25, 2024
  8. Dec 09, 2024
  9. Nov 29, 2024
  10. Nov 13, 2024
  11. Oct 07, 2024
  12. Sep 28, 2024
  13. Sep 27, 2024
  14. Sep 13, 2024
  15. Sep 10, 2024
  16. Aug 27, 2024
    • David Gobbi's avatar
      Fix c++20 compile error in vtkPlotBag · d2a8bf26
      David Gobbi authored
      The error was generated by Visual Studio 2022 /std:c++20:
      error C2445: result type of conditional expression is ambiguous:
      types 'vtkStdString' and 'const char [2]' can be converted to
      multiple common types
      d2a8bf26
  17. Aug 26, 2024
  18. Aug 20, 2024
    • Mathieu Westphal (Kitware)'s avatar
      Fix a few warnings · b64dfdd8
      Mathieu Westphal (Kitware) authored
      Fix warnings detected by gcc 14 when building with
      ```
      SET(CMAKE_CXX_FLAGS "-Wall -Wextra -Wshadow -Woverloaded-virtual -Wno-deprecated -Wno-strict-overflow -Wno-array-bounds -Wunreachable-code -fdiagnostics-color=always -Wstringop-overflow -Wstringop-overread" CACHE STRING "")
      SET(CMAKE_C_FLAGS "-Wall -Wextra -Wshadow" CACHE STRING "")
      ```
      
      The fixes are mostly about shadowed variables and methods
      b64dfdd8
  19. May 29, 2024
    • Sean McBride's avatar
      Fixed clang -Wrange-loop-analysis warning · bf681d27
      Sean McBride authored
      warning: loop variable 'comp' is always a copy because the range of type 'const VecTuple' (aka 'const ConstTupleReference<vtkDataArray, 0>') does not return a reference [-Wrange-loop-analysis]
      bf681d27
  20. May 24, 2024
  21. May 16, 2024
  22. Nov 05, 2023
  23. Oct 19, 2023
  24. Oct 12, 2023
  25. Oct 03, 2023
  26. Sep 20, 2023
  27. Aug 28, 2023
  28. Aug 21, 2023
  29. Aug 01, 2023
  30. Jul 31, 2023
Loading