This repository was archived by the owner on Dec 23, 2021. It is now read-only.
File tree
5 files changed
+10
-6
lines changed- scripts
- tests
5 files changed
+10
-6
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
61 |
| - | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
62 | 64 |
| |
63 | 65 |
| |
64 | 66 |
| |
|
- .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 & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
| 14 | + | |
15 | 15 |
|
Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 |
| - | |
| 37 | + | |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
| |||
46 | 46 |
| |
47 | 47 |
| |
48 | 48 |
| |
49 |
| - | |
| 49 | + | |
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| 55 | + | |
| 56 | + | |
55 | 57 |
| |
56 | 58 |
| |
57 | 59 |
| |
|
0 commit comments