| Commit message (Expand) | Author | Age | Files | Lines |
* | SERVER-56580 Promote build-tools=next to stable | Andrew Morrow | 2021-08-05 | 1 | -19/+10 |
* | SERVER-58746 Set minimum OSX build requirement to 10.14 | Ryan Egesdahl | 2021-07-28 | 1 | -3/+3 |
* | SERVER-48291 Remove need for individual third_party shim source files | Andrew Morrow | 2021-07-28 | 1 | -18/+0 |
* | SERVER-48291 Remove support for shim_cxx and shim_crt libraries | Andrew Morrow | 2021-07-28 | 1 | -135/+6 |
* | SERVER-56568 Remove LIBDEPS_TYPEINFO in favor of disabling vptr sanitizer for... | Andrew Morrow | 2021-07-20 | 1 | -45/+18 |
* | SERVER-56728 Don't enable sandybridge optimizations for macOS | Andrew Morrow | 2021-05-09 | 1 | -1/+1 |
* | SERVER-55833 Add a tool to implement forced includes | Andrew Morrow | 2021-05-05 | 1 | -0/+2 |
* | SERVER-56141 added in degree one libdeps analyzer and removed existence of sh... | Daniel Moody | 2021-05-05 | 1 | -1/+0 |
* | SERVER-56623 make icecream guard from hanging system on large -j | Daniel Moody | 2021-05-04 | 1 | -1/+22 |
* | SERVER-56962 Use .denylist suffix for etc/ sanitizer filesbd1f707 | Sara Golemon | 2021-05-04 | 1 | -35/+35 |
* | SERVER-56614 fix ninja shell dressing for windows evergreen tasks | Daniel Moody | 2021-05-04 | 1 | -1/+4 |
* | SERVER-55829: Use 'illegal_cyclic_or_unresolved_dependences_allowlisted' in S... | Varun Ravichandran | 2021-04-30 | 1 | -4/+4 |
* | SERVER-54732 Added validate cachedir tool | Daniel Moody | 2021-04-09 | 1 | -0/+13 |
* | SERVER-55737 Add an experiment for not requiring -rdynamic | Andrew Morrow | 2021-04-09 | 1 | -9/+37 |
* | SERVER-55130 Add an experiment for building without frame pointers | Andrew Morrow | 2021-04-09 | 1 | -2/+19 |
* | SERVER-49322 Darwin doesn't need libunwind to use hidden visibility | Andrew Morrow | 2021-04-09 | 1 | -3/+11 |
* | SERVER-53952 fix issue when checking ninja flag for ninja DESTDIR | Daniel Moody | 2021-04-05 | 1 | -1/+1 |
* | SERVER-49322 Add an experiment for building with reduced symbol visibility | Andrew Morrow | 2021-04-04 | 1 | -9/+29 |
* | SERVER-53952 Moved ninja install dir into build variant due to ninja limitati... | Daniel Moody | 2021-04-02 | 1 | -1/+8 |
* | SERVER-54928 switch no-init-global flags to be stored on node instead of env. | Daniel Moody | 2021-03-29 | 1 | -22/+38 |
* | SERVER-50569 Target macOS 10.14 | Andrew Morrow | 2021-03-26 | 1 | -2/+2 |
* | SERVER-54695 Disabling warnings as errors should not apply to configure check... | Andrew Morrow | 2021-03-25 | 1 | -33/+74 |
* | Revert "SERVER-54695 Disabling warnings as errors should not apply to configu... | Andrew Morrow | 2021-03-25 | 1 | -74/+33 |
* | SERVER-54695 Disabling warnings as errors should not apply to configure check... | Andrew Morrow | 2021-03-24 | 1 | -33/+74 |
* | SERVER-55399 Fix so PCRE_STATIC is defined. This fixes linking on latest vers... | Henrik Edin | 2021-03-23 | 1 | -1/+1 |
* | SERVER-55137 Add add an experiment to enable control-flow protection | Andrew Morrow | 2021-03-23 | 1 | -0/+4 |
* | SERVER-36176 Add an experiment to enable support for -fstack-clash-protection | Andrew Morrow | 2021-03-23 | 1 | -0/+4 |
* | SERVER-55138 Add an experiment to apply -fexceptions for C code | Andrew Morrow | 2021-03-23 | 1 | -1/+8 |
* | SERVER-19338 Add an experiment for allowing type-based alias analysis | Andrew Morrow | 2021-03-23 | 1 | -1/+5 |
* | SERVER-55133 Add an experiment for building with -O3 | Andrew Morrow | 2021-03-23 | 1 | -1/+2 |
* | SERVER-55132 Add an experiment for allowing __builtin_memcmp | Andrew Morrow | 2021-03-23 | 1 | -1/+2 |
* | SERVER-49323 Add experimental support for -fno-semantic-interposition | Andrew Morrow | 2021-03-23 | 1 | -1/+8 |
* | SERVER-55131 Add an experiment for enabling -ftree-vectorize when optimizatio... | Andrew Morrow | 2021-03-23 | 1 | -0/+4 |
* | SERVER-54199 removed default -Wredundant-move flag. | Daniel Moody | 2021-03-22 | 1 | -4/+0 |
* | SERVER-55178 Bump the aarch64 minimum architecture to armv8.2-a | Andrew Morrow | 2021-03-16 | 1 | -5/+1 |
* | SERVER-54407 Default enable the sandybridge experiment | Andrew Morrow | 2021-03-11 | 1 | -3/+7 |
* | Revert "SERVER-48203 setup ninja install actions rule, make evergreen fail co... | Andrew Morrow | 2021-03-08 | 1 | -161/+107 |
* | SERVER-48203 setup ninja install actions rule, make evergreen fail correctly ... | Daniel Moody | 2021-03-05 | 1 | -107/+161 |
* | SERVER-54407 Add an experiment for sandybridge as x86_64 minimum microarchite... | Andrew Morrow | 2021-02-24 | 1 | -1/+9 |
* | SERVER-54682 Implement a command line framework for optimization and hardenin... | Andrew Morrow | 2021-02-24 | 1 | -0/+50 |
* | SERVER-54407 Set explicit default microarchitecture minima | Andrew Morrow | 2021-02-24 | 1 | -14/+32 |
* | SERVER-51722 Enable -moutline-atomics on aarch64 | Andrew Morrow | 2021-02-22 | 1 | -0/+3 |
* | SERVER-54282 Honor --disable-warnings-as-errors for unused results | Ryan Egesdahl | 2021-02-19 | 1 | -1/+1 |
* | Revert "SERVER-45236 Eliminate need to reiterate compile flags on the link line" | Andrew Morrow | 2021-02-17 | 1 | -40/+33 |
* | SERVER-45236 Eliminate need to reiterate compile flags on the link line | Andrew Morrow | 2021-02-16 | 1 | -33/+40 |
* | SERVER-35121 added verification of python requirements.txt. | Daniel Moody | 2021-02-05 | 1 | -0/+1 |
* | SERVER-39786 Set defaults for debug info compression | Andrew Morrow | 2021-01-28 | 1 | -0/+80 |
* | SERVER-43968 Remove conf check for thread_local due to obsolescence. | Daniel Moody | 2021-01-14 | 1 | -19/+0 |
* | SERVER-43967 remove C++14 references and enable_if configure check. | Daniel Moody | 2021-01-14 | 1 | -43/+3 |
* | SERVER-53054: fixed issue for WINLINK where inputs where not correctly given ... | Daniel Moody | 2021-01-08 | 1 | -4/+4 |