summaryrefslogtreecommitdiff
path: root/src/mongo/stdx
Commit message (Expand)AuthorAgeFilesLines
* SERVER-27896 Add support for enforcing single-thread contextAmirsaman Memaripour2020-03-022-5/+8
* SERVER-45301 Not all expected aliases are present in the ninja generator outputMathew Robinson2020-02-131-17/+23
* SERVER-44270 Compilation fails with --libc++ and clang 8.0+Mark Benvenuto2019-10-301-1/+3
* SERVER-44274 zero-initialize stack_t structureBilly Donahue2019-10-281-2/+2
* SERVER-15902 sigaltstack for workers and stdx::thread.Billy Donahue2019-10-253-0/+380
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-172-3/+3
* SERVER-43031 fix stdx::type_identity_tBilly Donahue2019-08-261-1/+1
* SERVER-25240 Make `stdx::set_terminate` which works on windows.ADAM David Alan Martin2019-08-238-21/+514
* SERVER-42080 `stdx::unordered_map<...>::at` must throw.ADAM David Alan Martin2019-08-152-0/+51
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-151-1/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-273-11/+11
* SERVER-41358 Created condition_variable polyfillShaileja Jain2019-07-241-14/+13
* 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