This commit is contained in:
matthias@arch 2022-10-30 01:18:38 +02:00
parent dcc00c4be0
commit 570466b06c
2 changed files with 5 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Maintainer: Matthias Quintern <matthiasqui@protonmail.com>
pkgname=gz-cpp-util
pkgver=1.3
pkgrel=3
pkgrel=4
pkgdesc="Utility library for c++"
arch=('any')
url="https://github.com/MatthiasQuintern/gz-cpp-util"

View File

@ -4,8 +4,6 @@ Documentation is [available here](https://docs.quintern.xyz/gz-cpp-util/index.ht
Please report bugs on the [github page](https://github.com/MatthiasQuintern/gz-cpp-util)!
## Features
- Extensive logger using variadic templates to log almost anything
- Some containers like a thread safe queue and a ringbuffer
@ -48,6 +46,10 @@ Replace `firefox` with your web browser
## Changelog
### 2022-10-30 [1.3.4]
- Added toString support for 2D and 3D extent types
- Added readBinaryFile function
- Added toHex/Oct/BinString for forward ranges
### 2022-10-23 [1.3.3]
- Added integer to string in hex/oct/bin representation conversion
- Added integer from string in hex/oct/bin representation conversion