Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-32414 Remove some `stdx::` checks from lint | ADAM David Alan Martin | 2018-01-11 | 1 | -6/+0 |
| | | | | | | 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. | ||||
* | SERVER-31629 Support putting unique codes directly into Status constructors | Mathias Stearn | 2017-11-02 | 1 | -0/+7 |
| | |||||
* | SERVER-30135 Added a synchronous executor to make the code path between the ↵ | Henrik Edin | 2017-09-22 | 1 | -0/+1 |
| | | | | two modes similar while still allowing customization in the execution. Should fix some perf regressions that came with unifying the service state machine. | ||||
* | SERVER-28530 Prevent SSLThreadInfo destruction construction cycle | Spencer Jackson | 2017-04-10 | 1 | -1/+1 |
| | |||||
* | SERVER-16363 Remove all volatile storage types from server source code | Mark Benvenuto | 2016-12-29 | 1 | -0/+8 |
| | |||||
* | SERVER-26698 fix lint | Eric Milkie | 2016-12-16 | 1 | -1/+0 |
| | |||||
* | SERVER-25865 stdx::unordered_multimap and stdx::unordered_multiset | David Storch | 2016-09-08 | 1 | -0/+2 |
| | |||||
* | SERVER-25865 stdx::unordered_map and stdx::unordered_set | David Storch | 2016-09-08 | 1 | -1/+3 |
| | | | | | On Windows, these are aliases for boost containers. On other platforms they are aliases for std containers. | ||||
* | SERVER-23570 Make SecureAllocator a real allocator | Jason Carey | 2016-04-19 | 1 | -2/+3 |
| | | | | Also adds SecureT, a wrapper proxy for newing objects on the secure heap. | ||||
* | SERVER-22135 Take python from environment rather system default path | Valentin Kuznetsov | 2016-01-15 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Ramon Fernandez <ramon@mongodb.com> Closes #1056 | ||||
* | SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ↵ | Andy Schwerin | 2015-10-23 | 1 | -0/+8 |
| | | | | uses. | ||||
* | SERVER-19313 Remove some obsoleted usages of boost | Andrew Morrow | 2015-07-09 | 1 | -0/+2 |
| | |||||
* | SERVER-19099 Enforce polyfill usage via lint | Andrew Morrow | 2015-06-30 | 1 | -0/+45 |
| | |||||
* | SERVER-15618 Turn off "Done" for each file so we can see failures more easily | Matt Kangas | 2014-10-13 | 1 | -1/+1 |
| | | | | Reapply 317272e after cpplint.py update | ||||
* | SERVER-15618 Update cpplint.py to latest upstream version | Matt Kangas | 2014-10-13 | 1 | -718/+3501 |
| | | | | | Update to r137 (Aug 22, 2014). Adds support for C++11. https://code.google.com/p/google-styleguide/source/detail?r=137 | ||||
* | SERVER-9634 typo fixes | Veres Lajos | 2014-06-09 | 1 | -2/+2 |
| | | | | Signed-off-by: Matt Kangas <matt.kangas@mongodb.com> | ||||
* | try turning off "Done" for each file so we can see failures more easily | Eliot Horowitz | 2012-10-16 | 1 | -1/+1 |
| | |||||
* | hookup google cpplint, and make "scons lint" run the checks we pass on now | Eliot Horowitz | 2012-10-15 | 1 | -0/+3361 |
including a few that i made pass |