Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-17105 Valgrind 3.11.0 Import | Mark Benvenuto | 2015-11-12 | 1 | -0/+5 |
| | |||||
* | SERVER-20754 Fixes to support building against system boost 1.59 | Andrew Morrow | 2015-10-27 | 1 | -1/+1 |
| | |||||
* | SERVER-20974 Improve undefined behavior sanitizer integration | Andrew Morrow | 2015-10-19 | 1 | -11/+15 |
| | |||||
* | SERVER-6233 Add URI parsing to mongo shell | Jonathan Reams | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | SERVER-17790 Define NDEBUG on non-debug builds | Jonathan Reams | 2015-09-28 | 1 | -0/+2 |
| | |||||
* | SERVER-17422 Use BCrypt API for secure random number generation on Windows | Andrew Morrow | 2015-09-15 | 1 | -9/+14 |
| | |||||
* | SERVER-16852 Fix enterprise OSX builds | Jonathan Reams | 2015-09-08 | 1 | -1/+1 |
| | |||||
* | SERVER-16852 Print buildInfo in version output/allow override of buildInfo | Jonathan Reams | 2015-09-04 | 1 | -37/+30 |
| | |||||
* | SERVER-19444 Add polyfill for strnlen | Jonathan Reams | 2015-08-27 | 1 | -0/+3 |
| | |||||
* | SERVER-19845 Fix 32-bit compile issue by adding WT enabled define | Andreas Nilsson | 2015-08-27 | 1 | -0/+1 |
| | |||||
* | SERVER-17995 Prefer gold linker if available | Jonathan Reams | 2015-08-26 | 1 | -42/+41 |
| | |||||
* | SERVER-18668 warn about pessimizing/redundant moves if compiler can do so | Adam Midvidy | 2015-08-24 | 1 | -0/+7 |
| | |||||
* | SERVER-9666 Tag cyclic or incomplete libraries, add more missing edges | Andrew Morrow | 2015-08-24 | 1 | -13/+65 |
| | |||||
* | SERVER-19378 Remove support for building with v8 | Andrew Morrow | 2015-08-24 | 1 | -24/+4 |
| | |||||
* | SERVER-19447 implement SCons support for CPP integration tests | Adam Midvidy | 2015-08-11 | 1 | -2/+10 |
| | | | | - add evergreen tasks as well | ||||
* | SERVER-19822 Make sure directory names in dist archives are consistent | Jonathan Reams | 2015-08-07 | 1 | -1/+11 |
| | |||||
* | SERVER-19622 Vendorize Intel Decimal Math library | Raymond Jacobson | 2015-07-31 | 1 | -0/+10 |
| | |||||
* | SERVER-19613 Add experimental Decimal128 build flag | Raymond Jacobson | 2015-07-31 | 1 | -0/+11 |
| | | | | | Add scons build parameter --experimental-decimal-support=on, which enables experimental support of a 128 bit decimal type. | ||||
* | SERVER-19458: Add memory zeroing utility | Spencer Jackson | 2015-07-27 | 1 | -0/+23 |
| | |||||
* | SERVER-9564 When libabigail utils are present, minimize relinking | Andrew Morrow | 2015-07-24 | 1 | -0/+10 |
| | |||||
* | SERVER-9564 Expose linking model choice as a build option | Andrew Morrow | 2015-07-23 | 1 | -6/+71 |
| | |||||
* | SERVER-19376 Make SpiderMonkey the default JS Engine | Jason Carey | 2015-07-21 | 1 | -1/+1 |
| | |||||
* | SERVER-18911 Fix source tarball directory prefix | Jonathan Reams | 2015-07-20 | 1 | -1/+1 |
| | |||||
* | SERVER-19427 Fix malformed one element tuples in processor_macros dictionary | Andrew Morrow | 2015-07-16 | 1 | -2/+5 |
| | |||||
* | SERVER-18531 Integrate SpiderMonkey | Jason Carey | 2015-07-14 | 1 | -7/+7 |
| | | | | Provides SpiderMonkey 38.0.1esr as a JS engine for mongo and mongod. | ||||
* | SERVER-19353 Do not use the deprecated boost system interfaces | Andrew Morrow | 2015-07-10 | 1 | -0/+1 |
| | |||||
* | SERVER-19088 The cache scons flag should disable fast-and-loose scons flag | Jonathan Reams | 2015-07-07 | 1 | -1/+3 |
| | |||||
* | SERVER-10512: Add -fno-omit-frame-pointer by default | Martin Bligh | 2015-07-06 | 1 | -1/+2 |
| | | | | | Performance overhead is so small it's not measurable, previous microbenchmarks indicate around 1% for intensive workloads. In return we get the ability to use perf profiling and much improved debugability | ||||
* | SERVER-19099 Consistently use concurrency and time names via stdx | Andrew Morrow | 2015-06-30 | 1 | -2/+9 |
| | |||||
* | SERVER-19123 Fix using system zlib in scons | Jonathan Reams | 2015-06-30 | 1 | -1/+1 |
| | |||||
* | SERVER-19099 Add a target to build all generated sources | Andrew Morrow | 2015-06-29 | 1 | -1/+2 |
| | |||||
* | SERVER-19164 Enable /bigobj for Windows debug/no-opt builds | Kaloian Manassiev | 2015-06-26 | 1 | -0/+3 |
| | |||||
* | SERVER-18953 SERVER-9567 Add debug symbols archive target | Jonathan Reams | 2015-06-23 | 1 | -2/+4 |
| | |||||
* | SERVER-6737 Simplify existing thread local support. | Andy Schwerin | 2015-06-22 | 1 | -43/+27 |
| | |||||
* | SERVER-18579: Add .clang-format & Scons support | Mark Benvenuto | 2015-06-20 | 1 | -0/+4 |
| | |||||
* | SERVER-19029 Configure boost thread more efficiently | Andrew Morrow | 2015-06-18 | 1 | -0/+14 |
| | |||||
* | SERVER-18998 Fix a build failure when building TSan support without a symbolizer | Kamran Khan | 2015-06-16 | 1 | -0/+1 |
| | | | | | Previously, the build would fail with an UnboundLocalError when appending to tsan_options. | ||||
* | SERVER-18911 Make sure new source tarballs match old source push conventions | Jonathan Reams | 2015-06-15 | 1 | -1/+1 |
| | |||||
* | SERVER-17789 Do not use option values to configure the variant directory | Andrew Morrow | 2015-06-12 | 1 | -173/+286 |
| | |||||
* | SERVER-18371 Add configure check for SSL/FIPS | Jonathan Reams | 2015-06-04 | 1 | -3/+34 |
| | |||||
* | SERVER-18569 Standalone ASIO build system integration | Andrew Morrow | 2015-05-22 | 1 | -0/+2 |
| | |||||
* | SERVER-17782 SERVER-17329 Improve versioning and add distsrc to SCons | Jonathan Reams | 2015-05-21 | 1 | -18/+76 |
| | |||||
* | SERVER-18402 Search site_scons for well known variable customization files | Andrew Morrow | 2015-05-11 | 1 | -1/+15 |
| | |||||
* | SERVER-18017 SERVER-17728 Suppres some new clang 3.6 warnings we don't like | Andrew Morrow | 2015-05-08 | 1 | -0/+7 |
| | |||||
* | SERVER-1424 Rewrite smoke.py. | Max Hirschhorn | 2015-05-08 | 1 | -1/+0 |
| | | | | | | | | | | | | | | Split out the passthrough tests into separate suites. The MongoDB deployment is started up by resmoke.py so that we can record the success/failure of each individual test in MCI. Added support for parallel execution of tests by dispatching to multiple MongoDB deployments. Added support for grouping different kinds of tests (e.g. C++ unit tests, dbtests, and jstests) so that they can be run together. This allows for customizability in specifying what tests to execute when changes are made to a particular part of the code. | ||||
* | SERVER-9871 Add error reporting methods to env | Jonathan Reams | 2015-05-07 | 1 | -88/+63 |
| | |||||
* | SERVER-18079: Use TCMalloc for WT on Windows | Mark Benvenuto | 2015-05-04 | 1 | -2/+2 |
| | |||||
* | SERVER-17455 Use CheckLib for libatomic and print nicer messages | Andrew Morrow | 2015-04-23 | 1 | -11/+14 |
| | |||||
* | SERVER-17455 Re-add std::atomic configure checks | Jonathan Reams | 2015-04-22 | 1 | -0/+39 |
| | |||||
* | SERVER-17755 Remove legacy code from build system | Jonathan Reams | 2015-04-16 | 1 | -158/+7 |
| |