-> 1.3.4
This commit is contained in:
parent
dcc00c4be0
commit
570466b06c
2
PKGBUILD
2
PKGBUILD
@ -1,7 +1,7 @@
|
|||||||
# Maintainer: Matthias Quintern <matthiasqui@protonmail.com>
|
# Maintainer: Matthias Quintern <matthiasqui@protonmail.com>
|
||||||
pkgname=gz-cpp-util
|
pkgname=gz-cpp-util
|
||||||
pkgver=1.3
|
pkgver=1.3
|
||||||
pkgrel=3
|
pkgrel=4
|
||||||
pkgdesc="Utility library for c++"
|
pkgdesc="Utility library for c++"
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url="https://github.com/MatthiasQuintern/gz-cpp-util"
|
url="https://github.com/MatthiasQuintern/gz-cpp-util"
|
||||||
|
@ -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)!
|
Please report bugs on the [github page](https://github.com/MatthiasQuintern/gz-cpp-util)!
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
- Extensive logger using variadic templates to log almost anything
|
- Extensive logger using variadic templates to log almost anything
|
||||||
- Some containers like a thread safe queue and a ringbuffer
|
- Some containers like a thread safe queue and a ringbuffer
|
||||||
@ -48,6 +46,10 @@ Replace `firefox` with your web browser
|
|||||||
|
|
||||||
|
|
||||||
## Changelog
|
## 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]
|
### 2022-10-23 [1.3.3]
|
||||||
- Added integer to string in hex/oct/bin representation conversion
|
- Added integer to string in hex/oct/bin representation conversion
|
||||||
- Added integer from string in hex/oct/bin representation conversion
|
- Added integer from string in hex/oct/bin representation conversion
|
||||||
|
Loading…
Reference in New Issue
Block a user