summaryrefslogtreecommitdiff
path: root/src/mongo/idl/idl_parser.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-231-0/+64
* Revert "SERVER-43964 UUID etc need not befriend IDL types"Uladzimir Makouski2021-04-221-64/+0
* SERVER-43964 UUID etc need not befriend IDL typesBilly Donahue2021-04-221-0/+64
* SERVER-54925 Move away from using Bson_serialization_type “any”Mohammad Dashti2021-04-101-0/+16
* SERVER-51369 Generate C++ for IDL variantsA. Jesse Jiryu Davis2021-01-281-0/+40
* SERVER-51619 Convert find command input to IDLArun Banala2021-01-071-0/+8
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-2/+5
* SERVER-51653 Ban uses of unstable command parameters with apiStrict:trueArun Banala2020-12-021-1/+11
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+3
* SERVER-40356 Make ConstDataRange constructable from any byte-like typeJonathan Reams2019-04-061-11/+0
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-40109 Add method for specifying that a command takes a collection name...Mark Benvenuto2019-03-201-1/+6
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38327 IDL does not support optional types with validatorsMark Benvenuto2018-12-071-0/+34
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
* SERVER-32005 IDL augment code with compiler likely macroMark Benvenuto2017-11-201-2/+24
* SERVER-29779 Add OpMsgRequest parsing and serialization to IDLMark Benvenuto2017-06-301-0/+20
* SERVER-28852 IDL support for commandsMark Benvenuto2017-05-151-0/+6
* SERVER-29004 IDL support for enumsMark Benvenuto2017-05-121-6/+12
* SERVER-28827 BinData for IDLMark Benvenuto2017-05-021-0/+13
* SERVER-28514 Add Array support for IDLMark Benvenuto2017-04-191-2/+21
* SERVER-28306 IDL Code GeneratorMark Benvenuto2017-03-291-0/+127