Opened 3 years ago

Closed 3 years ago

#14285 closed enhancement (fixed)

glibmm-2.64.4

Reported by: Bruce Dubbs Owned by: Bruce Dubbs
Priority: normal Milestone: 10.1
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

New point version.

Change History (3)

comment:1 by Bruce Dubbs, 3 years ago

Owner: changed from blfs-book to Bruce Dubbs
Status: newassigned

comment:2 by Bruce Dubbs, 3 years ago

2.64.4: (stable):

The tarball for 2.64.4 has been created with 'meson dist'. If you build with Autotools from the tarball, please read the relevant part of the README file.

Glib:

  • PropertyProxyConnectionNode::connect_changed(): Fix using without property name

gmmproc:

  • Add optional decl_prefix parameter to _WRAP_GERROR and _WRAP_ENUM Used for adding GLIBMM_API or similar for MS Visual C++
  • Allow decorating comparison operators (for Visual Studio builds)
  • _CLASS_BOXEDTYPE, _CLASS_OPAQUE_COPYABLE: Fix move assignment
  • Decorate private generated classes with declspec when building with Visual Studio
  • generate_wrap_init.pl.in: Use g_type_ensure(SomeClass::get_type()) to ensure that get_type() is called

Build:

  • Use declspec(dllexport) consistently when building glibmm with Visual Studio
  • Meson build: Set default value of the 'warnings' option to 'min'
  • Improve NMake support
  • Improve Visual Studio support
  • docs/reference/: Update for Doxygen >= 1.8.16
  • Meson build: Fix versioning on macOS

Documentation:

  • Glib::BalancedTree docs: Recommend std::map or std::unordered_map
  • Meson build: Add missing Glib::Value and Variant documentation

comment:3 by Bruce Dubbs, 3 years ago

Resolution: fixed
Status: assignedclosed

Fixed at revision 23925.

Note: See TracTickets for help on using tickets.