summaryrefslogtreecommitdiff
path: root/src/mongo/platform/compiler.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-151-0/+7
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-15/+17
* SERVER-36084 Remove sharding runtime from ServiceEntryPointCommon and embedde...Henrik Edin2018-09-261-0/+7
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-0/+8
* SERVER-24082 Hint the compiler that error functions are coldMathias Stearn2016-05-091-1/+10
* SERVER-24082 Make it easier for compiler to out-of-line error casesMathias Stearn2016-05-091-0/+10
* SERVER-20609 add MONGO_COMPILER_ALWAYS_INLINEAdam Midvidy2015-11-101-0/+5
* SERVER-18373 implement UNREACHABLE using invariantFailed so we know how it failsAdam Midvidy2015-05-151-13/+0
* SERVER-18219 hint to GCC that WCE loops will actually returnAdam Midvidy2015-04-281-0/+14
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-6/+7
* Revert "SERVER-14035 Introduce MONGO_NOEXCEPT macros in mongo/platform/compil...Andy Schwerin2014-06-041-11/+0
* SERVER-14035 Introduce MONGO_NOEXCEPT macros in mongo/platform/compiler.h.Andy Schwerin2014-05-271-0/+11
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-11/+23
* SERVER-3364 Add macros for putting visibility and calling convention declarat...Andy Schwerin2013-12-091-1/+35
* SERVER-3364,SERVER-5650 Move documenation of MONGO_COMPILER macros to compile...Andy Schwerin2013-12-051-3/+54
* Introduce mongo/platform/compiler.h.Andy Schwerin2012-04-121-0/+31