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