1. 01 Jan, 2021 1 commit
  2. 16 Sep, 2020 1 commit
  3. 08 Apr, 2020 1 commit
  4. 13 Mar, 2020 1 commit
  5. 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
  6. 18 Jan, 2020 1 commit
  7. 03 Jan, 2020 1 commit
  8. 13 Aug, 2019 1 commit
  9. 12 Aug, 2019 3 commits
  10. 09 Aug, 2019 1 commit
  11. 05 Jul, 2019 1 commit
  12. 17 Jun, 2019 1 commit
  13. 06 Jun, 2019 1 commit
  14. 07 May, 2019 1 commit
  15. 18 Apr, 2019 1 commit
  16. 21 Jan, 2019 3 commits
  17. 31 Oct, 2018 1 commit
  18. 17 Jul, 2018 1 commit
  19. 06 Jul, 2018 1 commit
  20. 05 Jul, 2018 1 commit
  21. 22 Jun, 2018 1 commit
    • Max Kellermann's avatar
      input/Stream: remove attribute "cond", replace with handler interface · d0fbf6db
      Max Kellermann authored
      This adds a bit of overhead, but also adds flexibility to the API,
      because arbitrary triggers may be invoked from that virtual method
      implementation, not just Cond::signal().
      
      The motivation for this is to make the handlers more dynamic, for the
      upcoming buffering class utilizing ProxyInputStream.
      d0fbf6db
  22. 17 Feb, 2018 1 commit
    • FlashSystems's avatar
      Fix for bogus output of the albumart command on 32bit platforms. · 9f6af4f2
      FlashSystems authored
      read_stream_art uses PRIu64 unconditionally with the Format
      method of a Respone instance to output a size_t typed value.
      If size_t is 32bit the output is garbeled. This patch uses
      offset_type and PRIoffset to make sure the format string
      and the type of the output value always match.
      9f6af4f2
  23. 12 Dec, 2017 1 commit
  24. 17 Aug, 2017 1 commit
  25. 15 Aug, 2017 1 commit
  26. 08 May, 2017 1 commit
  27. 08 Feb, 2017 1 commit
  28. 03 Jan, 2017 1 commit
  29. 07 Nov, 2016 1 commit
  30. 27 Oct, 2016 1 commit
  31. 12 Apr, 2016 1 commit
  32. 01 Mar, 2016 1 commit
  33. 26 Feb, 2016 1 commit
  34. 22 Feb, 2016 2 commits