summaryrefslogtreecommitdiff
path: root/src/mongo/stdx
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* SERVER-13882 Introduce mongo::stdx namespace, use it for bind and function.Andy Schwerin2014-05-161-0/+72