summaryrefslogtreecommitdiff
path: root/src/mongo/client/redef_macros.h
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-93/+0
|
* SERVER-17601 replace global variable debug and enum DEBUG_BUILDEric Milkie2015-03-161-3/+0
|
* SERVER-13256 Move PRINT macro to own header and incldue where neededAndrew Morrow2015-01-051-1/+1
|
* SERVER-16173 Rewrite repair for KVEnginesMathias Stearn2014-12-081-1/+1
|
* SERVER-16254 Add invariantOK and improve invariantWTOKMathias Stearn2014-11-211-0/+3
|
* SERVER-14889 wrapped all malloc/realloc calls within src/mongo with ↵Benety Goh2014-08-151-10/+0
| | | | | | mongoMalloc/mongoRealloc. if memory allocation fails, report error and exit.
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
| | | | Also update generators.
* SERVER-12355: add "invariant" for invariant checking in server codeEliot Horowitz2014-01-131-0/+3
|
* SERVER-10242 Make uassertStatusOK() an inline function instead of a macro.Andy Schwerin2013-07-171-3/+0
|
* SERVER-7767 Validate system.users documents on insert and update.Andy Schwerin2012-12-191-0/+3
|
* don't include MONGO_MALLOC redef if we don't need itEliot Horowitz2012-11-021-0/+2
|
* SERVER-5348 better macro handling; added more testsEric Milkie2012-04-181-0/+17
|
* don't use macros to protect localtime, etc... redefine in mongodEliot Horowitz2012-04-061-8/+0
| | | | trying to fix windows compile
* SERVER-5348 make dbclient.h the main C++ driver include fileEric Milkie2012-04-021-6/+22
| | | | | | | | This change fixes some #defines of common C functions so that their definitions do not leak into consumer code. I also had to change Labeler SIZE because it conflicts with Windows SIZE. pch.h is on its way out, but for now it's hanging around.
* minor cleanupEric Milkie2012-03-301-0/+1
| | | | | | Despite this file being in mongo/client/examples, it still defines MONGO_EXPOSE_MACROS, so I added a comment to warn C++ driver consumers who attempt to copy the techniques in this file.
* replace assert with verify SERVER-1259Eliot Horowitz2012-03-261-1/+1
|
* SERVER-5348: fix wrong usage of BOOST_CHECK_EXCEPTION macro ↵Pedro Larroy2012-03-231-1/+0
| | | | | | BOOST_CHECK_EXCEPTION is to be used only with the boost unit test framework, not as a general tool to catch exceptions. Signed-off-by: Eric Milkie <milkie@10gen.com>
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+61