1. 06 Jul, 2020 3 commits
  2. 30 May, 2020 1 commit
  3. 16 Mar, 2020 1 commit
  4. 12 Mar, 2020 1 commit
    • 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
  5. 18 Jan, 2020 1 commit
  6. 16 Dec, 2019 1 commit
  7. 05 Jul, 2019 1 commit
  8. 17 Jun, 2019 1 commit
  9. 08 May, 2019 1 commit
  10. 20 Feb, 2019 1 commit
  11. 19 Nov, 2018 1 commit
  12. 31 Oct, 2018 1 commit
  13. 02 Jan, 2018 2 commits
  14. 19 Dec, 2017 1 commit
  15. 12 Dec, 2017 1 commit
  16. 08 May, 2017 1 commit
  17. 25 Feb, 2017 2 commits
  18. 11 Feb, 2017 1 commit
  19. 10 Feb, 2017 1 commit
  20. 03 Jan, 2017 1 commit
  21. 29 Oct, 2016 1 commit
  22. 27 Oct, 2016 2 commits
  23. 05 Mar, 2016 1 commit
  24. 28 Feb, 2016 1 commit
  25. 26 Feb, 2016 1 commit
  26. 13 Aug, 2015 1 commit
  27. 12 Aug, 2015 1 commit
  28. 11 Aug, 2015 1 commit
  29. 02 Mar, 2015 1 commit
  30. 28 Feb, 2015 1 commit
  31. 01 Jan, 2015 1 commit
  32. 08 Dec, 2014 1 commit
  33. 09 Oct, 2014 1 commit
  34. 16 Jun, 2014 1 commit
  35. 14 Mar, 2014 1 commit