summaryrefslogtreecommitdiff
path: root/src/mongo/db/exec/document_value/SConscript
AgeCommit message (Collapse)Author
2024-09-06SERVER-94490 Upstream aggregated Bazel conversions (#26806)Daniel Moody
GitOrigin-RevId: bdf6e5b959d12f0885b08f26375d30ea3b3129e1
2024-09-06Revert "SERVER-94490 Upstream aggregated Bazel conversions (#26769)" (#26803)auto-revert-app[bot]
GitOrigin-RevId: 5cffae8b15b03304d87152a88b83b058c3f75c0e
2024-09-05SERVER-94490 Upstream aggregated Bazel conversions (#26769)Aaron Siddhartha Mondal
GitOrigin-RevId: d2539bb5f024c0d58ddb4f63ab37f20f80893b0b
2024-08-29Revert "SERVER-94157 Migrate ~50 targets to Bazel (#26587)" (#26631)Daniel Moody
GitOrigin-RevId: 43409eaf5402b8068258aff300439c5c148c3e50
2024-08-29SERVER-94157 Migrate ~50 targets to Bazel (#26587)Aaron Siddhartha Mondal
GitOrigin-RevId: c116a3ab0f49bdf87ca7752cc5434e4ea9a94691
2024-05-22SERVER-90615: Enable python formatting checks for src directory (#22299)Steve McClure
GitOrigin-RevId: af7d6593172a8a0ce01027a52d19de1d0215fb5b
2024-01-02SERVER-84407 Remove unused functionality from the sharding test fixturesKaloian Manassiev
GitOrigin-RevId: 8744c6a1fa9482d4e7a13110c4ed925c529c93a0
2023-05-09SERVER-39506 destroying delete for RCStringBilly Donahue
2023-01-04SERVER-71824 Add micro-benchmark for Document::toBson()Romans Kasperovics
2022-05-25SERVER-66490 Apply pylinters to build system codeTausif Rahman
2020-08-27SERVER-49703 Added libdep linter alphabetic rule and update all libdeps list ↵Daniel Moody
to be alphabetical
2019-10-01SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch
Document/Value is now used throughout the query execution engine, and therefore should move into the directory which holds query execution code.