summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-22042 Use CheckLib to verify SSL library availabiliyAndrew Morrow2016-02-221-47/+67
|
* Revert "SERVER-22042 Use CheckLib to verify SSL library availabiliy"Ramon Fernandez2016-02-211-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 availabiliyAndrew Morrow2016-02-201-47/+67
|
* SERVER-18953 SERVER-9567 Add debug symbols archive targetJonathan Reams2016-01-111-2/+4
| | | | (cherry picked from commit 26d5e725c8d3da73c2ca81f9940debe4f76326b8)
* SERVER-10512: Add -fno-omit-frame-pointer by defaultMartin Bligh2015-10-291-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 buildsAndrew Morrow2015-10-231-4/+4
|
* SERVER-19088 The cache scons flag should disable fast-and-loose scons flagJonathan Reams2015-09-231-1/+3
| | | | (cherry picked from commit e38826d61c3906369b261fac08f614633459168f)
* SERVER-18579: Add .clang-format & Scons supportMark Benvenuto2015-07-281-0/+4
| | | | (cherry picked from commit e484264ed64dfbe71be222b4be91d57e364e7a8c)
* SERVER-18911 Fix source tarball directory prefixJonathan Reams2015-07-201-1/+1
|
* SERVER-18371 Add configure check for SSL/FIPSJonathan Reams2015-07-141-3/+35
|
* BUILD-770 Backport version info and source tarball changesJonathan Reams2015-07-101-20/+78
|
* SERVER-18017 SERVER-17728 Suppres some new clang 3.6 warnings we don't likeAndrew Morrow2015-07-101-0/+7
| | | | (cherry picked from commit 1d9b83f16314cdb1e9da4b5c853870f10abb49df)
* SERVER-19353 Do not use the deprecated boost system interfacesAndrew Morrow2015-07-101-0/+6
| | | | (cherry picked from commit 55af30c1040e346e09dbf6b3aa496a241685dc78)
* SERVER-17568 Report most-vexing-parse warning as error in MSVC.Andy Schwerin2015-06-251-1/+7
| | | | (cherry picked from commit 7ee3d124070db157181bc1b24f2b84913957c388)
* SERVER-18079: Use TCMalloc for WT on WindowsMark Benvenuto2015-06-031-1/+1
| | | | (cherry picked from commit b43f9663dd08d3f585a9ae9aa67476b5e1a9d07c)
* SERVER-18312: 8.37 SCons Integration - 3.0 compatibilityMark Benvenuto2015-05-131-1/+1
|
* SERVER-17694 Add support to set the SCons RPATH from VariablesAndrew Morrow2015-04-241-0/+4
| | | | | | | (cherry picked from commit bd6d3e7691ec0f3bee7520f36673a2f30b9f63ac) Conflicts: SConstruct
* SERVER-17730 Allow selection of non-posix shlex mode for VariablesAndrew Morrow2015-04-201-1/+11
| | | | (cherry picked from commit 91de99a737519c50047845cfd0c810b6d9329cc6)
* SERVER-17252: PCRE 8.36 SCons IntegrationMark Benvenuto2015-03-051-1/+2
| | | | (cherry picked from commit b3085ab4f62cb80a5a2f63afe5a0be687c799a96)
* SERVER-17463 Fix issue specifying absolute path to scons --cache-dir.Max Hirschhorn2015-03-041-1/+1
| | | | (cherry picked from commit 0a82325a6852929b8817fdcd2659275889561925)
* SERVER-14166 Remove defaults and choices for osx-version-min scons optionJonathan Reams2015-03-031-3/+1
| | | | (cherry picked from commit 2b4f184b74703a776b87c08c516a28aa3e7ec28b)
* SERVER-16663 Add variables to set CFLAGS et all on command-lineJonathan Reams2015-01-211-3/+92
|
* SERVER-16957 Permit user specifiable list of boost search suffixesAndrew Morrow2015-01-211-4/+30
|
* SERVER-16784 only enable the minimum needed set of Scons ToolsAdam Midvidy2015-01-091-15/+22
|
* SERVER-14992: Checking ntfs.sys version to figure out if it's necessary to ↵agherardi2015-01-091-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 Reams2015-01-081-1/+6
| | | | --cc should be a build error
* SERVER-16200 Improve LTO integration for gcc and clangAndrew Morrow2014-12-301-0/+33
|
* SERVER-16197 fix scons install, distMatt Kangas2014-12-221-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 Morrow2014-12-171-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 Morrow2014-12-051-2/+5
| | | | | | updated" This reverts commit 383c185480fe8c1140e4a4c9671c642470ad429c.
* SERVER-15357 Require GCC 4.8.2 now that our Solaris toolchain is updatedAndrew Morrow2014-12-051-5/+2
|
* SERVER-12468 Remove no-glibc-check option from sconsJonathan Reams2014-12-041-5/+0
|
* SERVER-16410 suppress missing-braces warning on clangEric Milkie2014-12-031-0/+4
|
* SERVER-15357: Disable optimizations on Windows debug buildsMark Benvenuto2014-11-261-1/+1
|
* SERVER-16255 increase scons minimum version requirementMatt Kangas2014-11-251-1/+1
|
* SERVER-15496 Remove legacy replication codeSpencer T Brody2014-11-201-4/+0
|
* SERVER-16185 Use system allocator by default on OS XAndrew Morrow2014-11-181-1/+1
|
* SERVER-15357 Require GCC-4.8.1, clang-3.4 (or Apple XCode 5.1.1), or MSVC 12 ↵Andrew Morrow2014-11-141-55/+103
| | | | Update 2 or better
* SERVER-15974: Vendorize zlib 1.2.8Mark Benvenuto2014-11-051-0/+5
|
* SERVER-15953: add wiredtiger storage engine integrationEliot Horowitz2014-11-051-22/+41
|
* SERVER-14803 Support static-libstdc++ in any UnixErnie Hershey2014-11-031-2/+3
|
* SERVER-15889 Update list of targetable OS X versionsAndrew Morrow2014-11-021-1/+1
|
* SERVER-15710 Add better leak sanitizer integrationAndrew Morrow2014-10-291-6/+32
|
* SERVER-15031 Use new replication implementation by defaultSpencer T Brody2014-10-171-1/+1
|
* SERVER-15547 removed legacy tools from source tree and build configuration. ↵Benety Goh2014-10-081-0/+1
| | | | make use-new-tools option a no-op
* SERVER-15178 Native SHA-1 and HMAC algorithm supportAndreas Nilsson2014-10-031-0/+3
|
* SERVER-15031 Add compile-time flag to control which ReplicationCoordinator ↵Spencer T Brody2014-10-021-0/+5
| | | | is used
* TOOLS-198 add option to support packaging tools in tarballmike o'brien2014-09-261-0/+2
|
* SERVER-15400: Create Windows Enterprise Zip File with vcredist and dependent ↵Mark Benvenuto2014-09-251-0/+2
| | | | dlls
* SERVER-15358 suppress spurious MSVC warning regarding default initialized ↵Adam Midvidy2014-09-251-1/+6
| | | | | | | | array members Closes #792 Signed-off-by: Benety Goh <benety@mongodb.com>