Commit graph

3 commits

Author SHA1 Message Date
joerg
12b5f4ceb7 Don't test char16/char32 support as it isn't used. 2014-08-19 13:45:48 +00:00
ryoon
c80b8fb700 Update to 2.2.8
Changelog:
Version 2.2.8 (16 July 2014)
-------------

        Correct testing of minimum values in Extension::real_to_double()
        and Extension::list_to_vector_double() (extension.h).

        Deal properly with unexpected out-of-memory conditions in
        executing Extension::exec() and Extension::exec_shared()
        (extension.h).

        Minor code refactoring in EmitterArg::connect() and
        SafeEmitterArg::connect() (emitter.h).

        Update documentation (callback.h, emitter.h, extension.h,
        notifier.h, parallel.h, task_manager.h).
2014-07-19 06:49:27 +00:00
ryoon
bbb1abd212 Import c++-gtk-utils-2.2.7 as x11/c++-gtk-utils.
c++-gtk-utils is a lightweight library containing a number of
classes and functions for programming GTK+ programs using C++ in
POSIX (unix-like) environments, where the user does not want to
use a full-on wrapper such as gtkmm or wxWidgets, or is concerned
about exception safety or thread safety of the wrapper and their
documentation. It is parallel installable for both GTK+2 and GTK+3.
There is also an option to install a subset of the library with
only glib/gobject/gio support, without GTK+.
2014-07-19 06:39:31 +00:00