notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
non port: x11-toolkits/c++-gtk-utils/pkg-plist

Number of commits found: 19

Saturday, 12 Nov 2016
18:01 pawel search for other commits by this committer
- 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).
Original commitRevision:425975 
Wednesday, 11 May 2016
14:53 pawel search for other commits by this committer
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).
Original commitRevision:415001 
Wednesday, 6 Jan 2016
07:21 pawel search for other commits by this committer
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).
Original commitRevision:405336 
Thursday, 18 Jun 2015
19:54 pawel search for other commits by this committer
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).
Original commitRevision:390059 
Wednesday, 24 Dec 2014
14:35 pawel search for other commits by this committer
- Update x11-toolkits/c++-gtk-utils to version 2.2.10
- Bump affected comms/efax-gtk, fix plist while here
Original commitRevision:375464 
Monday, 13 Oct 2014
22:08 pawel search for other commits by this committer
Remove @dirrm's from my ports plists
Original commitRevision:370822 
Saturday, 6 Sep 2014
17:30 pawel search for other commits by this committer
- Update to version 2.2.8
- Use INSTALL_TARGET for stripping
Original commitRevision:367457 
Tuesday, 3 Jun 2014
18:36 pawel search for other commits by this committer
- 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)
Original commitRevision:356388 
Friday, 24 Jan 2014
23:23 pawel search for other commits by this committer
- Update to version 2.2.5
- Strip library when DEBUG=off
Original commitRevision:340944 
Tuesday, 20 Aug 2013
18:25 pawel search for other commits by this committer
- Update x11-toolkits/c++-gtk-utils to 2.2.2
- Bump affected comms/efax-gtk
- Both ports need at least gcc46 to build
Original commitRevision:325069 
Sunday, 2 Jun 2013
11:54 pawel search for other commits by this committer
- 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
Original commitRevision:319650 
Friday, 15 Feb 2013
21:29 pawel search for other commits by this committer
Update to version 2.0.15
Original commitRevision:312309 
Wednesday, 2 Jan 2013
19:11 pawel search for other commits by this committer
x11-toolkits/c++-gtk-utils: update to version 2.0.14
comms/efax-gtk: update to version 3.2.11
Original commitRevision:309831 
Sunday, 9 Dec 2012
21:55 pawel search for other commits by this committer
- Update x11-toolkits/c++-gtk-utils to version 2.0.13
- Bump comms/efax-gtk after shlib version change
Original commitRevision:308573 
Monday, 2 Jul 2012
19:45 pawel search for other commits by this committer
- 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.
Original commit
Tuesday, 29 May 2012
17:45 pawel search for other commits by this committer
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.
Original commit
Monday, 21 May 2012
18:05 pawel search for other commits by this committer
- Update to version 2.0.8
- Sort plist
Original commit
Tuesday, 15 May 2012
18:40 pawel search for other commits by this committer
- Fix build on 10.0-CURRENT
- Drop NOPORTDOCS support
Original commit
Friday, 23 Dec 2011
16:56 pawel search for other commits by this committer
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
Original commit

Number of commits found: 19