1. 11 Nov, 2014 1 commit
    • Misty De Meo's avatar
      Main: fix compilation on OS X using non-Apple compilers · 134cb6a0
      Misty De Meo authored
      Commit d42c0f1d added an OS X-specific
      method of calling mpd_main_after_fork(), which uses Grand Central
      Dispatch. Since this uses a block literal, it breaks compilation on
      compilers which don't support the block extension, e.g. non-Apple
      compilers. This affects users on older OS X releases with GCD (which
      depend on older Clang releases, or Apple GCCs, which don't support the
      C++11 features MPD needs); or which don't support GCD at all (10.5 and
      lower).
      
      This patch changes the #ifdef so that the non-GCD code is used
      as it was on OS X before this patch if blocks aren't available, via
      checking __BLOCKS__ macro.
      134cb6a0
  2. 10 Nov, 2014 4 commits
  3. 08 Nov, 2014 2 commits
  4. 07 Nov, 2014 5 commits
  5. 04 Nov, 2014 1 commit
  6. 02 Nov, 2014 19 commits
  7. 01 Nov, 2014 3 commits
  8. 31 Oct, 2014 3 commits
  9. 28 Oct, 2014 2 commits