summaryrefslogtreecommitdiff
path: root/src/mongo/idl/idl_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-45/+50
* SERVER-30560 Support serialization to OpMsgRequest document sequencesMark Benvenuto2017-08-141-22/+77
* SERVER-29201 Implement SessionsCollectionStandalonesamantharitter2017-08-021-5/+4
* SERVER-30441 Correctly set the _hasField value when deserializing from OpMsgR...Kaloian Manassiev2017-08-011-0/+14
* SERVER-30193 Remove OP_MSG default for $dbMathias Stearn2017-07-261-13/+6
* SERVER-30038 rename $logicalTime to $clusterTimeMisha Tyulenev2017-07-111-2/+2
* SERVER-29984 Non-strict command parsers do not detect required fields are use...Mark Benvenuto2017-07-101-48/+71
* SERVER-29779 Add OpMsgRequest parsing and serialization to IDLMark Benvenuto2017-06-301-23/+516
* SERVER-29634 Support overriding the C++ name for chained structs/types in IDLMark Benvenuto2017-06-291-6/+6
* SERVER-29778 Add a string constant for the command name to generated classesMark Benvenuto2017-06-231-6/+5
* SERVER-29715 IDL generator for commands with required namespace should genera...Kaloian Manassiev2017-06-191-3/+3
* SERVER-29404 Return optional by const reference where possibleMark Benvenuto2017-06-141-11/+11
* SERVER-29046 IDL constants should use cpp_name instead of field nameGabriel Russell2017-05-171-4/+5
* SERVER-28852 IDL support for commandsMark Benvenuto2017-05-151-0/+158
* SERVER-29081 Add toBSON to IDL generated classesMark Benvenuto2017-05-121-0/+7
* SERVER-29089 Add UUID to IDL basic_types.idlMark Benvenuto2017-05-121-0/+36
* SERVER-29004 IDL support for enumsMark Benvenuto2017-05-121-0/+78
* SERVER-29039 Hard coded serializer method nameMark Benvenuto2017-05-031-3/+3
* SERVER-28828 Parser Chaining support for IDLMark Benvenuto2017-05-031-0/+227
* SERVER-28827 BinData for IDLMark Benvenuto2017-05-021-8/+262
* SERVER-28855 Generate string constants for field names in IDLMark Benvenuto2017-05-021-1/+1
* SERVER-28985 Change IDL serialization contract for objectsMark Benvenuto2017-05-011-3/+21
* SERVER-28827 Refactor IDL code generator type informationMark Benvenuto2017-04-261-11/+11
* SERVER-28899 IDL compiler requires objects to have serializersMark Benvenuto2017-04-261-0/+44
* SERVER-28936 Add support for alternate names for fields in generated code in IDLMark Benvenuto2017-04-251-12/+13
* SERVER-28935 Support customization of IDL parsers through derivationMark Benvenuto2017-04-251-0/+59
* SERVER-28900 IDL compiler does not support nested namespaces in generated codeMark Benvenuto2017-04-251-0/+2
* SERVER-28514 Add Array support for IDLMark Benvenuto2017-04-191-10/+290
* SERVER-28306 IDL Code GeneratorMark Benvenuto2017-03-291-0/+430