Skip to content

Tags: lineCode/cppgraphqlgen

Tags

v0.6

Toggle v0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#8 from Microsoft/nocopy

Use a single rapidjson::Document and allocator for the entire result set

v0.5

Toggle v0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix UNIX compile options

I removed the `graphqlpeg` library as a separate target, but I still had compile options set for it on UNIX.

v0.4

Toggle v0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#3 from Microsoft/rapidjson

Port JSON parsing/generation from cpprestsdk to RapidJSON

v0.3

Toggle v0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request microsoft#2 from Microsoft/pegtl

Replace the GraphQL parser with a PEGTL implementation

v0.2

Toggle v0.2's commit message
Make copying other Windows DLLs to the install directory optional

v0.1

Toggle v0.1's commit message
Fix CMake/Ninja build in VS 2017