1. 17 Oct, 2018 1 commit
  2. 16 Oct, 2018 1 commit
    • Michał Janiszewski's avatar
      Catch exceptions by const-reference · c8e6ce30
      Michał Janiszewski authored
      Exceptions caught by value incur needless cost in C++, most of them can
      be caught by const-reference, especially as nearly none are actually
      used. This could allow compiler generate a slightly more efficient code.
      c8e6ce30
  3. 15 Oct, 2018 15 commits
  4. 14 Oct, 2018 4 commits
  5. 13 Oct, 2018 5 commits
  6. 12 Oct, 2018 5 commits
  7. 11 Oct, 2018 9 commits