aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlitecpp
diff options
context:
space:
mode:
authornicole mazzuca <mazzucan@outlook.com>2020-04-17 18:16:20 -0700
committerGitHub <noreply@github.com>2020-04-17 18:16:20 -0700
commit09af1e9b55fdb79ef5aa04de3f1710759b2de990 (patch)
treefc151fb148667d5cf10bf3dcd8e26b5d04cc6d16 /ports/sqlitecpp
parent556325a1f7b6049d91565257c00db2f0bf1eadc5 (diff)
downloadvcpkg-09af1e9b55fdb79ef5aa04de3f1710759b2de990.tar.gz
vcpkg-09af1e9b55fdb79ef5aa04de3f1710759b2de990.zip
[vcpkg] Add initial JSON support (#10521)
* [vcpkg] Add initial JSON support This adds a JSON parser, as well as the amount of unicode support required for JSON parsing to work according to the specification. In the future, I hope to rewrite our existing XML files into JSON. Additionally, as a drive-by, we've added the following: * add /wd4800 to pragmas.h -- this is a "performance warning", for when you implicitly convert pointers or integers to bool, and shouldn't be an issue for us. * Switched Parse::ParserBase to read unicode (as utf-8), as opposed to ASCII * Building again under VCPKG_DEVELOPMENT_WARNINGS, yay!
Diffstat (limited to 'ports/sqlitecpp')
0 files changed, 0 insertions, 0 deletions