summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46129 Make ninja faster and contain all targets all the timeMathew Robinson2020-02-221-39/+37
* SERVER-40943 Support fetching icecream toolchain tarballs from URLs in SConsMathew Robinson2020-02-211-2/+7
* SERVER-46096 Add NINJA_PREFIXMathew Robinson2020-02-211-2/+25
* SERVER-46282 Do A/B releases of NinjaMathew Robinson2020-02-211-12/+15
* SERVER-27675 Make all targets depend on the allocator shim to topsort it lastAndrew Morrow2020-02-211-9/+0
* SERVER-45592 Raise Windows runtime minimum to Windows 10/Windows 2016 for Mon...Mark Benvenuto2020-02-141-4/+0
* SERVER-46177 resmoke.ini is invalid when running with NinjaMathew Robinson2020-02-141-29/+10
* SERVER-45677 libunwind on by default where possibleBilly Donahue2020-02-141-14/+35
* SERVER-45301 Not all expected aliases are present in the ninja generator outputMathew Robinson2020-02-131-47/+46
* SERVER-45048 Use hygienic builds in EvergreenMathew Robinson2020-02-131-31/+88
* SERVER-45786 Generate Resmoke configuration file to auto-set installDirMathew Robinson2020-02-131-0/+30
* 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