1. 04 Apr, 2019 1 commit
  2. 19 Nov, 2018 1 commit
    • Max Kellermann's avatar
      check.h: remove obsolete header · ce49d99c
      Max Kellermann authored
      Since we switched from autotools to Meson in commit
      94592c14, we don't need to include
      `config.h` early to properly enable large file support.  Meson passes
      the required macros on the compiler command line instead of defining
      them in `config.h`.
      
      This means we can include `config.h` at any time, whenever we want to
      check its macros, and there are no ordering constraints.
      ce49d99c
  3. 31 Oct, 2018 1 commit
  4. 14 Oct, 2018 1 commit
    • Max Kellermann's avatar
      build with Meson instead of autotools · 94592c14
      Max Kellermann authored
      So long, autotools!  This is my last MPD related project to migrate
      away from it.  It has its strengths, but also very obvious weaknesses
      and weirdnesses.  Today, many of its quirks are not needed anymore,
      and are cumbersome and slow.  Now welcome our new Meson overlords!
      94592c14
  5. 02 Sep, 2018 1 commit
    • Max Kellermann's avatar
      neighbor/udisks: add `this->` to work around GCC 6 bug · 931b571e
      Max Kellermann authored
      Since `this` was captured, it does not need to be specified, but GCC 6
      can't do it.  Since we want to support the standard compiler from
      Debian Stretch (stable), we need to work around this problem:
      
       src/neighbor/plugins/UdisksNeighborPlugin.cxx:239:12: error: cannot call member function 'void UdisksNeighborExplorer::Insert(UDisks2::Object&&)' without object
             Insert(std::move(o));
             ~~~~~~^~~~~~~~~~~~~~
      
      This fixes #300 which I previously thought was a different bug.
      931b571e
  6. 20 Aug, 2018 1 commit
  7. 18 Jul, 2018 1 commit
  8. 17 Jul, 2018 2 commits
  9. 16 Jul, 2018 1 commit
  10. 04 Jun, 2018 5 commits
  11. 03 Jun, 2018 7 commits
  12. 02 Jun, 2018 1 commit
    • Max Kellermann's avatar
      basic udisks2 support · 3aade670
      Max Kellermann authored
      To get udisks2 support started, this commit contains the configure.ac
      option and a "neighbor" plugin which shows block devices.  Later, this
      will allow mounting removable media with a new storage plugin.
      3aade670
  13. 07 Jan, 2018 1 commit
  14. 02 Jan, 2018 3 commits
  15. 19 Dec, 2017 1 commit
  16. 25 Aug, 2017 3 commits
  17. 04 Jun, 2017 1 commit
  18. 16 May, 2017 1 commit
  19. 08 May, 2017 1 commit
  20. 10 Feb, 2017 1 commit
  21. 03 Jan, 2017 2 commits
  22. 29 Dec, 2016 1 commit
  23. 28 Oct, 2016 1 commit
  24. 05 Sep, 2016 1 commit