summaryrefslogtreecommitdiff
path: root/src/mongo/stdx
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59459 With glibc-2.34, MINSIGSTKSZ is no longer a constantAndrew Morrow2021-10-191-4/+10
* SERVER-55395 stdx/thread.h needs cstdlibBilly Donahue2021-03-311-0/+1
* SERVER-43967 remove C++14 references and enable_if configure check.Daniel Moody2021-01-141-14/+0
* SERVER-48696 sigaction actions need to all be extern "C"Gabriel Russell2020-11-231-17/+27
* SERVER-51888 stdx::is_detected and related traitsBilly Donahue2020-10-311-0/+78
* SERVER-25497 Fix sharded query path to handle shutdown of the mongos processRuoxin Xu2020-10-151-0/+1
* SERVER-40147 Upgrade third-party variant from 1.3.0 to 1.4.0Ryan Egesdahl2020-06-261-1/+1
* SERVER-48597 Fix stack trace unit tests with TSANRyan Egesdahl2020-06-111-2/+7
* 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