1. 06 Mar, 2019 4 commits
  2. 26 Feb, 2019 1 commit
  3. 24 Feb, 2019 1 commit
  4. 23 Feb, 2019 1 commit
  5. 22 Feb, 2019 3 commits
  6. 19 Feb, 2019 2 commits
  7. 15 Feb, 2019 3 commits
  8. 14 Feb, 2019 2 commits
  9. 11 Feb, 2019 2 commits
  10. 10 Feb, 2019 4 commits
  11. 09 Feb, 2019 1 commit
  12. 07 Feb, 2019 1 commit
    • Daniela Engert's avatar
      Fix library deprecation warning · 01f34d0b
      Daniela Engert authored
      Since C++17, using template specialization 'std::allocator<void>' in any shape or form (even just mentioning it) is deprecated! A simple workaround is replacing 'void' by another (preferably empty) type, e.g. 'fmt::monostate'.
      
      Found by Clang 9 in Visual Studio.
      01f34d0b
  13. 06 Feb, 2019 4 commits
  14. 05 Feb, 2019 1 commit
  15. 04 Feb, 2019 4 commits
  16. 03 Feb, 2019 2 commits
  17. 02 Feb, 2019 4 commits