-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Taojson #66
Draft
ObiWahn
wants to merge
8
commits into
master
Choose a base branch
from
taojson
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Improve and extend taocpp/json integration. Update taocpp/json. Update taocpp/json. Improve and extend taocpp/json integration.
* master: (171 commits) sync code with ArangoDB code Applied review comments Make exampleCustom.cpp work Simplified haveSameOwnership Make clang on MacOS happy fixed an edge case with Arrays having close to 256 bytes size but memmoving disallowed Test asan and coverage with C++17 Implemented aliasing copy&move constructor tests Add tests for Builder::sharedSlice methods Implemented copy/move constructors from buffers, fixed some tests added steal() to Buffer Make __cplusplus available in MSVC Removed SharedIterator fixed MSVC compile warning Added methods to Builder that return a SharedSlice Throw a helpful error if new headers are included without c++17 Extended comment Extended comments Added a description Added SharedSlice and SharedIterator ...
ObiWahn
force-pushed
the
taojson
branch
2 times, most recently
from
February 17, 2020 20:10
950e5e2
to
3e81d5d
Compare
Now we need to add a test and the features is ready to go! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
TODO