1. 11 Mar, 2009 1 commit
  2. 09 Mar, 2009 1 commit
    • Max Kellermann's avatar
      poison: added valgrind support · 940af669
      Max Kellermann authored
      If the header valgrind/memcheck.h is available, add
      VALGRIND_MAKE_MEM_NOACCESS() and VALGRIND_MAKE_MEM_UNDEFINED()
      support, which enables nice warnings in the valgrind memory checker.
      940af669
  3. 07 Mar, 2009 2 commits
  4. 06 Mar, 2009 14 commits
  5. 02 Mar, 2009 1 commit
    • Max Kellermann's avatar
      input_lastfm: new input plugin for last.fm radio · 4220e6b0
      Max Kellermann authored
      The lastfm input plugin enables MPD to play lastfm:// URLs.  This
      plugin is not complete yet: it plays only the first song in the
      last.fm playlist, and the playlist parser isn't even implemented
      properly.
      4220e6b0
  6. 01 Mar, 2009 1 commit
  7. 28 Feb, 2009 6 commits
  8. 25 Feb, 2009 1 commit
    • Max Kellermann's avatar
      configure.ac: declare AM_CFLAGS · bdb3129f
      Max Kellermann authored
      Moved generic compiler options to AM_CFLAGS.  MPD_CFLAGS/MPD_LIBS will
      hopefully fade away one day, in favor of more fine-grained variables.
      bdb3129f
  9. 24 Feb, 2009 1 commit
  10. 23 Feb, 2009 1 commit
    • Max Kellermann's avatar
      Makefile.am: no recursive makefiles · 3b1a9aec
      Max Kellermann authored
      Recursive Makefiles are inefficient and error prone (no proper way to
      declare dependencies).  Since there's no disadvantage in having one
      single Makefile, let's do it.
      3b1a9aec
  11. 22 Feb, 2009 4 commits
  12. 18 Feb, 2009 4 commits
  13. 13 Feb, 2009 1 commit
  14. 12 Feb, 2009 2 commits
    • Max Kellermann's avatar
      configure.ac: always check for C++ compiler · f6c8dd49
      Max Kellermann authored
      Currently, only the sidplay decoder plugin requires C++, and in all
      other cases, MPD could build well without a C++ compiler.
      Unfortunately, autoconf/automake are confused when we have a
      conditional AC_PROG_CXX check.  We could add lots of workarounds for
      individual problems, but let's just always require a C++ compiler, and
      forget about this autotools limitation.
      f6c8dd49
    • Max Kellermann's avatar
      14923394