summaryrefslogtreecommitdiff
path: root/site_scons
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45727 Only pass down environment variables that matter to NinjaMathew Robinson2020-01-242-49/+56
* SERVER-45724 Make new generator as fast as old moduleMathew Robinson2020-01-243-29/+110
* SERVER-45682 Correct Ninja compiledb, improve performanceMathew Robinson2020-01-221-22/+26
* SERVER-45041 Remove extraneous calls to env.Entry in libdeps.pyMathew Robinson2020-01-171-52/+53
* SERVER-42702 $PYTHON should not be used in build signatureMathew Robinson2020-01-161-1/+1
* SERVER-44947 Wire test execution targets into Ninja generatorMathew Robinson2020-01-131-3/+7
* SERVER-45134 Generate compile database with NinjaMathew Robinson2020-01-101-8/+42
* SERVER-44947 Make test lists depend on the testsMathew Robinson2020-01-091-5/+5
* SERVER-44947 Allow test execution selection by test source file nameMathew Robinson2020-01-0731-771/+1088
* SERVER-45379 Add pools in self.pools during generationMathew Robinson2020-01-071-1/+2
* SERVER-45379 Don't regenerate ninja immediately after generatingMathew Robinson2020-01-071-31/+33
* Revert "SERVER-44947 Allow test execution selection by test source file name"Mathew Robinson2020-01-0631-1114/+794
* SERVER-45337 Speed up libdeps subst performanceMathew Robinson2020-01-061-19/+30
* SERVER-44947 Allow test execution selection by test source file nameMathew Robinson2020-01-0631-799/+1124
* SERVER-45171 Improve handling of transitive dependencies in hygienicAndrew Morrow2020-01-031-20/+54
* SERVER-44768 Make ccache work right with icecream and NinjaAndrew Morrow2019-12-263-27/+144
* SERVER-45165 Support env['ENV'] in Ninja generatorMathew Robinson2019-12-201-9/+55
* SERVER-45130 Make icecc tool resilient to ninja toolAndrew Morrow2019-12-171-15/+28
* SERVER-45197 Ninja builder creates invalid file when SCons split dwarf emitte...Mathew Robinson2019-12-171-1/+14
* SERVER-45169 Ninja always sees wiredtiger_ext.h as out of date on WindowsMathew Robinson2019-12-171-2/+14
* SERVER-44729 Remove unnecessary stats during Ninja generationMathew Robinson2019-12-111-16/+57
* SERVER-44970 Remove noop_action from site_scons/site_tools/libtool.pyMathew Robinson2019-12-111-4/+1
* SERVER-45005 Make the ninja tool able to be loaded uncondtionallyMathew Robinson2019-12-111-17/+26
* SERVER-44729 Remove unneeded WhereIs IO from ninja generatorMathew Robinson2019-12-101-1/+20
* SERVER-45005 Correct an indentation bug causing an undefined referenceMathew Robinson2019-12-101-2/+2
* SERVER-45005 The generated ninja file deletes response files after first useMathew Robinson2019-12-091-3/+74
* SERVER-44767 Make depfile support more robust and configurableMathew Robinson2019-12-091-15/+38
* SERVER-44767 Add depfile support to new Ninja generatorMathew Robinson2019-12-081-1/+41
* SERVER-44557 Set the default for MSVC_VERSION to VS2017Andrew Morrow2019-12-081-0/+199
* SERVER-44728 Improve performance of idl_scannerMathew Robinson2019-12-041-11/+24
* SERVER-44907 NINJA_SUFFIX should prepend a dot if one is not suppliedMathew Robinson2019-12-031-1/+5
* SERVER-42408 Ensure hygienic builds work with NinjaMathew Robinson2019-11-193-395/+768
* SERVER-44364Mathew Robinson2019-11-061-6/+5
* SERVER-43730 Small build system speed improvementsAndrew Morrow2019-10-142-21/+51
* SERVER-43368 Revert SCons icecream integration to working stateAndrew Morrow2019-10-111-9/+23
* SERVER-42887 Make roles injectible insteadAndrew Morrow2019-09-161-60/+126
* SERVER-41972 Integrate mongo_benchmark.py with HygienicMathew Robinson2019-09-101-0/+12
* SERVER-41973 Integrate mongo_libfuzzer.py with HygienicMathew Robinson2019-09-101-0/+12
* SERVER-43047 Make "registered" unit tests also run by `@` prefix.ADAM Martin2019-08-291-16/+13
* SERVER-42891 Placate SCons configure subsystem regarding status of dSYM nodesAndrew Morrow2019-08-281-1/+2
* SERVER-42944 Update compilation_db decider to new signatureMathew Robinson2019-08-222-4/+4
* SERVER-42887 Ensure PDBs remain in the runtime component on windowsAndrew Morrow2019-08-221-5/+12
* SERVER-42656 Add scons targets for building and executing unittestsMathew Robinson2019-08-202-2/+32
* Revert "SERVER-42656 Add scons targets for building and executing unittests"Mathew Robinson2019-08-192-32/+2
* SERVER-42656 Add scons targets for building and executing unittestsMathew Robinson2019-08-192-2/+32
* SERVER-42664 Correct usage of ICECC_VERSIONMathew Robinson2019-08-161-19/+3
* SERVER-41672 Use hygienic to produce dist and distsrc archives in evergreenAndrew Morrow2019-08-152-5/+11
* SERVER-42319 Improve performance of Archive BuilderMathew Robinson2019-08-141-1/+15
* SERVER-41672 Minor AIB fixes for transitive libraries and debug info director...Andrew Morrow2019-08-131-2/+7
* SERVER-41670 Add support for renaming awkward autogenerated package names via...Mathew Robinson2019-08-121-161/+251