-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changelog: Version 2.2.15 (24 December 2017) -------------- Provide configuration option for GTK+-4 (acinclude.m4, bootstrap-gtk2.sh, bootstrap-gtk3.sh, bootstrap-gtk4.sh, configure-gtk4.ac, Makefile.am, README; doxygen.main.in, file_print_manager.cpp, text_print_manager.cpp, window.h; tests/test_application.cpp; tests/extra/test_file_print_manager.cpp, tests/extra/test_text_print_manager.cpp). Use streambuffers not streams when testing fdstream and gstream with char16_t and char32_t character types (tests/test_fdstream.cpp, tests/test_gstream.cpp). Update documentation (doxygen.main.in; async_channel.h, callback.h, fdstream.h, gstream.h, task_manager.h, task_manager.cpp). Version 2.2.14.1 (23 November 2016) ---------------- 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). Version 2.2.14 (9 November 2016) -------------- 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).
- Loading branch information
Showing
4 changed files
with
33 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
$NetBSD: distinfo,v 1.6 2016/09/18 12:43:29 ryoon Exp $ | ||
$NetBSD: distinfo,v 1.7 2018/02/27 12:17:06 ryoon Exp $ | ||
|
||
SHA1 (c++-gtk-utils-2.2.13.tar.gz) = c5d185ab40689f59fcdfb7904baac3326f5d0a90 | ||
RMD160 (c++-gtk-utils-2.2.13.tar.gz) = 3832ae03c9eb5bc3896fb2ac89a8100ec710059a | ||
SHA512 (c++-gtk-utils-2.2.13.tar.gz) = 42b4f92722e3e03546311702ed233e248d39fcb38b51c687e34ce48e57abe31078c31a99d199aeb3c8de68ae0cf280b606a2585c43898d4a003f962bbe132c2f | ||
Size (c++-gtk-utils-2.2.13.tar.gz) = 2742099 bytes | ||
SHA1 (patch-c++-gtk-utils_Makefile.in) = 48dcf35c63a7397ad83329ab4c841482d38a99b8 | ||
SHA1 (c++-gtk-utils-2.2.15.tar.gz) = 032ceeb95c167abf8078fede790c2d15fa241602 | ||
RMD160 (c++-gtk-utils-2.2.15.tar.gz) = cafa0d01d76d3b347447d0812e2ddc707a40ef0c | ||
SHA512 (c++-gtk-utils-2.2.15.tar.gz) = 0181fb0400173fb99f89d72b52bc2ef458d25688d5f3be064f7baafbee6586fde386b3400d90e2178bdd3228c9dc184f87a0db0a50a020db5785b50f34785acc | ||
Size (c++-gtk-utils-2.2.15.tar.gz) = 2943272 bytes | ||
SHA1 (patch-c++-gtk-utils_Makefile.in) = ae1210a771a5d094a7acad46ebc1992802ddf3a2 | ||
SHA1 (patch-tests_test__fdstream.cpp) = 2735a0ab4646e14719ec9fb2c96c8bd1f31b7f7d | ||
SHA1 (patch-tests_test__gstream.cpp) = 0977bdfdb96b9b6ba42eefa67e17933fcd662f3b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters