Mikhail Khachayants
|
824cc59b9f
|
extend fuzzing with different parse options
|
2024-09-01 23:34:59 +03:00 |
|
Dmitry Arkhipov
|
bacc644f93
|
deprecate type aliases
|
2024-02-09 13:19:49 +03:00 |
|
Krystian Stasiowski
|
0366d4ce64
|
Add missing include for g++11
|
2020-10-30 10:50:15 -07:00 |
|
Vinnie Falco
|
9b86962fbc
|
Add metadata and update repo links
|
2020-10-04 11:06:25 -07:00 |
|
Vinnie Falco
|
d026d5daed
|
Rename to stream_parser
|
2020-09-26 17:57:00 -07:00 |
|
Vinnie Falco
|
a2917e736a
|
null_resource is a singleton
|
2020-09-16 17:13:21 -07:00 |
|
Paul Dreik
|
e358f6e636
|
fuzz different memory strategies and reduce buffer size
fix #333, close #347
|
2020-09-16 09:17:11 -07:00 |
|
Vinnie Falco
|
24e8e45690
|
parser release has a precondition
|
2020-09-08 17:47:04 -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 |
|
Paul Dreik
|
fae3b02925
|
to_string is fuzzed
close #268
|
2020-09-04 10:22:45 -07:00 |
|
Paul Dreik
|
b2534ab2f5
|
parse_options is fuzzed
|
2020-09-04 10:22:41 -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 |
|
Paul Dreik
|
101299c528
|
add fuzzing in a github action
|
2020-08-22 06:37:07 -07:00 |
|