Skip to content
  1. Nov 19, 2016
  2. Nov 16, 2016
  3. Nov 14, 2016
  4. Nov 11, 2016
    • Murray Cumming's avatar
      Try to disable -Wunused-function for the glibmm_interface_move test. · 732df7d9
      Murray Cumming authored
      To deal with this clang warning when building with --enable-warnings=fatal.
      TODO: However, this doesn't actually seem to disable the error.
      
      glibmm_interface_move/main.cc:9:1: error: unused function 'glib_autoptr_cleanup_TestIface' [-Werror,-Wunused-function]
      G_DECLARE_INTERFACE(TestIface, test_Iface, TEST, IFACE, GObject)
      ^
      /opt/gnome/include/glib-2.0/gobject/gtype.h:1565:3: note: expanded from macro 'G_DECLARE_INTERFACE'
        _GLIB_DEFINE_AUTOPTR_CHAINUP (ModuleObjName, PrerequisiteName)                                           \
        ^
      /opt/gnome/include/glib-2.0/glib/gmacros.h:421:22: note: expanded from macro '_GLIB_DEFINE_AUTOPTR_CHAINUP'
        static inline void _GLIB_AUTOPTR_FUNC_NAME(ModuleObjName) (ModuleObjName **_ptr) {                     \
                           ^
      /opt/gnome/include/glib-2.0/glib/gmacros.h:415:43: note: expanded from macro '_GLIB_AUTOPTR_FUNC_NAME'
                                                ^
      <scratch space>:224:1: not...
      732df7d9
    • Murray Cumming's avatar
      Use libsigc++-3.0 and C++14 · d9631053
      Murray Cumming authored
      d9631053
    • Murray Cumming's avatar
      Change the ABI to glibmm-2.52. · 0ccfdd0c
      Murray Cumming authored
      This installs in parallel with glibmm-2.4.
      
      There is now corresponding ABI-breaking glib version,
      but there is for gtk+ (and therefore gtkmm), so this seems like a
      good time to do this for glibmm too.
      0ccfdd0c
  5. Nov 08, 2016
  6. Nov 05, 2016
  7. Sep 20, 2016
  8. Sep 13, 2016
  9. Sep 11, 2016
  10. Sep 10, 2016
  11. Sep 01, 2016
  12. Aug 26, 2016
  13. Aug 19, 2016
  14. Aug 14, 2016
    • Kjell Ahlstedt's avatar
      Glib::OptionContext: Wrap g_option_context_parse_strv() · 609ff24f
      Kjell Ahlstedt authored
      * gio/src/applicationcommandline.hg: Fix the documentation of get_arguments(),
      now that g_option_context_parse_strv() has been wrapped.
      * glib/src/optioncontext.hg: Wrap g_option_context_parse_strv() as
      parse(char**& argv). Fix the documentation of get_help(bool).
      609ff24f
  15. Aug 11, 2016
  16. Aug 09, 2016