pajlada-serialize:master

Last commit made on 2024-01-13
Get this branch:
git clone -b master https://git.launchpad.net/pajlada-serialize

Branch merges

Branch information

Name:
master
Repository:
lp:pajlada-serialize

Recent commits

17946d6... by nerix <email address hidden>

refactor: move from `boost::any` to `std::any` (#10)

* refactor: move from `boost::any` to `std::any`

* test: port tests

* chore: add changelog entry

* fix: double

bbf0a34... by nerix <email address hidden>

Add Support for `std::string_view` (#9)

1f99aa8... by pajlada

Add linting action (#8)

62cd1e2... by pajlada

Release v0.1.0 (#7)

a1cb4c2... by nerix <email address hidden>

Enable strict compiler settings (#6)

* build: enable strict compiler settings

* fix: possible loss of data due to truncation

* fix: use unused variables

5db8335... by Johannes Grunenberg

Add Windows test support and CI (#5)

7d37cbf... by pajlada

Add GitHub actions support (#3)

ad20e9b... by Love Olsson <email address hidden>

NaN and Infinity serializes to null for float and double (#2)

b659ecb... by Love Olsson <email address hidden>

Forward error pointer to vector, array and map deserializers (#1)

86bfa5a... by pajlada

add string include in deserialize.hpp