summaryrefslogtreecommitdiff
path: root/src/mongo/base/CPPLINT.cfg
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-4393 Remove cpplint.py and lint.pyMark Benvenuto2019-10-281-6/+0
|
* SERVER-32645 Create a shim helper framework.ADAM David Alan Martin2018-04-301-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.