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 |
|
Tristan Penman
|
c04b82c47a
|
Remove unnecessary destructor from ValidationResults class
|
2016-11-04 09:04:36 -07:00 |
|
Tristan Penman
|
3ebfbd9923
|
Merge pull request #33 from iterion/topic/include-cstring
Add #include cstring
|
2016-10-31 19:53:24 -07:00 |
|
Adam Sunderland
|
b4940a6e91
|
Add #include cstring
|
2016-10-31 12:21:56 -05:00 |
|
Tristan Penman
|
19e1c06a68
|
Add clang 3.8 to Travis CI build and remove old build script
|
2016-09-15 22:32:02 -07:00 |
|
Tristan Penman
|
67d8389357
|
Update JSON-Schema-Test-Suite to latest version
|
2016-09-15 20:56:03 -07:00 |
|
Tristan Penman
|
9afdf3b821
|
Update Authors file
|
2016-09-14 07:13:37 -07:00 |
|
Tristan Penman
|
8a5282d61e
|
Merge pull request #32 from 0x4d52/master
Added an empty virtual destructor to the ConstraintVisitor class.
|
2016-09-14 07:11:48 -07:00 |
|
Martin Robinson
|
2e9d147c99
|
Added an empty virtual destructor to the ConstraintVisitor class.
|
2016-09-13 10:23:07 +01:00 |
|
Tristan Penman
|
60eba9d391
|
Merge pull request #31 from nicolas800/master
Using std::function instead of function pointer in type FunctionPtrs
|
2016-09-12 20:54:54 -07:00 |
|
Nicolas Witczak
|
8adbe3e959
|
Using std::function instead of function pointer in type FunctionPtrs
|
2016-09-12 10:19:07 +02:00 |
|
Tristan Penman
|
07690e070e
|
Merge branch 'noboost'
|
2016-08-15 22:34:18 -07:00 |
|
Tristan Penman
|
f6690be593
|
Update README re: boost dependency and instead mention requirement for C++11
|
2016-08-15 22:32:47 -07:00 |
|
Tristan Penman
|
b484b41e3f
|
Remove support for non-C++11 builds from main CMakeLists file and update boost dependency
|
2016-08-15 22:32:47 -07:00 |
|
Tristan Penman
|
f01916571f
|
Fix build so that test_suite is always compiled and linked against embedded json11 and jsoncpp libraries
|
2016-08-15 22:32:47 -07:00 |
|
Tristan Penman
|
fe7e19494c
|
Fix decrement operator in PropertyTreeObjectMemberIterator
|
2016-08-15 22:32:47 -07:00 |
|
Tristan Penman
|
29721d5538
|
Minor tweaks for consistency with coding style
|
2016-08-15 22:32:47 -07:00 |
|
Tristan Penman
|
3d3f76df10
|
Add missing #includes and remove usage of json_parser_error type for boost property_trees
|
2016-08-15 22:32:47 -07:00 |
|
Lars Immisch
|
b6854612a4
|
This patch drops boost as a dependency from the valijson core.
It is based on https://github.com/tristanpenman/valijson/pull/28, but squashed and rebased for simplicity.
See the original https://github.com/tristanpenman/valijson/pull/28 for history.
|
2016-08-15 22:32:47 -07:00 |
|
Tristan Penman
|
b698164ebe
|
Remove non-C++11 and gcc 4.9 stages from Travis CI build script
|
2016-08-15 22:32:47 -07:00 |
|
Tristan Penman
|
38e6b05afa
|
Minor correction re: support for definitions
|
2016-07-28 19:55:18 -07:00 |
|
Tristan Penman
|
424b706f99
|
Merge branch 'add-buildroot-support'
|
2016-04-09 08:22:28 +10:00 |
|
Tristan Penman
|
4a543d53e3
|
Build tests by default
|
2016-04-09 08:15:49 +10:00 |
|