You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Restrict macro guard tests to public headers
* Redefine export header macros in terms of ABI visibility
* Address -Wreserved-macro-identifier warnings in macro guard tests
* Disable -Wunused-macros warning for macro guard tests
* CXX-3093 Replace BSONCXX_API -> BSONCXX_ABI_EXPORT_CDECL
* CXX-3093 Replace MONGOCXX_API -> MONGOCXX_ABI_EXPORT_CDECL
* Address -Wweak-vtables warnings for exception classes
* Add __cdecl to main() in examples
* Include __cdecl in specialization of mongocxx::test_util::mock
* Include __cdecl in std::function<T> for exported symbols
* CDRIVER-5789 Workaround missing __cdecl in mongoc_log_func_t
* CXX-3093 Add changelog entry for ABI symbol removal
* CXX-3092 Enable /Gv when building test suite with MSVC
* doxygen: set ALWAYS_DETAILED_SEC = YES
* doxygen: set STRICT_PROTO_MATCHING = YES
* Disable C4251 and C4275 warnings for exception classes
* Scope "Downloading" messages to avoid misleading repeated output
* Also update debian_package_build.sh with examples include directory
* Remove private and generated config headers from macro guard tests
* Add coding guidelines section for virtual functions
* Add missing __cdecl in value::deleter_type declarations
* Remove stray use of MONGOCXX_CALL
0 commit comments