summaryrefslogtreecommitdiff
path: root/buildscripts/cpplint.py
AgeCommit message (Collapse)Author
2019-11-01SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano
2019-04-10SERVER-40542 Remove references to pip2Mathew Robinson
2019-04-08SERVER-32295 Support Python 3Mathew Robinson
2018-11-05SERVER-37678 Extend cpplint's CheckForCopyright() to check for SSPL.Max Hirschhorn
2018-01-11SERVER-32414 Remove some `stdx::` checks from lintADAM David Alan Martin
Some checks in lint for `stdx::` polyfills, such as `stdx::make_unique` are entirely out of date. In the interest of removing these stale polyfills, we're relaxing some lint rules.
2017-11-02SERVER-31629 Support putting unique codes directly into Status constructorsMathias Stearn
2017-09-22SERVER-30135 Added a synchronous executor to make the code path between the ↵Henrik Edin
two modes similar while still allowing customization in the execution. Should fix some perf regressions that came with unifying the service state machine.
2017-04-10SERVER-28530 Prevent SSLThreadInfo destruction construction cycleSpencer Jackson
2016-12-29SERVER-16363 Remove all volatile storage types from server source codeMark Benvenuto
2016-12-16SERVER-26698 fix lintEric Milkie
2016-09-08SERVER-25865 stdx::unordered_multimap and stdx::unordered_multisetDavid Storch
2016-09-08SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch
On Windows, these are aliases for boost containers. On other platforms they are aliases for std containers.
2016-04-19SERVER-23570 Make SecureAllocator a real allocatorJason Carey
Also adds SecureT, a wrapper proxy for newing objects on the secure heap.
2016-01-15SERVER-22135 Take python from environment rather system default pathValentin Kuznetsov
Signed-off-by: Ramon Fernandez <ramon@mongodb.com> Closes #1056
2015-10-23SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ↵Andy Schwerin
uses.
2015-07-09SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow
2015-06-30SERVER-19099 Enforce polyfill usage via lintAndrew Morrow
2014-10-13SERVER-15618 Turn off "Done" for each file so we can see failures more easilyMatt Kangas
Reapply 317272e after cpplint.py update
2014-10-13SERVER-15618 Update cpplint.py to latest upstream versionMatt Kangas
Update to r137 (Aug 22, 2014). Adds support for C++11. https://code.google.com/p/google-styleguide/source/detail?r=137
2014-06-09SERVER-9634 typo fixesVeres Lajos
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
2012-10-16try turning off "Done" for each file so we can see failures more easilyEliot Horowitz
2012-10-15hookup google cpplint, and make "scons lint" run the checks we pass on nowEliot Horowitz
including a few that i made pass