summaryrefslogtreecommitdiff
path: root/src/mongo/stdx
AgeCommit message (Expand)Author
2024-09-14SERVER-90429 Remove diagnostic latches (#27018)Sophia Tan
2024-08-28SERVER-90983 Separate service arch owned files to new subteams (#26262)Ryan Berryhill
2024-08-09SERVER-93246 add recommended deps feature (#25923)Daniel Moody
2024-08-05SERVER-90253 Port the mongo base target to Bazel (#25616)Zack Winter
2024-05-22SERVER-90615: Enable python formatting checks for src directory (#22299)Steve McClure
2024-05-17Revert "SERVER-89297 SemaphoreTicketHolder uses NotifyableParkingLot (#21660)"Vojislav Stojkovic
2024-05-09SERVER-90252: port stdx (#21934)Udita
2024-05-06SERVER-89297 SemaphoreTicketHolder uses NotifyableParkingLot (#21660)Matt Broadstone
2024-04-16Revert "SERVER-89297 SemaphoreTicketHolder uses NotifyableParkingLot (#21067)"auto-revert-processor
2024-04-15SERVER-89297 SemaphoreTicketHolder uses NotifyableParkingLot (#21067)Matt Broadstone
2024-04-15SERVER-88727 Convert CODEOWNERS to new OWNERS.yml format (#21095)Matt Broadstone
2023-12-03SERVER-82900 Removed mongo/stdx/variant.h and switched to std::variantVinod Kumar
2023-07-01SERVER-77049 SERVER-77050 IWYU automated changes up to 1.0Daniel Moody
2023-06-27SERVER-77047 SERVER-77048 IWYU automated changes up to end ratio 0.8Daniel Moody
2023-05-18SERVER-77009 Change stdx::variant to std::variantMark Benvenuto
2023-05-17SERVER-77193 Centralize the macro definition of __has_feature into one placeMark Benvenuto
2023-02-23SERVER-71742 Move volatile keyword lint to clang-tidyJuan Gu
2023-02-12SERVER-72873 add header brackets tidy check.Daniel Moody
2023-02-11SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.1
2023-01-20SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody
2022-08-09SERVER-68653 Fix compilation on gcc addendumJacob Evans
2022-07-07SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser
2022-05-25SERVER-66490 Apply pylinters to build system codeTausif Rahman
2022-05-16SERVER-66456 remove ThreadContextBilly Donahue
2022-05-13SERVER-66385 separate ThreadName from ThreadContextBilly Donahue
2022-03-29SERVER-63476 Add function_ref and stdx::remove_cvref_tMathias Stearn
2022-01-05SERVER-62324 Fix unique_function issues in C++20 mode with VS 2022Andrew Morrow
2021-10-22SERVER-60787 Force alignment with std::aligned_storage not inheritanceBilly Donahue
2021-10-07SERVER-59459 With glibc-2.34, MINSIGSTKSZ is no longer a constantAndrew Morrow
2021-08-18SERVER-59231 Add GCC 11 and clang 12 canary builders in C++17 modeAndrew Morrow
2021-06-10SERVER-57424 remove ENABLE_BITMASK_OPERATORSBilly Donahue
2021-06-07SERVER-57477 stdx::erase_if for stdx::unordered_mapBilly Donahue
2021-03-31SERVER-55395 stdx/thread.h needs cstdlibBilly Donahue
2021-01-14SERVER-43967 remove C++14 references and enable_if configure check.Daniel Moody
2020-11-23SERVER-48696 sigaction actions need to all be extern "C"Gabriel Russell
2020-10-31SERVER-51888 stdx::is_detected and related traitsBilly Donahue
2020-10-15SERVER-25497 Fix sharded query path to handle shutdown of the mongos processRuoxin Xu
2020-06-26SERVER-40147 Upgrade third-party variant from 1.3.0 to 1.4.0Ryan Egesdahl
2020-06-11SERVER-48597 Fix stack trace unit tests with TSANRyan Egesdahl
2020-03-02SERVER-27896 Add support for enforcing single-thread contextAmirsaman Memaripour
2020-02-13SERVER-45301 Not all expected aliases are present in the ninja generator outputMathew Robinson
2019-10-30SERVER-44270 Compilation fails with --libc++ and clang 8.0+Mark Benvenuto
2019-10-28SERVER-44274 zero-initialize stack_t structureBilly Donahue
2019-10-25SERVER-15902 sigaltstack for workers and stdx::thread.Billy Donahue
2019-09-17SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano
2019-08-26SERVER-43031 fix stdx::type_identity_tBilly Donahue
2019-08-23SERVER-25240 Make `stdx::set_terminate` which works on windows.ADAM David Alan Martin
2019-08-15SERVER-42080 `stdx::unordered_map<...>::at` must throw.ADAM David Alan Martin
2019-08-15SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin
2019-07-27SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.1