summaryrefslogtreecommitdiff
path: root/src/mongo/base/data_builder_test.cpp
AgeCommit message (Collapse)Author
2023-06-22SERVER-77044 IWYU Automated changes for up to end ratio 0.4Daniel Moody
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2020-08-01SERVER-49800 fix use-after-move violations in testsBenety Goh
2019-10-23SERVER-44132 DataBuilder move assignment computes size incorrectlyMark Benvenuto
2019-04-06SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
2018-11-20SERVER-38178 - Fix bug with data_type_terminated that caused seg-faults on ↵Tyler Kaye
data_builder resizing
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2015-09-04SERVER-20293 adding DataBuilderJason Carey
Acts like a DataRangeCursor, but on top of an owned reallocing buffer.