1. 14 May, 2020 1 commit
    • Port member initialization from constructor to declaration (C++11) · 1f6f364a
      Rémi Verschelde authored
      Using `clang-tidy`'s `modernize-use-default-member-init` check and
      manual review of the changes, and some extra manual changes that
      `clang-tidy` failed to do.
      
      Also went manually through all of `core` to find occurrences that
      `clang-tidy` couldn't handle, especially all initializations done
      in a constructor without using initializer lists.
  2. 13 May, 2020 11 commits
  3. 12 May, 2020 22 commits
  4. 11 May, 2020 6 commits