File tree Expand file tree Collapse file tree 3 files changed +42
-8
lines changed Expand file tree Collapse file tree 3 files changed +42
-8
lines changed Original file line number Diff line number Diff line change
1
+ common-config.h
Original file line number Diff line number Diff line change 3
3
aclocal.m4
4
4
AUTHORS
5
5
autom4te.cache
6
- bcon-col-view
7
- bcon-speed
8
- bson-streaming-reader
9
- bson-metrics
10
- bson-to-json
11
- bson-validate
12
- bson-depth
13
6
ChangeLog
14
7
CMakeFiles
15
8
CMakeCache.txt
@@ -23,7 +16,6 @@ depcomp
23
16
* .exe
24
17
INSTALL
25
18
install-sh
26
- json-to-bson
27
19
* .la
28
20
.libs
29
21
libtool
@@ -55,8 +47,23 @@ CPackConfig.cmake
55
47
CPackSourceConfig.cmake
56
48
CTestTestfile.cmake
57
49
cmake_install.cmake
50
+
51
+ # CMake artifacts
58
52
libbson-1.0-config-version.cmake
59
53
libbson-1.0-config.cmake
60
54
libbson-static-1.0-config-version.cmake
61
55
libbson-static-1.0-config.cmake
56
+ bson /bson-1.0-config-version.cmake
57
+ bson /bson-1.0-config.cmake
58
+ bson /bson-targets.cmake
62
59
60
+ # Example binaries
61
+ bcon-col-view
62
+ bcon-speed
63
+ bson-check-depth
64
+ bson-depth
65
+ bson-metrics
66
+ bson-streaming-reader
67
+ bson-to-json
68
+ bson-validate
69
+ json-to-bson
Original file line number Diff line number Diff line change
1
+ # CMake artifacts
1
2
libmongoc-1.0-config-version.cmake
2
3
libmongoc-1.0-config.cmake
3
4
libmongoc-static-1.0-config-version.cmake
4
5
libmongoc-static-1.0-config.cmake
6
+ mongoc /mongoc-1.0-config.cmake
7
+ mongoc /mongoc-1.0-config-version.cmake
8
+ mongoc /mongoc-targets.cmake
9
+
10
+ # Test program for mongoc_get_accept_args in CMakeLists.txt
11
+ accept_test1.c
12
+
13
+ # Example binaries
14
+ aggregation1
15
+ basic-aggregation
16
+ bulk-collation
17
+ bulk1
18
+ bulk2
19
+ bulk3
20
+ bulk4
21
+ bulk5
22
+ bulk6
23
+ common-operations
5
24
example-client
6
25
example-collection-watch
7
26
example-command-monitoring
8
27
example-command-with-opts
9
28
example-create-indexes
10
29
example-gridfs
30
+ example-gridfs-bucket
11
31
example-pool
32
+ example-resume
12
33
example-scram
13
34
example-sdam-monitoring
14
35
example-session
36
+ example-start-at-optime
15
37
example-transaction
16
38
example-update
17
39
fam
40
+ find-and-modify
41
+ hello_mongoc
18
42
mongoc-dump
19
43
mongoc-ping
20
44
mongoc-stat
21
45
mongoc-tail
46
+
47
+ # Test binaries
22
48
test-libmongoc
23
49
test-mongoc-gssapi
24
50
test-mongoc-cache
You can’t perform that action at this time.
0 commit comments