Commit c5e859d
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1094 | 1094 | | |
1095 | 1095 | | |
1096 | 1096 | | |
1097 | | - | |
| 1097 | + | |
1098 | 1098 | | |
1099 | 1099 | | |
1100 | 1100 | | |
| |||
- .evergreen/config.yml+2-2
- .evergreen/link-sample-program.cmd+59-23
- .evergreen/link-sample-program.sh+21-11
- CMakeLists.txt+57-26
- NEWS+16-14
- build/cmake/BSONPackage.cmake+9-2
- doc/bson_as_canonical_json.rst+51
- doc/bson_as_json.rst+1-1
- doc/bson_as_relaxed_json.rst+6-6
- doc/bson_reader_t.rst+1-1
- doc/bson_reserve_buffer.rst+1-1
- doc/bson_t.rst+2-1
- doc/creating.rst+1-1
- doc/json.rst+23-3
- doc/parsing.rst+1-1
- doc/streaming-bson.rst+1-1
- examples/bcon-col-view.c+1-1
- examples/bson-streaming-reader.c+1-1
- examples/bson-to-json.c+1-1
- examples/hello_bson.c+1-1
- src/bson/bson-json.c+4-1
- src/bson/bson-private.h+2
- src/bson/bson.c+221-325
- src/bson/bson.h+30-7
- tests/TestSuite.h+1-1
- tests/bson-tests.h+2-2
- tests/corpus-test.c+58-2
- tests/corpus-test.h+34-4
- tests/test-bcon-basic.c+3-4
- tests/test-bson-corpus.c+105-74
- tests/test-json.c+401-11
- .evergreen/config.yml+5-5
- .evergreen/link-sample-program-mingw.cmd
- .evergreen/link-sample-program-msvc.cmd
- .evergreen/link-sample-program.sh+36-31
- CMakeLists.txt+95-30
- NEWS+1
- build/cmake/MongoCPackage.cmake+11-4
- doc/cursors.rst+1-1
- doc/mongoc_collection_command_simple.rst+1-1
- doc/mongoc_collection_find.rst+1-1
- doc/mongoc_collection_find_with_opts.rst+1-1
- doc/mongoc_matcher_t.rst+1-1
- doc/mongoc_read_prefs_set_tags.rst+1-1
- doc/mongoc_uri_get_mechanism_properties.rst+1-1
- doc/tutorial.rst+6-6
- examples/aggregation/aggregation1.c+1-1
- examples/bulk/bulk-collation.c+1-1
- examples/bulk/bulk1.c+1-1
- examples/bulk/bulk2.c+1-1
- examples/bulk/bulk3.c+1-1
- examples/bulk/bulk4.c+1-1
- examples/bulk/bulk5.c+2-2
- examples/bulk/bulk6.c+1-1
- examples/doc-common-insert.c+1-1
- examples/example-client.c+1-1
- examples/example-command-monitoring.c+2-2
- examples/example-command-with-opts.c+2-2
- examples/example-matcher.c+2-2
- examples/example-sdam-monitoring.c+1-1
- examples/filter-bsondump.c+1-1
- examples/find-and-modify.c+1-1
- examples/find_and_modify_with_opts/bypass.c+1-1
- examples/find_and_modify_with_opts/fields.c+1-1
- examples/find_and_modify_with_opts/flags.c+1-1
- examples/find_and_modify_with_opts/opts.c+1-1
- examples/find_and_modify_with_opts/sort.c+1-1
- examples/find_and_modify_with_opts/update.c+1-1
- examples/mongoc-ping.c+1-1
- examples/mongoc-tail.c+1-1
- src/libbson+1-1
- src/mongoc/mongoc-cluster-cyrus.c+3-3
- src/mongoc/mongoc-rpc.c+2-2
- tests/TestSuite.h+2-2
- tests/ha-test.c+4-4
- tests/json-test.c+4-4
- tests/test-conveniences.c+1-1
- tests/test-load.c+1-1
- tests/test-mongoc-command-monitoring.c+2-2
- tests/test-mongoc-matcher.c+1-1
- tests/test-replica-set.c+1-1
- tests/test-secondary.c+1-1
0 commit comments