1. 10 Feb, 2018 1 commit
    • Max Kellermann's avatar
      mixer/alsa: work around rounding error at volume 0 · bede5646
      Max Kellermann authored
      Due to rounding errors, a slightly negative value can be passed to
      set_normalized_volume(), which will make the log10() call fail.
      Actually, volume 0 is already failing because log10(0) is illegal.  So
      let's fix this by implementing two corner cases: <=0 and >=100.
      
      Closes #212
      bede5646
  2. 18 Dec, 2017 1 commit
  3. 21 Aug, 2017 1 commit
  4. 03 Jun, 2017 1 commit
    • Max Kellermann's avatar
      storage, db, mixer, command: remove more bogus "pure" attributes · 62b03cfd
      Max Kellermann authored
      This commit is similar to 788e3b31,
      and removes more "pure" attributes which were placed on functions that
      could throw exceptions, which is illegal according to clang's
      understanding of the attribute (but not according to GCC's).  GitHub
      issue #58 was most likely about StorageDirectoryReader::GetInfo() and
      Storage::GetInfo(), which still had "pure" attributes.
      
      Closes #58
      62b03cfd
  5. 08 May, 2017 1 commit
  6. 10 Feb, 2017 1 commit
  7. 09 Feb, 2017 2 commits
  8. 07 Jan, 2017 2 commits
  9. 03 Jan, 2017 2 commits
  10. 29 Dec, 2016 1 commit
  11. 28 Dec, 2016 2 commits
  12. 09 Sep, 2016 2 commits
  13. 01 Jul, 2016 2 commits
  14. 06 Mar, 2016 1 commit
  15. 01 Mar, 2016 1 commit
  16. 26 Feb, 2016 1 commit
  17. 11 Nov, 2015 1 commit
  18. 06 Nov, 2015 1 commit
  19. 16 Oct, 2015 1 commit
  20. 17 Sep, 2015 2 commits
  21. 17 Mar, 2015 1 commit
  22. 03 Mar, 2015 1 commit
  23. 21 Jan, 2015 2 commits
  24. 16 Jan, 2015 1 commit
  25. 01 Jan, 2015 1 commit
  26. 29 Dec, 2014 3 commits
  27. 02 Dec, 2014 3 commits
  28. 07 Aug, 2014 1 commit