summaryrefslogtreecommitdiff
path: root/site_scons
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-66373 Made listing aib targets cleanerAlexander Neben2022-05-241-9/+47
* SERVER-65273 parse denylist files to build icecream locally for some filesDaniel Moody2022-05-192-45/+63
* SERVER-65544 updated build to create a tmpdir for tests to run in.Daniel Moody2022-05-122-6/+8
* SERVER-57692 forceincludes.py: add better error handling for missing headerTausif Rahman2022-05-121-0/+9
* SERVER-54107 compile_commands.json should have an order-only dependency on ge...Tausif Rahman2022-05-111-0/+1
* Revert "SERVER-54107 compile_commands.json should have an order-only dependen...Tausif Rahman2022-05-101-1/+1
* Revert "SERVER-65347 Add testing to ensure that generated ninja files are det...Richard Samuels2022-05-102-45/+31
* SERVER-65339 add namespace to the filename testsRichard Samuels2022-05-041-6/+19
* SERVER-65347 Add testing to ensure that generated ninja files are deterministicRichard Samuels2022-05-022-31/+45
* SERVER-54107 compile_commands.json should have an order-only dependency on ge...Tausif Rahman2022-04-271-1/+1
* SERVER-65347 Fix scan_for_transitive_install scanned cache and flake8-bugbear...Richard Samuels2022-04-223-5/+12
* SERVER-64757 Improve error messages when scons fails to generate-ninja on Win...Richard Samuels2022-04-121-1/+4
* SERVER-64664 add alias tagging for ninja to determine generated sources.Daniel Moody2022-04-111-24/+51
* SERVER-62992 Remove need for resmoke.iniRichard Samuels2022-04-082-1/+9
* Revert "SERVER-62992 Remove need for resmoke.ini"Richard Samuels2022-03-302-9/+1
* SERVER-62992 Remove need for resmoke.iniRichard Samuels2022-03-302-1/+9
* SERVER-62313 Disable ccache cpp2 when sanitizer denylists are in playAndrew Morrow2022-03-281-4/+8
* SERVER-56003 use separate run icecc scripts for multiple ninja file builds.Daniel Moody2022-03-231-2/+2
* SERVER-61856 SERVER-42470 update libunwind to 1.6.2Daniel Moody2022-03-121-2/+4
* SERVER-63497 Fix icecream debuggingRyan Egesdahl2022-02-251-2/+2
* SERVER-62285 added processing of cache-dir push failures.Daniel Moody2022-01-241-23/+22
* SERVER-62680 write cache retrievals into a tmp location before final destinat...Daniel Moody2022-01-191-4/+9
* SERVER-62712 isolate cachedir error logging to the cache debug file.Daniel Moody2022-01-191-3/+4
* Revert "SERVER-62285 added processing of cache-dir push failures"Daniel Moody2022-01-181-27/+4
* SERVER-62285 added processing of cache-dir push failuresDaniel Moody2022-01-111-4/+27
* SERVER-61304 Handle virtual libdeps by excluding them on the link line rather...Andrew Morrow2021-11-111-12/+10
* SERVER-61358 fix cachedir handling of file being removed out from under the b...Daniel Moody2021-11-101-7/+5
* SERVER-61216 validate cachedir should honor --cache-disable flag.Daniel Moody2021-11-101-0/+8
* SERVER-61012 ninja template items should only use agreggate keysDaniel Moody2021-11-091-4/+1
* SERVER-60671 Remove the Dagger toolRyan Egesdahl2021-10-227-1858/+0
* SERVER-55259 Ensure build.ninja is always in a clean stateRyan Egesdahl2021-10-151-7/+29
* Revert "SERVER-55259 Ensure build.ninja is always in a clean state"Ryan Egesdahl2021-10-151-29/+7
* SERVER-55259 Ensure build.ninja is always in a clean stateRyan Egesdahl2021-10-131-7/+29
* Revert "SERVER-55259 Ensure build.ninja is always in a clean state"Ryan Egesdahl2021-10-121-28/+7
* SERVER-55259 Ensure build.ninja is always in a clean stateRyan Egesdahl2021-10-111-7/+28
* SERVER-59425 fix for_signature subst list for ninja generated command actions.Daniel Moody2021-08-231-1/+1
* SERVER-54487 Third-party shim libraries do not need to be linked to or installedAndrew Morrow2021-08-181-1/+7
* SERVER-56580 Promote build-tools=next to stableAndrew Morrow2021-08-059-4277/+841
* SERVER-58904 update ninja tool to support $ in scons command line args.Daniel Moody2021-08-041-6/+6
* SERVER-58948 add support for generated idl to ninjaDaniel Moody2021-08-022-2/+14
* SERVER-58948 update idl_tool to support generated idl filesDaniel Moody2021-07-291-5/+9
* SERVER-48291 Remove need for individual third_party shim source filesAndrew Morrow2021-07-271-3/+1
* SERVER-58020 add protection from same buildsig and different hash cache raceDaniel Moody2021-07-211-22/+29
* SERVER-56625 use lazy delete for bad cachefile race conditionDaniel Moody2021-07-211-25/+45
* SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer for...Andrew Morrow2021-07-091-96/+2
* SERVER-57576 add timestamp and stacktrace to cachedir logsDaniel Moody2021-07-061-5/+10
* SERVER-55964 Replace "blacklist" in all code and commentsShreyas Kalyan2021-05-144-10/+10
* SERVER-56897 fix regression causing scanner call chain to breakDaniel Moody2021-05-131-1/+1
* SERVER-56625 turning off validate cachedir invalid checksum clean upDaniel Moody2021-05-061-4/+6
* SERVER-55833 Add a tool to implement forced includesAndrew Morrow2021-05-051-0/+83