Skip to content

Releases: a4z/astr

v0.3.0

03 Jun 11:43
@a4z a4z
2c148ef
Compare
Choose a tag to compare

Make astr again a C++17 instead of a C++20 library, since there are still user with a C++17 compiler

What's Changed

  • Make it work with c++17 in #3

Full Changelog: 0.2.1...0.3.0

More efficient packaging

15 May 18:15
@a4z a4z
Compare
Choose a tag to compare
  • 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

14 May 14:53
@a4z a4z
8ab6ead
Compare
Choose a tag to compare
  • 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

08 May 10:08
@a4z a4z
8533c36
Compare
Choose a tag to compare

What's Changed

  • Updates to integrate the project into vcpkg by @bytebunny in #1

New Contributors

Full Changelog: v0.1.0...0.1.1

Initial release

07 May 08:34
@a4z a4z
Compare
Choose a tag to compare

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.