1. 01 Jan, 2021 1 commit
  2. 15 Nov, 2020 1 commit
  3. 21 Sep, 2020 1 commit
  4. 16 Sep, 2020 1 commit
  5. 06 Jul, 2020 3 commits
  6. 30 May, 2020 1 commit
  7. 30 Apr, 2020 1 commit
  8. 08 Apr, 2020 1 commit
  9. 26 Mar, 2020 2 commits
  10. 16 Mar, 2020 3 commits
  11. 13 Mar, 2020 1 commit
  12. 12 Mar, 2020 2 commits
    • Rosen Penev's avatar
      replace inttypes.h with cinttypes · 5cd400f5
      Rosen Penev authored
      The former has been deprecated by C++14. They are also the same.
      
      From the standard:
      
      The contents and meaning of the header<cinttypes>are the same as the C
      standard library header<inttypes.h>, with the following changes:
      
      -The header<cinttypes>includes the header<cstdint>instead of<stdint.h>,and
      —if and only if the typeintmax_tdesignates an extended integer type
       (6.7.1), the following functionsignatures are added:intmax_t
      abs(intmax_t);imaxdiv_t div(intmax_t, intmax_t);which shall have the same
      semantics as the function signaturesintmax_t imaxabs(intmax_t)andimaxdiv_t
      imaxdiv(intmax_t, intmax_t), respectively.
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      5cd400f5
    • Rosen Penev's avatar
      replace assert.h with cassert · ab9f5d20
      Rosen Penev authored
      The former was deprecated with C++14.
      
      According to the C++11 and C++17 standards, both files are identical.
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      ab9f5d20
  13. 17 Feb, 2020 1 commit
  14. 04 Feb, 2020 1 commit
  15. 02 Feb, 2020 3 commits
  16. 01 Feb, 2020 1 commit
  17. 20 Jan, 2020 5 commits
  18. 18 Jan, 2020 5 commits
  19. 03 Jan, 2020 1 commit
  20. 16 Dec, 2019 1 commit
  21. 04 Dec, 2019 1 commit
  22. 20 Aug, 2019 3 commits