[MONGOCRYPT-211] Support optionally linking to windows static runtime Created: 18/Nov/19  Updated: 02/Dec/19  Resolved: 02/Dec/19

Status: Closed
Project: Libmongocrypt
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Major - P3
Reporter: Matt Broadstone Assignee: Matt Broadstone
Resolution: Won't Fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

mongocrypt, kms_message and bson should all be optionally able to link to the static windows runtime (libcmt, /MT). Node needs this to build an addon for client-side encryption.



 Comments   
Comment by Githook User [ 19/Nov/19 ]

Author:

{'name': 'Matt Broadstone', 'username': 'mbroadst', 'email': 'mbroadst@mongodb.com'}

Message: MONGOCRYPT-211 support linking against windows static runtime

This allows dependent projects to optionally enable overriding the
default MSVC runtime (`/MD` for the dynamic mulitthreaded) to use
the static runtime (`/MT`)
Branch: master
https://github.com/mongodb/libmongocrypt/commit/e48bacef2f12fea011ef549b3297cfa8219aad13

Comment by Matt Broadstone [ 18/Nov/19 ]

https://github.com/mongodb/libmongocrypt/pull/78

Comment by Githook User [ 18/Nov/19 ]

Author:

{'name': 'Matt Broadstone', 'username': 'mbroadst', 'email': 'mbroadst@mongodb.com'}

Message: MONGOCRYPT-211 support linking against windows static runtime

This allows dependent projects to optionally enable overriding the
default MSVC runtime (`/MD` for the dynamic mulitthreaded) to use
the static runtime (`/MT`)
Branch: MONGOCRYPT-211/windows-static-runtime
https://github.com/mongodb/libmongocrypt/commit/b50128a5d3ecc0fe2aa5b9d673ff60514b9eeb27

Generated at Thu Feb 08 09:08:13 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.