- e89b3e1 THRIFT-5353: Fix import dedup without explicit go namespace by Yuxuan 'fishy' Wang · 3 years, 11 months ago
- abb8fa8 THRIFT-4914: Fix name redeclaration bug in compiled go code by Yuxuan 'fishy' Wang · 3 years, 11 months ago
- 2c0f932 THRIFT-5347 Deprecate Haskell bindings Client: hs Patch: Jens Geyer by Jens Geyer · 4 years ago
- 011eb22 THRIFT-5350 char is unsigned on non-x86 arches, use signed char to avoid compiler warning about always true comparisons by Orion Poplawski · 3 years, 11 months ago
- 8411e18 Version 0.14.0 by Jens Geyer · 4 years ago v0.14.0
- 4aaef75 THRIFT-5337 Go set fields write improvement by wangtieju · 4 years ago
- bee96a1 netstd fix IDE warning by Jens Geyer · 4 years ago
- c2ddaf0 THRIFT-4914: Make TClient.Call to return the response meta by Yuxuan 'fishy' Wang · 4 years ago
- d831230 THRIFT-5326: Expand TException interface in go library by Yuxuan 'fishy' Wang · 4 years, 1 month ago
- 494a845 THRIFT-5198 Fix certain Visual Studio hints in generated netstd code by Jens Geyer · 4 years, 1 month ago
- 12f6c31 THRIFT-5320: Usage of "Task" as IDL identifier generates uncompileable code by Jens Geyer · 4 years, 1 month ago
- c981cf8 THRIFT-5317 netstd compiler does not escape keywords by Jens Geyer · 4 years, 1 month ago
- 71e972c FIX: Log errors in processor via standard logger -> errors to write into Console.Error as before by Jens Geyer · 4 years, 2 months ago
- 1506661 Log errors in processor via standard logger #2284 by Konstantin Pozdniakov · 4 years, 2 months ago
- 6cd5366 Merge pull request #2273 from allengeorge/allen/clippy_clean by Allen George · 4 years, 2 months ago
- 7ddbcc0 THRIFT-5306: Rust code and generated code no longer has clippy warnings (Rust 1.40) by Allen George · 4 years, 2 months ago
- 196254b THRIFT-5302 Add recursive function name uniqueness check by wangliming07 · 4 years, 2 months ago
- dca58db THRIFT-5290 Adjusting cpp *.cproj options according to LEGAL-538 by Jens Geyer · 4 years, 2 months ago
- 6d57026 THRIFT-5290 Adjusting cpp *.cproj options according to LEGAL-538 by Jens Geyer · 4 years, 3 months ago
- 330482b markdown compiler added Client: md Patch: Kashirin Alex by Kashirin Alex · 4 years, 4 months ago
- 1d68bfe Rust compiler generates invalid code when using typedef with union by guanjialin · 4 years, 4 months ago
- b1a5cd6 Fix typo by Tom Wieczorek · 4 years, 3 months ago
- 6fd830d THRIFT-4942 Set PHP struct generated field values as private with getters and setters by Dedipyaman Das · 4 years, 4 months ago
- c553155 THRIFT-4942 Set PHP struct generated field values as private with getters and setters by Dedipyaman Das · 4 years, 4 months ago
- 1190308 Merge pull request #2191 from zeshuai007/Implements_TConfig by Zezeng Wang · 4 years, 4 months ago
- c77941c THRIFT-5134: Fix memory leak when the handler method return FALSE by wangyunjian · 4 years, 10 months ago
- 63213c1 Implements TConfiguration for java by zeshuai007 · 4 years, 4 months ago
- 304f50b Fixed double newline at end of generated python service files (#2236) by Jonathan Mackenzie · 4 years, 4 months ago
- 0371589 THRIFT-5260 Fix the thrift compiler generate problematic lua code for the oneway method by longzhiri · 4 years, 5 months ago
- b0d1413 THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support 2018 edition by Allen George · 4 years, 10 months ago
- 68c1506 THRIFT-5261 Support for deprecated methods (via annotation) by Jens Geyer · 4 years, 5 months ago
- 23c8e52 THRIFT-5254 Member name cannot be Isset (unless it is an "required" member) by Jens Geyer · 4 years, 6 months ago
- 363ee00 THRIFT-5253 using Result in result name generates wrong IAsync interface by Jens Geyer · 4 years, 6 months ago
- 761a869 THRIFT-5118: Fix memory leak when the handler method return a exception by wangyunjian · 4 years, 11 months ago
- 4db7a0a THRIFT-5240: Do connectivity check in Go server by Yuxuan 'fishy' Wang · 4 years, 7 months ago
- 86cc6f0 THRIFT-5144: Fix memory leak when generate deserialize list element by wangyunjian · 4 years, 10 months ago
- 6e16c2b THRIFT-5238 GetHashCode can throw NullReferenceException by Jens Geyer · 4 years, 7 months ago
- 2834101 THRIFT-2087 Python compiler replace non utf-8 char with default by Emmanuel Brard · 4 years, 7 months ago
- bcae3bb THRIFT-5233: Handle I/O timeouts in go library (#2181) by Duru Can Celasun · 4 years, 7 months ago
- 1bed620 THRIFT-5235 Add property setter for isset flags Client: delphi Patch: Jens Geyer by Jens Geyer · 4 years, 7 months ago
- 7db2d0f THRIFT-5234 Fix a number of js/ts generation issues by Phil Price · 5 years ago
- 210202e THRIFT-5229 Deprecate as3 support Client: as3 Patch: Jens Geyer by Jens Geyer · 4 years, 7 months ago
- e79f764 THRIFT-5233: Handle I/O timeouts in go library by Yuxuan 'fishy' Wang · 4 years, 7 months ago
- 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 4 years, 7 months ago
- 3f78c70 THRIFT-5082 Add a Class reference for PHP enum $_TSPEC by Stanislav Markevic · 5 years ago
- 0acf23b THRIFT-5200 Thrift compiler will generate incorrect code when add 'cob_style' option by zeshuai007 · 4 years, 8 months ago
- b559359 THRIFT-5220 DeepCopy() extension methods not generated when the IDL contains no service by Jens Geyer · 4 years, 8 months ago
- affea7b THRIFT-5216 generate DeepCopy methods Client: netstd Patch: Jens Geyer by Jens Geyer · 4 years, 8 months ago
- 4fd001c THRIFT-5138 Swift keywords may be used as identifiers if escaped by Jano Svitok · 4 years, 10 months ago
- a082592 THRIFT-5128 Swift TFramedTransport does not work using present code by Jano Svitok · 4 years, 10 months ago
- 5323965 THRIFT-3622 Fix deprecated uses of std::auto_ptr by zeshuai007 · 4 years, 8 months ago
- abc2ec6 THRIFT-5198 Fix certain Visual Studio hints in generated netstd code by Jens Geyer · 4 years, 8 months ago
- 371d92f THRIFT-5179: Fix generated code for struct's named "a" or "b" by Zezeng Wang · 4 years, 9 months ago
- 52655ce THRIFT-5159: Fix runtime ReferenceError in generated code by penenin · 4 years, 9 months ago
- 5ef8e3e Remove boost from compiler test, delete unused bincat.sh by Mario Emmenlauer · 4 years, 9 months ago
- b4711a6 Swift 5.1 support by Alexander Edge · 4 years, 9 months ago
- 93171d2 THRIFT-5109 Misc Cmake build improvements Patch: Mario Emmenlauer by Mario Emmenlauer · 5 years ago
- 57c2507 THRIFT-5168 Useless generated code when .thrift file only has service type by zeshuai007 · 4 years, 9 months ago
- f44b6ee Modify autogenerated message for Go to standard to match the expectations of some tools by gzuykov · 4 years, 9 months ago
- 7e90252 THRIFT-4764: Use new syntax for clippy skipping Client: rs by Mikail Bagishov · 6 years ago
- 11fc716 THRIFT-5154 Generate interface IDs (IID) for Windows platforms by Jens Geyer · 4 years, 10 months ago
- 24ab31f THRIFT-5067 Invalid generated Cpp code from valid Thrift IDL with dots in file names for nested namespaces by zeshuai007 · 4 years, 10 months ago
- 1b7b00c CI broken, reverting following PRs by Jens Geyer · 4 years, 11 months ago
- 56700e4 THRIFT-4982 Remove deprecated C# bindings from the code base by Jens Geyer · 4 years, 11 months ago
- 61d5020 THRIFT-5109 Misc Cmake build improvements Patch: Mario Emmenlauer by Mario Emmenlauer · 5 years ago
- 7b712f4 THRIFT-5106: Fix various Lua library and compiler issues by Jeffrey Han · 4 years, 11 months ago
- 222362c THRIFT-5095 ToString() should print entire structure, not just the top-level data by Jens Geyer · 5 years ago
- bb5f7ec THRIFT-5091 Netstd generator produces uncompileable code for struct names ending with "_result" or "_args" by Jens Geyer · 5 years ago
- ded3261 THRIFT-5072 Fix data type generation. by Homarechan · 5 years ago
- 7d30e2c (no ticket) catch exception by ref Patch: Gaurav Singh by Gaurav Singh · 5 years ago
- e8f82da THRIFT-5016 Do Not Check 'other' For Null in Equals by David Mollitor · 5 years ago
- 44d8cc6 THRIFT-5014: Do Direct Comparison on Raw Values Instead of Objects by belugabehr · 5 years ago
- b374ce3 THRIFT-5046: Better struct tag overrides by Duru Can Celasun · 5 years ago
- 418d88b THRIFT-5013: Replace NullPointerException with RequireNonNull by belugabehr · 5 years ago
- 9c43962 Revert "Revert "THRIFT-4002: Make generated exception classes immutable by default"" by Elvis Pranskevichus · 5 years ago
- 1234ddf Revert "THRIFT-4002: Make generated exception classes immutable by default" by D. Can Celasun · 5 years ago
- b40f5c2 THRIFT-4002: Make generated exception classes immutable by default by Elvis Pranskevichus · 6 years ago
- e780855 THRIFT-5044 Improve serialization support for TApplicationExceptions and custom exceptions by Jens Geyer · 5 years ago
- 1e04910 Generate comments for the output cpp file by kahotv · 5 years ago
- 4266fae THRIFT-5032 netstd: Use PascalCase for Properties. by Paulo Neves · 5 years ago
- f4475ff THRIFT-5019: Duplicate imports from multiple includes from a namespace by Duru Can Celasun · 5 years ago
- 59694a7 THRIFT-5002: Fix argument containers for inherited functions by John Boiles · 5 years ago
- b1d4b3a THRIFT-4989: Fix run time exception when using Swift TCompactProtocol by David Furey · 5 years ago
- 3f3567a THRIFT-4981 Remove deprecated netcore bindings from the code base by Jens Geyer · 5 years ago
- 7199741 THRIFT-4938 Issues with version.h treatment Client: Compiler Patch: Jens Geyer by Jens Geyer · 5 years ago
- 6701dbb THRIFT-4976: Delay 1 second before recompiling Patch: Qinghui Xu by Qinghui Xu · 5 years ago
- a899fe8 THRIFT-4973 Add deprecation messages for csharp and netcore by Jens Geyer · 5 years ago
- ec8c7c4 THRIFT-4920: Fix generation of binary string constants by Elvis Pranskevichus · 5 years ago
- 786c019 Merge pull request #1870 from dbcfd/thrift-4953 by Allen George · 5 years ago
- b3745ee THRIFT-4932: Using a default string on a binary field results in invalid Java code. by Ewan Higgs · 5 years ago
- 77d96c1 THRIFT-4960 bare trait (dyn) warnings Client: Rust Patch: Danny Browning by Danny Browning · 5 years ago
- 236032a THRIFT-4953: Missing Field Identifiers by Danny Browning · 5 years ago
- 942bd84 Bare Trait Warnings by Danny Browning · 5 years ago
- 74d6d9d Initialisation of immutable data in static constructors has been by Laeeth Isharc · 5 years ago
- 3e95c53 THRIFT-4918: Avoid dlang name conflicts by Robert Schadek · 5 years ago
- 6a61dfa THRIFT-4830: Add to_string helper function for cpp generator (#1765) by soroshsabz · 6 years ago
- 35cda2f Fix typescript generation for multi include cases by Phil Price · 6 years ago
- a392566 THRIFT-4896 - prevent cpp and c_glib include directories from leaking into other targets (#1821) by Kevin Wojniak · 6 years ago
- d9019fc THRIFT-4797: Fix import collisions in Go by John Boiles · 6 years ago
- 3f0d444 Implement episodic compilation for js code generation by Mustafa Senol Cosar · 6 years ago