-
-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
Add BSON support #1320
Add BSON support #1320
Commits on Sep 14, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f06c8fd - Browse repository at this point
Copy the full SHA f06c8fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f5836c - Browse repository at this point
Copy the full SHA 5f5836cView commit details
Commits on Sep 15, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9a0dddc - Browse repository at this point
Copy the full SHA 9a0dddcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c0f2e4 - Browse repository at this point
Copy the full SHA 0c0f2e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c447de - Browse repository at this point
Copy the full SHA 6c447deView commit details -
Configuration menu - View commit details
-
Copy full SHA for c5ef023 - Browse repository at this point
Copy the full SHA c5ef023View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee361f - Browse repository at this point
Copy the full SHA 7ee361fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0d8921 - Browse repository at this point
Copy the full SHA c0d8921View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b427a - Browse repository at this point
Copy the full SHA 83b427aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ce7d6b - Browse repository at this point
Copy the full SHA 5ce7d6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 120d1d7 - Browse repository at this point
Copy the full SHA 120d1d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf485c2 - Browse repository at this point
Copy the full SHA cf485c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for df33a90 - Browse repository at this point
Copy the full SHA df33a90View commit details
Commits on Sep 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 763705c - Browse repository at this point
Copy the full SHA 763705cView commit details -
Configuration menu - View commit details
-
Copy full SHA for bce4816 - Browse repository at this point
Copy the full SHA bce4816View commit details
Commits on Sep 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ef358ae - Browse repository at this point
Copy the full SHA ef358aeView commit details
Commits on Sep 29, 2018
-
BSON: Extend
binary_reader::get_number
to be able to hanlde little ……endian input to get rid of `binary_reader::get_number_little_endian`
Configuration menu - View commit details
-
Copy full SHA for 0a09db9 - Browse repository at this point
Copy the full SHA 0a09db9View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8730e5 - Browse repository at this point
Copy the full SHA e8730e5View commit details
Commits on Oct 7, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 81f4b34 - Browse repository at this point
Copy the full SHA 81f4b34View commit details -
BSON: Reworked the
binary_writer
such that it precomputes the size ……of the BSON-output. This way, the output_adapter can work on simple output iterators and no longer requires random access iterators.
Configuration menu - View commit details
-
Copy full SHA for 062aeaf - Browse repository at this point
Copy the full SHA 062aeafView commit details -
Configuration menu - View commit details
-
Copy full SHA for df0f612 - Browse repository at this point
Copy the full SHA df0f612View commit details
Commits on Oct 16, 2018
-
BSON: throw json.exception.out_of_range.407 in case a value of type `…
…std::uint64_t` is serialized to BSON. Also, added a missing EOF-check to binary_reader.
Configuration menu - View commit details
-
Copy full SHA for 5bccacd - Browse repository at this point
Copy the full SHA 5bccacdView commit details -
Configuration menu - View commit details
-
Copy full SHA for daa3ca8 - Browse repository at this point
Copy the full SHA daa3ca8View commit details -
BSON: throw
json.exception.out_of_range.409
in case a key to be ser……ialized to BSON contains a U+0000
Configuration menu - View commit details
-
Copy full SHA for 978c3c4 - Browse repository at this point
Copy the full SHA 978c3c4View commit details
Commits on Oct 17, 2018
-
Merge branch 'develop' of https://github.com/nlohmann/json into featu…
…re/bson Conflicts: include/nlohmann/detail/input/binary_reader.hpp single_include/nlohmann/json.hpp src/unit-bson.cpp
Configuration menu - View commit details
-
Copy full SHA for 2a63869 - Browse repository at this point
Copy the full SHA 2a63869View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8de10c5 - Browse repository at this point
Copy the full SHA 8de10c5View commit details
Commits on Oct 18, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 5ba812d - Browse repository at this point
Copy the full SHA 5ba812dView commit details -
BSON: Improved exception-related tests and report location of U+0000 …
…in the key-string as part of `out_of_range.409`-message
Configuration menu - View commit details
-
Copy full SHA for ad11b6c - Browse repository at this point
Copy the full SHA ad11b6cView commit details
Commits on Oct 24, 2018
-
Merge branch 'feature/bson' of https://github.com/julian-becker/json …
…into julian-becker-feature/bson
Configuration menu - View commit details
-
Copy full SHA for bba1591 - Browse repository at this point
Copy the full SHA bba1591View commit details -
🚧 some changes to the BSON code
- added fuzz testers - added some reference files - made an exception text more clear
Configuration menu - View commit details
-
Copy full SHA for e2c5913 - Browse repository at this point
Copy the full SHA e2c5913View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d1eaac - Browse repository at this point
Copy the full SHA 4d1eaacView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1968e5c - Browse repository at this point
Copy the full SHA 1968e5cView commit details
Commits on Oct 25, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6212627 - Browse repository at this point
Copy the full SHA 6212627View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19647e0 - Browse repository at this point
Copy the full SHA 19647e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ce720b - Browse repository at this point
Copy the full SHA 7ce720bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d97fa30 - Browse repository at this point
Copy the full SHA d97fa30View commit details
Commits on Oct 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 544150d - Browse repository at this point
Copy the full SHA 544150dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6384fe2 - Browse repository at this point
Copy the full SHA 6384fe2View commit details