Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-28308 Integrate python linting for IDL into Evergreen | Mark Benvenuto | 2017-04-18 | 1 | -5/+6 |
| | |||||
* | SERVER-18575: clang_format.py | Mark Benvenuto | 2015-06-20 | 1 | -1/+32 |
| | |||||
* | SERVER-17897 Add a way to opt out of building modules | Mathias Stearn | 2015-04-09 | 1 | -1/+8 |
| | |||||
* | SERVER-8466 SERVER-8467 Clang support and autodetection | Andrew Morrow | 2013-03-15 | 1 | -2/+2 |
| | |||||
* | SERVER-7118 Change "mongo modules" to use SConscript files for modules. | Andy Schwerin | 2012-10-23 | 1 | -95/+107 |
| | | | | | | | | | | Also allows you to have modules in mongos and the shell, as well as mongod. Requires changes to the modules, to have SConscript files, and define libraries. Allows modules to have unit tests, interesting linking rules, dependencies into mongo, etc. Still may need to do some work on includes. The mongo-enterprise module has very simple include requirements, today. | ||||
* | skip building the moduletests.txt file if no modules | Dan Crosta | 2012-07-11 | 1 | -0/+3 |
| | |||||
* | allow db modules to declare scripts that are run as a test suite | Dan Crosta | 2012-07-10 | 1 | -2/+37 |
| | |||||
* | use env.Glob in buildscripts/moduleconfig | Dan Crosta | 2012-07-10 | 1 | -1/+1 |
| | |||||
* | db/modules may not exist, so don't fail if it doesn't | Dan Crosta | 2012-07-06 | 1 | -0/+3 |
| | |||||
* | discover and configure modules in db/modules/ | Dan Crosta | 2012-07-06 | 1 | -0/+90 |