summaryrefslogtreecommitdiff
path: root/src/mongo/stdx
Commit message (Expand)AuthorAgeFilesLines
* SERVER-71742 Move volatile keyword lint to clang-tidyJuan Gu2023-02-231-1/+1
* SERVER-72873 add header brackets tidy check.Daniel Moody2023-02-121-1/+1
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-117-17/+14
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-205-5/+5
* SERVER-68653 Fix compilation on gcc addendumJacob Evans2022-08-091-0/+1
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-075-27/+32
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-251-1/+1
* SERVER-66456 remove ThreadContextBilly Donahue2022-05-161-2/+0
* SERVER-66385 separate ThreadName from ThreadContextBilly Donahue2022-05-131-0/+2
* SERVER-63476 Add function_ref and stdx::remove_cvref_tMathias Stearn2022-03-291-0/+8
* SERVER-62324 Fix unique_function issues in C++20 mode with VS 2022Andrew Morrow2022-01-051-33/+0
* SERVER-60787 Force alignment with std::aligned_storage not inheritanceBilly Donahue2021-10-221-4/+16
* SERVER-59459 With glibc-2.34, MINSIGSTKSZ is no longer a constantAndrew Morrow2021-10-071-4/+10
* SERVER-59231 Add GCC 11 and clang 12 canary builders in C++17 modeAndrew Morrow2021-08-181-4/+8
* SERVER-57424 remove ENABLE_BITMASK_OPERATORSBilly Donahue2021-06-101-0/+7
* SERVER-57477 stdx::erase_if for stdx::unordered_mapBilly Donahue2021-06-072-0/+62
* 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