summaryrefslogtreecommitdiff
path: root/src/mongo/stdx
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39340 Remove `stdx/list.h`ADAM David Alan Martin2019-06-101-40/+0
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-58/+0
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-42/+0
* SERVER-40908 !allocs in cv::_runWithNotifyableJason Carey2019-06-051-30/+54
* SERVER-41414: Have stdx::variant unconditionally implemented by mparkJacob Evans2019-05-311-41/+3
* SERVER-39960 Simplify opCtx::markKilledJason Carey2019-03-111-0/+13
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1315-15/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-203-24/+76
* SERVER-38520 Fix std::variant feature detectionHenrik Edin2018-12-111-4/+10
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2215-120/+150
* SERVER-35679 General Interruption FacilityJason Carey2018-09-173-1/+239
* SERVER-36900 Add a `unique_function` utility.ADAM David Alan Martin2018-09-061-6/+66
* SERVER-35818 Add stdx::variantJonathan Reams2018-07-181-0/+90
* SERVER-35170 Add misc fixes to enable building in -std=c++17 modeAndrew Morrow2018-05-231-1/+1
* SERVER-32070 remove stdx::bind (final patch)Billy Donahue2018-01-161-5/+3
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-221-0/+1
* SERVER-29712 Add a polyfill for std::hardware_constructive_interference_sizeAndrew Morrow2017-06-201-0/+58
* SERVER-26540 Detach from boost::chronoAndrew Morrow2017-06-161-7/+2
* SERVER-28643 Do not rely on __cplusplus value for inclusion of void_tsamantharitter2017-04-051-1/+1
* SERVER-28574 Add C++17's `as_const` to stdx.ADAM David Alan Martin2017-04-031-0/+54
* SERVER-28551 Implementation of `void_t` in stdx.ADAM David Alan Martin2017-03-301-0/+26
* SERVER-26698 switch all compiles to C++14Matt Cotter2016-12-151-26/+0
* fix lintJonathan Reams2016-09-161-8/+9
* SERVER-26002 Make sure javascript sleep isn't interruptedJonathan Reams2016-09-161-1/+33
* SERVER-25865 stdx::unordered_multimap and stdx::unordered_multisetDavid Storch2016-09-082-4/+8
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-082-0/+94
* SERVER-23902 non-throwing stdx::threadJason Carey2016-06-031-1/+72
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-11/+3
* SERVER-23570 Make SecureAllocator a real allocatorJason Carey2016-04-191-0/+26
* SERVER-22686 Add C++14 enable_if_t to stdxsamantharitter2016-03-101-0/+56
* SERVER-19769 Use std::function to back stdx::function on windowsAndrew Morrow2015-08-311-40/+0
* SERVER-19846 Ban uses of std::timed_mutexAndrew Morrow2015-08-241-2/+7
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-091-0/+5
* SERVER-19099 Use std:: to back stdx polyfillsAndrew Morrow2015-07-065-27/+25
* SERVER-19099 Enforce polyfill usage via lintAndrew Morrow2015-06-307-27/+27
* SERVER-19099 Consistently use concurrency and time names via stdxAndrew Morrow2015-06-302-1/+45
* SERVER-18978: Clang-Format - Fix comment word wrapping indentationMark Benvenuto2015-06-201-1/+2
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-207-39/+36
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-0/+1
* SERVER-18723 boost -> stdx for recursive_mutexAdam Midvidy2015-06-181-0/+2
* SERVER-18590 Implement lock & unlock for replSets distlock managerRandolph Tan2015-06-051-0/+1
* SERVER-17310 Add polyfills for types from the <thread>, <mutex> and <conditio...Andy Schwerin2015-05-193-1/+100
* SERVER-17310 Provide stdx polyfill for std::this_thread. Stop using boost::th...Andy Schwerin2015-05-191-0/+40
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-1/+3
* SERVER-17655 polyfill make_unique in stdxAdam Midvidy2015-03-191-0/+55
* SERVER-17417: Import boost::chrono into third_party/boost and use as polyfill...Mark Benvenuto2015-03-031-0/+40
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-1/+7
* SERVER-8994: Boost 1.56 build fixesMark Benvenuto2014-08-201-18/+1
* SERVER-14152 Introduce stdx::list and mongo/stdx/list.h.Andy Schwerin2014-06-041-0/+57