summaryrefslogtreecommitdiff
path: root/SConstruct
Commit message (Expand)AuthorAgeFilesLines
* SERVER-38289 Teach objects builders how to build idl files.Daniel Moody2020-10-221-0/+4
* SERVER-50363 Merge --build-tools=next into stableRyan Egesdahl2020-10-131-74/+48
* SERVER-49857 Explicit llvm-symbolizer path handling with {A,T,UB}SANRyan Egesdahl2020-10-131-20/+55
* Revert "SERVER-50363 Merge --build-tools=next into stable"Ryan Egesdahl2020-10-131-103/+94
* SERVER-50363 Merge --build-tools=next into stableRyan Egesdahl2020-10-071-94/+103
* SERVER-50125 Add sanitizer blacklist files to CCACHE_EXTRAFILESRyan Egesdahl2020-10-071-11/+35
* SERVER-50376 Ninja should rebuild on compiler and tool changesDaniel Moody2020-09-211-2/+8
* SERVER-47943 Make bad icecream and ccache paths fail hardRyan Egesdahl2020-09-091-12/+38
* SERVER-50010 Added mechanism for custom deps for REGENERATE ruleDaniel Moody2020-09-091-0/+18
* SERVER-50016 Fail on missing variables filesAndrew Morrow2020-09-091-8/+7
* SERVER-47598 Refactor ICECC_VERSION handlingAndrew Morrow2020-08-181-2/+5
* SERVER-49466 Introduce a flag to opt in to newer mongodb SCons tools as a groupr4.4.1-rc0Andrew Morrow2020-08-181-6/+18
* SERVER-49493 Add use of depfile to ninja toolDaniel Moody2020-08-061-0/+1
* SERVER-48041 Package santizer blacklist files in icecream environmentsRyan Egesdahl2020-08-061-1/+9
* SERVER-49395 more portable way for ninja to build unittests.txtDaniel Moody2020-08-061-7/+9
* SERVER-48443 Fix builds with Icecream 1.2+ and gcc 4.4+Ryan Egesdahl2020-08-061-2/+4
* SERVER-49036 expand response files for generating the compdb from ninjaDaniel Moody2020-08-061-0/+7
* SERVER-41674 Make hygienic builds the defaultAndrew Morrow2020-06-041-2/+2
* SERVER-47776 Promote ninja_next.py to ninja.pyAndrew Morrow2020-05-281-34/+0
* SERVER-48139 Dagger should depend on install-all-meta in hygienic modeAndrew Morrow2020-05-151-4/+3
* SERVER-47902 Ensure ninja generators local_pool has real concurrencyAndrew Morrow2020-05-131-24/+46
* SERVER-47796: Ensure linters run against enterprise modulesDavid Bradford2020-05-061-2/+2
* SERVER-47901 Require ccache when using icecream 1.1 and ninjaAndrew Morrow2020-05-051-0/+7
* SERVER-47906 Default target should always be install-default in hygienic modeAndrew Morrow2020-05-051-1/+1
* SERVER-47865 Fix invalid subst where a variable was passed where a node is re...Andrew Morrow2020-05-011-2/+1
* SERVER-45785 Simplify implementation of DESTDIRAndrew Morrow2020-04-291-2/+7
* SERVER-47721 Make generated ninja file deterministicAndrew Morrow2020-04-291-1/+1
* SERVER-47110 Don't emit the PDB file twice when separate debug is enabledAndrew Morrow2020-04-291-0/+7
* SERVER-46129 Fix various DAG inconsistenciesMathew Robinson2020-04-261-7/+7
* SERVER-46458 build/unittests.txt does not expand newlines with ninjaMathew Robinson2020-04-261-2/+3
* SERVER-44067 Increase macosx target to 10.13Andrew Morrow2020-04-201-4/+2
* SERVER-47399 Use File Nodes to manage dSYM substructureAndrew Morrow2020-04-201-1/+12
* SERVER-46744 Install unit test debug info without increasing disk utilizationAndrew Morrow2020-04-201-6/+30
* SERVER-46364 Move errorcodes check to lint phase.Henrik Edin2020-03-261-10/+8
* SERVER-46008 Remove thread specific attributes feature from boost::logHenrik Edin2020-03-261-0/+1
* SERVER-47004: Properly run eslint on modulesDavid Bradford2020-03-201-1/+9
* Revert "SERVER-46786 fix dagger"Robert Guo2020-03-121-1/+1
* SERVER-46643: Only lint changed files on enterprise-only changesDavid Bradford2020-03-111-1/+1
* SERVER-46786 fix daggerRobert Guo2020-03-111-1/+1
* SERVER-46129 Ignore things that aren't builders when hooking into emitters fo...Mathew Robinson2020-02-271-1/+0
* SERVER-46129 Escape scons variable correctly in subst stringMathew Robinson2020-02-271-2/+2
* SERVER-46129 Fix broken NINJA_*IX vars for ninja stableMathew Robinson2020-02-271-2/+5
* Revert "SERVER-45785 Make PREFIX, PREFIX_*DIR, and DESTDIR work more like reg...Ben Caimano2020-02-241-1/+1
* SERVER-45785 Make PREFIX, PREFIX_*DIR, and DESTDIR work more like regular SCo...Mathew Robinson2020-02-241-1/+1
* SERVER-46197 Make build flag to disable diagnostic latchesBen Caimano2020-02-241-0/+10
* SERVER-46129 Make ninja faster and contain all targets all the timeMathew Robinson2020-02-221-39/+37
* SERVER-40943 Support fetching icecream toolchain tarballs from URLs in SConsMathew Robinson2020-02-211-2/+7
* SERVER-46096 Add NINJA_PREFIXMathew Robinson2020-02-211-2/+25
* SERVER-46282 Do A/B releases of NinjaMathew Robinson2020-02-211-12/+15
* SERVER-27675 Make all targets depend on the allocator shim to topsort it lastAndrew Morrow2020-02-211-9/+0