1. Oct 07, 2019
  2. Oct 06, 2019
  3. Sep 30, 2019
  4. Sep 29, 2019
  5. Sep 10, 2019
  6. Sep 09, 2019
    • Richard Kettlewell's avatar
      Disable deprecation warnings on macos · 5792a337
      Richard Kettlewell authored
      Homebrew's glibmm uses deprecated bits of glib:
      
        CXX      Render.o
      In file included from Render.cc:16:
      In file included from ./Render.h:23:
      In file included from /usr/local/Cellar/pangomm/2.42.0_1/include/pangomm-1.4/pangomm/layout.h:31:
      /usr/local/Cellar/glibmm/2.60.0_1/include/glibmm-2.4/glibmm/object.h:73:3: error: 'GParameter' is deprecated [-Werror,-Wdeprecated-declarations]
        GParameter* parameters;
        ^
      /usr/local/Cellar/glib/2.62.0/include/glib-2.0/gobject/gparam.h:194:39: note: 'GParameter' has been explicitly marked deprecated here
      typedef struct _GParameter      GParameter GLIB_DEPRECATED_TYPE_IN_2_54;
                                                 ^
      /usr/local/Cellar/glib/2.62.0/include/glib-2.0/glib/gversionmacros.h:770:49: note: expanded from macro 'GLIB_DEPRECATED_TYPE_IN_2_54'
      # define GLIB_DEPRECATED_TYPE_IN_2_54           GLIB_DEPRECATED_TYPE
                                                      ^
      /usr/local/Cellar/glib/2.62.0/include/glib-2.0/glib/gmacros.h:1013:30: note: expanded from macro 'GLIB_DEPRECATED_TYPE'
      #define GLIB_DEPRECATED_TYPE G_DEPRECATED
                                   ^
      /usr/local/Cellar/glib/2.62.0/include/glib-2.0/glib/gmacros.h:942:37: note: expanded from macro 'G_DEPRECATED'
      #define G_DEPRECATED __attribute__((__deprecated__))
                                          ^
      5792a337
  7. Sep 07, 2019
  8. May 19, 2019
  9. May 18, 2019
  10. Mar 03, 2019
  11. Mar 02, 2019
  12. Feb 20, 2019
  13. Feb 18, 2019
  14. Feb 17, 2019
  15. Feb 13, 2019
    • Richard Kettlewell's avatar
      Correct comparison of Backup objects · 98f10b6d
      Richard Kettlewell authored
      Essentially this meant that second and subsequent backups on the same
      day would be missed out from any internal processing (including
      determining what to prune). They were still added to the database
      (hence the tests passing) so the broken version should not have left
      and inconsistent state and pruning should sort itself out in due course.
      98f10b6d
  16. Feb 10, 2019
  17. Feb 09, 2019
  18. Feb 05, 2019