summaryrefslogtreecommitdiff
path: root/src/mongo/platform
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-19703 Add KeyString support for NumberDecimalGeert Bosch2016-04-222-7/+6
* SERVER-1393: Include decimal support under control of server parameterGeert Bosch2016-04-222-8/+6
* SERVER-23696 Consolidate balancer configuration into single classKaloian Manassiev2016-04-191-0/+1
* SERVER-21541 Add a platform-independent wrapper around x86 pause workalikesMark Benvenuto2016-04-181-0/+79
* SERVER-19703 Add a few new Decimal128 methods/constructors for usage by KeySt...Geert Bosch2016-04-124-39/+178
* SERVER-10568 SafeNum should be written in terms of explicitly sized typesWaley2016-02-084-6/+6
* SERVER-21467 Do not reverse byte order of GeoHash data on big-endian systemsTess Avitabile2016-01-221-8/+0
* SERVER-21822 Add s390x preprocessor check in bits.hAndrew Morrow2015-12-211-1/+1
* SERVER-21216 Fix FreeBSD & OpenBSD compilation, add stack_locatorMark Benvenuto2015-11-174-6/+61
* SERVER-20609 add MONGO_COMPILER_ALWAYS_INLINEAdam Midvidy2015-11-103-0/+9
* SERVER-21099: Improve logging in Linux's SecureRandomSpencer Jackson2015-10-291-10/+7
* SERVER-19614 fix lintAndrew Morrow2015-10-271-3/+2
* SERVER-19614 Implement stack bounds detectionAndrew Morrow2015-10-2712-0/+769
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-232-2/+2
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-223-0/+146
* SERVER-17422 Use BCrypt API for secure random number generation on WindowsAndrew Morrow2015-09-152-10/+53
* SERVER-20121 Use unsigned arithmetic in PsuedoRandomMathias Stearn2015-08-283-33/+92
* SERVER-19444 Add polyfill for strnlenJonathan Reams2015-08-272-0/+89
* SERVER-19182 Integrate storage engine optimizations into $sample stageCharlie Swanson2015-08-273-0/+61
* SERVER-19628 Add Decimal128 type support to update/delete code pathsDavid Hatch2015-08-131-2/+0
* SERVER-9666 Decimal wrapper must be part of libbase to avoid dependency cyclesAndrew Morrow2015-08-101-7/+1
* SERVER-19624 Add Decimal128 type support to mongo/bson layerRaymond Jacobson2015-08-071-2/+2
* SERVER-19623 Add C++ wrapper for Decimal128 typeRaymond Jacobson2015-08-076-10/+2470
* SERVER-9666 Collapse the low level cyclic libs into a new base libAndrew Morrow2015-07-211-3/+6
* SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow2015-07-094-20/+17
* SERVER-18928 Remove remaining uses of platform/cstdintAndrew Morrow2015-07-061-39/+0
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-293-5/+5
* SERVER-19117 Implement asynchronous replication NetworkInterfacesamantharitter2015-06-251-1/+0
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-2026-1524/+1515
* SERVER-18928 Simplify mongo/platform/cstdint.h in advance of eliminating it.Andy Schwerin2015-06-162-26/+6
* SERVER-17199 Fix compiles on platforms without execinfo.hJonathan Reams2015-06-123-287/+0
* SERVER-17308 Replace boost::scoped_array<T> with std::unique_ptr<T[]>Andrew Morrow2015-06-101-2/+2
* SERVER-18373 implement UNREACHABLE using invariantFailed so we know how it failsAdam Midvidy2015-05-153-16/+0
* SERVER-18219 hint to GCC that WCE loops will actually returnAdam Midvidy2015-04-283-0/+18
* SERVER-17866: Make minimum Windows build version Vista/2008Mark Benvenuto2015-04-141-7/+5
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-032-4/+3
* SERVER-17519: Add support for multi-platform shared library loadingMark Benvenuto2015-03-305-0/+325
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-264-37/+45
* SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow2015-03-261-6/+7
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-117-17/+17