Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-41570 Suppress Xcode 11 deleted default function warnings | Alya Berciu | 2019-07-11 | 1 | -1/+5 |
| | |||||
* | SERVER-41686 Add unittest to prototype structured logging using boost::log. | Henrik Edin | 2019-07-03 | 1 | -0/+1 |
| | | | | | | | * JSON and Text formatting, including with custom types * Google benchmark to compare against current log system * Ramlog, Console and File logging prototyped * Two ways to implement multiple log domains | ||||
* | SERVER-9668 Use SCons install target tags to identify mapping of targets to ↵ | Mathew Robinson | 2019-07-02 | 1 | -9/+102 |
| | | | | install packages. | ||||
* | SERVER-41689 Adding Scons support for building with libfuzzer | Roxane | 2019-06-24 | 1 | -1/+30 |
| | |||||
* | SERVER-41690 Add flag to SCons to check for USDT support | Nathan Brown | 2019-06-21 | 1 | -0/+25 |
| | |||||
* | SERVER-41857 Fix --link-mode=dynamic-sdk | Henrik Edin | 2019-06-21 | 1 | -1/+1 |
| | |||||
* | SERVER-41815 Make dynamic runtime default on Windows and remove ↵ | Henrik Edin | 2019-06-21 | 1 | -19/+1 |
| | | | | --dynamic-windows option | ||||
* | SERVER-41827 Build GDB indexes for binaries when using ld.gold in dynamic mode | Andrew Morrow | 2019-06-20 | 1 | -1/+3 |
| | |||||
* | SERVER-41685 Add boost log to vendored boost | Henrik Edin | 2019-06-20 | 1 | -1/+11 |
| | |||||
* | SERVER-41592 Remove scons check for std::make_unique | A. Jesse Jiryu Davis | 2019-06-13 | 1 | -23/+0 |
| | |||||
* | SERVER-41210 Forward boost asserts to mongo invariant | Henrik Edin | 2019-05-22 | 1 | -0/+1 |
| | |||||
* | SERVER-40946 Autoset a reasonable concurrency level when icecream is enabled | Mathew Robinson | 2019-05-13 | 1 | -1/+10 |
| | |||||
* | SERVER-40853 Remove OpenSSL from Windows Packages | Mark Benvenuto | 2019-05-10 | 1 | -3/+2 |
| | |||||
* | SERVER-39664 log the toolchain's build id as an FYI when building mongodb | Mathew Robinson | 2019-04-29 | 1 | -0/+17 |
| | |||||
* | SERVER-40782 Allow specifying explicit ICECC_VERSION on command line | Andrew Morrow | 2019-04-24 | 1 | -0/+6 |
| | |||||
* | SERVER-40197 Enable sized deallocation compiler flags | Henrik Edin | 2019-04-19 | 1 | -5/+11 |
| | |||||
* | SERVER-40512 Use /diagnostics:caret on MSVC | Mathias Stearn | 2019-04-18 | 1 | -0/+3 |
| | |||||
* | SERVER-40302 Log complete build command line on SCons startup | Mathew Robinson | 2019-04-15 | 1 | -0/+3 |
| | |||||
* | SERVER-40570 Lint is not running cpplint | Mathew Robinson | 2019-04-10 | 1 | -7/+6 |
| | |||||
* | SERVER-32295 Support Python 3 | Mathew Robinson | 2019-04-08 | 1 | -31/+34 |
| | |||||
* | SERVER-40389 small tweaks to third_party/fmt & related. | Billy Donahue | 2019-04-08 | 1 | -0/+8 |
| | | | | | | | | | | | Add an option to scons: --use-system-fmt import.sh: use the upstream libfmt github repo. StringData fmt interop noexcept for to_string_view(StringData) hook noexcept for StringData's rawData() and size() add fmt to THIRD-PARTY-NOTICES + markdown tweaks import the fmt LICENSE.rst update fmt lib revision | ||||
* | Revert "SERVER-36243 Use sized deallocation." | Andrew Morrow | 2019-03-18 | 1 | -4/+1 |
| | | | | This reverts commit afe082642124dbda2367cb51c3d748873df9bf7b. | ||||
* | SERVER-39789 Revert to single-thread mode for profile data | Andrew Morrow | 2019-03-14 | 1 | -2/+2 |
| | |||||
* | SERVER-39891 Vendor KMS Message Library | Mark Benvenuto | 2019-03-14 | 1 | -0/+5 |
| | |||||
* | SERVER-36243 Use sized deallocation. | Henrik Edin | 2019-03-12 | 1 | -1/+4 |
| | | | | | Added mongoFree to be used when allocating memory with mongoMalloc. It has an overload taking size utilizing tc_free_sized if built with tcmalloc. | ||||
* | SERVER-39945 Update requires to point to new variable name | Mathew Robinson | 2019-03-05 | 1 | -1/+1 |
| | |||||
* | SERVER-26300 Allow tcmalloc to be used with TSAN and UBSAN. | Henrik Edin | 2019-02-25 | 1 | -5/+5 |
| | |||||
* | SERVER-33958 Allow thin archives to interact with the cache | Andrew Morrow | 2019-02-12 | 1 | -21/+28 |
| | |||||
* | SERVER-39483 Tag large build artifacts as non-cacheable | Andrew Morrow | 2019-02-12 | 1 | -5/+13 |
| | |||||
* | SERVER-39493 Relax xcode clang requirements and warn on osx dynamic link | Sara Golemon | 2019-02-11 | 1 | -1/+5 |
| | |||||
* | SERVER-39358 Disable building `dbtest` when not building jstests or shell. | ADAM David Alan Martin | 2019-02-07 | 1 | -1/+6 |
| | |||||
* | SERVER-38176 Compile with /permissive- on MSVC to make the compiler strictly ↵ | Henrik Edin | 2019-02-01 | 1 | -3/+4 |
| | | | | standard conformant. | ||||
* | SERVER-37607 SERVER-37608 Require C++17 and make it the default | Andrew Morrow | 2019-01-31 | 1 | -61/+71 |
| | |||||
* | SERVER-37609 Require clang 7.0, GCC 8.2, and XCode 10 | Andrew Morrow | 2019-01-30 | 1 | -5/+5 |
| | |||||
* | SERVER-29286 import and use mozjs-60 | Gabriel Russell | 2019-01-30 | 1 | -6/+11 |
| | |||||
* | Revert "SERVER-29286 import and use mozjs-60" | Gabriel Russell | 2019-01-29 | 1 | -11/+6 |
| | | | | This reverts commit a3d232b697dfc7c8833fc1855abbc190fe0d5970. | ||||
* | SERVER-29286 import and use mozjs-60 | Gabriel Russell | 2019-01-29 | 1 | -6/+11 |
| | |||||
* | SERVER-37996 Add stock gperftools 2.7 as an allocator option activated with ↵ | Henrik Edin | 2019-01-25 | 1 | -3/+3 |
| | | | | --allocator=tcmalloc-experimental | ||||
* | SERVER-38004 Upgrade SCons to version 3.0.4 | Henrik Edin | 2019-01-24 | 1 | -1/+1 |
| | |||||
* | SERVER-39078 Use psutil for Windows support of automatic jobs | Mathew Robinson | 2019-01-22 | 1 | -12/+12 |
| | |||||
* | SERVER-39031 Make SCons default --jobs to CPU count | Mathew Robinson | 2019-01-17 | 1 | -5/+32 |
| | |||||
* | SERVER-38462 disable the ABSL internal use of reinterpret_cast for unaligned ↵ | Billy Donahue | 2019-01-07 | 1 | -0/+1 |
| | | | | access | ||||
* | SERVER-36644 re-enable -Wclass-memaccess warning (w/AtomicWord refactor) | Billy Donahue | 2019-01-04 | 1 | -3/+0 |
| | |||||
* | SERVER-36644 remove -Wno-format-truncation | Billy Donahue | 2018-12-27 | 1 | -1/+0 |
| | | | | | cherry pick https://github.com/derickr/timelib/commit/157caf3f66da49f4df55c532a7d82a5d0aa4be11 into timelib | ||||
* | SERVER-38168 Vendor Zstandard 1.3.7 to third_party | Henrik Edin | 2018-12-11 | 1 | -0/+8 |
| | | | | Added a Zstd based message compressor. | ||||
* | SERVER-38460 Let abseil know when sanitizers are active | Andrew Morrow | 2018-12-07 | 1 | -1/+8 |
| | |||||
* | SERVER-37609 Visual Studio 2017 15.9 or later is required to compile on Windows | Henrik Edin | 2018-12-06 | 1 | -11/+4 |
| | |||||
* | SERVER-38056 enable building just some of the pieces of the enterprise module | Gabriel Russell | 2018-11-30 | 1 | -27/+26 |
| | |||||
* | SERVER-38160 Allow compilation with Visual Studio 2017. | Henrik Edin | 2018-11-27 | 1 | -0/+3 |
| | | | | | | Take SCons MSCommon from SCons 3.0.1 Fix missing <intrin.h> includes Suppress constant arithmetic warnings in unit tests | ||||
* | SERVER-38141 Fix Incorrect usage of MONGO_CONFIG_HAS_SSL_SET_ECDH_AUTO | Patrick Freed | 2018-11-21 | 1 | -1/+1 |
| |