summaryrefslogtreecommitdiff
path: root/src/mongo/db/dbmessage.h
Commit message (Collapse)AuthorAgeFilesLines
...
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
|
* SCons refactoring, cleans up building and testing the C++ client.Andy Schwerin2012-03-231-1/+0
| | | | | | | | | | | | | | | | | 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.
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+282