Sebastian Stammler
61355b7d73
cmake: Add prefix to public options
2018-09-01 22:27:29 +02: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
Tristan Penman
0ad57dbbbe
Include qtbase5-dev in packages installed for Travis CI builds
2017-03-28 15:07:57 +11:00
Tristan Penman
4f5f8ba75d
Merge pull request #40 from chubinou/qt-json
...
add support for Qt Json parser
2017-03-28 13:54:59 +11:00
plamot
2c0477c30a
qtjson utils and tests update
2017-03-27 01:20:24 +02:00
plamot
51c916c029
Provide proper implementation of isInteger for qtjson
2017-03-22 00:38:26 +01:00
Pierre Lamot
b8b2634ad6
add support for Qt Json parser
...
http://doc.qt.io/qt-5/json.html
2017-03-06 16:38:02 +01:00
Tristan Penman
5b170441d3
Merge pull request #37 from JustCameToHelp/master
...
Corrected reporting of array indices violating uniqueItems constraint
2017-02-11 17:48:17 +11:00
JustCameToHelp
e3ac11e52b
Corrected reporting of array indices violating uniqueItems constraint.
2017-01-29 13:40:13 +01:00
Tristan Penman
e8b88cfdf7
Merge pull request #36 from rianquinn/patch-1
...
Update README.md
2016-11-27 13:04:43 -08:00
Rian Quinn
0d85a3c167
Update README.md
2016-11-27 13:54:36 -07:00
Tristan Penman
22bf9f2278
Add explicit qualifier to single-argument FrozenValue constructors
2016-11-07 23:01:13 -08:00
Tristan Penman
032a8bdcf2
Remove unused variable from nlohmann_json_utils.hpp
2016-11-07 23:00:25 -08:00
Tristan Penman
187c66d06c
Add missing return statement to CustomAllocator::operator=
2016-11-07 22:58:58 -08:00
Tristan Penman
c5f2852029
Merge pull request #34 from iterion/topic/add-iterator-accessor
...
Add iterator accessors to ValidationResult class
2016-11-07 21:21:07 -08:00
Adam Sunderland
bc8120f531
Add iterator accessor
...
Move iterators to results class
2016-11-07 17:13:03 -06:00