summaryrefslogtreecommitdiff
path: root/src/mongo/idl/unittest.idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-41024 safeInt64 IDL types are not safe for all numerical inputs, resul...Mark Benvenuto2019-06-031-6/+6
* SERVER-40426 Extend IDL Validators for more types and structsMark Benvenuto2019-04-181-0/+29
* SERVER-40109 Add method for specifying that a command takes a collection name...Mark Benvenuto2019-03-201-0/+7
* SERVER-38880 IDL relational comparison operators without std::tie()Mark Benvenuto2019-01-111-0/+13
* SERVER-38327 IDL does not support optional types with validatorsMark Benvenuto2018-12-071-1/+2
* SERVER-38327 IDL does not support optional types with validatorsMark Benvenuto2018-12-071-1/+5
* SERVER-37754 Remove duplicate copyright headersRamon Fernandez2018-10-251-30/+26
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-10/+27
* SERVER-37168 Add validators for IDL fieldsSara Golemon2018-10-051-1/+62
* SERVER-34882 Support creating instances with all required fields in IDLMark Benvenuto2018-09-141-1/+3
* SERVER-34228 Add default value support for fields of type enumMark Benvenuto2018-05-011-0/+3
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-17/+15
* SERVER-32386 IDL should allow custom types for command's first elementMark Benvenuto2017-12-291-0/+30
* SERVER-32263 IDL Chained Structs should be inlined by defaultMark Benvenuto2017-12-151-0/+1
* SERVER-31705 IDL Generate Equality and Less than comparison operatorsMark Benvenuto2017-12-121-0/+25
* SERVER-31278 IDL definition does not generate properly qualified namespace fo...Mark Benvenuto2017-12-081-8/+0
* SERVER-32005 IDL chained struct InlingMark Benvenuto2017-11-201-0/+15
* SERVER-30560 Support serialization to OpMsgRequest document sequencesMark Benvenuto2017-08-141-0/+8
* SERVER-29956 Chained structs inside a command produce non-compilable codeMark Benvenuto2017-07-051-0/+15
* SERVER-29779 Add OpMsgRequest parsing and serialization to IDLMark Benvenuto2017-06-301-0/+34
* SERVER-29634 Support overriding the C++ name for chained structs/types in IDLMark Benvenuto2017-06-291-7/+9
* SERVER-29046 IDL constants should use cpp_name instead of field nameGabriel Russell2017-05-171-3/+3
* SERVER-28852 IDL support for commandsMark Benvenuto2017-05-151-0/+21
* SERVER-29089 Add UUID to IDL basic_types.idlMark Benvenuto2017-05-121-13/+0
* SERVER-29004 IDL support for enumsMark Benvenuto2017-05-121-0/+45
* SERVER-29039 Hard coded serializer method nameMark Benvenuto2017-05-031-10/+10
* SERVER-28828 Parser Chaining support for IDLMark Benvenuto2017-05-031-1/+73
* SERVER-28827 BinData for IDLMark Benvenuto2017-05-021-0/+52
* SERVER-28899 IDL compiler requires objects to have serializersMark Benvenuto2017-04-261-0/+14
* SERVER-28936 Add support for alternate names for fields in generated code in IDLMark Benvenuto2017-04-251-3/+10
* SERVER-28935 Support customization of IDL parsers through derivationMark Benvenuto2017-04-251-0/+13
* SERVER-28900 IDL compiler does not support nested namespaces in generated codeMark Benvenuto2017-04-251-1/+2
* SERVER-28515 Add import support to IDLMark Benvenuto2017-04-201-110/+4
* SERVER-28514 Add Array support for IDLMark Benvenuto2017-04-191-0/+79
* SERVER-28306 IDL Code GeneratorMark Benvenuto2017-03-291-0/+311