This repository was archived by the owner on Dec 23, 2021. It is now read-only.
File tree
6 files changed
+6
-3
lines changed- scripts
- src/MongoDB/Driver
6 files changed
+6
-3
lines changed- .evergreen/cmake.sh+16
- .evergreen/compile-unix.sh+16-4
- .evergreen/compile-windows.sh+1-2
- .evergreen/compile.sh+17
- .evergreen/config.yml+129-21
- .evergreen/llvm-gcov.sh+2
- .gitignore+5
- CMakeLists.txt+12-42
- NEWS+30
- VERSION_CURRENT+1-1
- build/autotools/Coverage.m4+1-1
- build/autotools/PrintBuildConfiguration.m4+1-8
- build/autotools/ReadCommandLineArguments.m4-10
- build/autotools/SetupAutomake.m4-2
- build/cmake/libbson-experimental.def-191
- build/cmake/libbson.def+10-5
- doc/html/Makefile.am+1-4
- examples/Makefile.am+10
- src/bson/Makefile.am+2-10
- src/bson/bcon.c-12
- src/bson/bcon.h-8
- src/bson/bson-config.h.in-8
- src/bson/bson-iter.c-12
- src/bson/bson-iter.h-6
- src/bson/bson-json.c-8
- src/bson/bson-types.h-10
- src/bson/bson-value.c-4
- src/bson/bson.c-10
- src/bson/bson.h-6
- tests/Makefile.am+7-12
- tests/test-bcon-basic.c-4
- tests/test-bcon-extract.c-4
- tests/test-bson.c-10
- tests/test-decimal128.c-1
- tests/test-iter.c-16
- tests/test-json.c-17
- tests/test-libbson.c+1-2
- tests/test-type.c-3
- tests/test-value.c-4
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
191 | 191 |
| |
192 | 192 |
| |
193 | 193 |
| |
| 194 | + | |
194 | 195 |
| |
195 | 196 |
| |
196 | 197 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
30 | 30 |
| |
31 | 31 |
| |
32 | 32 |
| |
| 33 | + | |
33 | 34 |
| |
34 | 35 |
| |
35 | 36 |
| |
|
0 commit comments