summaryrefslogtreecommitdiff
path: root/src/mongo/platform
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39487 Decimal128::squareRoot() returns result for Decimal128::exponent...James Wahlin2019-02-202-15/+39
* SERVER-15926: Implement $round function and allow a precision argument for $t...Patrick Meredith2019-02-143-17/+153
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-1360-74/+0
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-112-2/+2
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-072-19/+13
* SERVER-36644 re-enable -Wclass-memaccess warning (w/AtomicWord refactor)Billy Donahue2019-01-042-168/+68
* SERVER-38730 fix struct ByteOrderConverter<Decimal128::Value> to return the c...Gregory Wlodarek2018-12-311-8/+8
* SERVER-32930 Add trigonometric expressions to aggregationPatrick Meredith2018-12-223-0/+503
* SERVER-38249 Implement stdx unordered_map and unordered_set as absl node hash...Henrik Edin2018-12-202-61/+5
* SERVER-38160 Allow compilation with Visual Studio 2017.Henrik Edin2018-11-271-0/+1
* SERVER-5739 Fix races in RARELY/OCCASIONALLY.Billy Donahue2018-11-161-0/+8
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-2261-741/+887
* SERVER-36272 Catch error in parsing values after % in URIsShreyas Kalyan2018-10-121-1/+1
* SERVER-36084 Remove sharding runtime from ServiceEntryPointCommon and embedde...Henrik Edin2018-09-263-0/+11
* SERVER-36147 Add basic support for targeting emscriptenAndrew Morrow2018-07-173-1/+36
* SERVER-35600 Add support for targeting watchosAndrew Morrow2018-06-142-0/+58
* SERVER-34762 Remove lock file on embedded.Henrik Edin2018-06-131-7/+7
* SERVER-35077 Add armv7-a SDK builderAndrew Morrow2018-05-231-1/+1
* SERVER-35170 Add misc fixes to enable building in -std=c++17 modeAndrew Morrow2018-05-231-7/+30
* SERVER-34767: Randomized KeyString decode test can hit dassert in DecimalNick Zolnierz2018-05-091-3/+19
* SERVER-34307 replace invariant(false) with MONGO_UNREACHABLEBenety Goh2018-04-041-38/+38
* SERVER-22411 SChannel Certificate Validation and FixesMark Benvenuto2018-03-221-0/+2
* SERVER-33419 Use [[nodiscard]] for MONGO_WARN_UNUSED_RESULT_CLASS on GCC>=7Mathias Stearn2018-03-021-1/+8
* SERVER-22411 Add stub implementation of ASIO SChannel integrationMark Benvenuto2018-02-151-0/+2
* SERVER-32373 building android targets as TARGET_OS=androidGabriel Russell2018-02-151-0/+29
* SERVER-33275 Remove `platform/unordered_`* headersADAM David Alan Martin2018-02-142-72/+0
* Revert "SERVER-22411 Add stub implementation of ASIO SChannel integration"Mark Benvenuto2018-02-071-2/+0
* SERVER-22411 Add stub implementation of ASIO SChannel integrationMark Benvenuto2018-02-071-0/+2
* SERVER-33104 remove MONGO_PLATFORM_32 and MONGO_PLATFORM_64Benety Goh2018-02-032-21/+0
* SERVER-32749 move sspi.h to windows_basic.hMark Benvenuto2018-01-301-0/+5
* Revert "SERVER-32749 move sspi.h to windows_basic.h"Tess Avitabile2018-01-291-5/+0
* SERVER-32749 move sspi.h to windows_basic.hMark Benvenuto2018-01-291-0/+5
* SERVER-17414 Enable Warnings As Errors on Windows, and disable/fix warningsMark Benvenuto2017-10-201-2/+7
* SERVER-31250 Extend overflow_arithmetic to cover unsigned integersMathias Stearn2017-09-292-94/+206
* SERVER-30135 Added a synchronous executor to make the code path between the t...Henrik Edin2017-09-221-0/+99
* SERVER-30914: Repair basic builds on OpenBSDAndrew Aldridge2017-09-201-0/+1
* SERVER-30706 Support for non-int AtomicWord<T>Jason Carey2017-08-212-1/+213
* SERVER-30520 SecureRandom::create() should return a unique_ptrMathias Stearn2017-08-083-12/+10
* SERVER-27244 Status usage compile-time error.ADAM David Alan Martin2017-06-191-1/+1
* SERVER-27244 Fix Lint in compiler_gcc.hADAM David Alan Martin2017-06-191-1/+2
* SERVER-27244 Status usage compile-time facilities.ADAM David Alan Martin2017-06-183-0/+13
* SERVER-27458 SERVER-28322 Remove outdated buildersAndrew Morrow2017-03-291-10/+10
* SERVER-25879 Make AtomicWord constructor constexprMathias Stearn2017-02-221-1/+1
* SERVER-28004 Add build system support for iOS-related Darwin variantsAndrew Morrow2017-02-155-0/+145
* SERVER-27497 Scope SCons Environment changes narrowlyAndrew Morrow2017-01-031-0/+2
* SERVER-26709 Merge mongo/platform/platform and mongo/util/foundation into mon...Andy Schwerin2016-10-261-23/+5
* SERVER-26193 Fix incorrect rounding in double to decimal conversionGeert Bosch2016-09-292-109/+60
* SERVER-22973 use mongo macros for static assertMatt Cotter2016-09-095-20/+26
* SERVER-25865 stdx::unordered_map and stdx::unordered_setDavid Storch2016-09-083-4/+17
* SERVER-23103 Repair some bad includesAndrew Morrow2016-06-161-3/+3