Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-4393 Remove cpplint.py and lint.py | Mark Benvenuto | 2019-10-28 | 1 | -6/+0 |
| | |||||
* | SERVER-32645 Create a shim helper framework. | ADAM David Alan Martin | 2018-04-30 | 1 | -0/+6 |
The `MONGO_DECLARE_SHIM`, `MONGO_DEFINE_SHIM`, and `MONGO_REGISTER_SHIM` macros can be used to create specialized types which are customization and auto-registration points for late-binding functions. In some sense they work like weak-symbols; however, they also are useful for tracking dependencies upon shimmed-out implementations. |