summaryrefslogtreecommitdiff
path: root/site_scons
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-48291 Ensure runtime is dynamically linked in dynamic buildsRyan Egesdahl2020-12-091-6/+22
* SERVER-48291 Add global dependency pushdown to libdepsRyan Egesdahl2020-11-261-216/+323
* SERVER-52567 added basic functions for graph analyzer CLI tool and improved g...Daniel Moody2020-11-251-31/+79
* SERVER-52613 Support Enterprise module imports in IDLMark Benvenuto2020-11-201-1/+8
* SERVER-48691 added workaround for ninja response files line to longDaniel Moody2020-11-201-4/+15
* SERVER-52566 added generate-libdeps-graph target for building graph of librar...Daniel Moody2020-11-161-1/+112
* SERVER-25822 added callback to support preventing given components from linki...Daniel Moody2020-11-124-4/+4
* SERVER-51692 Add linting check for unittest namesRyan Egesdahl2020-11-121-0/+7
* SERVER-52585 added global keyword to correctly track idl dependenciesDaniel Moody2020-11-031-0/+1
* SERVER-51194 Added build-tools next evergreen tasksDaniel Moody2020-10-262-2/+11
* 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-211-1/+4
* SERVER-46871 Added configure check for lzma when libunwind is in useDaniel Moody2020-10-151-4/+5
* SERVER-49798 Added LIBDEPS_TYPEINFO for ubsan builds to add typeinfo dependen...Daniel Moody2020-10-092-8/+105
* SERVER-51318 Explicitly set pre/post libdeps flags to be set to nothing.Daniel Moody2020-10-061-0/+1
* SERVER-50363 Merge --build-tools=next into stableRyan Egesdahl2020-10-063-248/+641
* SERVER-50258 Added libdeps rule to enforce that DEPS_DEPENDENTS are actually ...Daniel Moody2020-09-251-0/+1033
* SERVER-50376 Ninja should rebuild on compiler and tool changesDaniel Moody2020-09-212-8/+51
* Revert "SERVER-50376 Ninja should rebuild on compiler and tool changes"Kaloian Manassiev2020-09-092-25/+9
* SERVER-50376 Ninja should rebuild on compiler and tool changesRyan Egesdahl2020-09-092-9/+25
* Revert "SERVER-50376 Ninja should rebuild on compiler and tool changes"Ryan Egesdahl2020-09-042-25/+9
* SERVER-50376 Ninja should rebuild on compiler and tool changesRyan Egesdahl2020-09-032-9/+25
* SERVER-50125 Add sanitizer blacklist files to CCACHE_EXTRAFILESRyan Egesdahl2020-09-031-0/+10
* SERVER-47943 Make bad icecream and ccache paths fail hardRyan Egesdahl2020-09-032-96/+264
* SERVER-50689 Support ABI driven linking on macOS with tapiAndrew Morrow2020-09-031-0/+108
* SERVER-27507 Add basic visibility support and a testAndrew Morrow2020-09-022-4/+12
* SERVER-50674 Don't strip local symbols on darwinAndrew Morrow2020-09-021-1/+1
* SERVER-49168 made SYSLIBDEPS_PRIVATE type and switched lzma to use itDaniel Moody2020-08-272-50/+61
* SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ...Daniel Moody2020-08-275-8/+45
* SERVER-49119 Added way for libdeps to generically handle prefix/postfix flags...Daniel Moody2020-08-271-33/+153
* SERVER-50010 Added mechanism for custom deps for REGENERATE ruleDaniel Moody2020-08-261-7/+25
* SERVER-49760 Added libdep lint rule to enforce no public libdeps.Daniel Moody2020-08-251-0/+24
* SERVER-49761 Added libdeps rule for leaf node no dependenciesDaniel Moody2020-08-211-3/+30
* 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 groupAndrew Morrow2020-08-171-0/+0
* SERVER-48638 added missing quote to error messageDaniel Moody2020-08-151-1/+1
* SERVER-49457 Ninja tool static links should delete existing archive before li...Daniel Moody2020-08-141-1/+9
* 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