summaryrefslogtreecommitdiff
path: root/buildscripts/moduleconfig.py
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-28308 Integrate python linting for IDL into EvergreenMark Benvenuto2017-04-181-5/+6
|
* SERVER-18575: clang_format.pyMark Benvenuto2015-06-201-1/+32
|
* SERVER-17897 Add a way to opt out of building modulesMathias Stearn2015-04-091-1/+8
|
* SERVER-8466 SERVER-8467 Clang support and autodetectionAndrew Morrow2013-03-151-2/+2
|
* SERVER-7118 Change "mongo modules" to use SConscript files for modules.Andy Schwerin2012-10-231-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 modulesDan Crosta2012-07-111-0/+3
|
* allow db modules to declare scripts that are run as a test suiteDan Crosta2012-07-101-2/+37
|
* use env.Glob in buildscripts/moduleconfigDan Crosta2012-07-101-1/+1
|
* db/modules may not exist, so don't fail if it doesn'tDan Crosta2012-07-061-0/+3
|
* discover and configure modules in db/modules/Dan Crosta2012-07-061-0/+90