Tristan Penman
3621f98d43
Update rapidjson_utils.hpp to use iterative parsing
2021-01-07 21:34:51 +11:00
Tristan Penman
f544cd020a
Merge pull request #116 from AdamKorcz/fuzz1
...
Add fuzzer with oss-fuzz build script
2020-12-17 09:39:17 +11:00
AdamKorcz
c13eed99d1
Minor refactoring
2020-12-16 12:32:37 +00:00
AdamKorcz
3a47f0cd0d
Added fuzzer with oss-fuzz build file
2020-12-16 12:30:36 +00:00
Tristan Penman
cf64893031
Merge pull request #114 from baylesj/fix-memory-leak
...
Fix memory leak in concrete constraints
2020-12-03 10:44:56 +11:00
Jordan Bayles
1f964c1299
Fix memory leak in concrete constraints
...
This patch fixes a memory leak found from ASAN testing. There may be
more here, but this is the only one blocking our workflow.
2020-12-02 11:16:41 -08:00
Tristan Penman
7cb31947d8
Merge pull request #113 from hei-pa/master
...
move curlpp findPackage in EXAMPLES block
2020-12-02 21:40:06 +11:00
Pascal Heinrich
8cc83c8be9
move curlpp findPackage in EXAMPLES block
2020-12-02 10:01:36 +01:00
Tristan Penman
c1e75c700f
Merge pull request #110 from baylesj/remote_throws
...
Add VALIJSON_USE_EXCEPTIONS mode
2020-11-09 16:51:19 +11:00
Jordan Bayles
bc81adbd3f
add version checks around BOOST_NORETURN
2020-11-08 21:40:01 -08:00
Jordan Bayles
7a560db2ed
Fixup headers
...
This patch removes the include for boost's internal suffix.hpp header,
in favor of just including the throw_exception.hpp header.
2020-11-08 21:21:54 -08:00
Jordan Bayles
b8e9581057
Apply feedback, add boost version check
2020-11-08 19:54:53 -08:00
Jordan Bayles
8f6f9b6a80
Use deprecated declarations
2020-11-08 17:18:14 -08:00
Jordan Bayles
f100614249
Cleanup unnecessary returns
2020-11-08 17:04:52 -08:00
Jordan Bayles
a30ef97465
Add VALIJSON_USE_EXCEPTIONS mode
...
This patch adds support for a new Cmake option,
VALIJSON_USE_EXCEPTIONS. If specified and set to `0`, Valijson will
disable all exception throwing, add the `-fno-exceptions` compiler flag,
and print to std::err and abort where exceptions would have been thrown.
NOTE: to set the value of a CMake option, the easiest way is to modify
the appropriate source line in the <build folder>/CMakeCache.txt file.
Bug: #106
2020-11-08 16:58:32 -08:00
Tristan Penman
8a700811d5
Add JSON Inspector example app
2020-11-08 17:33:37 +11:00
Joshua Eckroth
bbfc3f5c97
Fixed build on certain GCC toolchains
2020-11-08 11:43:37 +11:00
Tristan Penman
84b67fa6fe
Merge pull request #107 from baylesj/readme
...
Minor tweaks to README.md file
2020-11-08 11:40:15 +11:00
Tristan Penman
90783ca4be
Minor code style changes
2020-11-08 11:38:52 +11:00
Tristan Penman
3dd4482af2
Merge pull request #103 from wwriter/cond_schema_errormessage
...
Generate a detailed error message when if-then-else constraints are not met
2020-11-08 11:36:08 +11:00
Jordan Bayles
ee4f85bf5e
Minor tweaks to README.md file
...
This patch cleans up the README.md file to use more language markup
instead of raw text.
2020-11-06 17:19:18 -08:00
Tristan Penman
a703886214
Update jsoncpp link in readme
2020-11-06 13:24:57 +11:00
Tristan Penman
abedaf0ecb
Merge pull request #105 from baylesj/update-jsoncpp
...
Update JsonCpp to 1.9.4
2020-11-06 13:23:26 +11:00
Jordan Bayles
825ee11008
Fix readme
2020-11-05 17:44:13 -08:00
Jordan Bayles
b6b6f167ad
Delete jsoncpp fuzzing stuff
2020-11-05 17:42:26 -08:00
Jordan Bayles
2ee7474f96
Delete more unnecessary scripts
2020-11-05 17:39:46 -08:00
Jordan Bayles
1ff5308f22
fix submodule
2020-11-05 17:37:50 -08:00
Jordan Bayles
dbc4fcc8d4
Remove modules
2020-11-05 17:33:52 -08:00
Jordan Bayles
88d9d890b5
Update JsonCpp to 1.9.4
...
This patch updates the JsonCpp third party dependency to the latest
version.
2020-11-05 17:11:35 -08:00
Samuel
d5091b2dbb
added feature : now users can get a detailed error message when if-then-else conditional constraints are not met
2020-10-07 20:16:30 +09:00
Tristan Penman
931f64d484
Merge pull request #102 from mathbunnyru/patch-2
...
Add conan package manager info
2020-10-03 07:24:01 +10:00
Ayaz Salikhov
c5e615431d
Add conan package manager info
2020-10-02 22:59:01 +03:00
Tristan Penman
6cda9227cc
Merge pull request #99 from mathbunnyru/patch-1
...
Fix README so the code actually throws, when json is invalid
2020-10-02 08:37:07 +10:00
Ayaz Salikhov
45b0f83b5a
Fix README so the code actually throws, when json is invalid
2020-10-01 17:31:04 +03:00
Tristan Penman
89e37cbf42
Fix typo
2020-09-04 20:53:29 +10:00
Tristan Penman
7f01c39116
Minor suggestions from clangtidy
2020-09-04 20:47:38 +10:00
Tristan Penman
a527564b10
Merge pull request #96 from joshuaeckroth/master
...
Switched from jsoncpp deprecated Reader to CharReader
2020-08-07 09:12:37 +10:00
Joshua Eckroth
ccad6b140f
Switched from jsoncpp deprecated Reader to CharReader
2020-08-06 06:57:20 +00:00
Tristan Penman
45a333e60d
Try to make builds faster
2020-07-17 17:23:32 +10:00
Tristan Penman
0ee3bada09
Fix broken build
2020-07-17 17:20:11 +10:00
Tristan Penman
bbe62ecd7d
Merge pull request #95 from wirenboard/feature/cache-regex
...
Regex objects cache for pattern constraints
2020-07-17 16:59:47 +10:00
Tristan Penman
f7f3acf20c
Merge pull request #94 from wirenboard/fix/pass-by-ref
...
Pass visitor to validationCallback by ref
2020-07-16 09:17:55 +10:00
pete
39f350692c
Regex objects cache for pattern constraints
2020-07-15 17:09:18 +05:00
pete
2216c2b8b3
Pass visitor to validationCallback by ref
2020-07-15 16:43:46 +05:00
Tristan Penman
0db0d139b7
Merge pull request #93 from Delgan/fix-unused-args
...
Fix compilation errors due to unused parameters
2020-07-15 18:37:28 +10:00
Delgan
1c825cc638
Remove unused parameters instead of commenting them out
2020-07-15 10:06:16 +02:00
Delgan
ca031221fc
Fix compilation errors due to unused parameters
2020-07-15 09:44:44 +02:00
Tristan Penman
105e345a73
Merge pull request #92 from arthurafarias/add-cmake-interface-library
...
Added interface target to CMakeLists.txt
2020-07-10 11:06:56 +10:00
Arthur Farias
f60a30899b
Added interface target to CMakeLists.txt
2020-07-09 18:24:41 +02:00
Tristan Penman
d453ee2ed4
Revert breaking changes to jsoncpp_adapter.hpp
2020-07-06 19:55:07 +10:00