summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45948 Allow users to specify /DEBUG:fastlink via command line LINKFLAGSAndrew Morrow2020-02-111-1/+17
* SERVER-44736 Raise Windows minimum to 8Mark Benvenuto2020-02-101-2/+0
* SERVER-45772 Require VS 2019 to build the serverAndrew Morrow2020-02-071-2/+2
* SERVER-45922 Bump required macOS Xcode version fom 10.0 to 10.2Andrew Morrow2020-02-061-1/+1
* Revert "SERVER-45677 libunwind on by default where possible"William Schultz2020-02-061-35/+14
* SERVER-45677 libunwind on by default where possibleBilly Donahue2020-02-051-14/+35
* SERVER-45946 Suppress "1 file(s) copied." spam when using ninja on WindowsHenrik Edin2020-02-041-1/+1
* SERVER-45824 Use Ninja's response files instead of hard coding them into the ...Mathew Robinson2020-02-041-6/+14
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-031-20/+0
* Revert "SERVER-45824 Use Ninja's response files instead of hard coding them i...Mathew Robinson2020-01-311-8/+2
* Revert "SERVER-45302 Only write Ninja file if the contents have changed"Mathew Robinson2020-01-311-12/+4
* SERVER-45771 Upgrade Windows builders to use VS 2019Andrew Morrow2020-01-311-1/+1
* SERVER-45302 Only write Ninja file if the contents have changedMathew Robinson2020-01-311-4/+12
* SERVER-45824 Use Ninja's response files instead of hard coding them into the ...Mathew Robinson2020-01-311-2/+8
* SERVER-45479 Teach ninja how to build test listsMathew Robinson2020-01-301-0/+23
* SERVER-45227 Remove tcmalloc based profiling supportAndrew Morrow2020-01-281-5/+0
* SERVER-45727 Only pass down environment variables that matter to NinjaMathew Robinson2020-01-241-37/+10
* SERVER-45724 Make new generator as fast as old moduleMathew Robinson2020-01-241-0/+14
* SERVER-42702 $PYTHON should not be used in build signatureMathew Robinson2020-01-161-1/+1
* SERVER-44763 Remove gotools from build and packagingAndrew Morrow2020-01-151-10/+0
* SERVER-44947 Wire test execution targets into Ninja generatorMathew Robinson2020-01-131-2/+8
* SERVER-45252 Improve the UX of the --variables-files flagAndrew Morrow2020-01-131-6/+22
* SERVER-45134 Generate compile database with NinjaMathew Robinson2020-01-101-8/+11
* SERVER-44947 Allow test execution selection by test source file nameMathew Robinson2020-01-071-1/+5
* Revert "SERVER-44947 Allow test execution selection by test source file name"Mathew Robinson2020-01-061-5/+1
* SERVER-45337 Speed up libdeps subst performanceMathew Robinson2020-01-061-1/+2
* SERVER-44947 Allow test execution selection by test source file nameMathew Robinson2020-01-061-1/+5
* SERVER-45306 Ensure ninja integration can produce libfuzzer artifactsSpencer Jackson2020-01-031-1/+2
* SERVER-43662 Add support for LLDB debugserver breakpointsAdam Cooper2019-12-311-0/+5
* SERVER-44768 Make ccache work right with icecream and NinjaAndrew Morrow2019-12-261-17/+7
* SERVER-43421 Remove stale TODO from SConstructAndrew Morrow2019-12-161-4/+0
* SERVER-44729 Remove unnecessary stats during Ninja generationMathew Robinson2019-12-111-1/+1
* SERVER-45005 Make the ninja tool able to be loaded uncondtionallyMathew Robinson2019-12-111-67/+66
* SERVER-44557 Set the default for MSVC_VERSION to VS2017Andrew Morrow2019-12-081-2/+3
* SERVER-44728 Improve performance of idl_scannerMathew Robinson2019-12-041-6/+6
* SERVER-44856 Enable -Wunused-exception-parameter when supportedAndrew Morrow2019-12-031-0/+7
* SERVER-44899 The acyclic library dependency graph no longer requires link gro...Andrew Morrow2019-12-031-6/+0
* SERVER-44649 Continue to honor the --prefix flag for now; interpreted as DESTDIRAndrew Morrow2019-11-261-0/+25
* SERVER-44674 Dead Code Removal: macOS/Windows support in OpenSSLSara Golemon2019-11-221-60/+29
* SERVER-44687 Enforce macOS 10.12 target minimumAndrew Morrow2019-11-211-7/+3
* SERVER-44542 Propagation of APPDATA environment variable never gets executed ...Mathew Robinson2019-11-211-9/+12
* SERVER-42408 Ensure hygienic builds work with NinjaMathew Robinson2019-11-191-57/+100
* SERVER-44543 mh binaries is never uploadedMathew Robinson2019-11-151-2/+2
* SERVER-33049 Increase Windows Minimum Version to 10 / Server 2016 for MongoDB...Kelsey T Schubert2019-11-111-5/+12
* SERVER-44364Mathew Robinson2019-11-061-3/+25
* SERVER-44360 Visual Studio Project Generator can generate for both VS 2017 an...Henrik Edin2019-11-051-1/+6
* SERVER-43936 Implement simpler, quicker python based C++ linterMark Benvenuto2019-10-251-2/+2
* SERVER-42042 Fail the build if it is set up to wander into the trilemmar3.6.8-rc1r3.6.8Andrew Morrow2019-10-241-0/+9
* SERVER-40474 Remove extra braces from SCons subst stringMathew Robinson2019-10-241-1/+1
* SERVER-40474 SERVER-25727 Only lint changed filesMathew Robinson2019-10-241-15/+79