summaryrefslogtreecommitdiff
path: root/src/mongo/platform/atomic_word.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61929 Add basic riscv64 supportAndrew Morrow2021-12-091-1/+5
* SERVER-60390 Make AtomicWord assert is_always_lock_freeAndrew Shuvalov2021-10-081-4/+2
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-06-071-5/+6
* SERVER-41130 Add support for bitops in AtomicWordJason Carey2019-05-221-3/+45
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-7/+1
* SERVER-36644 re-enable -Wclass-memaccess warning (w/AtomicWord refactor)Billy Donahue2019-01-041-142/+56
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-161-0/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-30706 Support for non-int AtomicWord<T>Jason Carey2017-08-211-1/+111
* SERVER-25879 Make AtomicWord constructor constexprMathias Stearn2017-02-221-1/+1
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-091-5/+6
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-0/+1
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-1/+1
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-6/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-128/+126
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-6/+140
* SERVER-6018 SERVER-13913 Use std::atomic to implement AtomicWord in C++11 modeAndrew Morrow2014-05-171-142/+5
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-161-9/+21
* SERVER-7610 Introduced relaxed reads on an atomic int and used it on the kill...Alberto Lerner2012-11-191-0/+7
* SERVER-5648 Make AtomicWord<T> types PODs.Andy Schwerin2012-06-061-2/+4
* SERVER-5648 Give AtomicWord::load and store full-barrier semantics.Andy Schwerin2012-06-061-3/+3
* SERVER-5648: Sugar methods fetchAndSubtract, addAndFetch, subtractAndFetch, f...Andy Schwerin2012-06-061-1/+34
* SERVER-5648: Native support for 64-bit atomic integers.Andy Schwerin2012-06-061-0/+117