summaryrefslogtreecommitdiff
path: root/site_scons
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48289 Ignore unused compiler flagsRyan Egesdahl2020-06-011-0/+9
* SERVER-47776 Promote ninja_next.py to ninja.pyAndrew Morrow2020-05-281-147/+205
* SERVER-48454 Ignore [UN]CHANGED_[SOURCES|TARGETS] during ninja generationAndrew Morrow2020-05-281-0/+10
* SERVER-48348 Do not sort dwo files in ahead of object files during Ninja gene...r4.4.0-rc7Andrew Morrow2020-05-261-2/+11
* SERVER-47905 Handle all setup cases in icecream.py correctlyAndrew Morrow2020-05-051-73/+81
* SERVER-47904 Python jobs should flow through icerunAndrew Morrow2020-05-051-9/+18
* SERVER-47903 Disable ccache and icecc for conftest jobsAndrew Morrow2020-05-052-5/+34
* SERVER-47901 Require ccache when using icecream 1.1 and ninjaAndrew Morrow2020-05-051-0/+3
* SERVER-47865 Fix invalid subst where a variable was passed where a node is re...Andrew Morrow2020-05-011-2/+8
* SERVER-47818 Repair test execution aliases in hygienic modeAndrew Morrow2020-04-291-5/+4
* SERVER-45785 Simplify implementation of DESTDIRAndrew Morrow2020-04-292-55/+21
* SERVER-46519 Do not force a global rebuild on ninja regenerationAndrew Morrow2020-04-291-8/+8
* SERVER-47721 Make generated ninja file deterministicAndrew Morrow2020-04-291-8/+18
* SERVER-47110 Don't emit the PDB file twice when separate debug is enabledAndrew Morrow2020-04-291-0/+8
* SERVER-46611 Don't allow build.ninja to depend on conftestsAndrew Morrow2020-04-261-1/+2
* SERVER-46129 Fix various DAG inconsistenciesMathew Robinson2020-04-261-3/+14
* SERVER-47399 Use File Nodes to manage dSYM substructureAndrew Morrow2020-04-202-72/+107
* SERVER-46744 Install unit test debug info without increasing disk utilizationAndrew Morrow2020-04-202-1/+137
* SERVER-46763 structure the VersionInfoInterface tuplesBilly Donahue2020-03-261-9/+13
* 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