Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-13453 Strip C++ client driver artifacts from the server tree | Andrew Morrow | 2014-04-19 | 1 | -1/+0 |
| | |||||
* | Have SCons print less when generating buildinfo.cpp and unittests.txt. | Andy Schwerin | 2014-01-02 | 1 | -1/+3 |
| | |||||
* | SERVER-11053 Support use of CacheDir rather than Brobdingnagian variant ↵ | Andrew Morrow | 2013-10-07 | 1 | -1/+2 |
| | | | | directory names | ||||
* | SERVER-9775 Remove SpiderMonkey | Tad Marshall | 2013-06-24 | 1 | -3/+1 |
| | |||||
* | SERVER-7856: use python buildscript var, not cmd line opts | Scott Hernandez | 2013-01-02 | 1 | -2/+9 |
| | |||||
* | add the js engine back to buildInfo; still need to clean this up post 2.4 | Scott Hernandez | 2012-12-19 | 1 | -0/+2 |
| | |||||
* | SERVER-7856: record allocator and build flags in buildinfo | Scott Hernandez | 2012-12-18 | 1 | -1/+9 |
| | |||||
* | SERVER-7118 Change "mongo modules" to use SConscript files for modules. | Andy Schwerin | 2012-10-23 | 1 | -2/+2 |
| | | | | | | | | | | 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. | ||||
* | discover and configure modules in db/modules/ | Dan Crosta | 2012-07-06 | 1 | -1/+5 |
| | |||||
* | SCons refactoring, cleans up building and testing the C++ client. | Andy Schwerin | 2012-03-23 | 1 | -0/+45 |
This patch does the following: 1.) Remove pcre.h dependencies in the C++ client, and remove some other unnecessary dependencies. 2.) Clean up how we build the client from the client source tarball, so it's more like how we build it from the git repo / full source tarball. 3.) Fix up our "scons" so you only have to write "scons ." to build all of our binaries, the binary archive (zip or tgz) and client source archive (zip or tgz). 4.) Fix up SCons aliases "core", "tools", and "all". 5.) Let user specify the name of the client tarball via a SCons command line switch. Resolves SERVER-4231, SERVER-5255. |