Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SERVER-22042 Use CheckLib to verify SSL library availabiliy | Andrew Morrow | 2016-02-22 | 1 | -47/+67 |
| | |||||
* | Revert "SERVER-22042 Use CheckLib to verify SSL library availabiliy" | Ramon Fernandez | 2016-02-21 | 1 | -67/+47 |
| | | | | | This reverts commit 3a5a890e1e1832ea8a45607d01ddef36ac3d76fa, since it's breaking the v3.0 branch for some variants. | ||||
* | SERVER-22042 Use CheckLib to verify SSL library availabiliy | Andrew Morrow | 2016-02-20 | 1 | -47/+67 |
| | |||||
* | SERVER-18953 SERVER-9567 Add debug symbols archive target | Jonathan Reams | 2016-01-11 | 1 | -2/+4 |
| | | | | (cherry picked from commit 26d5e725c8d3da73c2ca81f9940debe4f76326b8) | ||||
* | SERVER-10512: Add -fno-omit-frame-pointer by default | Martin Bligh | 2015-10-29 | 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 (cherry picked from commit 53b6e275061c50769467924ac0737d585e667edd) | ||||
* | SERVER-19755 Require C++11 for MongoDB 3.0.x builds | Andrew Morrow | 2015-10-23 | 1 | -4/+4 |
| | |||||
* | SERVER-19088 The cache scons flag should disable fast-and-loose scons flag | Jonathan Reams | 2015-09-23 | 1 | -1/+3 |
| | | | | (cherry picked from commit e38826d61c3906369b261fac08f614633459168f) | ||||
* | SERVER-18579: Add .clang-format & Scons support | Mark Benvenuto | 2015-07-28 | 1 | -0/+4 |
| | | | | (cherry picked from commit e484264ed64dfbe71be222b4be91d57e364e7a8c) | ||||
* | SERVER-18911 Fix source tarball directory prefix | Jonathan Reams | 2015-07-20 | 1 | -1/+1 |
| | |||||
* | SERVER-18371 Add configure check for SSL/FIPS | Jonathan Reams | 2015-07-14 | 1 | -3/+35 |
| | |||||
* | BUILD-770 Backport version info and source tarball changes | Jonathan Reams | 2015-07-10 | 1 | -20/+78 |
| | |||||
* | SERVER-18017 SERVER-17728 Suppres some new clang 3.6 warnings we don't like | Andrew Morrow | 2015-07-10 | 1 | -0/+7 |
| | | | | (cherry picked from commit 1d9b83f16314cdb1e9da4b5c853870f10abb49df) | ||||
* | SERVER-19353 Do not use the deprecated boost system interfaces | Andrew Morrow | 2015-07-10 | 1 | -0/+6 |
| | | | | (cherry picked from commit 55af30c1040e346e09dbf6b3aa496a241685dc78) | ||||
* | SERVER-17568 Report most-vexing-parse warning as error in MSVC. | Andy Schwerin | 2015-06-25 | 1 | -1/+7 |
| | | | | (cherry picked from commit 7ee3d124070db157181bc1b24f2b84913957c388) | ||||
* | SERVER-18079: Use TCMalloc for WT on Windows | Mark Benvenuto | 2015-06-03 | 1 | -1/+1 |
| | | | | (cherry picked from commit b43f9663dd08d3f585a9ae9aa67476b5e1a9d07c) | ||||
* | SERVER-18312: 8.37 SCons Integration - 3.0 compatibility | Mark Benvenuto | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | SERVER-17694 Add support to set the SCons RPATH from Variables | Andrew Morrow | 2015-04-24 | 1 | -0/+4 |
| | | | | | | | (cherry picked from commit bd6d3e7691ec0f3bee7520f36673a2f30b9f63ac) Conflicts: SConstruct | ||||
* | SERVER-17730 Allow selection of non-posix shlex mode for Variables | Andrew Morrow | 2015-04-20 | 1 | -1/+11 |
| | | | | (cherry picked from commit 91de99a737519c50047845cfd0c810b6d9329cc6) | ||||
* | SERVER-17252: PCRE 8.36 SCons Integration | Mark Benvenuto | 2015-03-05 | 1 | -1/+2 |
| | | | | (cherry picked from commit b3085ab4f62cb80a5a2f63afe5a0be687c799a96) | ||||
* | SERVER-17463 Fix issue specifying absolute path to scons --cache-dir. | Max Hirschhorn | 2015-03-04 | 1 | -1/+1 |
| | | | | (cherry picked from commit 0a82325a6852929b8817fdcd2659275889561925) | ||||
* | SERVER-14166 Remove defaults and choices for osx-version-min scons option | Jonathan Reams | 2015-03-03 | 1 | -3/+1 |
| | | | | (cherry picked from commit 2b4f184b74703a776b87c08c516a28aa3e7ec28b) | ||||
* | SERVER-16663 Add variables to set CFLAGS et all on command-line | Jonathan Reams | 2015-01-21 | 1 | -3/+92 |
| | |||||
* | SERVER-16957 Permit user specifiable list of boost search suffixes | Andrew Morrow | 2015-01-21 | 1 | -4/+30 |
| | |||||
* | SERVER-16784 only enable the minimum needed set of Scons Tools | Adam Midvidy | 2015-01-09 | 1 | -15/+22 |
| | |||||
* | SERVER-14992: Checking ntfs.sys version to figure out if it's necessary to ↵ | agherardi | 2015-01-09 | 1 | -1/+2 |
| | | | | | | | | zero out data files. Closes #894 Signed-off-by: Mark Benvenuto <mark.benvenuto@mongodb.com> | ||||
* | SERVER-14310 Customizing the C++ compiler with --cxx but not customizing ↵ | Jonathan Reams | 2015-01-08 | 1 | -1/+6 |
| | | | | --cc should be a build error | ||||
* | SERVER-16200 Improve LTO integration for gcc and clang | Andrew Morrow | 2014-12-30 | 1 | -0/+33 |
| | |||||
* | SERVER-16197 fix scons install, dist | Matt Kangas | 2014-12-22 | 1 | -1/+0 |
| | | | | | | | Option '--use-new-tools' now controls whether scons looks for tools at all. "scons install" no longer tries to install external tools. "scons dist" fails if --use-new-tools not specified or if external tools are missing | ||||
* | SERVER-15357 Revert "Revert "SERVER-15357 Require GCC 4.8.2 now that our ↵ | Andrew Morrow | 2014-12-17 | 1 | -5/+2 |
| | | | | | | Solaris toolchain is updated"" This reverts commit b5d97eeeea4ef66731eb273bc484884452991acf. | ||||
* | Revert "SERVER-15357 Require GCC 4.8.2 now that our Solaris toolchain is ↵ | Andrew Morrow | 2014-12-05 | 1 | -2/+5 |
| | | | | | | updated" This reverts commit 383c185480fe8c1140e4a4c9671c642470ad429c. | ||||
* | SERVER-15357 Require GCC 4.8.2 now that our Solaris toolchain is updated | Andrew Morrow | 2014-12-05 | 1 | -5/+2 |
| | |||||
* | SERVER-12468 Remove no-glibc-check option from scons | Jonathan Reams | 2014-12-04 | 1 | -5/+0 |
| | |||||
* | SERVER-16410 suppress missing-braces warning on clang | Eric Milkie | 2014-12-03 | 1 | -0/+4 |
| | |||||
* | SERVER-15357: Disable optimizations on Windows debug builds | Mark Benvenuto | 2014-11-26 | 1 | -1/+1 |
| | |||||
* | SERVER-16255 increase scons minimum version requirement | Matt Kangas | 2014-11-25 | 1 | -1/+1 |
| | |||||
* | SERVER-15496 Remove legacy replication code | Spencer T Brody | 2014-11-20 | 1 | -4/+0 |
| | |||||
* | SERVER-16185 Use system allocator by default on OS X | Andrew Morrow | 2014-11-18 | 1 | -1/+1 |
| | |||||
* | SERVER-15357 Require GCC-4.8.1, clang-3.4 (or Apple XCode 5.1.1), or MSVC 12 ↵ | Andrew Morrow | 2014-11-14 | 1 | -55/+103 |
| | | | | Update 2 or better | ||||
* | SERVER-15974: Vendorize zlib 1.2.8 | Mark Benvenuto | 2014-11-05 | 1 | -0/+5 |
| | |||||
* | SERVER-15953: add wiredtiger storage engine integration | Eliot Horowitz | 2014-11-05 | 1 | -22/+41 |
| | |||||
* | SERVER-14803 Support static-libstdc++ in any Unix | Ernie Hershey | 2014-11-03 | 1 | -2/+3 |
| | |||||
* | SERVER-15889 Update list of targetable OS X versions | Andrew Morrow | 2014-11-02 | 1 | -1/+1 |
| | |||||
* | SERVER-15710 Add better leak sanitizer integration | Andrew Morrow | 2014-10-29 | 1 | -6/+32 |
| | |||||
* | SERVER-15031 Use new replication implementation by default | Spencer T Brody | 2014-10-17 | 1 | -1/+1 |
| | |||||
* | SERVER-15547 removed legacy tools from source tree and build configuration. ↵ | Benety Goh | 2014-10-08 | 1 | -0/+1 |
| | | | | make use-new-tools option a no-op | ||||
* | SERVER-15178 Native SHA-1 and HMAC algorithm support | Andreas Nilsson | 2014-10-03 | 1 | -0/+3 |
| | |||||
* | SERVER-15031 Add compile-time flag to control which ReplicationCoordinator ↵ | Spencer T Brody | 2014-10-02 | 1 | -0/+5 |
| | | | | is used | ||||
* | TOOLS-198 add option to support packaging tools in tarball | mike o'brien | 2014-09-26 | 1 | -0/+2 |
| | |||||
* | SERVER-15400: Create Windows Enterprise Zip File with vcredist and dependent ↵ | Mark Benvenuto | 2014-09-25 | 1 | -0/+2 |
| | | | | dlls | ||||
* | SERVER-15358 suppress spurious MSVC warning regarding default initialized ↵ | Adam Midvidy | 2014-09-25 | 1 | -1/+6 |
| | | | | | | | | array members Closes #792 Signed-off-by: Benety Goh <benety@mongodb.com> |