summaryrefslogtreecommitdiff
path: root/src/mongo/platform
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-23974 Don't use attribute((cold)) with clangMathias Stearn2016-06-091-1/+9
* SERVER-24276 Add decimal test suites from driver specsVincent Do2016-06-084-4/+3609
* SERVER-19735: Add new Decimal128 operations needed by aggregationGeert Bosch2016-06-062-1/+111
* SERVER-23263 - Make Decimal128 toString() conform to new specVincent Do2016-05-313-74/+101
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-289-21/+22
* SERVER-23703 Make NumberDecimal accepts only valid stringsVincent Do2016-05-272-1/+11
* SERVER-23702 Fix server crashing on invalid decimal toString invariant checkVincent Do2016-05-243-28/+45
* SERVER-23553 Remove Decimal128::enabled; now always trueGeert Bosch2016-05-181-10/+0
* SERVER-24082 Hint the compiler that error functions are coldMathias Stearn2016-05-093-2/+19
* SERVER-24082 Make it easier for compiler to out-of-line error casesMathias Stearn2016-05-093-0/+14
* SERVER-21404 Introduce some useful 64-bit arithmetic with overflow detection ...Andy Schwerin2016-05-093-0/+249
* SERVER-1625 Add missing cases for other 64-bit and 32-bit targetsAndrew Morrow2016-05-051-2/+2
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-031-1/+1
* SERVER-23966 Fix negation of lowest signed intGeert Bosch2016-05-021-2/+2