summaryrefslogtreecommitdiff
path: root/src/mongo/platform/atomic_word.h
Commit message (Expand)AuthorAgeFilesLines
* 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