summaryrefslogtreecommitdiff
path: root/src/mongo/idl
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29635 Add a safeBool type to IDLKaloian Manassiev2017-06-151-0/+12
* 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-172-7/+8
* SERVER-28852 IDL support for commandsMark Benvenuto2017-05-154-1/+200
* SERVER-29106 use IDL in shardCollection (in prep for moving shardCollection t...Esha Maharishi2017-05-121-0/+10
* SERVER-29081 Add toBSON to IDL generated classesMark Benvenuto2017-05-121-0/+7
* SERVER-29089 Add UUID to IDL basic_types.idlMark Benvenuto2017-05-125-16/+63
* SERVER-29004 IDL support for enumsMark Benvenuto2017-05-124-6/+151
* SERVER-29039 Hard coded serializer method nameMark Benvenuto2017-05-033-24/+24
* SERVER-28828 Parser Chaining support for IDLMark Benvenuto2017-05-033-1/+350
* SERVER-28827 BinData for IDLMark Benvenuto2017-05-027-13/+430
* 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-012-8/+50
* SERVER-28827 Refactor IDL code generator type informationMark Benvenuto2017-04-261-11/+11
* SERVER-28899 IDL compiler requires objects to have serializersMark Benvenuto2017-04-263-0/+63
* SERVER-28936 Add support for alternate names for fields in generated code in IDLMark Benvenuto2017-04-252-15/+23
* SERVER-28935 Support customization of IDL parsers through derivationMark Benvenuto2017-04-252-0/+72
* SERVER-28900 IDL compiler does not support nested namespaces in generated codeMark Benvenuto2017-04-252-1/+4
* SERVER-28515 Add import support to IDLMark Benvenuto2017-04-204-111/+159
* SERVER-28514 Add Array support for IDLMark Benvenuto2017-04-194-12/+424
* SERVER-28306 IDL Code GeneratorMark Benvenuto2017-03-296-0/+1143