summaryrefslogtreecommitdiff
path: root/src/mongo/platform
Commit message (Expand)AuthorAgeFilesLines
* SERVER-17552 Use correct OS detection macros, rather than our ownAndrew Morrow2015-03-117-17/+17
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-1310-918/+140
* SERVER-8944 Use C++11 standard library functions for double NaN and Infinity ...Siyuan Zhou2015-02-051-54/+0
* SERVER-1120: OpenBSD/FreeBSD fixesMark Benvenuto2015-01-151-12/+11
* Add countLeadingZeros and countTrailingZeros to bits.hMathias Stearn2015-01-072-32/+72
* SERVER-15368 Remove C-style bool and void casts in assert utilities and likel...Andy Schwerin2014-10-072-0/+6
* SERVER-15355 Fix decl of deleted copy ctorAndrew Morrow2014-09-231-1/+1
* SERVER-15355 Require C++11 std::atomic for windows buildsAndrew Morrow2014-09-232-264/+1
* SERVER-15174 Read and write externally visible data in little endian formatAndrew Morrow2014-09-171-5/+48
* SERVER-15174 Provide some improved semantics for data_cursor and data_viewAndrew Morrow2014-09-082-2/+3
* SERVER-14852 AAE safe read/write primitivesJason Carey2014-08-123-0/+1044
* Revert "SERVER-14035 Introduce MONGO_NOEXCEPT macros in mongo/platform/compil...Andy Schwerin2014-06-041-11/+0
* SERVER-14035 Introduce MONGO_NOEXCEPT macros in mongo/platform/compiler.h.Andy Schwerin2014-05-271-0/+11
* SERVER-13978 Error out if NTDDI_VERSION is set but _WIN32_WINNT is notAndrew Morrow2014-05-191-0/+6
* SERVER-13256: Remove pch - qualify std in headersMark Benvenuto2014-05-191-1/+1
* SERVER-6018 SERVER-13913 Make AtomicWord objects non-copyable and non-movableAndrew Morrow2014-05-172-1/+41
* SERVER-6018 SERVER-13913 Use std::atomic to implement AtomicWord in C++11 modeAndrew Morrow2014-05-174-143/+327
* SERVER-6018 Use gcc __sync primitives if they are available and useableAndrew Morrow2014-05-173-8/+114
* SERVER-13264 Move Apache-licensed files to AGPLIan Whalen2014-05-1630-272/+632
* SERVER-12064 SERVER-12283 Use gcc atomic builtins if availableRobie Basak2014-05-091-2/+4
* Added PPC64 as it works as is in little endianCorentin Baron2014-04-041-1/+1
* SERVER-12284 Rewrite ReplSetMonitorMathias Stearn2014-01-291-0/+16
* SERVER-12065 Support ARM and AArch64 buildsRobie Basak2014-01-071-2/+2
* SERVER-12064 Atomic operations for gcc non-Intel architecturesRobie Basak2014-01-073-1/+75
* SERVER-11841 Move Win32 LoadStore and Interlocked specializations to namespac...Andrew Morrow2014-01-071-55/+74
* SERVER-11978 Stop defining __builin_functions to bare functionsMathias Stearn2013-12-111-14/+0
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-3364 Add macros for putting visibility and calling convention declarat...Andy Schwerin2013-12-093-1/+67
* SERVER-3364,SERVER-5650 Move documenation of MONGO_COMPILER macros to compile...Andy Schwerin2013-12-053-91/+62
* SERVER-11070 When using libc++, things are never found in TR1, even in C++03 ...Andrew Morrow2013-10-083-12/+27
* Add MONGO_HASH_NAMESPACE macro for use in implementing std::hash<T>.Andy Schwerin2013-09-091-0/+4
* SERVER-10259 Do not return pointer into temporary stringTad Marshall2013-07-191-1/+6
* SERVER-10074 Fix compiler warning in rotatable_file_writer_test for win32.Andy Schwerin2013-07-091-0/+5
* SERVER-7080 Emulate backtrace_symbols() and backtrace_symbols_fd() on Solaris 10Tad Marshall2013-06-241-1/+81
* SERVER-7080 Add code to emulate backtrace()Tad Marshall2013-06-211-0/+42
* SERVER-7080 Link to backtrace, backtrace_symbols and backtrace_symbols_fd at ...Tad Marshall2013-06-203-0/+137
* SERVER-7404 Link to posix_fadvise at runtime for SolarisTad Marshall2013-06-193-0/+98
* SERVER-9786 Link to strcasestr at runtime for SolarisTad Marshall2013-06-173-0/+136
* SERVER-9410 Establish minimum as default for NTDDI_VERSION, not just _WIN32_W...Andrew Morrow2013-06-041-0/+13
* SERVER-9410 Permit use of Interlocked operations on Windows Server 2003Andrew Morrow2013-06-042-5/+5
* SERVER-9809 Replace getpid() with ProcessId::getCurrent() and pid_t with Proc...Andy Schwerin2013-06-033-1/+16
* SERVER-9809 Introduce mongo-wide ProcessId type.Andy Schwerin2013-06-034-2/+222
* SERVER-9518 Include necessary header in hash_namespace.hSpencer T Brody2013-05-141-0/+8
* SERVER-8969 Support specifying minimum windows version to buildAndrew Morrow2013-04-082-3/+45
* SERVER-8676 Macroize 'hash' namespace detection in platform, use for s2Andrew Morrow2013-03-151-0/+47
* SERVER-8488 Re-enable support for Windows XP.Andrew Morrow2013-02-261-8/+77
* SERVER-8612 alternative select() implementation for WindowsEric Milkie2013-02-151-4/+0
* SERVER-8515 ensure Windows can run with > 63 open fd'sEric Milkie2013-02-131-0/+5
* SERVER-7610 Introduced relaxed reads on an atomic int and used it on the kill...Alberto Lerner2012-11-193-0/+15
* really fix Windows compile for PseudoRandom (thoroughly tested)Eric Milkie2012-11-161-1/+1