summaryrefslogtreecommitdiff
path: root/src/mongo/platform
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41357 fix lintBenety Goh2019-07-103-3/+3
* SERVER-41357 Add mongo::mutex polyfillRahul Sundararaman2019-07-104-3/+156
* SERVER-41425 operator"" _dec128 for Decimal128 literalsBilly Donahue2019-06-282-39/+72
* SERVER-24374 Make Decimal128 integer ctors constexprBilly Donahue2019-06-273-122/+150
* SERVER-7143 replace standard library number parsing with custom NumberParserNathan Brown2019-06-272-19/+33
* SERVER-41691 add USDT language-level abstractionAlya Berciu2019-06-201-0/+68
* SERVER-41809 Collapse unit tests on a per-directory basisAndrew Morrow2019-06-201-10/+15
* SERVER-41071 Replace more NULLs with nullptrA. Jesse Jiryu Davis2019-06-172-3/+3
* Revert "SERVER-24374 Make Decimal128 integer ctors constexpr"Billy Donahue2019-06-163-133/+122
* SERVER-24374 Make Decimal128 integer ctors constexprBilly Donahue2019-06-163-122/+133
* Revert "SERVER-24374 Make Decimal128 integer ctors constexpr"Blake Oler2019-06-133-126/+122
* SERVER-24374 Make Decimal128 integer ctors constexprA. Jesse Jiryu Davis2019-06-133-122/+126
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-104-28/+28
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-06-072-23/+48
* SERVER-23077 Support Decimal128 with representAs().A. Jesse Jiryu Davis2019-06-062-0/+31
* SERVER-26906 Add constexpr function to convert DurationsA. Jesse Jiryu Davis2019-05-311-68/+44
* SERVER-41130 Add support for bitops in AtomicWordJason Carey2019-05-222-3/+69
* SERVER-40476 merge contents of utils/stringutils into utils/str.Billy Donahue2019-04-111-1/+11
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-092-2/+2
* 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