summaryrefslogtreecommitdiff
path: root/src/mongo/server.h
Commit message (Collapse)AuthorAgeFilesLines
* normalize #includes in many filesEric Milkie2013-04-181-1/+1
| | | | No behavior changes intended or expected.
* fix a lot of copyright noticesEliot Horowitz2012-10-151-1/+18
|
* Introduce mongo/platform/compiler.h.Andy Schwerin2012-04-121-15/+0
| | | | | Get rid of most uses of __attribute__ and __declspec outside of the platform/compiler headers.
* SERVER-4881: Stop defining BOOST_ENABLE_ASSERT_HANDLER.Andy Schwerin2012-03-261-2/+0
| | | | | It's correct for assertion failures in boost code to terminate the process, which is their default behavior.
* SERVER-4880 log only one message every 20 seconds instead of every 5Eric Milkie2012-02-281-1/+1
|
* fix LOGSOME macro and add LOGATMOSTEliot Horowitz2012-02-061-1/+5
|
* turn on boost asserts for all compilationEric Milkie2012-01-201-5/+1
| | | | | | The legacy linux build has been failing in release mode because disabling boost asserts results in an unused variable which triggers a warning, and we have warnings-as-errors turned on in that build. To avoid the warning, and to improve code in general, I have turned on boost asserts for all compilation. This means if you hit a boost assert, it will call mongo::log() with the message. In debug mode, the program will subsequently abort.
* boost asserts enable on _DEBUG and off on releasedwight2011-12-301-0/+10
|
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+46