summaryrefslogtreecommitdiff
path: root/src/mongo/embedded/stitch_support/SConscript
AgeCommit message (Collapse)Author
2024-09-12SERVER-92879: Move db/ops directory to db/query/write_ops (#26965)William L Qian
GitOrigin-RevId: 8e03e78b0ec8c79462339d4f9402bde486ff4d58
2024-05-22SERVER-90615: Enable python formatting checks for src directory (#22299)Steve McClure
GitOrigin-RevId: af7d6593172a8a0ce01027a52d19de1d0215fb5b
2023-07-06SERVER-26879 Get rid of LockerNoopKaloian Manassiev
2023-01-19SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer
2022-08-18SERVER-63845 Separate variable reference tracking from pipeline field ↵Nicholas Zolnierz
dependency analysis
2022-08-09SERVER-67058 Create libdeps metricsDaniel Moody
2022-05-25SERVER-66490 Apply pylinters to build system codeTausif Rahman
2021-08-05SERVER-56580 Promote build-tools=next to stableAndrew Morrow
2020-11-26SERVER-48291 Add global dependency pushdown to libdepsRyan 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-08SERVER-47277 Remove non-hygienic build supportAndrew Morrow
2020-05-12SERVER-46200 implement basic VectorClock serviceKevin Pulo
2020-02-13SERVER-45301 Not all expected aliases are present in the ninja generator outputMathew Robinson
2019-08-12SERVER-41663 Make hygienic variable names match autoconfMathew Robinson
2019-07-08SERVER-42108 Incorrect AIB_COMPONENT for stitch-support testMathew Robinson
2019-07-02SERVER-9668 Use SCons install target tags to identify mapping of targets to ↵Mathew Robinson
install packages.
2019-01-09SERVER-37829 Add Stitch library update functionsNick Zolnierz
2019-01-07Revert "SERVER-37829 Add Stitch library update functions"Nick Zolnierz
This reverts commit b83813667df5d783e7f34bea069d8d586946e563.
2019-01-04SERVER-37829 Add Stitch library update functionsNick Zolnierz
2018-12-27SERVER-38150 Evergreen target for Stitch Support LibraryJustin Seyster
2018-12-17SERVER-37827 Add Stitch library matcher functionsJacob Evans
2018-12-03SERVER-37826 Add build target for stitch_support lib and test binaryJustin Seyster