vcpkg/toolsrc/include
nicole mazzuca 09af1e9b55
[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!
2020-04-17 18:16:20 -07:00
..
catch2 [vcpkg] Major tool CMakeLists.txt updates 2019-08-16 19:40:53 -07:00
vcpkg [vcpkg] Add initial JSON support (#10521) 2020-04-17 18:16:20 -07:00
vcpkg-test [vcpkg] Track parser row/col state in Paragraph (renamed from RawParagraph) (#9987) 2020-02-09 14:50:26 -08:00
pch.h [vcpkg] Clean up CMake build system (#10834) 2020-04-14 22:08:50 -07:00