2 files changed
+2
-2
lines changed- .gitignore+1
- CMakeLists.txt+5-3
- NEWS+64
- README.md+10
- build/autotools/Coverage.m4+10
- build/autotools/Versions.m4+1-1
- build/autotools/versions.ldscript+2
- build/cmake/libbson.def+2
- build/rpm/libbson.spec+15-3
- configure.ac+1
- doc/bson_append_document_begin.page+2-1
- doc/bson_check_version.page+35
- doc/bson_copy_to.page+1-1
- doc/bson_get_version.page+24
- doc/bson_reader_destroy_func_t.page+33
- doc/bson_reader_read_func_t.page+44
- doc/bson_reinit.page+1-1
- doc/bson_utf8_validate.page+1-1
- doc/installing.page+5-5
- doc/version.page+14-9
- examples/Makefile.am+6
- examples/bson-streaming-reader.c+187
- src/Makefile.am+1
- src/bson/Makefile.am+3-7
- src/bson/bson-iter.c+55-58
- src/bson/bson-json.c+7-14
- src/bson/bson-macros.h+8-33
- src/bson/bson-memory.c+1-1
- src/bson/bson-oid.c+18-18
- src/bson/bson-reader.c+12-24
- src/bson/bson-string.c+8-8
- src/bson/bson-utf8.c+6-6
- src/bson/bson-value.c+2-2
- src/bson/bson-version-functions.c+79
- src/bson/bson-version-functions.h+15-17
- src/bson/bson-version.h.in-25
- src/bson/bson-writer.c+6-6
- src/bson/bson.c+99-115
- src/bson/bson.h+1
- tests/Makefile.am+4
- tests/test-json.c+1
- tests/test-libbson.c+2
- tests/test-version.c+26
0 commit comments