Skip to content
Snippets Groups Projects
  1. Jan 13, 2025
  2. Dec 10, 2024
  3. Nov 20, 2024
    • Jean-Noël Grad's avatar
      Fix various Clang-Tidy diagnostics · e377ce46
      Jean-Noël Grad authored
      Address most occurrences of:
      bugprone-unused-local-non-trivial-variable
      bugprone-unhandled-self-assignment
      bugprone-misplaced-widening-cast
      bugprone-sizeof-expression
      performance-for-range-copy
      performance-faster-string-find
      performance-inefficient-vector-operation
      performance-noexcept-swap
      misc-unused-using-decls
      misc-header-include-cycle
      misc-include-cleaner
      readability-delete-null-pointer
      readability-container-size-empty
      readability-redundant-smartptr-get
      readability-else-after-return
      e377ce46
  4. May 22, 2023
  5. Feb 09, 2021
  6. Dec 28, 2020
    • Michael Kuron's avatar
      Remove Boost and switch to C++17 · c3b6da1d
      Michael Kuron authored and Markus Holzer's avatar Markus Holzer committed
      Some optional components use Boost MultiArray and PropertyTree, so we still include the headers if available.
      We also still search std::experimental for any, filesystem and optional because some otherwise C++17-compliant compilers did not support them in std until recently.
      c3b6da1d
  7. Dec 19, 2020
  8. Dec 11, 2020
  9. Nov 08, 2019
  10. Sep 24, 2019
  11. Sep 18, 2019
  12. Aug 28, 2019
  13. Oct 01, 2018
  14. Sep 28, 2018
  15. Sep 24, 2018
  16. Aug 24, 2018
  17. Aug 23, 2018