summaryrefslogtreecommitdiff
path: root/site_scons
Commit message (Expand)AuthorAgeFilesLines
* SERVER-51194 Added build-tools next evergreen tasksDaniel Moody2020-10-261-1/+10
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-1/+1
* SERVER-34484 added out of tree support for idl generation.Daniel Moody2020-10-221-1/+4
* SERVER-50363 Merge --build-tools=next into stableRyan Egesdahl2020-10-133-248/+641
* Revert "SERVER-50363 Merge --build-tools=next into stable"Ryan Egesdahl2020-10-133-641/+248
* SERVER-50376 Ninja should rebuild on compiler and tool changesDaniel Moody2020-10-091-1/+13
* SERVER-50363 Merge --build-tools=next into stableRyan Egesdahl2020-10-073-248/+641
* SERVER-50125 Add sanitizer blacklist files to CCACHE_EXTRAFILESRyan Egesdahl2020-10-071-0/+10
* SERVER-50376 Ninja should rebuild on compiler and tool changesDaniel Moody2020-09-212-8/+39
* SERVER-47943 Make bad icecream and ccache paths fail hardRyan Egesdahl2020-09-092-96/+264
* SERVER-50674 Don't strip local symbols on darwinAndrew Morrow2020-09-091-1/+1
* SERVER-50010 Added mechanism for custom deps for REGENERATE ruleDaniel Moody2020-09-091-7/+25
* SERVER-47598 Refactor ICECC_VERSION handlingAndrew Morrow2020-08-182-3/+568
* SERVER-49466 Introduce a flag to opt in to newer mongodb SCons tools as a groupr4.4.1-rc0Andrew Morrow2020-08-181-0/+0
* SERVER-49457 Ninja tool static links should delete existing archive before li...Daniel Moody2020-08-151-1/+9
* SERVER-49493 Add use of depfile to ninja toolDaniel Moody2020-08-061-16/+62
* SERVER-48041 Package santizer blacklist files in icecream environmentsRyan Egesdahl2020-08-061-9/+0
* SERVER-48443 Fix builds with Icecream 1.2+ and gcc 4.4+Ryan Egesdahl2020-08-062-9/+46
* SERVER-49016 added check for icecream version and handle missing cpuinfoDaniel Moody2020-08-061-2/+33
* SERVER-48885 Environment variables values with spaces can cause build failuresRyan Egesdahl2020-08-061-1/+7
* SERVER-49036 expand response files for generating the compdb from ninjaDaniel Moody2020-08-061-2/+26
* SERVER-48966 Added sources to the ninja tool for reinvokation targets, skip P...Daniel Moody2020-08-061-7/+33
* 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