1. 04 Mar, 2018 1 commit
    • Christian Kröner's avatar
      Get rid of GCD on macOS which breaks debug builds · 79535212
      Christian Kröner authored
      With Grand Central Dispatch used in Main.cxx, debug builds on macOS
      crash as the IsInside() assertion gets triggered in the event loop. As
      a simple fix, usage of GCD is removed. Plugging and unplugging
      headphones or changes of the default output device was tested without
      issues. Whatever the original commit tried to fix by GCD probably does
      not need fixing anymore.
      79535212
  2. 24 Feb, 2018 1 commit
  3. 12 Dec, 2017 1 commit
  4. 16 May, 2017 1 commit
  5. 15 May, 2017 3 commits
  6. 08 May, 2017 1 commit
    • Max Kellermann's avatar
      *: remove "pure" and "const" attributes from throwing functions · 788e3b31
      Max Kellermann authored
      The "pure" and "const" attributes are not so well-defined, and a
      recent clang version implements an optimization which pushes the
      definition's boundary beyond what I believed it was.  clang now
      assumes that functions declared "pure" cannot throw exceptions, even
      if they lack the "noexcept" specification.
      
      When compiled with this new clang version, MPD will crash randomly if
      an exception happens to get thrown by such as "pure" function
      (https://github.com/MusicPlayerDaemon/MPD/issues/41).
      
      This commit removes all such misplaced "pure" and "const" attributes,
      closing #41.
      788e3b31
  7. 23 Jan, 2017 1 commit
  8. 03 Jan, 2017 2 commits
  9. 28 Dec, 2016 2 commits
  10. 09 Dec, 2016 2 commits
  11. 04 Dec, 2016 1 commit
  12. 03 Dec, 2016 5 commits
  13. 25 Nov, 2016 1 commit
  14. 24 Nov, 2016 1 commit
  15. 02 Nov, 2016 4 commits
  16. 29 Oct, 2016 1 commit
  17. 28 Oct, 2016 3 commits
  18. 27 Oct, 2016 2 commits
  19. 09 Sep, 2016 2 commits
  20. 05 Sep, 2016 1 commit
  21. 13 Apr, 2016 1 commit
  22. 18 Mar, 2016 1 commit
  23. 10 Mar, 2016 2 commits