| non port: x11-toolkits/c++-gtk-utils/pkg-plist |
Number of commits found: 19 |
|
Saturday, 12 Nov 2016
|
18:01 pawel
- Update to version 2.2.14
- Register missing dependencies found by stage-qa
- Add LICENSE_FILE
- Use PLIST_SUB for library version
Changelog:
Provide Cgu::AsyncChannel class (c++-gtk-utils/Makefile.am;
doxygen.main.in; async_channel.h, async_queue.h;
tests/Makefile.am, tests/test_async_channel.cpp).
Remove the 'noexcept' specifier for Cgu::Thread::Cond::wait() and
Cgu::Thread::Cond::timed_wait(): any cancellation pseudo-exception
is inconsistent with this specifier (mutex.h).
Provide TaskManager::get_max_tasks() method with documentation on
rate limiting (parallel.h, task_manager.h, task_manager.cpp).
Zero initialise the character buffer in Reassembler class
(reassembler.h).
Adjust configuration macros to enable use of Cgu::Extension with
guile-2.2 (acinclude.m4; cgu_config.h.in, extension.h).
Increase coverage of io_watch tests (tests/test_iowatch.cpp).
Update documentation (async_queue.h, async_result.h, future.h,
task_manager.h, thread.h).
 |
|
Wednesday, 11 May 2016
|
14:53 pawel
Update to version 2.2.13
Changelog:
Use glib's unix fd implementation for io_watch where glib >= 2.36
is installed, unless otherwise chosen during configuration
(acinclude.m4, configure-gtk2.ac, configure-gtk-3.ac;
io_watch.cpp).
Update documentation (callback.h, extension.h, future.h).
 |
|
Wednesday, 6 Jan 2016
|
07:21 pawel
Update to version 2.2.12
Changelog:
Simplify Cgu::Application::add() method (application.cpp).
Minor implementation improvement for
Cgu::Thread::parallel_transform* functions (do pointer arithmetic
before not after tasks are launched) (parallel.h).
Permit return value optimisation when returning thread object on
starting new thread (thread.cpp).
Update libtool to version 2.4.6.
Documentation fix for doxygen-1.8.9 (docs/Doxyfile.in).
Update code comments (emitter.h).
Update documentation (doxygen.main.in, application.h, emitter.h,
extension.h, future.h, future.tpp, shared_handle.h, shared_ptr.h,
task_manager.h, thread.h).
 |
|
Thursday, 18 Jun 2015
|
19:54 pawel
Update to version 2.2.11
Changelog:
Provide a mutex for calls to make-fresh-user-modules to deal with
guile thread safety issues (c++-gtk-utils/Makefile.am;
extension.h, extension_helper.cpp).
Improve efficiency of scheme to C++ list translators for long
lists (extension.h).
Update libtool to version 2.4.4.
Update code comments (extension.h, future.h, parallel.h,
task_manager.h, task_manager.tpp).
Update documentation (README; application.h, parallel.h, param.h).
 |
|
Wednesday, 24 Dec 2014
|
14:35 pawel
- Update x11-toolkits/c++-gtk-utils to version 2.2.10
- Bump affected comms/efax-gtk, fix plist while here
 |
|
Monday, 13 Oct 2014
|
22:08 pawel
Remove @dirrm's from my ports plists
 |
|
Saturday, 6 Sep 2014
|
17:30 pawel
- Update to version 2.2.8
- Use INSTALL_TARGET for stripping
 |
|
Tuesday, 3 Jun 2014
|
18:36 pawel
- Update x11-toolkits/c++-gtk-utils to version 2.2.7
- Needs USES=libtool, drop la file
- Bump affected comms/efax-gtk (library name changed)
 |
|
Friday, 24 Jan 2014
|
23:23 pawel
- Update to version 2.2.5
- Strip library when DEBUG=off
 |
|
Tuesday, 20 Aug 2013
|
18:25 pawel
- Update x11-toolkits/c++-gtk-utils to 2.2.2
- Bump affected comms/efax-gtk
- Both ports need at least gcc46 to build
 |
|
Sunday, 2 Jun 2013
|
11:54 pawel
- Update x11-toolkits/c++-gtk-utils to 2.2.0
add support for DOCS option, switch to PORTDOCS
- Update comms/efax-gtk to 3.2.12
 |
|
Friday, 15 Feb 2013
|
21:29 pawel
Update to version 2.0.15
 |
|
Wednesday, 2 Jan 2013
|
19:11 pawel
x11-toolkits/c++-gtk-utils: update to version 2.0.14
comms/efax-gtk: update to version 3.2.11
 |
|
Sunday, 9 Dec 2012
|
21:55 pawel
- Update x11-toolkits/c++-gtk-utils to version 2.0.13
- Bump comms/efax-gtk after shlib version change
 |
|
Monday, 2 Jul 2012
|
19:45 pawel
- Update to version 2.0.10
- Remove workaround to build on 10.0-CURRENT
Changes:
Upgrades to the build system have been made. The documentation has been
updated and other minor improvements made.
 |
|
Tuesday, 29 May 2012
|
17:45 pawel
Update to version 2.0.9
Changes:
Integration of callback objects with C++11 lambda expressions has been
improved. A bug in the move assignment operator of AsyncQueueDispatch
has been fixed. Documentation improvements have been made.
 |
|
Monday, 21 May 2012
|
18:05 pawel
- Update to version 2.0.8
- Sort plist
 |
|
Tuesday, 15 May 2012
|
18:40 pawel
- Fix build on 10.0-CURRENT
- Drop NOPORTDOCS support
 |
|
Friday, 23 Dec 2011
|
16:56 pawel
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.
WWW: http://cxx-gtk-utils.sourceforge.net
 |
Number of commits found: 19 |