1. 10 Jun, 2020 7 commits
  2. 08 Jun, 2020 3 commits
  3. 06 Jun, 2020 1 commit
  4. 01 Jun, 2020 1 commit
  5. 15 May, 2020 1 commit
  6. 11 May, 2020 1 commit
    • Tomáš Jakubec's avatar
      Aggregation processor · a73a64b8
      Tomáš Jakubec authored
      MeshDataContainer operator[] for integer sequence
      JSONLogger accepts references instead of values
      a73a64b8
  7. 07 May, 2020 2 commits
  8. 06 May, 2020 1 commit
  9. 18 Apr, 2020 1 commit
  10. 13 Apr, 2020 1 commit
  11. 09 Apr, 2020 1 commit
  12. 08 Apr, 2020 1 commit
  13. 06 Apr, 2020 2 commits
  14. 03 Apr, 2020 1 commit
  15. 28 Mar, 2020 1 commit
  16. 11 Mar, 2020 1 commit
  17. 09 Mar, 2020 2 commits
  18. 08 Mar, 2020 1 commit
  19. 07 Mar, 2020 1 commit
  20. 17 Feb, 2020 4 commits
  21. 08 Feb, 2020 1 commit
  22. 04 Feb, 2020 2 commits
  23. 03 Feb, 2020 1 commit
  24. 30 Jan, 2020 1 commit
  25. 23 Jan, 2020 1 commit
    • Tomáš Jakubec's avatar
      automatic traits algorithms. · 215130e3
      Tomáš Jakubec authored
      To achieve the maximal efficiency of traits approach is necessary to
      change name type from std::string to const char*.
      Moreover, I had to make the default trait public in another way. There
      is a function creating and returning the generated Trait. At first sight
      is seemed to me as bad idea, but the compiler can not work so
      efficiently with it. Thus, it is better to have static function which
      generates the object of traits.
      215130e3