summaryrefslogtreecommitdiff
path: root/site_scons
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68586 Use opt setting from Build ProfilesTausif Rahman2022-08-242-1/+2
| | | | (cherry picked from commit cfbd8f84498a748e81a904b44f5c16328b957e0c)
* SERVER-67683 Change some of the modes in fast and opt buildsTausif Rahman2022-07-271-2/+2
| | | | (cherry picked from commit ceb4b3dcc19452c7534e8d711e1121ea3254dbdd)
* SERVER-66938 Drastically simplify command to generate ninja filesTausif Rahman2022-07-272-1/+98
| | | | (cherry picked from commit 0dd56eb0358262ee0af4d2b172ec53c62ebb0233)
* SERVER-61856 SERVER-42470 update libunwind to 1.6.2Daniel Moody2022-05-181-2/+4
| | | | (cherry picked from commit 6dd404e028547a29c21b047c2d91ed90ebb1edfb)
* SERVER-64664 add alias tagging for ninja to determine generated sources.Daniel Moody2022-04-251-24/+51
| | | | (cherry picked from commit 2fef432fa6e7cf3fd4f22ba3b193222c2887f14f)
* SERVER-62992 Remove need for resmoke.ini (v5.0)Richard Samuels2022-04-212-1/+9
|
* SERVER-56003 use separate run icecc scripts for multiple ninja file builds.Daniel Moody2022-04-131-2/+2
| | | | (cherry picked from commit fc2b624564c1ec4f7d27c98e5a0074920e7ee5a1)
* SERVER-64757 Improve error messages when scons fails to generate-ninja on ↵Richard Samuels2022-04-131-1/+4
| | | | | | Windows (cherry picked from commit 4db485642f9d1d3675308e8415da27c4ef212b79)
* SERVER-63497 Fix icecream debuggingRyan Egesdahl2022-03-071-2/+2
| | | | (cherry picked from commit 1c31d7055ebb875775cd987c14cc82fb40a19b2e)
* SERVER-62285 added processing of cache-dir push failures.Daniel Moody2022-02-011-23/+22
| | | | (cherry picked from commit 021c3209622eb7e273e31424bdca2f70b964e1dc)
* SERVER-62712 isolate cachedir error logging to the cache debug file.Daniel Moody2022-02-011-3/+4
| | | | (cherry picked from commit 791e18906f2fe4af53beb193529d04755214df07)
* SERVER-62680 write cache retrievals into a tmp location before final ↵Daniel Moody2022-02-011-4/+9
| | | | | | destination. (cherry picked from commit d20d317c08fd48b71f790c1bb013aa61c6f0f4b7)
* SERVER-61358 fix cachedir handling of file being removed out from under the ↵Daniel Moody2021-11-291-7/+5
| | | | | | build. (cherry picked from commit 524581bfe2291d929ded715c3f33188f8a0dd36d)
* SERVER-61216 validate cachedir should honor --cache-disable flag.Daniel Moody2021-11-291-0/+8
| | | | (cherry picked from commit ec5eb42401c0c3141997ba6b7f3dceffcef8e7e8)
* SERVER-61012 ninja template items should only use agreggate keysDaniel Moody2021-11-291-4/+1
| | | | (cherry picked from commit 8c0afec60c1dc85eed55494a886d59652c98c869)
* SERVER-60671 Remove the Dagger toolRyan Egesdahl2021-11-097-1858/+0
| | | | | (cherry picked from commit 6efcb2e9e9e392a3e2aa4985669f02fdf00e8117) (cherry picked from commit 0741c9162d273a53b637469fcb111c3c25d6b60b)
* SERVER-59425 fix for_signature subst list for ninja generated command actions.Daniel Moody2021-09-281-1/+1
| | | | (cherry picked from commit 0f3cd5391f1b67f0f2ed23c77a8bd217b407d8a2)
* SERVER-56580 Promote build-tools=next to stableAndrew Morrow2021-08-059-4277/+841
| | | | (cherry picked from commit 9843f3225d95fb9171b3cb27e23fcc4fa49d2043)
* SERVER-58904 update ninja tool to support $ in scons command line args.Daniel Moody2021-08-041-6/+6
| | | | (cherry picked from commit dee0f733cdb3cab7714326574efc8a1ae4ec750f)
* SERVER-58948 add support for generated idl to ninjaDaniel Moody2021-08-042-2/+14
| | | | (cherry picked from commit 07147779c17af8b5c83c128101730c3d8a1d22f6)
* SERVER-58948 update idl_tool to support generated idl filesDaniel Moody2021-08-041-5/+9
| | | | (cherry picked from commit 2393de29ec6b3afbc4086b73bc567ac7a0b525da)
* SERVER-48291 Remove need for individual third_party shim source filesAndrew Morrow2021-07-281-3/+1
| | | | (cherry picked from commit 0c1e060e7e87a32673e9a6b0311663aa4875544b)
* SERVER-58020 add protection from same buildsig and different hash cache raceDaniel Moody2021-07-211-22/+29
| | | | (cherry picked from commit fd823ca653b1652249d1f6ce870179cdd3f95c78)
* SERVER-56625 use lazy delete for bad cachefile race conditionDaniel Moody2021-07-211-25/+45
| | | | (cherry picked from commit 958e563b46e31ee0316be0a5f4b0cb8e0f878a9c)
* SERVER-57576 add timestamp and stacktrace to cachedir logsDaniel Moody2021-07-211-5/+10
| | | | (cherry picked from commit ae3d4c49b858e37ddf7f9e4f95da17e59a977291)
* SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer ↵Andrew Morrow2021-07-201-96/+2
| | | | | | | | | for dyanmic builds This reverts the changes made for SERVER-49798 in favor of disabling the vptr sanitizer when using ubsan for --link-model=dynamic builds. (cherry picked from commit 4122e4b7ddc05b49b35aab04ba0d4a70d73f7adf)
* 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
|
* SERVER-56141 added in degree one libdeps analyzer and removed existence of ↵Daniel Moody2021-05-051-2/+1
| | | | shims from analyzer.
* SERVER-56624 added json cachedir logs for splunkDaniel Moody2021-05-041-11/+56
|
* SERVER-56623 make icecream guard from hanging system on large -jDaniel Moody2021-05-041-4/+6
|
* SERVER-54732 fixed validate cachedir debug type issue and turn on globally.Daniel Moody2021-04-221-1/+8
|
* SERVER-54732 Improve cachedir debug logs for validation cachedir tool.Daniel Moody2021-04-201-0/+3
|
* SERVER-52568 Added GraphPaths, CriticalEdges, and PublicWieghts quieries to ↵Daniel Moody2021-04-151-41/+48
| | | | libdeps graph analyzer.
* SERVER-54732 Added validate cachedir toolDaniel Moody2021-04-091-0/+171
|
* SERVER-55808 added more conftest checking to icecream and ninja tools.Daniel Moody2021-04-092-2/+15
|
* SERVER-54928 switch no-init-global flags to be stored on node instead of env.Daniel Moody2021-03-292-7/+6
|
* Revert "SERVER-48203 setup ninja install actions rule, make evergreen fail ↵Andrew Morrow2021-03-081-103/+51
| | | | | | correctly on ninja, add precious handling" This reverts commit 7739da6997795c20924580087a0e09db0a8cf929.
* SERVER-54285 Ensure cycle detection traverses private edgesAndrew Morrow2021-03-051-21/+86
|
* SERVER-48203 setup ninja install actions rule, make evergreen fail correctly ↵Daniel Moody2021-03-051-51/+103
| | | | on ninja, add precious handling
* SERVER-52576 Added libdeps graph visualizer web service with basic features.Daniel Moody2021-02-261-3/+3
|
* SERVER-53530 added mac support for libdeps graph generationDaniel Moody2021-02-241-11/+22
|
* Revert "SERVER-45236 Eliminate need to reiterate compile flags on the link line"Andrew Morrow2021-02-172-49/+2
| | | | This reverts commit 6674514dfcc5b3ec4e80c2b727c8d7f9f6f6e86f.
* SERVER-45236 Eliminate need to reiterate compile flags on the link lineAndrew Morrow2021-02-162-2/+49
|
* SERVER-50268 cleaned up LIBDEP_DEPENDENTS and wiredtiger dependencies.Daniel Moody2021-02-061-1/+1
|
* SERVER-35121 added verification of python requirements.txt.Daniel Moody2021-02-051-0/+73
|
* SERVER-49298 Add proof targets for out of date test executionAndrew Morrow2021-01-154-3/+184
|
* SERVER-30815 Added linter to check for unnecessary PUBLIC libdeps, and added ↵Daniel Moody2020-12-161-22/+62
| | | | schema versioning.