| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-12 | SERVER-92879: Move db/ops directory to db/query/write_ops (#26965) | William L Qian | |
| GitOrigin-RevId: 8e03e78b0ec8c79462339d4f9402bde486ff4d58 | |||
| 2024-05-22 | SERVER-90615: Enable python formatting checks for src directory (#22299) | Steve McClure | |
| GitOrigin-RevId: af7d6593172a8a0ce01027a52d19de1d0215fb5b | |||
| 2023-07-06 | SERVER-26879 Get rid of LockerNoop | Kaloian Manassiev | |
| 2023-01-19 | SERVER-67446 Ensure consistent wildcardProjection specs in catalog | Kevin Cherkauer | |
| 2022-08-18 | SERVER-63845 Separate variable reference tracking from pipeline field ↵ | Nicholas Zolnierz | |
| dependency analysis | |||
| 2022-08-09 | SERVER-67058 Create libdeps metrics | Daniel Moody | |
| 2022-05-25 | SERVER-66490 Apply pylinters to build system code | Tausif Rahman | |
| 2021-08-05 | SERVER-56580 Promote build-tools=next to stable | Andrew Morrow | |
| 2020-11-26 | SERVER-48291 Add global dependency pushdown to libdeps | Ryan Egesdahl | |
| We sometimes have situations where a dependency applies at a large scope, such as in the case of tcmalloc, which can apply everywhere. What we have done previously is to hack these dependencies into the LIBDEPS environment variable by adding a builder to all nodes that can produce a compiler result. This is, as stated previously, hackish and hard to control, and it results in adding a Public dependency to all those nodes. What we now do instead is to define LIBDEPS_GLOBAL on the *build environment* (not the Builder node) listing the targets we would like to push down to all other nodes below that point. This has the effect of adding those targets as Private dependencies on all Builder nodes from that point downward, which means some common Public dependencies can be converted to a Private dependency that is stated only once. | |||
| 2020-07-08 | SERVER-47277 Remove non-hygienic build support | Andrew Morrow | |
| 2020-05-12 | SERVER-46200 implement basic VectorClock service | Kevin Pulo | |
| 2020-02-13 | SERVER-45301 Not all expected aliases are present in the ninja generator output | Mathew Robinson | |
| 2019-08-12 | SERVER-41663 Make hygienic variable names match autoconf | Mathew Robinson | |
| 2019-07-08 | SERVER-42108 Incorrect AIB_COMPONENT for stitch-support test | Mathew Robinson | |
| 2019-07-02 | SERVER-9668 Use SCons install target tags to identify mapping of targets to ↵ | Mathew Robinson | |
| install packages. | |||
| 2019-01-09 | SERVER-37829 Add Stitch library update functions | Nick Zolnierz | |
| 2019-01-07 | Revert "SERVER-37829 Add Stitch library update functions" | Nick Zolnierz | |
| This reverts commit b83813667df5d783e7f34bea069d8d586946e563. | |||
| 2019-01-04 | SERVER-37829 Add Stitch library update functions | Nick Zolnierz | |
| 2018-12-27 | SERVER-38150 Evergreen target for Stitch Support Library | Justin Seyster | |
| 2018-12-17 | SERVER-37827 Add Stitch library matcher functions | Jacob Evans | |
| 2018-12-03 | SERVER-37826 Add build target for stitch_support lib and test binary | Justin Seyster | |
