Commit Graph

509 Commits

Author SHA1 Message Date
Tristan Penman
99810fa60e Minor fixes for test suite build 2019-08-20 21:55:23 +10:00
Tristan Penman
9354601f11 Switch to using JSON-Schema-Test-Suite as a git submodule 2019-08-20 21:52:29 +10:00
Tristan Penman
1844241d2a Make Boost a truly optional dependency 2019-08-20 11:18:58 +10:00
Tristan Penman
56fb36dff9 Improve optional example and test suite options in CMakeLists.txt 2019-08-20 11:11:42 +10:00
Tristan Penman
c19a02bff0
Merge pull request #69 from drdavella/use-maybe
Fix places in adapter implementation where non-strict checks should be used
2019-08-20 10:44:22 +10:00
Tristan Penman
f5724d7c62
Merge pull request #74 from webfolderio/master
Added vcpkg port link
2019-05-09 07:33:51 +10:00
WebFolder OÜ
6adf9f50c1
Added vcpkg port link 2019-05-08 23:43:23 +03:00
Tristan Penman
dd084d7474
Merge pull request #65 from drdavella/inherit-docuri
Allow findAbsoluteDocumentUri to be overridden by subclasses of SchemaParser
2018-11-17 22:35:57 +11:00
Tristan Penman
93c69a729f
Merge pull request #71 from cjkoenig/update_rapidjson
Update rapidjson to v1.1.0
2018-10-30 21:58:34 +11:00
Tristan Penman
dd17741f4b
Merge pull request #68 from sebastianst/cmake-prefix
cmake: Add prefix to public options
2018-10-29 21:49:09 +11:00
Christoph König
12425ff0be Update rapidjson to v1.1.0 2018-10-24 12:05:24 +02:00
Daniel D'Avella
25c5a5df51 Fix instances in basic_adapter that should use maybe 2018-09-06 09:13:12 -04:00
Daniel D'Avella
d23f4047ed Fix instances in schema_parser.hpp that should use maybe* 2018-09-06 09:13:12 -04:00
Sebastian Stammler
61355b7d73 cmake: Add prefix to public options 2018-09-01 22:27:29 +02:00
Daniel D'Avella
67efb56b2c Allow findAbsoluteDocumentUri to be overridden by subclasses of SchemaParser 2018-08-28 13:41:22 -04:00
Tristan Penman
c2f22fddf5 Minor change to internal/optional.hp so that __has_include is used only if __cplusplus >= 201703 2018-08-02 12:07:51 +10:00
Tristan Penman
a81780e8c7 Auto-update of Xcode project settings for Xcode 9.2 2018-08-01 14:44:27 +10:00
Tristan Penman
d91991c2d1 Whitespace corrections for schema_parser.hpp 2018-08-01 14:43:40 +10:00
Tristan Penman
69b2bec157 Produce a more useful error message when attempting to parse a schema from a JSON value that is not an object 2018-08-01 14:39:43 +10:00
Tristan Penman
a95be7a780 Upgrade bundled version of nlohmann json to v3.1.2 2018-08-01 14:39:43 +10:00
Tristan Penman
60e35eb58a
Merge pull request #61 from TKussel/master
Inclusion of current's cmake module directory for nested projects
2018-05-31 15:00:10 +10:00
Tobias Kussel
7cbce6dca6 Inclusion of current's cmake module directory for nested projects 2018-05-30 10:43:44 +02:00
Tristan Penman
d9c4f22f30 Address std::allocator deprecation warning in custom_allocator.hpp 2018-03-08 11:10:39 +11:00
Tristan Penman
f68cd48e0c
Merge pull request #59 from drolevar/patch-1
Fix compilation warning on 32-bit systems.
2018-03-08 10:38:12 +11:00
Andrij Abyzov
c9fe25907f
Fix compilation warning on 32-bit systems.
On 32-bit systems size_t is a 32-bit type which causes the following warning:
warning: large integer implicitly truncated to unsigned type [-Woverflow]

