Skip to content

Releases: Ed94/gencpp

V0.3-alpha

16 Jul 22:03
Compare
Choose a tag to compare
V0.3-alpha Pre-release
Pre-release

Mostly improvements to performance and memory usage.
There were multiple significant bugs involving the code pool allocators, and string cache allocation of arenas.

V0.2-alpha

16 Jul 07:34
Compare
Choose a tag to compare
V0.2-alpha Pre-release
Pre-release

Just minor improvements, forgot to move Memory::setup and Memory::cleanup to respective init and deinit of gen.

Also had the feature macros predefined at the top of the header.

V0.1

16 Jul 03:44
Compare
Choose a tag to compare
V0.1 Pre-release
Pre-release

This is the first version I feel like its "usable" but will most likely break on any use beyond what was shown in tests.

Treat it as a toy for now, have fun 😄