Vinnie Falco
af66849e90
string fixes:
...
* Remove redundant members
* Use `explicit` to prevent ambiguities
2020-05-01 17:50:19 -07:00
Vinnie Falco
a6d2549ddf
storage_ptr fixes:
...
* Fix constraint in constructor
* No longer constructible from nullptr
2020-05-01 17:41:38 -07:00
Vinnie Falco
1061bcaa21
Check array contents in tests
2020-05-01 17:41:31 -07:00
Vinnie Falco
9d3f055ff5
Workaround for LLVM/clang-cl bug
2020-04-30 19:00:09 -07:00
Alexej Harm
e74f9bf6f1
Enable cmake install:
...
When building outside of boost, boost_json now supports the install option of cmake.
This patch produces a full, correct install which obeys CMAKE_INSTALL_PREFIX and
creates the correct config.cmake files in order to construct the target Boost::json
This config will automatically find Boost::system using the standard cmake find_package
command
2020-04-30 06:52:50 -07:00
Vinnie Falco
137c1653a8
Refactor string_view include
2020-04-17 14:31:55 -07:00
Vinnie Falco
fc0b74f986
Refactor memory resource includes
2020-04-17 14:31:55 -07:00
Vinnie Falco
fd29fd2749
Refactor error includes
2020-04-17 14:10:41 -07:00
Vinnie Falco
f8875f4d74
Trim include material
2020-04-17 08:27:11 -07:00
Krystian Stasiowski
ad1a3378b6
Init-list doc work
2020-04-15 10:50:56 -07:00
Vinnie Falco
3404eed7df
Better is_equal
2020-04-05 15:36:33 -07:00
Vinnie Falco
ab00f37499
Add key_c_str
2020-04-05 13:32:50 -07:00
Vinnie Falco
a47b0f3fc1
storage_ptr uses memory_resource
2020-04-05 13:21:29 -07:00
Vinnie Falco
8e0356ef7a
Refactor parser write
2020-04-04 13:15:40 -07:00
Vinnie Falco
2545475bdd
basic_parser is a base
2020-04-04 06:58:55 -07:00
Vinnie Falco
845d7af5e3
Refactor include files for basic_parser
2020-04-01 09:22:23 -07:00
Vinnie Falco
38d5372465
Travis tests cmake
2020-03-29 18:46:03 -07:00
Vinnie Falco
7784fdd45b
StackEmpty is a compile time constant
2020-03-29 10:32:43 -07:00
Vinnie Falco
8822a141c8
Tidy up parsers
2020-03-29 08:59:08 -07:00
Vinnie Falco
b755989d83
inline true and false parsing
2020-03-28 20:29:47 -07:00
Vinnie Falco
6387fb8671
basic_parser handler is a template
2020-03-28 20:29:46 -07:00
Vinnie Falco
79ba1a8198
Use return channel in parser
2020-03-28 15:37:30 -07:00
Krystian Stasiowski
fdee3ceb71
Fix value_ref construction for const rvalues
2020-03-27 13:20:43 -07:00
Peter Dimov
2f6d014974
Extend the integer fast path for floating point numbers
2020-03-27 08:48:40 -07:00
Vinnie Falco
71f82e2c9a
Rewrite serializer
2020-03-27 08:42:12 -07:00
Vinnie Falco
a7ef611630
Remove old number code
2020-03-26 08:24:00 -07:00
Vinnie Falco
c2cfd0df88
Coverage
2020-03-25 23:07:46 -07:00
Vinnie Falco
fa595abf36
limits is a separate build target
2020-03-25 14:19:21 -07:00
Vinnie Falco
52491dcc82
Refactor parsing
2020-03-25 12:53:59 -07:00
Mateusz Łoskot
0252c6f3e9
Use explicit NAME and COMMAND arguments of add_test
2020-03-14 13:33:17 -07:00
Krystian Stasiowski
66553d1baa
Improve string exposition
2020-03-14 13:32:25 -07:00
Krystian Stasiowski
27f8b5d1e9
Fix move construction of value from object
2020-03-08 16:53:14 -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
37d0a09242
Refactor some tests
2020-02-27 19:36:04 -08:00
Vinnie Falco
66246351ac
Add BOOST_TEST_CHECKPOINT
2020-02-27 19:36:03 -08:00
Krystian Stasiowski
a38c4247fa
Improve coverage
2020-02-23 17:11:30 -08:00
Vinnie Falco
f39934684a
Add test for issue 45
2020-02-23 16:44:40 -08:00
Richard Hodges
6e1960a3e8
Fix surrogate conversion error
...
fix #38 , close #40
2020-02-13 17:46:35 -08:00
Krystian Stasiowski
75528587ff
Refactor string
2020-02-08 19:41:33 -05:00
Richard Hodges
5aae31dc74
number parser work
...
close #33
2020-01-14 13:43:07 -08:00
Alexej Harm
bc95b55c35
Refactor CMake support:
...
* Add VS CMake integration config
* add cmake 3.10.0 support
* fix compiler and linker flags
* disable verbose build output
* added cmake policy
* Fix source groups
* Group folder related settings
* Add support for the boost superproject and cmake 3.16
* Remove library headers from executable projects
* Fix boost superproject compatibility
2019-12-29 10:49:25 -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
e8acc21a2f
VS2015 is not supported
2019-12-19 11:09:44 -08:00
Vinnie Falco
3f81189f8d
Fix bool conversion warning
2019-12-19 07:25:54 -08:00
Vinnie Falco
bd7fd2ff57
Refactor exceptions
2019-12-18 21:12:19 -08:00
Vinnie Falco
2d579c440c
Add value::at overloads
2019-12-15 18:23:53 -08:00
Vinnie Falco
3328558266
Doc work and fixes
2019-12-15 15:33:06 -08:00
Vinnie Falco
9d4f8160b4
Refactor value_ref
2019-12-15 13:34:22 -08:00