summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-4356: fix segment fault for thrift_protocolRobert Lu2017-10-251-10/+37
* THRIFT-4305 Doc comments in dlang outputdhasenan2017-10-231-7/+21
* THRIFT-4365: Replaced indirect object syntax in perl compilerJames E. King, III2017-10-201-2/+2
* THRIFT-4306 Thrift imports not replicated to D service outputJens Geyer2017-10-191-1/+1
* THRIFT-4351: use travis build stages to optimize build,James E. King, III2017-10-196-10/+13
* THRIFT-4355 Fix javascript indentation of default valuesBrian Forbis2017-10-101-6/+5
* THRIFT-4131: js / WebSocket / fix handling oneway methodsJames E. King, III2017-09-241-10/+14
* THRIFT-4334: Fix perl indentation for default attribute values ofBrian Forbis2017-09-241-8/+13
* THRIFT-3357: Generate EnumSet/EnumMap where elements/keys are enumsDeniss Afonin2017-09-211-16/+115
* THRIFT-4287: Add c++ compiler no_skeleton flag optionoryahud2017-09-211-3/+20
* THRIFT-4330: Allow unused crates in Rust filesIvan Sadikov2017-09-191-0/+2
* THRIFT-4324 field names can conflict with local vars in generated codeJens Geyer2017-09-081-21/+21
* THRIFT-4318 Delphi performance improvementsJens Geyer2017-09-071-27/+27
* THRIFT-4290: Fixed csharp:nullable code generation for non-required enum fiel...Dirk Sandbrink2017-09-071-0/+2
* THRIFT-4275: add support for zope.interface exclusively when generating code ...Charlie Zhang2017-09-061-13/+25
* fix flex syntax in compiler readmeJames E. King, III2017-09-041-1/+1
* THRIFT-4295: rework the docker build images, updating them and tuning the tra...James E. King, III2017-09-041-0/+1
* change js generator for simple using in object paramsjiangq2017-08-121-5/+14
* THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_...James E. King, III2017-08-103-79/+77
* THRIFT-4279 Wrong path in include directive in generated Thrift sourcesDavid Hull2017-08-091-4/+4
* THRIFT-4270 Generate Erlang mapping functions for const maps and listsDavid Hull2017-08-021-45/+122
* THRIFT-4269 Don't append '.' to Erlang namespace if it ends in '_'.David Hull2017-08-011-9/+4
* THRIFT-4257 Typescript async callbacks do not provide the correct typesMike Morton2017-07-301-2/+2
* THRIFT-4260 Go context generation issue. Context is parameter in Interface no...taozle2017-07-251-9/+13
* THRIFT-4236 Support context in go generated codetaozle2017-07-221-48/+23
* THRIFT-2642 Recursive structs don't work in pythonEric Conner2017-07-061-37/+85
* THRIFT-4236: Add context support for go server.taozle2017-07-011-15/+63
* THRIFT-4238 JSON generator: make annotation-awareStig Bakken2017-07-011-0/+62
* THRIFT-4231 TJSONProtocol throws unexpected non-Thrift-exception on null stringsJens Geyer2017-06-171-11/+30
* THRIFT-3703 Unions Field Count Does Not Consider Map/Set/List FieldsD. Can Celasun2017-05-311-1/+3
* THRIFT-4196 Support recursive types in RustAllen George2017-05-131-5/+35
* THRIFT-4186 Add travis build for RustAllen George2017-05-111-2/+6
* THRIFT-4176: Implement threaded server for RustAllen George2017-04-271-27/+71
* THRIFT-4177 fix java deep copyDeniss Afonin2017-04-191-0/+1
* THRIFT-4099: Derive Hash trait for Rust structsAllen George2017-04-071-11/+47
* THRIFT-4152: Make a patch to fix #4152 at least for structsGonzalo Aguilar Delgado2017-04-011-1/+1
* THRIFT-3823: Use 'pre' HTML tag when generating non escaped documentationJames E. King, III2017-04-011-1/+1
* THRIFT-4069: perl library cleanup - namespaces, versioning, exception fixesJames E. King, III2017-03-301-25/+27
* THRIFT-4126: implement required fields validation in php extension when valid...kufd2017-03-301-10/+6
* THRIFT-4137 Fix remaining undefined behavior invalid vptr casts in Thrift Com...Jens Geyer2017-03-275-6/+22
* THRIFT-4114: Space after '///' in doc commentsChao Sun2017-03-271-1/+1
* THRIFT-4136 Align is_binary() method with is_string() to simplify those checksJens Geyer2017-03-2619-83/+79
* THRIFT-2026: Eliminate some undefined behavior in C/C++Jim Apple2017-03-253-6/+6
* THRIFT-4079: emit use clauses in Types.pm generated files as well (fix reopen...James E. King, III2017-03-221-14/+34
* THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the ...James E. King, III2017-03-101-2/+2
* THRIFT-4031: Fix invalid code generation for list of typedef'ed built-in typesD. Can Celasun2017-03-041-11/+7
* THRIFT-3921: fix ostream definitions so they are not inline because it confus...James E. King, III2017-02-281-37/+53
* THRIFT-1805 Provide option for handling RTEsChristopher Tubbs2017-02-271-0/+12
* THRIFT-4011 Sets of Thrift structs generate Go code that can't be serialized ...D. Can Celasun2017-02-211-10/+17
* THRIFT-4084: Add a SSL/TLS negotiation check to crossfeature to verify SSLv3 ...James E. King, III2017-02-201-1/+1