Skip to content

Tags: xyz347/xpack

Tags

v1.0.6

support xml anonymity content

v1.0.5

1. support Qt6

2. rapidjson remove std::string dependence

3. remove utf8-bom from files

4. support MySQL

v1.0.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Json data (#37)

* use shared ptr in json data

* add english readme

* Update README-en.md

---------

v1.0.3

static assert if use pointer

v1.0.2

Fix the bug that the string will be truncated when it contains u0000

v1.0.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix some xml and bson bug (#2)

* add encoder wrapper and support bson

* fix atoi bug when val==0 and exception in xml decode when use M in case of empty string

* encoder object end add key

v1.0.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
support xml (#1)

* support xml and fix clang warning
* support custom encode/decode
* update readme