summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-39964 Differentiate shared and static suffixes so split dwarf works be...Andrew Morrow2019-10-211-7/+25
* SERVER-43730 Small build system speed improvementsAndrew Morrow2019-10-141-0/+6
* SERVER-43979 Prefer lld when availableAndrew Morrow2019-10-141-1/+4
* SERVER-42726 enable logging via logv2Gabriel Russell2019-10-031-0/+1
* SERVER-43175 platform/endian.h refreshBilly Donahue2019-10-021-5/+0
* SERVER-39999 After the upgrade to SCons 3.1.1 the cache can be used with the ...Andrew Morrow2019-09-291-2/+1
* SERVER-42259 remove mmapv1 support from SConstructHaley Connelly2019-09-231-19/+0
* SERVER-42887 Make roles injectible insteadAndrew Morrow2019-09-161-20/+40
* SERVER-42889 Consistently use the configure context env in doConfigureMathew Robinson2019-09-051-4/+4
* SERVER-42911 Pass %APPDATA% into ENV for python subprocesses on WindowsMathew Robinson2019-08-281-0/+9
* SERVER-39467 Update EnsurePythonVersion to 3.6Mathew Robinson2019-08-271-1/+1
* SERVER-39467 Update EnsureSConsVersion to 3.1.1Mathew Robinson2019-08-261-1/+1
* SERVER-42887 Ensure PDBs remain in the runtime component on windowsAndrew Morrow2019-08-221-0/+5
* SERVER-41672 Use hygienic to produce dist and distsrc archives in evergreenAndrew Morrow2019-08-151-1/+16
* SERVER-41670 Add support for renaming awkward autogenerated package names via...Mathew Robinson2019-08-121-45/+38
* SERVER-41669 Add support for package name prefix to apply to generated packag...Mathew Robinson2019-08-121-0/+1
* SERVER-42048 Install and package jstests using SCons hygienic buildsMathew Robinson2019-08-121-1/+14
* SERVER-41663 Make hygienic variable names match autoconfMathew Robinson2019-08-121-13/+12
* SERVER-42408 Add build.ninja generation to SConsMathew Robinson2019-08-061-12/+112