summaryrefslogtreecommitdiff
path: root/src/mongo/platform
Commit message (Expand)AuthorAgeFilesLines
* SERVER-40811 make initializers throwyBilly Donahue2020-12-083-6/+2
* SERVER-52822 Introduced ThreadContext classBen Caimano2020-11-182-0/+36
* Revert "SERVER-52822 Introduced ThreadContext class"Ben Caimano2020-11-182-22/+0
* SERVER-52822 Introduced ThreadContext classBen Caimano2020-11-172-0/+22
* SERVER-51068 Provide unique errors for each variety of Latch violationBen Caimano2020-11-052-0/+25
* SERVER-51818 add name to invariant message in Mutex destructorBenety Goh2020-10-241-1/+1
* SERVER-50917 util/ctype.h to replace <cctype> & <ctype.h> funcsBilly Donahue2020-10-132-47/+30
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-9/+4
* SERVER-27507 Add basic visibility support and a testAndrew Morrow2020-09-0210-1/+522
* SERVER-48922 Create internal assertion macroAmirsaman Memaripour2020-06-241-0/+1
* SERVER-48228 Move slot-based execution engine and supporting changes into the...Martin Neupauer2020-06-111-0/+24
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-264-4/+4
* SERVER-46127 unit tests log to a kTest componentGabriel Russell2020-04-142-2/+2
* SERVER-47505 Fix ifndef typo in platform-independent pauseBen Caimano2020-04-131-1/+1
* SERVER-46503 inline namespace mongo::literalsBilly Donahue2020-03-251-0/+4
* SERVER-46461 Make static in getDiagnosticListenerState() immortal to fix dest...Henrik Edin2020-02-281-2/+3
* SERVER-46041 Add DiagnosticListener/WaitListener LSAN suppressionsBen Caimano2020-02-251-2/+2
* SERVER-46197 Make build flag to disable diagnostic latchesBen Caimano2020-02-243-13/+30
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-216-6/+0
* SERVER-45869 more automatically converted structuredGabriel Russell2020-02-201-10/+21
* SERVER-45592 Raise Windows runtime minimum to Windows 10/Windows 2016 for Mon...Mark Benvenuto2020-02-141-12/+12
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-135-27/+51
* SERVER-45793 Improve mongo::Mutex contractBen Caimano2020-01-311-1/+3
* SERVER-45793 Improve mongo::Mutex contractBen Caimano2020-01-312-83/+101
* Revert "SERVER-45793 Improve mongo::Mutex contract"Ben Caimano2020-01-302-101/+83
* SERVER-45793 Improve mongo::Mutex contractBen Caimano2020-01-292-83/+101
* SERVER-45691 Change Mutex::LockListeners to use a std::vector againBen Caimano2020-01-222-10/+56
* SERVER-43945 Expose out of order latch acquisitions in serverStatusBen Caimano2019-12-164-78/+251
* SERVER-44546 Remove mobile variants and embedded benchmarksAndrew Morrow2019-12-097-210/+0
* SERVER-44746 Fix LatchAnalyzerTestRahul Sundararaman2019-12-022-0/+13
* SERVER-42897 Validate base-level latchesRahul Sundararaman2019-11-192-31/+56
* SERVER-44059 Make _makeCoefficientLow in decimal128.h staticSpencer Jackson2019-10-241-1/+1
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-216-318/+89
* SERVER-42894 Create SourceLocation type and related macrosBen Caimano2019-10-174-0/+385
* SERVER-43641 upgrade random.hBilly Donahue2019-10-093-157/+255
* SERVER-43699 $mod should not overflow for large negative valuesBernard Gorman2019-10-062-0/+26
* Revert "SERVER-43641 upgrade random.h"James Wahlin2019-10-023-255/+157
* SERVER-43175 platform/endian.h refreshBilly Donahue2019-10-025-689/+349
* SERVER-43641 upgrade random.hBilly Donahue2019-10-023-157/+255
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-175-33/+73
* SERVER-42595 Refactor failpoint in curop to fix jstestBen Caimano2019-09-172-14/+4
* SERVER-42893 fix testBenety Goh2019-09-141-1/+1
* SERVER-42893 Create MONGO_MAKE_LATCH macro for latch initializationBen Caimano2019-09-132-3/+42
* SERVER-43032 cast differently to fix Windows build of unit testBilly Donahue2019-09-041-1/+1
* SERVER-43032 Revise platform/overflow_arithmetic_test.cppBilly Donahue2019-09-041-123/+128
* SERVER-43032 simplify overflow_arithmetic.hBilly Donahue2019-08-282-118/+45
* SERVER-29474 Fix ODR violations from anonymous namespace in headers.ADAM David Alan Martin2019-08-232-3396/+3365
* SERVER-42952 Do not use inline static unique_ptrMark Benvenuto2019-08-212-1/+3
* SERVER-42492 Fix lintGregory Wlodarek2019-08-211-1/+1
* SERVER-42492 Attach DiagnosticInfo on long mongo::ConditionVariable::wait()Rahul Sundararaman2019-08-202-35/+105