summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-2404 emit warning on (typically inefficient) list<byte>Jens Geyer2014-03-173-0/+19
* THRIFT-2389: namespaces handled wrongly in acrionscript 3.0 implementationjfarrell2014-03-111-10/+33
* THRIFT-2375 Excessive <br>'s in generated HTMLJens Geyer2014-03-111-22/+146
* THRIFT-2355 Add SSL and Web Socket Support to Node and JavaScripthenrique2014-03-071-9/+6
* THRIFT-2387 nodejs: external imports should be centralized in index.jshenrique2014-03-061-7/+7
* THRIFT-2378 service method arguments of binary type lead to uncompileable Go ...Jens Geyer2014-02-281-4/+9
* THRIFT-2384 Binary map keys produce uncompilable code in goJens Geyer2014-02-281-1/+1
* THRIFT-2380 unreachable code (CID 1174546, CID 1174679)Jens Geyer2014-02-262-17/+0
* THRIFT-2376 nodejs: allow Promise style calls for client and serverhenrique2014-02-251-32/+95
* THRIFT-2370 Compiler SEGFAULTs generating HTML documentation for complex stru...Jens Geyer2014-02-231-47/+108
* THRIFT-2350 Add async calls to normal JavaScripthenrique2014-02-071-31/+57
* THRIFT-2348 PHP Generator: add array typehint to functionsRoger Meier2014-02-071-5/+12
* THRIFT-2343 Fix tutotial code and codegen for methods without exceptionsJens Geyer2014-02-041-12/+21
* THRIFT-2343 Golang - Return a single error for all exceptions instead of mult...Jens Geyer2014-02-041-38/+40
* THRIFT-2341 Enable generation of Delphi XMLDoc comments (a.k.a. "Help Insight")Jens Geyer2014-02-023-5/+139
* THRIFT-2340 Generated server implementation does not send response type EXCEP...Jens Geyer2014-02-011-1/+1
* THRIFT-2338 First doctext wrongly interpreted as program doctext in some casesJens Geyer2014-01-316-22/+58
* THRIFT-2320 Program level doctext does not get attached by parserJens Geyer2014-01-256-5/+85
* THRIFT-2330 Generate PHPDoc commentsRoger Meier2014-01-231-0/+160
* THRIFT-2323 Uncompileable Delphi code generated for typedef'd structsJens Geyer2014-01-231-1/+4
* THRIFT-2311 Go: invalid code generated when exception name is a go keywordJens Geyer2014-01-131-2/+5
* THRIFT-1964 'Isset' causes problems with C#/.NET serializersJens Geyer2014-01-111-4/+46
* THRIFT-2211:Exception constructor does not contain namespace prefixJake Farrell2014-01-071-2/+2
* THRIFT-2304 cpp:Move client assignments from construtor in methodRoger Meier2014-01-051-3/+3
* THRIFT-2304 cpp:Move client assignments from construtor in methodRoger Meier2014-01-041-12/+34
* THRIFT-2290 anyfile.go:10: imported and not used: "math"Jens Geyer2013-12-241-0/+1
* THRIFT-2322: wrong Go code generated for assignment of an optional setJens Geyer2013-12-211-1/+1
* THRIFT-2232 IsSet* broken in GoJens Geyer2013-12-171-150/+169
* THRIFT-2263 java: Always generate good hashCode for JavaRoger Meier2013-12-081-56/+37
* THRIFT-2282 Incorect code generated for some typedefsJens Geyer2013-12-071-3/+2
* THRIFT-2281 Generated send/recv code ignores errors returned by the underlyin...Jens Geyer2013-12-071-6/+27
* THRIFT-2229 thrift failed to build on OSX 10.9 GMRoger Meier2013-11-161-2/+2
* THRIFT-2260 java: Thrift imposes unneeded dependency on commons-lang3Roger Meier2013-11-161-14/+11
* THRIFT-2172 Java compiler allocates optionals array for every struct with an ...Roger Meier2013-11-131-1/+1
* THRIFT-2193 Java code generator emits spurious semicolon when deep copying bi...Jens Geyer2013-11-111-1/+1
* THRIFT-2227 Thrift compiler generates spurious warnings with XlintJens Geyer2013-11-111-4/+13
* THRIFT-2254 Exceptions generated by Go compiler should implement error interfaceJens Geyer2013-11-111-0/+6
* THRIFT-1813 java: Add @Generated annotation to generated classesRoger Meier2013-11-092-1/+23
* THRIFT-2247 Go generator doesn't deal well with map keys of type binaryJens Geyer2013-11-051-11/+21
* THRIFT-2246 Unset enum value is printed by ToString() - fix for some edge casesJens Geyer2013-11-052-15/+36
* THRIFT-2246 Unset enum value is printed by ToString()Jens Geyer2013-11-042-118/+183
* THRIFT-1815 Code generators line buffer output - Go compilerJens Geyer2013-11-031-1/+6
* THRIFT-1815 Code generators line buffer output - Go compilerJens Geyer2013-11-021-0/+2
* Related to THRIFT-2045: Somehow missed "go" MINGW issue that Jens found.Ben Craig2013-10-111-1/+1
* THRIFT-2045: C++ compiler warning and build cleanup (again)Ben Craig2013-10-119-31/+61
* Revert "THRIFT-2045: C++ compiler warning and build cleanup"Ben Craig2013-10-0910-62/+32
* THRIFT-2045: C++ compiler warning and build cleanupBen Craig2013-10-0810-32/+62
* THRIFT-2215 Generated HTML/Graphviz lists referenced enum identifiers as UNKN...Jens Geyer2013-10-042-15/+29
* THRIFT-2195 Delphi: Add event handlers for server and processing eventsJens Geyer2013-09-251-69/+129
* THRIFT-2200: nested structs cause generate_fingerprint() to slow down at exce...Jens Geyer2013-09-235-10/+28