summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-4920: Fix generation of binary string constantsElvis Pranskevichus2019-10-081-0/+3
* Merge pull request #1870 from dbcfd/thrift-4953Allen George2019-09-231-6/+21
|\
| * THRIFT-4953: Missing Field IdentifiersDanny Browning2019-09-061-6/+21
| * Bare Trait WarningsDanny Browning2019-09-061-13/+13
* | THRIFT-4932: Using a default string on a binary field results in invalid Java...Ewan Higgs2019-09-201-1/+5
* | THRIFT-4960 bare trait (dyn) warningsDanny Browning2019-09-111-13/+13
|/
* Initialisation of immutable data in static constructors has beenLaeeth Isharc2019-08-111-1/+1
* THRIFT-4918: Avoid dlang name conflictsRobert Schadek2019-08-071-22/+54
* THRIFT-4830: Add to_string helper function for cpp generator (#1765)soroshsabz2019-07-011-0/+44
* Fix typescript generation for multi include casesPhil Price2019-07-011-2/+22
* THRIFT-4896 - prevent cpp and c_glib include directories from leaking into ot...Kevin Wojniak2019-07-013-3/+3
* THRIFT-4797: Fix import collisions in Go John Boiles2019-06-291-82/+102
* Implement episodic compilation for js code generationMustafa Senol Cosar2019-06-214-29/+173
* THRIFT-4868: Fix Go compilation for optional sets with default values (#1802)John Boiles2019-06-131-2/+6
* THRIFT-4879 general performance improvements for netstd libraryJens Geyer2019-06-041-12/+14
* Add missing autogenerated comment to header filesSergey Elin2019-05-121-1/+2
* THRIFT-4862 better ToString() support for enums and container typesJens Geyer2019-05-101-1/+1
* THRIFT-4862 better ToString() support for enums and container typesJens Geyer2019-05-101-3/+5
* TryFrom stableDanny Browning2019-03-221-7/+4
* THRIFT-4832 superfluous backing field causes CS0169 "field never used"Jens Geyer2019-03-211-1/+5
* THRIFT-4768 Remove "nullable" option from the code base (netstd ONLY)Jens Geyer2019-02-152-158/+60
* THRIFT-3877: fix py/py3 server, java client with http transportJames E. King III2019-02-111-0/+11
* THRIFT-4776:Modernize c++11 code by clang-tidy (#1732)cyy2019-02-0834-504/+463
* THRIFT-4384: fix concurrent sync in cpp async client codeJames E. King III2019-02-021-13/+35
* THRIFT-4745: fixes compiler warningsJames E. King III2019-02-011-2/+2
* THRIFT-4763: HTML compiler produces invalid HTML document (#1720)Sebastian Zenker2019-01-301-20/+19
* THRIFT-4762: Applied some C++11 refactorings to the runtime library and compi...Sebastian Zenker2019-01-2922-111/+149
* THRIFT-4723 Consolidate C#/netcore into new netstd language targetJens Geyer2019-01-287-0/+3314
* THRIFT-4743: remove cpp compiler plugin support to simplify the projectJames E. King III2019-01-2623-2416/+29
* THRIFT-4675: Fix int64 constants generation for map keysMustafa Senol Cosar2019-01-251-2/+6
* THRIFT-4722 Netcore union "data" should be strongly-typedJens Geyer2019-01-241-4/+18
* THRIFT-4715 C# union "data" should be strongly-typedJens Geyer2019-01-241-4/+18
* THRIFT-4750: as3 changes to build and publish to maven centralJames E. King III2019-01-241-2/+2
* THRIFT-4738: Fix typescript declaration generationMustafa Senol Cosar2019-01-221-20/+42
* Merge pull request #1690 from cyyever/const_membersJames E. King III2019-01-221-2/+0
|\
| * fix static analyzer waringscyy2019-01-221-2/+0
* | THRIFT-4747: The 'omitempty' tag should not be appended to optional fields th...Renan Cakirerk2019-01-211-1/+7
* | THRIFT-4654 Minor fixes for dart 1 & 2 compatibility (backwards compatible) (...Rob Becker2019-01-211-1/+1
|/
* THRIFT-4744 Erlang help intendation not alignedJens Geyer2019-01-201-3/+3
* THRIFT-4675: Generate Int64 constants for jsMustafa Senol Cosar2019-01-151-11/+58
* THRIFT-4719: remove cocoaJames E. King III2019-01-146-3361/+49
* THRIFT-4735: Remove Qt4 build supportJames E. King III2019-01-131-1/+1
* THRIFT-4732: windows cmake refinements and add windows docker build supportJames E. King III2019-01-112-48/+34
* THRIFT-4720: documenting breaking changes, minor cleanupJames E. King III2019-01-094-27/+9
* remove unused variablescyy2019-01-074-11/+0
* remove stdcxx namespace and use std directlycyy2019-01-073-72/+76
* use noexcept instead of throw() in compiler generated codecyy2019-01-071-3/+3
* THRIFT-4684: Fix WCF related C# code generationShaoyu Zhang2018-12-251-9/+12
* THRIFT-4680: fix up std::min, std::max, and numeric limits min/max on Windows...James E. King III2018-12-181-1/+1
* Fix build compiler with cmakelouyl2018-12-101-1/+1