2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-31 08:12:25 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Vinnie Falco
e0b7b2b4f9 Tidy up dtor exception specs and docs
fix #309
2020-09-15 17:43:10 -07:00
Vinnie Falco
591e2dc5a5 serializer refactor (API Change):
fix #275

* serialize() replaces to_string()
* serialize.hpp replaces to_string.hpp
* serializer works on all types
* serialize, operator<< work on all types
* reset() takes pointer arguments
* resetting constructor removed
2020-09-07 10:36:26 -07:00
Vinnie Falco
19abf3fbea buffers are unsigned char
fix #288
2020-09-06 15:08:23 -07:00
Vinnie Falco
367138d529 Tidy up monotonic resource docs 2020-09-04 09:52:24 -07:00
Vinnie Falco
513f05a924 Refactor monotonic_resource
fix #245
2020-09-03 19:39:56 -07:00
Vinnie Falco
94e26abb66 standalone is an inline namespace
fix #181, close #244
2020-09-01 15:44:47 -07:00
Krystian Stasiowski
7e7155de59 parser members don't throw, and tidy:
* parser members do not throw
* parse free functions are in parse.hpp

fix #199. close #201
2020-08-24 16:30:48 -07:00
Krystian Stasiowski
904252de0b Fix repo links
close #123
2020-07-03 11:51:58 -07:00
Vinnie Falco
a412606a72 Fix warnings 2020-05-19 12:46:04 -07:00
Krystian Stasiowski
e49288be75 Refactor monotonic_resource 2020-05-13 17:10:32 -07:00
Vinnie Falco
a47b0f3fc1 storage_ptr uses memory_resource 2020-04-05 13:21:29 -07:00