Commit graph

11 commits

Author SHA1 Message Date
adam
c0533624d8 2.48.1:
Build:
* MacOS X: Add alternative #ifdefed code when thread_local
  is not supported by the compiler.
* Replace most typedefs with the C++11 using keyword.
2016-04-12 21:27:25 +00:00
adam
b18354abb5 Work-around NetBSD's native iconv lacking support for WCHAR_T.
See also PR 39765.
Need for graphics/inkscape 0.91.
2015-02-03 11:50:43 +00:00
joerg
73d6a05055 Don't redefine local variables. 2012-11-16 00:45:24 +00:00
drochner
bb9746b7c0 update to 2.16.1
This switches to the gnome-2.22 release branch.
2008-04-15 12:36:39 +00:00
adam
99da6dbce3 Changes 2.14.1:
* Glib::wrap(): Don't fail when wrapping an interface that
  is implemented by an unrecognized type.
  gmmproc-generated code now uses the new wrap_auto_interface(),
  so newly-generated source code will require this latest glibmm
  version.
* Increase version number check for glib.

Changes 2.14:
* New Regex class, allowing string searching with regular expressions.
* New KeyFile class.
* Main: Added SignalTimeout::connect_seconds().
* OptionContext: Added get/set_summary(), get/set_description(),
  set_translation_domain() and set_translate_func().
* Added Glib::get_user_special_dir(), get_user_data_dir(),
  get_user_config_dir(), and get_user_cache_dir().
* Improved documentation.
2007-10-13 14:18:19 +00:00
adam
3610ce4b8e Changes 2.12.7:
* Build: Hopefully fix the build on NetBSD-4.99.6/amd64.

Changes 2.12.6:
* Options: Don't overwrite default arguments. This change was lost in
  March 2006, but now it is back.
2007-03-18 12:51:28 +00:00
adam
0db8c64f28 Changes 2.12.5:
* Fix code generation when using the latest m4, and functions named
  mkstemp, as experienced on Ubuntu Feisty.
2007-02-05 19:43:23 +00:00
wiz
d2b3046a17 Fix build on NetBSD-4.99.7/amd64.
Fed upstream in http://bugzilla.gnome.org/show_bug.cgi?id=386990
2006-12-26 11:05:56 +00:00
adam
29563f82ea Changes 2.12.3:
* ObjectBase: Added connect_property_changed(),
  as an alternative to use when the property proxies are not
  available because GLIBMM_PROPERTIES_ENABLED is not defined.
* Documentation:
  - Small ustring reference documentation improvement.
2006-11-29 19:03:38 +00:00
adam
5caff7c9de This patch-aa is a better one 2006-11-11 20:12:24 +00:00
adam
101a48507b Fix building on 64-bit architectures 2006-11-11 10:27:21 +00:00