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/Makefile

Number of commits found: 50

Saturday, 19 Dec 2020
09:33 tcberner search for other commits by this committer
x11-toolkits/c++-gtk-utils: update to 2.2.20
Original commitRevision:558444 
Monday, 15 Jun 2020
15:34 bapt search for other commits by this committer
Update to 2.2.19
Original commitRevision:538896 
Tuesday, 17 Dec 2019
05:47 bapt search for other commits by this committer
Update to 2.2.18
Original commitRevision:520304 
Friday, 8 Nov 2019
11:21 tobik search for other commits by this committer
x11*: Add missing USES={gl,gnome,mate}
Original commitRevision:517047 
Friday, 26 Jul 2019
20:46 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Original commitRevision:507372 
Wednesday, 12 Dec 2018
01:35 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
Original commitRevision:487272 
Sunday, 29 Jul 2018
22:18 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
Original commitRevision:475857 
Saturday, 24 Feb 2018
22:35 rene search for other commits by this committer
Return pawel@'s ports to the pool after he resigned.

With hat:	portmgr
Original commitRevision:462871 
Wednesday, 27 Dec 2017
22:16 pawel search for other commits by this committer
Update to version 2.2.15
Original commitRevision:457425 
Sunday, 10 Sep 2017
20:55 gerald search for other commits by this committer
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
Original commitRevision:449591 
Saturday, 1 Apr 2017
15:23 gerald search for other commits by this committer
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Original commitRevision:437439 
Thursday, 24 Nov 2016
20:54 pawel search for other commits by this committer
Update to version 2.2.14.1

Changelog:
Explicitly qualify malloc() as being within the std namespace
(async_channel.h).

Do not document the Cgu::Thread::FutureHelper and
Cgu::Thread::TaskManagerHelper2 namespaces (future.h,
task_manager.h).

Update documentation (async_channel.h).
Original commitRevision:427060 
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 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
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, 25 Apr 2014
16:33 pawel search for other commits by this committer
- Update to version 2.2.6
- Disable test for now, they fail with clang
Original commitRevision:352138 
Monday, 10 Mar 2014
20:55 gerald search for other commits by this committer
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
Original commitRevision:347809 
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 
Saturday, 30 Nov 2013
09:58 pawel search for other commits by this committer
Update to version 2.2.4
Original commitRevision:335274 
Sunday, 27 Oct 2013
19:35 pawel search for other commits by this committer
Revert USE_GCC to yes

Requested by:	gerald
Original commitRevision:331800 
Saturday, 26 Oct 2013
00:52 gerald search for other commits by this committer
Update to libmpc version 1.0.1 which brings the following fixes:

 - Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
Original commitRevision:331644 
Saturday, 5 Oct 2013
16:52 pawel search for other commits by this committer
Add support for STAGEDIR
Original commitRevision:329478 
Friday, 20 Sep 2013
23:57 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
x11-toolkits)
Original commitRevision:327785 
Tuesday, 17 Sep 2013
16:11 pawel search for other commits by this committer
Update to version 2.2.3

Changes:

The scalability of the TaskManager, AsyncQueue, and AsyncQueueDispatch
classes has been improved.  Other improvements have been made.
Original commitRevision:327481 
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 
Saturday, 17 Aug 2013
16:27 gerald search for other commits by this committer
Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.

Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
Original commitRevision:324851 
Wednesday, 10 Jul 2013
19:41 pawel search for other commits by this committer
Convert my ports to current standards

- Switch USE_GMAKE to USES=gmake
- Define supported options so users can see them in config dialogs
- Use OPTIONS_SUB for plist alteration
- Convert to options macros for better readability
- Use PORTDOCS where it makes sense
Original commitRevision:322729 
Wednesday, 3 Jul 2013
14:05 pawel search for other commits by this committer
- Update to version 2.2.1
- Make options visible

The release notes for this version are as follows:

Minor bugfixes, interface improvements, and documentation updates.
Original commitRevision:322229 
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 
Tuesday, 23 Apr 2013
14:20 bapt search for other commits by this committer
Finish converting the whole ports tree to USES=pkgconfig
Original commitRevision:316355 
Wednesday, 27 Mar 2013
23:16 pawel search for other commits by this committer
Update to version 2.0.16
Original commitRevision:315419 
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 
Monday, 10 Dec 2012
19:11 mm search for other commits by this committer
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
Original commitRevision:308630 
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 
Thursday, 16 Aug 2012
14:35 pawel search for other commits by this committer
- Update to version 2.0.11
- Add missing library deps
- Port needs USE_PKGCONFIG=build
Original commit
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
Thursday, 7 Jun 2012
22:44 pawel search for other commits by this committer
Convert my ports to optionsNG
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
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
Thursday, 12 Apr 2012
22:34 pawel search for other commits by this committer
Update to version 2.0.7
Original commit
Monday, 23 Jan 2012
20:24 pawel search for other commits by this committer
Don't change rpath of library, port run depends on gcc44+ anyway
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: 50