summaryrefslogtreecommitdiff
path: root/site_scons
Commit message (Expand)AuthorAgeFilesLines
* SERVER-46763 structure the VersionInfoInterface tuplesBilly Donahue2020-03-101-9/+13
* SERVER-46129 Fix various DAG inconsistenciesMathew Robinson2020-03-061-3/+14
* Revert "SERVER-45785 Make PREFIX, PREFIX_*DIR, and DESTDIR work more like reg...Mathew Robinson2020-03-052-9/+48
* SERVER-45785 Make PREFIX, PREFIX_*DIR, and DESTDIR work more like regular SCo...Mathew Robinson2020-03-052-48/+9
* SERVER-46129 Correct function variable namingMathew Robinson2020-02-281-1/+1
* SERVER-46129 Ignore things that aren't builders when hooking into emitters fo...Mathew Robinson2020-02-271-8/+34
* Revert "SERVER-45785 Make PREFIX, PREFIX_*DIR, and DESTDIR work more like reg...Ben Caimano2020-02-241-8/+39
* SERVER-46210 Ensure archives of dynamic builds include all required dependenciesAndrew Morrow2020-02-242-16/+24
* SERVER-40943 Define a variables file to build with brew llvm and the remote v...Mathew Robinson2020-02-241-7/+4
* SERVER-45785 Make PREFIX, PREFIX_*DIR, and DESTDIR work more like regular SCo...Mathew Robinson2020-02-241-39/+8
* SERVER-46129 Make ninja faster and contain all targets all the timeMathew Robinson2020-02-224-167/+157
* SERVER-40943 Support fetching icecream toolchain tarballs from URLs in SConsMathew Robinson2020-02-212-125/+146
* SERVER-46096 Add NINJA_PREFIXMathew Robinson2020-02-211-5/+1
* 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