There's no reason have size_t storage variable for uint64_t accessors.
2018-03-07 16:23:38 +01:00
Tristan Penman
4da8234737
Merge pull request #56 from kodekarl/fix_cmake_nots
Use keyword NOT instead of !
2017-12-20 14:31:05 +11:00
Kodekarl
7dbf0d862f Use keyword NOT instead of !
Cmake does not understand '!'.
2017-12-19 23:49:37 +01:00
Tristan Penman
4be2a79a37 Merge pull request #51 from falstaff84/fix-oneof-anyof
Make sure that errors from failed 'oneOf' or 'anyOf' constraint check…
2017-09-24 09:03:12 +10:00
Tristan Penman
665741110c Update embedded version of json11 so that tests can be built using clang 4+ 2017-09-23 09:36:01 +10:00
Tristan Penman
29c566dea4 Merge pull request #53 from loderunner/master
fix compilation for clang libc++ 3.8.0
2017-09-23 09:27:44 +10:00
Charles Francoise
3b67951a74 fix compilation for clang libc++ 3.8.0 2017-09-22 17:47:13 +02:00
Stefan Agner
cf50f63665 Make sure that errors from failed 'oneOf' or 'anyOf' constraint checks do not appear in error list 2017-08-04 21:03:26 -07:00
Tristan Penman
7ed8919fee Update Travis CI config to build curlpp from source 2017-07-10 13:34:27 +10:00
Tristan Penman
d57705e396 Use libcurl4-openssl-dev instead of libcurl-dev in Travis CI package lists 2017-07-10 13:17:47 +10:00
Tristan Penman
88e37d66d4 Update Xcode project configuration 2017-07-10 13:14:07 +10:00
Tristan Penman
271f4e3e08 Add libcurl-dev and libcurlpp-dev to Travis CI package lists 2017-07-10 13:13:22 +10:00
Tristan Penman
cff81eb2ab Add some example code that was prepared for a Melbourne C++ lightning talk 2017-07-10 12:58:46 +10:00
Tristan Penman
64abe842b8 Only call fetchDoc if actual document URI is equal to current scope as set using 'id' attribute 2017-07-10 12:51:20 +10:00
Tristan Penman
f387804a6c Merge pull request #49 from vozbu/fix-compilation-with-gcc-7.1.0
Fix compilation with gcc 7.1.0
2017-06-17 20:30:27 +10:00
Valeriy Bykov
26e16f9cad Compile with gcc-7.1.0 2017-06-14 19:55:33 +03:00
Valeriy Bykov
20ea506b31 Include <optional> from dedicated file optional.hpp 2017-06-14 19:54:22 +03:00
Tristan Penman
b1a1120602 Update README 2017-06-01 10:12:34 +10:00
Tristan Penman
37173c0947 Clean up Travis CI build and add FindPoco cmake module from libsourcey project 2017-06-01 10:03:37 +10:00
Tristan Penman
f68ea9b6b9 Add ppa to support installation of Poco JSON in Travis CI 2017-05-31 15:36:21 +10:00
Tristan Penman
c08413d010 Fix exception type and error message in poco_json_utils.hpp 2017-05-31 15:05:42 +10:00
Tristan Penman
2de198ea2e Automated test support for Poco JSON adapter 2017-05-31 15:01:31 +10:00
Tristan Penman
93ade00e00 Update Authors file 2017-05-31 14:41:59 +10:00
Tristan Penman
8209db9f26 Merge pull request #44 from drewxa/poco-json
Add support for Poco Json parser
2017-05-31 14:35:15 +10:00
drewxa
e943e3ef94 add poco json adapter
* new adapter
* util
* tests
2017-05-24 15:36:50 +03:00
Tristan Penman
91b28536b2 Update Authors and README files 2017-03-29 08:35:25 +11:00