summaryrefslogtreecommitdiff
path: root/site_scons
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49493 Add use of depfile to ninja toolDaniel Moody2020-07-291-16/+62
* SERVER-49799 Switched libdeps environment vars to single location in an inter...Daniel Moody2020-07-281-36/+43
* SERVER-48041 Package santizer blacklist files in icecream environmentsRyan Egesdahl2020-07-241-9/+0
* SERVER-48638 Added LibdepsLinter to enforce LIBDEPS rulesDaniel Moody2020-07-231-37/+301
* SERVER-48443 Fix builds with Icecream 1.2+ and gcc 4.4+Ryan Egesdahl2020-07-172-9/+46
* Revert "SERVER-48443 Fix builds with Icecream 1.2+ and gcc 4.4+"Ryan Egesdahl2020-07-172-48/+42
* SERVER-48443 Fix builds with Icecream 1.2+ and gcc 4.4+Ryan Egesdahl2020-07-142-42/+48
* SERVER-49016 added check for icecream version and handle missing cpuinfoDaniel Moody2020-07-101-2/+33
* SERVER-48885 Environment variables values with spaces can cause build failuresRyan Egesdahl2020-07-091-1/+7
* SERVER-47277 Remove non-hygienic build supportAndrew Morrow2020-07-082-17/+0
* SERVER-49036 expand response files for generating the compdb from ninjaDaniel Moody2020-07-021-2/+26
* SERVER-49141 Ensure that LIBDEPS for libunwind do not accidentally become publicAndrew Morrow2020-06-294-5/+5
* SERVER-48966 Added sources to the ninja tool for reinvokation targets, skip P...Daniel Moody2020-06-251-7/+33
* SERVER-48289 Ignore unused compiler flagsRyan Egesdahl2020-05-291-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...Andrew Morrow2020-05-261-2/+11
* SERVER-47905 Handle all setup cases in icecream.py correctlyAndrew Morrow2020-05-041-73/+81
* SERVER-47904 Python jobs should flow through icerunAndrew Morrow2020-05-041-9/+18
* SERVER-47903 Disable ccache and icecc for conftest jobsAndrew Morrow2020-05-042-5/+34
* SERVER-47901 Require ccache when using icecream 1.1 and ninjaAndrew Morrow2020-05-041-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-47637 Relicense all SCons tools to either MIT or SSPLAndrew Morrow2020-04-2834-205/+636
* SERVER-45785 Simplify implementation of DESTDIRAndrew Morrow2020-04-272-55/+21
* SERVER-46519 Do not force a global rebuild on ninja regenerationAndrew Morrow2020-04-271-8/+8
* SERVER-47721 Make generated ninja file deterministicAndrew Morrow2020-04-271-8/+18
* SERVER-47110 Don't emit the PDB file twice when separate debug is enabledAndrew Morrow2020-04-271-0/+8
* SERVER-46611 Don't allow build.ninja to depend on conftestsAndrew Morrow2020-04-231-1/+2
* SERVER-47399 Use File Nodes to manage dSYM substructureAndrew Morrow2020-04-172-72/+107
* SERVER-46744 Install unit test debug info without increasing disk utilizationAndrew Morrow2020-04-172-1/+137
* 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