libbson v1.30.0
- Created
- Updated
libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.
# Usage
libbson provides CMake targets:
find_package(bson-1.0 CONFIG REQUIRED)
target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:mongo::bson_static>,mongo::bson_static,mongo::bson_shared>)
# License
Unspecified
# Supported Platforms
All platforms are supported
# Features
No features defined.
# Dependencies
No dependencies.
# Host Dependencies
No transitive dependencies.
# Dependents
- mongo-c-driver
- mongo-cxx-driver
- reflectcpp (feature
bson
)
# Host Dependents
No dependents.
# Contributors
flysha
Alexander Karatarakis
sdcb
Robert Schumacher
ivysnow
Violet Giraffe
inv2004
Phoebe
pravic
Stefano Sinigardi
Jack·Boos·Yu
Billy O'Neal
ras0219
Francisco Facioni
bucurb
autoantwort
Kai Pastor
双草酸酯
jim wang
Thomas1664
MonicaLiu
WangWeiLin-MV
Frank
Cheney Wang
JonLiu1993
Lily Wang
# Changelog
and 47 more commits:
21d51ea
[libbson] update to 1.9.2ab884b5
[libbson] update to 1.9.026516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)db8db9c
[arrow][libbson] Fix static builds.0074703
[libbson] [mongo-c-driver] [mongo-cxx-driver] Update to latest (1.6.2/1.6.2/3.1.1)629e034
[libbson] Install THIRD_PARTY_NOTICES. Install PDBS.4765c58
[libbson] Fix UWP builds. Suppress building static in DLL mode and vice-versa.6e44495
[vcpkg-configure-cmake] Centralize application of CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS_SKIP8bcf57f
[libbson, mongo-c-driver] bump version to 1.5.1bcab7f3
[mongo/libbson] Tabs to spacesea3113a
[mongo-x-driver] upgrade to 1.51/3.10b63d35b
[mongo-c-driver] Upgrade to 1.5.0-rc6 Enable building static library. Exclude test and examples.51a9334
Fix static build runtime error.2538bda
Upgrade libbson to 1.5.0-rc6 Add support for libbson-static build. Do not use the patch file for libbson.cadee66
If portfile is not static-enabled yet, warn and then build dynamic The opposite if portfile is not dynamic enabled1808d46
triplet is now automatically included before portfiles.88b698b
[libbson] Mark as not supporting static yet0c28785
Improve mongo client port.113945a
Add libbson, mongo-c-driver, mongo-cxx-driver