index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
platform
/
compiler.h
Age
Commit message (
Expand
)
Author
2023-12-12
SERVER-84022: Fix errors and clarify ambiguities in MONGO_COMPILER_USED docum...
William Qian
2023-12-07
SERVER-83983: Add MONGO_USED as a macro for [[gnu::used]]
William Qian
2023-08-08
SERVER-75523 Create clang-tidy rule banning use of "no_unique_address"
Blake Oler
2023-06-15
SERVER-77042 automated IWYU changes up to ratio of 0.3
Daniel Moody
2023-05-17
SERVER-77193 Centralize the macro definition of __has_feature into one place
Mark Benvenuto
2023-04-07
SERVER-75815 Add gsl::Pointer attribute to StringData
Matt Broadstone
2021-09-28
SERVER-60157 Annotate mongoMalloc and mongoRealloc more aggressively
Andrew Morrow
2021-05-05
SERVER-56585 remove MONGO_COMPILER_VARIABLE_UNUSED macro
Benety Goh
2019-08-15
SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...
ADAM David Alan Martin
2019-02-13
SERVER-39560 - remove leading blank line on all C++ files
Billy Donahue
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-09-26
SERVER-36084 Remove sharding runtime from ServiceEntryPointCommon and embedde...
Henrik Edin
2017-06-18
SERVER-27244 Status usage compile-time facilities.
ADAM David Alan Martin
2016-05-09
SERVER-24082 Hint the compiler that error functions are cold
Mathias Stearn
2016-05-09
SERVER-24082 Make it easier for compiler to out-of-line error cases
Mathias Stearn
2015-11-10
SERVER-20609 add MONGO_COMPILER_ALWAYS_INLINE
Adam Midvidy
2015-05-15
SERVER-18373 implement UNREACHABLE using invariantFailed so we know how it fails
Adam Midvidy
2015-04-28
SERVER-18219 hint to GCC that WCE loops will actually return
Adam Midvidy
2015-03-26
SERVER-17736 Remove obsolete C++ driver symbol export miscellanea
Andrew Morrow
2014-06-04
Revert "SERVER-14035 Introduce MONGO_NOEXCEPT macros in mongo/platform/compil...
Andy Schwerin
2014-05-27
SERVER-14035 Introduce MONGO_NOEXCEPT macros in mongo/platform/compiler.h.
Andy Schwerin
2014-05-16
SERVER-13264 Move Apache-licensed files to AGPL
Ian Whalen
2013-12-09
SERVER-3364 Add macros for putting visibility and calling convention declarat...
Andy Schwerin
2013-12-05
SERVER-3364,SERVER-5650 Move documenation of MONGO_COMPILER macros to compile...
Andy Schwerin
2012-04-12
Introduce mongo/platform/compiler.h.
Andy Schwerin