1. 01 Jan, 2021 1 commit
  2. 13 Mar, 2020 2 commits
    • Rosen Penev's avatar
      replace stdint.h with cstdint · a2f5a63b
      Rosen Penev authored
      The former is deprecated by C++14. The standard says they are the same:
      
      The header defines all types and macros the same as the C standard library
      header<stdint.h>.
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      a2f5a63b
    • Rosen Penev's avatar
      replace stddef.h with cstddef · 2db8bcc3
      Rosen Penev authored
      The former is deprecated with C++14. The standard says both are the same:
      
      The contents and meaning of the header<cstddef>are the same as the C
      standard library header<stddef.h>,except that it does not declare the type
      wchar_t, that it also declares the type byte and its associated
      operations (21.2.5), and as noted in 21.2.3 and 21.2.4.
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      2db8bcc3
  3. 18 Jan, 2020 1 commit
  4. 17 Jun, 2019 1 commit
  5. 31 Oct, 2018 1 commit
  6. 20 Aug, 2018 1 commit
  7. 04 Jun, 2017 1 commit
  8. 03 Jan, 2017 1 commit
  9. 18 Nov, 2016 1 commit
  10. 25 Apr, 2016 1 commit
    • Florian Schlichting's avatar
      DecoderBuffer: add missing include · 27d4b159
      Florian Schlichting authored
      > In file included from src/decoder/DecoderBuffer.cxx:21:0:
      > src/decoder/DecoderBuffer.hxx:41:20: error: 'uint8_t' was not declared in this scope
      >   DynamicFifoBuffer<uint8_t> buffer;
      >                     ^
      > src/decoder/DecoderBuffer.hxx:41:27: error: template argument 1 is invalid
      >   DynamicFifoBuffer<uint8_t> buffer;
      >                            ^
      > src/decoder/DecoderBuffer.hxx: In member function 'void DecoderBuffer::Clear()':
      > src/decoder/DecoderBuffer.hxx:61:10: error: request for member 'Clear' in '((DecoderBuffer*)this)->DecoderBuffer::buffer', which is of non-class type 'int'
      >    buffer.Clear();
      >           ^
      > src/decoder/DecoderBuffer.hxx: In member function 'size_t DecoderBuffer::GetAvailable() const':
      > src/decoder/DecoderBuffer.hxx:78:17: error: request for member 'GetAvailable' in '((const DecoderBuffer*)this)->DecoderBuffer::buffer', which is of non-class type 'const int'
      >    return buffer.GetAvailable();
      >                  ^
      > src/decoder/DecoderBuffer.hxx: In member function 'ConstBuffer<void> DecoderBuffer::Read() const':
      > src/decoder/DecoderBuffer.hxx:87:19: error: request for member 'Read' in '((const DecoderBuffer*)this)->DecoderBuffer::buffer', which is of non-class type 'const int'
      >    auto r = buffer.Read();
      >                    ^
      > src/decoder/DecoderBuffer.hxx:88:27: error: could not convert '{<expression error>, <expression error>}' from '<brace-enclosed initializer list>' to 'ConstBuffer<void>'
      >    return { r.data, r.size };
      >                            ^
      > src/decoder/DecoderBuffer.hxx: In member function 'void DecoderBuffer::Consume(size_t)':
      > src/decoder/DecoderBuffer.hxx:105:10: error: request for member 'Consume' in '((DecoderBuffer*)this)->DecoderBuffer::buffer', which is of non-class type 'int'
      >    buffer.Consume(nbytes);
      >           ^
      
      This seems to be caused by a lacking include, fixed by the below patch.
      
      I'm unsure what made this appear now, though, compiler and toolchain
      libraries seem to be the same upstream versions that built 0.19.14-1
      just fine in late March.
      27d4b159
  11. 26 Feb, 2016 1 commit
  12. 01 Jan, 2015 1 commit
  13. 22 Sep, 2014 3 commits
  14. 12 Jul, 2014 2 commits
  15. 11 Jul, 2014 1 commit
  16. 11 May, 2014 1 commit
  17. 23 Jan, 2014 1 commit
  18. 13 Jan, 2014 1 commit
  19. 06 Jan, 2014 3 commits
  20. 23 Oct, 2013 1 commit
  21. 21 Oct, 2013 1 commit
  22. 19 Oct, 2013 1 commit
  23. 17 Apr, 2013 1 commit
  24. 29 Jan, 2011 1 commit
  25. 01 Jan, 2010 1 commit
  26. 30 Sep, 2009 1 commit
  27. 13 Mar, 2009 1 commit
    • Avuton Olrich's avatar
      all: Update copyright header. · 0aee49bd
      Avuton Olrich authored
      This updates the copyright header to all be the same, which is
      pretty much an update of where to mail request for a copy of the GPL
      and the years of the MPD project. This also puts all committers under
      'The Music Player Project' umbrella. These entries should go
      individually in the AUTHORS file, for consistancy.
      0aee49bd
  28. 17 Feb, 2009 1 commit