Thanks to visit codestin.com
Credit goes to GitHub.com

Skip to content

Tags: xiaohunqupo/cista

Tags

v0.10

Toggle v0.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
make variant ctor constexpr (felixguendling#125)

* make variant ctor constexpr

* make ~variant constexpr only for c++20 and up

v0.9

Toggle v0.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Pretty Printers for Cista (felixguendling#107)

0.8

Toggle 0.8's commit message
add license to single file version

v0.7

Toggle v0.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Win32 CI (felixguendling#69)

v0.6

Toggle v0.6's commit message
bugfix release

v0.5

Toggle v0.5's commit message
Version 0.5

v0.4

Toggle v0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.3

Toggle v0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
introduce namespaces: cista::offset and cista::raw

namespaced deserialize functions, unchecked_deserialize

v0.2

Toggle v0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add support for offset based serialization

offset_ptr: stores the offset as difference between `this` and the object it points to
Serializing this allows to skip the deserialization step and just use a `reinterpret_cast<T>(buf.begin())`.
This is useful for example in situations with shared memory.

v0.1

Toggle v0.1's commit message
fix msvc debug