summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuck-yeh2021-10-02 14:59:33 +0800
committerbuck-yeh2021-10-02 14:59:33 +0800
commitb141ee1718be8be85d24c9432189fde30e50793a (patch)
tree205a68ca069388d793f56f7cb76a2672357d1bb6
parent19e3cfc93bd90e699b1802a592682325c9c89ff3 (diff)
downloadaur-b141ee1718be8be85d24c9432189fde30e50793a.tar.gz
bux::C_ParaLog is ready for use
[New] bux::C_ParaLog is ready for a variety of parallel logging configurations, filtered or unfiltered. [New] Necessary helper classes for implementation s.t logger users no longer need to declare child source instances explicitly. [New] Add methods to ParaLog.h & SyncLog.h to support testability. [New] Add unit test cases to ParaLog.h & SyncLog.h (test_paralog & test_logger) [New] Update what are found in test/ to test/archlinux/aur_poc/ [Bug] std::uniform_int_distribution<unsigned char> no longer allowed. [Change] CUR_FUNC_ for Windows (MSVC) [Change] tbb is no longer implicitly needed by C++ standard library. [Change] smoke_filtlog.cpp verifies 2-level log filters ok.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d6e43c77465c..4c70eec69640 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = bux
pkgdesc = A supplemental C++ library with functionalities not directly supported from Modern C++ standard.
- pkgver = 1.4.2
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/buck-yeh/bux.git
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 349430729645..376b4014085d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Buck Yeh <buck.yeh at gmail dot com>
pkgname=bux
-pkgver=1.4.2
+pkgver=1.5.0
#pkgver=main
pkgrel=1
epoch=