summaryrefslogtreecommitdiff
path: root/src/mongo/base/data_view.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37258 Fix UB in MurmurHash3Jason Carey2018-10-231-6/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+17
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-43/+37
* SERVER-17629 Implemented Bounded Data View/CursorJason Carey (hanumantmk)2015-04-141-35/+12
* SERVER-17863 Sort in config.h header when possibleAndrew Morrow2015-04-031-2/+1
* SERVER-9563 Add support for config.h headerJonathan Reams2015-03-261-2/+4
* SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow2015-02-131-4/+1
* SERVER-15331 don't let readNative be used on non-POD types eitherAdam Midvidy2014-09-241-0/+4
* SERVER-15331 don't let writeNative be used on non-POD typesAdam Midvidy2014-09-221-0/+8
* SERVER-15174 Provide some improved semantics for data_cursor and data_viewAndrew Morrow2014-09-081-8/+15
* SERVER-14852 AAE safe read/write primitivesJason Carey2014-08-121-0/+101