aboutsummaryrefslogtreecommitdiff
path: root/ports/mongo-c-driver/usage
AgeCommit message (Collapse)Author
2021-09-08[libbson, mongo-c-driver] Convert to vcpkg.json. (#20039)Billy O'Neal
* Fixes source writes rather than using DISABLE_PARALLEL_CONFIGURE * Fixes to use modern vcpkg helpers. * Fixes to install to the correct include path rather than moving the resulting includes after the fact. * Remove do-nothign renames. * Fixes to make static cmake configs find the correct bits.
2020-05-07[mongo-c-driver] Fix find_package error (#11217)Lily
2020-05-01[libbson/mongo-c-driver] Update to 1.16.1 (#10010)Jack·Boos·Yu
* [libbson/mongo-c-driver] Update to 1.16.1 * [libbson] Refix static build * [mongo-c-driver] Re-fix dependency libbson and dynamic build * [mongo-c-driver] Fix generate cmake file * [mongo-cxx-driver] Fix find libbson * [mongo-c-driver] Fix generate cmake file when building static * [mongo-cxx-driver] Fix dependency mongo-c-driver * update version info * [mongo-c-driver] Update patch * [mongo-c-driver] Re-generate patch. * [mongo-c-driver] Re-generate patch
2019-07-07[mongo-c-driver] Add usage (#7048)wangli28