mongo-cxx-driver icon indicating copy to clipboard operation
mongo-cxx-driver copied to clipboard

C++ Driver for MongoDB

Results 10 mongo-cxx-driver issues
Sort by recently updated
recently updated
newest added

Resolves CXX-2967. This is a documentation-only PR. Running `hugo server` in the `docs` directory to live-preview the changes in a web browser is recommended. This PR aims to expand and...

Resolves CXX-2793. Verified by [this patch](https://spruce.mongodb.com/version/662943d715d7fe0007fc1f8b). This PR adds five new scan-build tasks to the EVG config. The scan-build tasks mostly mirror those for the C Driver, but are parameterized...

- Sync delegated spec tests - Bump C driver minimum version to 1.27

Verified by [this patch](https://spruce.mongodb.com/version/66d0c133687c8500072caab4/). Addresses 583 Clang warnings (157 unique) and 198 (7 unique) MSVC warnings relating to those emitted by examples (as part of CXX-2827). If a given warning...

## Summary Resolves CXX-3094. Verified by [this patch](https://spruce.mongodb.com/version/66cf7652a885bf00075da8f2). Upgrades the Catch2 library used by the test suite from the v2 standalone header to the v3 library obtained via FetchContent. This...

# Summary Fix build with GCC 4.8.5. Verified with this [patch build](https://spruce.mongodb.com/version/66c6161c488c38000703c3e4). # Description Supporting build with GCC 4.8.5 is motivated by a request to build on a customer RHEL...

## Summary Resolves CXX-3082. Followup to https://github.com/mongodb/mongo-cxx-driver/pull/1216. Verified by [this patch](https://spruce.mongodb.com/version/670fd31a01250f000793fce4). Adds examples for the remaining items listed in the description of https://github.com/mongodb/mongo-cxx-driver/pull/1216: - Databases Error Handling (that are not...

Resolves CXX-3232. Followup to https://github.com/mongodb/mongo-cxx-driver/pull/1318, https://github.com/mongodb/mongo-cxx-driver/pull/1401, and https://github.com/mongodb/mongo-cxx-driver/pull/1402. This is 2 out of an estimated 7 major PRs which in total are expected to resolve CXX-2745. - [x] Top-Level Dependencies...