1. 24 Feb, 2018 1 commit
  2. 12 Dec, 2017 1 commit
  3. 16 May, 2017 1 commit
  4. 15 May, 2017 3 commits
  5. 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
  6. 23 Jan, 2017 1 commit
  7. 03 Jan, 2017 2 commits
  8. 28 Dec, 2016 2 commits
  9. 09 Dec, 2016 2 commits
  10. 04 Dec, 2016 1 commit
  11. 03 Dec, 2016 5 commits
  12. 25 Nov, 2016 1 commit
  13. 24 Nov, 2016 1 commit
  14. 02 Nov, 2016 4 commits
  15. 29 Oct, 2016 1 commit
  16. 28 Oct, 2016 3 commits
  17. 27 Oct, 2016 2 commits
  18. 09 Sep, 2016 2 commits
  19. 05 Sep, 2016 1 commit
  20. 13 Apr, 2016 1 commit
  21. 18 Mar, 2016 1 commit
  22. 10 Mar, 2016 2 commits
  23. 05 Mar, 2016 1 commit