1. 01 Jan, 2021 1 commit
  2. 06 Jul, 2020 1 commit
  3. 13 Mar, 2020 1 commit
    • Rosen Penev's avatar
      replace stdarg.h with cstdarg · c846ee0d
      Rosen Penev authored
      The former was deprecated in C++14. The Standard says they are the same:
      
      The contents of the header<cstdarg>are the same as the C standard library
      header<stdarg.h>, with the following changes: The restrictions that ISO C
      places on the second parameter to the va_start macro in header<stdarg.h>
      are different in this International Standard. The parameter parmN is the
      rightmost parameter in the variable parameter list of the function
      definition (the one just before the...).219If the parameter parmN is a
      pack expansion (17.5.3) or an entity resulting from a lambda capture
      (8.1.5), the program is ill-formed, no diagnostic required. If the
      parameter parmN is of a reference type, or of a type that is not
      compatible with the type that results when passing an argument for which
      there is no parameter, the behavior is undefined.
      
      Also changed va_list to the std:: namespace version, which is the same.
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      c846ee0d
  4. 18 Jan, 2020 1 commit
  5. 23 May, 2019 1 commit
  6. 31 Oct, 2018 1 commit
  7. 16 May, 2017 1 commit
  8. 03 Jan, 2017 1 commit
  9. 26 Feb, 2016 1 commit
  10. 01 Jan, 2015 1 commit
  11. 13 Jan, 2014 1 commit
  12. 28 Nov, 2013 1 commit
  13. 02 Oct, 2013 1 commit
  14. 30 Jul, 2013 1 commit
  15. 03 Jan, 2013 1 commit
  16. 02 Jan, 2013 1 commit
  17. 29 Jan, 2011 1 commit
  18. 01 Jan, 2010 1 commit
  19. 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
  20. 31 Oct, 2008 1 commit
    • Max Kellermann's avatar
      added prefix to header macros · ea515494
      Max Kellermann authored
      "LOG_H" is a macro which is also used by ffmpeg/log.h.  This is
      ffmpeg's fault, because short macros should be reserved for
      applications, but since it's always a good idea to choose prefixed
      macro names, even for applications, we are going to do that in MPD.
      ea515494
  21. 07 Sep, 2008 2 commits
  22. 26 Aug, 2008 6 commits
  23. 02 Jun, 2008 1 commit
  24. 13 Apr, 2008 4 commits
  25. 12 Apr, 2008 4 commits
  26. 05 Apr, 2007 1 commit
  27. 20 Aug, 2006 1 commit
  28. 06 Aug, 2006 1 commit