summaryrefslogtreecommitdiff
path: root/site_scons
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-46282 Do A/B releases of NinjaMathew Robinson2020-02-211-0/+1407
* SERVER-45138 Add MONGO_CONFIG_JSON_LOG_DEFAULT define to use JSON logs by def...Henrik Edin2020-02-141-0/+6
* SERVER-46136 Ninja should not use environment variables for response file rul...Mathew Robinson2020-02-141-7/+5
* SERVER-46134 SCons does not respect CCACHE settingsMathew Robinson2020-02-131-6/+5
* SERVER-45301 Not all expected aliases are present in the ninja generator outputMathew Robinson2020-02-136-466/+616
* SERVER-45048 Use hygienic builds in EvergreenMathew Robinson2020-02-133-24/+25
* SERVER-46047 fix compiledb ninja targetIan Boros2020-02-101-1/+1
* SERVER-46035 Disable embedManifest*Check on Windows for NinjaMathew Robinson2020-02-101-29/+32
* SERVER-46021 Improve Ninja generator escaping for origin processingAndrew Morrow2020-02-071-0/+5
* SERVER-40943 Fix typo in ninja rule mappingsMathew Robinson2020-02-051-2/+2
* SERVER-45824 Only allow one output for rspfile ninja rulesMathew Robinson2020-02-041-10/+10
* 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-042-239/+256
* Revert "SERVER-45824 Use Ninja's response files instead of hard coding them i...Mathew Robinson2020-01-312-191/+191
* Revert "SERVER-45302 Only write Ninja file if the contents have changed"Mathew Robinson2020-01-311-35/+15
* SERVER-45302 Only write Ninja file if the contents have changedMathew Robinson2020-01-311-15/+35
* SERVER-45824 Use Ninja's response files instead of hard coding them into the ...Mathew Robinson2020-01-312-191/+191
* SERVER-45479 Teach ninja how to build test listsMathew Robinson2020-01-301-0/+1
* SERVER-45727 Do not discard outputsMathew Robinson2020-01-251-1/+18
* 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