summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbuck-yeh2021-07-31 18:07:15 +0800
committerbuck-yeh2021-07-31 18:07:15 +0800
commit904af8605cbc4ce043d414fb97cdfa0f1d7cc04a (patch)
treec64de34f6eb4d647d1f39eb6bf279a3fce4915fc
parent60539079d743dfaf8c6257367ec5fd918020b11a (diff)
downloadaur-904af8605cbc4ce043d414fb97cdfa0f1d7cc04a.tar.gz
Advent of bux::C_ParaLog & moving towards vcpkg port
1. 🆕 `bux::C_ParaLog` in `ParaLog.*` is for simultaneous logging to multiple child loggers. 2. 🆕 Building blocks for a variety of simple loggers in `SyncLog.*`. Usages can be simplified by `DEF_\w+` macros defined in `Logger.h` and are demostrated in test programs `test/smoke_*.cpp` 3. 🚮 Obsolete `Sync.*` & `SyncStream.*` 4. ⚠️ `bux::MIN_TOKEN_ID` redeclared as standalone constant from enum constant due to C++20 warning 5. ✍️ Remove usages of FMT_STRING() and start to use fmt::runtime() with advent of *fmt v8.0* 6. ✍️ Adding MSVC flavor of lines to `CMakeLists.txt` files. (Tested in VS2019) 7. ✅ Builds with VS2019 in {x86,x64}X{Debug,Release}X{dynamic,static} are tested.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1cffcbad990..b738b8024aec 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.3.1
+ pkgver = 1.4.0
pkgrel = 1
url = https://github.com/buck-yeh/bux.git
arch = x86_64
@@ -15,4 +15,3 @@ pkgbase = bux
depends = fmt
pkgname = bux
-
diff --git a/PKGBUILD b/PKGBUILD
index 81dbc11a89fe..4c5949c86086 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
# Maintainer: Buck Yeh <buck.yeh at gmail dot com>
pkgname=bux
-pkgver=1.3.1
+pkgver=1.4.0
#pkgver=main
pkgrel=1
epoch=