summaryrefslogtreecommitdiff
path: root/src/mongo/platform/compiler_gcc.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+3
* SERVER-33419 Use [[nodiscard]] for MONGO_WARN_UNUSED_RESULT_CLASS on GCC>=7Mathias Stearn2018-03-021-1/+8
* SERVER-27244 Status usage compile-time error.ADAM David Alan Martin2017-06-191-1/+1
* SERVER-27244 Fix Lint in compiler_gcc.hADAM David Alan Martin2017-06-191-1/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-181-0/+3
* SERVER-23974 Don't use attribute((cold)) with clangMathias Stearn2016-06-091-1/+9
* SERVER-24082 Hint the compiler that error functions are coldMathias Stearn2016-05-091-1/+4
* SERVER-24082 Make it easier for compiler to out-of-line error casesMathias Stearn2016-05-091-0/+2
* SERVER-20609 add MONGO_COMPILER_ALWAYS_INLINEAdam Midvidy2015-11-101-0/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-3/+3
* SERVER-18373 implement UNREACHABLE using invariantFailed so we know how it failsAdam Midvidy2015-05-151-2/+0
* SERVER-18219 hint to GCC that WCE loops will actually returnAdam Midvidy2015-04-281-0/+2
* SERVER-15368 Remove C-style bool and void casts in assert utilities and likel...Andy Schwerin2014-10-071-0/+3
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-3364 Add macros for putting visibility and calling convention declarat...Andy Schwerin2013-12-091-0/+20
* SERVER-3364,SERVER-5650 Move documenation of MONGO_COMPILER macros to compile...Andy Schwerin2013-12-051-44/+4
* Introduce mongo/platform/compiler.h.Andy Schwerin2012-04-121-0/+71