2
0
mirror of https://github.com/boostorg/json.git synced 2026-01-19 04:12:14 +00:00

22 Commits

Author SHA1 Message Date
Dmitry Arkhipov
36552f0c94 remove namespace macros 2023-01-02 18:41:01 +03:00
Dmitry Arkhipov
445efad9a9 Remove trailing whitespace 2021-06-26 16:17:57 +03:00
Vinnie Falco
b95be4fd15 8-bit integers are supported
fix #433
2020-10-04 11:21:55 -07:00
Vinnie Falco
531287af2b long double is not a fundamental type:
fix #432

Users have to opt-in to the narrowing conversion
by using static_cast.
2020-10-04 11:21:55 -07:00
Vinnie Falco
9b86962fbc Add metadata and update repo links 2020-10-04 11:06:25 -07:00
Vinnie Falco
50b5c52b32 Refactor array 2020-09-20 13:00:08 -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
94e26abb66 standalone is an inline namespace
fix #181, close #244
2020-09-01 15:44:47 -07:00
Vinnie Falco
65ce326a7a Doc work 2020-08-27 18:41:02 -07:00
Vinnie Falco
2cebc31222 to_string is in its own header 2020-08-27 13:48:26 -07:00
Krystian Stasiowski
400136a292 Fix unintended move from initializer list elements
fix #158, close #161
2020-08-16 14:39:04 -07:00
Krystian Stasiowski
42e4f2053b Fix unintended move from string initializer list elements
fix #158, close #159
2020-08-16 08:44:25 -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
fdee3ceb71 Fix value_ref construction for const rvalues 2020-03-27 13:20:43 -07:00
Krystian Stasiowski
427f9fbf75 Add moving of strings from value_ref 2020-03-08 16:53:14 -07:00
Mateusz Łoskot
c4ed3a0e2e Fix warning:
unused variable ‘init’ [-Wunused-variable]
2020-03-07 16:01:09 -08:00
Vinnie Falco
61a0691583 Use move in value_ref 2019-12-19 16:26:36 -08:00
Vinnie Falco
846266c09c Add value::operator= overload 2019-12-19 16:23:18 -08:00
Vinnie Falco
94647c341d Refactor value conversions 2019-12-15 04:24:54 -08:00
Vinnie Falco
07246e2909 Add standalone test_suite 2019-12-11 18:34:39 -08:00
Vinnie Falco
3844c0eb09 Add value_ref for initializer lists 2019-12-09 20:08:40 -08:00