1. 23 Jul, 2020 4 commits
  2. 27 May, 2020 1 commit
  3. 26 Mar, 2020 1 commit
  4. 16 Mar, 2020 3 commits
  5. 12 Mar, 2020 1 commit
  6. 20 Feb, 2020 1 commit
  7. 17 Feb, 2020 1 commit
  8. 05 Feb, 2020 1 commit
  9. 18 Jan, 2020 1 commit
  10. 16 Dec, 2019 1 commit
  11. 15 Aug, 2019 1 commit
  12. 03 Aug, 2019 1 commit
  13. 05 Jul, 2019 1 commit
  14. 17 Jun, 2019 1 commit
  15. 04 Apr, 2019 1 commit
  16. 21 Feb, 2019 2 commits
  17. 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
  18. 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
  19. 02 Sep, 2018 1 commit
    • Max Kellermann's avatar
      lib/dbus/ReadIter: switch off -Wshadow on GCC<8 · b9cca49e
      Max Kellermann authored
      GCC 6.3.0 emits bogus warnings like this:
      
       In file included from src/lib/dbus/UDisks2.cxx:22:0:
       src/lib/dbus/ReadIter.hxx: In instantiation of 'ODBus::ReadMessageIter::ForEachProperty(F&&)::<lambda(auto:2&&)> [with auto:2 = ODBus::ReadMessageIter; F = std::_Bind<void (*(std::reference_wrapper<UDisks2::Object>, std::_Placeholder<1>, std::_Placeholder<2>))(UDisks2::Object&, const char*, ODBus::ReadMessageIter&&) noexcept>]':
       src/lib/dbus/ReadIter.hxx:102:6:   required from 'ODBus::ReadMessageIter::ForEachRecurse(int, F&&)::<lambda(auto:1&&)> [with auto:1 = ODBus::ReadMessageIter&; F = ODBus::ReadMessageIter::ForEachProperty(F&&) [with F = std::_Bind<void (*(std::reference_wrapper<UDisks2::Object>, std::_Placeholder<1>, std::_Placeholder<2>))(UDisks2::Object&, const char*, ODBus::ReadMessageIter&&) noexcept>]::<lambda(auto:2&&)>]'
       src/lib/dbus/ReadIter.hxx:92:5:   required from 'void ODBus::ReadMessageIter::ForEach(int, F&&) [with F = ODBus::ReadMessageIter::ForEachRecurse(int, F&&) [with F = ODBus::ReadMessageIter::ForEachProperty(F&&) [with F = std::_Bind<void (*(std::reference_wrapper<UDisks2::Object>, std::_Placeholder<1>, std::_Placeholder<2>))(UDisks2::Object&, const char*, ODBus::ReadMessageIter&&) noexcept>]::<lambda(auto:2&&)>]::<lambda(auto:1&&)>]'
       src/lib/dbus/ReadIter.hxx:101:3:   required from 'void ODBus::ReadMessageIter::ForEachRecurse(int, F&&) [with F = ODBus::ReadMessageIter::ForEachProperty(F&&) [with F = std::_Bind<void (*(std::reference_wrapper<UDisks2::Object>, std::_Placeholder<1>, std::_Placeholder<2>))(UDisks2::Object&, const char*, ODBus::ReadMessageIter&&) noexcept>]::<lambda(auto:2&&)>]'
       src/lib/dbus/ReadIter.hxx:114:3:   required from 'void ODBus::ReadMessageIter::ForEachProperty(F&&) [with F = std::_Bind<void (*(std::reference_wrapper<UDisks2::Object>, std::_Placeholder<1>, std::_Placeholder<2>))(UDisks2::Object&, const char*, ODBus::ReadMessageIter&&) noexcept>]'
       src/lib/dbus/UDisks2.cxx:71:30:   required from here
       src/lib/dbus/ReadIter.hxx:114:53: error: declaration of 'ODBus::ReadMessageIter&& i' shadows a parameter [-Werror=shadow]
          ForEachRecurse(DBUS_TYPE_DICT_ENTRY, [&f](auto &&i){
                                                            ^
       src/lib/dbus/ReadIter.hxx:101:33: note: shadowed declaration is here
          ForEach(arg_type, [&f](auto &&i){
                                        ^
      b9cca49e
  20. 20 Aug, 2018 1 commit
  21. 01 Aug, 2018 1 commit
  22. 04 Jun, 2018 9 commits
  23. 03 Jun, 2018 4 commits