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