Releases: a4z/astr
Releases · a4z/astr
v0.3.0
More efficient packaging
- Remove wrong added include destination that has the potential to cause warning messages for packaging systems
Full Changelog: 0.2.0...0.2.1
Two Zero
- Improve README
- Enable astr truncation (first / last N chars)
- Clang format option via CMake for all platforms
- Fix and improve installation target
Full Changelog: 0.1.1...0.2.0
Make it packable
What's Changed
- Updates to integrate the project into vcpkg by @bytebunny in #1
New Contributors
- @bytebunny made their first contribution in #1
Full Changelog: v0.1.0...0.1.1
Initial release
This is the initial release of astr
This library shows a possible way of compile time string literal processing.
It comes with two main functions.
- Getting the
__FILE__
name in a constant, compile time known char array. - Getting the a type name as a compile time known char array.