1. 10 Feb, 2019 4 commits
  2. 09 Feb, 2019 1 commit
  3. 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
  4. 06 Feb, 2019 4 commits
  5. 05 Feb, 2019 1 commit
  6. 04 Feb, 2019 4 commits
  7. 03 Feb, 2019 2 commits
  8. 02 Feb, 2019 5 commits
  9. 31 Jan, 2019 1 commit
  10. 30 Jan, 2019 3 commits
  11. 27 Jan, 2019 3 commits
  12. 23 Jan, 2019 1 commit
  13. 21 Jan, 2019 2 commits
  14. 20 Jan, 2019 2 commits
  15. 19 Jan, 2019 1 commit
  16. 16 Jan, 2019 1 commit
  17. 13 Jan, 2019 4 commits