Skip to content

Tags: iboB/huse

Tags

v0.4.0

Toggle v0.4.0's commit message

Verified

This tag was signed with the committer’s verified signature.
iboB Borislav Stanimirov
redesign:

- restore context as polymorphic object
- same context for serializer and deserializer
- drop automatic poly serialize (for now?)

v0.3.3

Toggle v0.3.3's commit message

Verified

This tag was signed with the committer’s verified signature.
iboB Borislav Stanimirov
add root nodes to avoid 'root()' calls

deserializer: allow null and discard
rename nextkeyval to just keyval
latest deps
fix warnings
add benchmarks

v0.3.2

Toggle v0.3.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
iboB Borislav Stanimirov
latest deps

optionally add mscharconv

v0.3.1

Toggle v0.3.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
iboB Borislav Stanimirov
- Latest DynaMix

- Fix warnings

v0.3.0

Toggle v0.3.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
iboB Borislav Stanimirov
A reimplementation essentially

- using dynamix2
- no more context
- full poly serialize

v0.2.4

Toggle v0.2.4's commit message
* Support throwing of exceptions from nodes

* Redesign context. Use pointer and basic class. Context changes
* Latest mscharconv

v0.2.3

Toggle v0.2.3's commit message
Fixed compilation with clang

v0.2.2

Toggle v0.2.2's commit message
ALIAS cmake target huse::huse

v0.2.1

Toggle v0.2.1's commit message
- Latest dependencies

- ALIAS CMake target huse::huse
- Compact copyright notice in sources

v0.2.0

Toggle v0.2.0's commit message
- serialization contexts

- improved deserializer iteration
- fixed vtable exports
- minor style improvements