1. 4ea44ac THRIFT-5797 HashSet() CTOR takes no argument for net < 5 by Jens Geyer · 6 months ago
  2. 5b9ae5e THRIFT-5795 namespace not properly escaped Client: netstd Patch: Jens Geyer by Jens Geyer · 6 months ago
  3. 259107e Remove trailing space from compiler generated go code by Yuxuan 'fishy' Wang · 6 months ago
  4. 4b90909 THRIFT-5773 Strong UUID wrapper for C++ by CJCombrink · 9 months ago
  5. b709b0b go: Fix indentation in compiler by Yuxuan 'fishy' Wang · 7 months ago
  6. 9673a68 THRIFT-5786: Full deprecation support in go by Yuxuan 'fishy' Wang · 8 months ago
  7. 4930cac go: Proper indent in compiler by Yuxuan 'fishy' Wang · 8 months ago
  8. c53a1b7 THRIFT-5781 implement full deprecation support -> fix uncompileable issue at deprecated enums by Jens Geyer · 8 months ago
  9. 42dbefb THRIFT-5782 implement full deprecation support Client: Delphi Patch: Jens Geyer by Jens Geyer · 8 months ago
  10. c3d8a4e THRIFT-5782 implement full deprecation support Client: Delphi Patch: Jens Geyer by Jens Geyer · 9 months ago
  11. 4f18395 THRIFT-5781 implement full deprecation support Client: netstd Patch: Jens Geyer by Jens Geyer · 9 months ago
  12. 3dfe0af THRIFT-5780 Prevent certain warnings related to net8 by Jens Geyer · 9 months ago
  13. 4a280d5 THRIFT-5766 Replace std::endl with "\n" Patch: Carel Combrink by CJCombrink · 10 months ago
  14. 1d886ca THRIFT-5772: UUID support for c++ #2952 Client: cpp Patch: CJCombrink by CJCombrink · 10 months ago
  15. 63f0458 Manually remove $(BUILT_SOURCES) since no-dist-built-sources doesnt work by Thomas · 10 months ago
  16. 2adfd14 THRIFT-5750 Remove "ansistr_binary_" option Client: delphi Patch: Jens Geyer by Jens Geyer · 9 months ago
  17. 2826098 THRIFT-5762 Fix spotless errors by Thomas · 10 months ago
  18. 9bd8f1e Fix ODR violations in cases where templates are involved by Lukas Barth · 1 year, 9 months ago
  19. 4f56007 Always generate an initializer list by Lukas Barth · 1 year, 10 months ago
  20. 16105fa Move generate_default_constructor call into generate_struct_definition by Lukas Barth · 1 year, 11 months ago
  21. cedcd0e Factor out duplicated code into helper function by Lukas Barth · 1 year, 11 months ago
  22. f02ac2f Move default constructor and operator== implementation to CPP file by Lukas Barth · 1 year, 11 months ago
  23. b6cf049 THRIFT-5762 Expose service result objects in Java by Thomas · 11 months ago
  24. 51e541e THRIFT-5745: Implement slog.LogValuer on go TStructs by Yuxuan 'fishy' Wang · 1 year, 2 months ago
  25. 75cf93e bump version number by Jens Geyer · 11 months ago
  26. 9d96f20 Fix ambigous typescript definitions by adrianhelvikspond · 12 months ago
  27. 7d4c7fa THRIFT-5750 deprecate "ansistr_binary_" option Client: delphi Patch: Jens Geyer by Jens Geyer · 12 months ago
  28. 7507fa0 THRIFT-5753 PHP 8.1 deprecated warning about return type in jsonSerialize functions by Pavel Kvach · 12 months ago
  29. 5cf71b2 THRIFT-5749 Option to enable RTTI info (2nd attempt) by Jens Geyer · 1 year, 1 month ago
  30. 93222f6 THRIFT-5749 Option to enable RTTI info Client: Delphi Patch: Jens Geyer by Jens Geyer · 1 year, 1 month ago
  31. 4115e95 THRIFT-5746 Upgrade to net8 Client: netstd Patch: Jens Geyer by Jens Geyer · 1 year, 2 months ago
  32. b6b6dc7 rust to add uuid support by Jiayu Liu · 2 years, 3 months ago
  33. 7b8c042 Fix building with gcc 13 by Biswapriyo Nath · 1 year, 3 months ago
  34. bc9c04d THRIFT-5738: Remove unused variable by Jeff Alder · 1 year, 4 months ago
  35. 50787cc THRIFT-5734 generated code may lack required capitalization at class names by Jens Geyer · 1 year, 4 months ago
  36. 346aa81 THRIFT-5733 Building code with circular includes crashes Thrift compiler by Jens Geyer · 1 year, 4 months ago
  37. 0e872c8 THRIFT-5731: Handle ErrAbandonRequest automatically by Yuxuan 'fishy' Wang · 1 year, 5 months ago
  38. 0d5b4f9 created reöease branch 0.19.0 by Jens Geyer · 1 year, 6 months ago
  39. ff9850e THRIFT-5715 Python Exceptions mutable with slots by Katie Atkinson · 1 year, 7 months ago
  40. 284e6b3 Use Enum not Enum.name in Struct serialization/deserialization by Roshan Rajan · 1 year, 7 months ago
  41. b2c5805 Fix typename for value in map for python gen code by Roshan Rajan · 1 year, 7 months ago
  42. d1d8ae2 THRIFT-5717 uuid sets and map keys may throw on some Haxe targets by Jens Geyer · 1 year, 7 months ago
  43. 285e39c THRIFT-5700: Migrate to JakartaEE and Apache HttpComponents 5 (#2746) by nicolasb29 · 1 year, 8 months ago
  44. cfede86 Cleanup extend client logic for sync and async clients (#2808) by Bogdan Drutu · 1 year, 8 months ago
  45. 5a19e43 THRIFT-5711: Fix FutureClient implementation when service extends another service (#2810) by Bogdan Drutu · 1 year, 8 months ago
  46. 017ba92 Remove unnecessary empty spaces form t_java_generator.cc (#2809) by Bogdan Drutu · 1 year, 8 months ago
  47. 4f63573 THRIFT-4086: Use true type when generating field meta data (#2765) by Klemen Košir · 1 year, 9 months ago
  48. 6945c4e THRIFT-5703 Haxe 4.30 emits "Local variable retval used without being initialized" on generated code by Jens Geyer · 1 year, 9 months ago
  49. 2891e4a THRIFT-5704 Superfluous block scope in generated write() code by Jens Geyer · 1 year, 9 months ago
  50. 66aac44 THRIFT-5692 Support for deprecated methods (via annotation) by Jens Geyer · 1 year, 10 months ago
  51. c3d66d2 THRIFT-5674: Catch and handle server implementation exceptions Client: js:es6 by Chandler May · 2 years, 1 month ago
  52. dca42ab THRIFT-5685: Revert "THRIFT-5601: Fix forward typedef in go compiler" by Yuxuan 'fishy' Wang · 1 year, 11 months ago
  53. 51fc54f THRIFT-5684 upgrade to net7.0: Client: netstd Patch: Jens Geyer by Jens Geyer · 1 year, 11 months ago
  54. c6fd86d bump version number by Jens Geyer · 1 year, 11 months ago
  55. f223bd3 Improve enum support for json generator by Christian Westberg · 2 years, 1 month ago
  56. b39370e THRIFT-5601: Fix forward typedef in go compiler by Yuxuan 'fishy' Wang · 2 years ago
  57. 27ff942 THRIFT-5669 "required" keyword is illegal in a "throws" clause by Jens Geyer · 2 years, 2 months ago
  58. 8cf48c9 switched delphi keyword tables from map to set and array init by Jens Geyer · 2 years, 2 months ago
  59. 318fb9c switched netstd keywords from map to set and array init by Jens Geyer · 2 years, 2 months ago
  60. 75e445a THRIFT-3956 Java keywords that are legal in IDL can lead to generated code that will not compile by Jens Geyer · 2 years, 2 months ago
  61. 2acfe0f THRIFT-5650: Implement UUID in Go compiler by Yuxuan 'fishy' Wang · 2 years, 3 months ago
  62. 5ef174b Implement Validate message reply seq ids by zeshuai007 · 4 years, 2 months ago
  63. cd7a2aa THRIFT-5656 Escape Delphi keywords with '&' prefix instead of '_' suffix by Jens Geyer · 2 years, 3 months ago
  64. 0b1e951 THRIFT-5652 IDL uuid literals can be improved by Jens Geyer · 2 years, 3 months ago
  65. ec0141c * THRIFT-4655 Parser fails on the word "from" by Jens Geyer · 2 years, 3 months ago
  66. a9da9eb THRIFT-4547: Swift crosstests (#2670) by Kino Roy · 2 years, 3 months ago
  67. dfb6c6b Misc fixes about uninitialized vars etc that VC reported by Jens Geyer · 2 years, 4 months ago
  68. 9b09a11 THRIFT-5627 More consistent syntax for cpp_type Patch: Jens Geyer by Jens Geyer · 2 years, 4 months ago
  69. b17672a THRIFT-5208: fix OCaml struct and exn raising/handling codegen by Yawar Amin · 2 years, 4 months ago
  70. d5927a9 THRIFT-5423: IDL parameter validation for Go by Simon Wang · 3 years, 4 months ago
  71. 154d154 THRIFT-5626 Parser should not confuse data types and field names by Jens Geyer · 2 years, 4 months ago
  72. 5295195 THRIFT-5208: capitalize exception ctor by Yawar Amin · 2 years, 4 months ago
  73. 695bfb2 compiler/cpp/src/thrift/thriftl.ll: Minor fixes to satisfy MSVC 2022 in std:c++20 mode by Mario Emmenlauer · 2 years, 4 months ago
  74. 3f4fa29 THRIFT-5587 add uuid support for java and kotlin by Jiayu Liu · 2 years, 7 months ago
  75. 18564d2 THRIFT-5593 Implement uuid for Haxe Client: hx Patch: Jens Geyer by Jens Geyer · 2 years, 7 months ago
  76. 62445c1 THRIFT-5591 Add uuid type to IDL and implement reference code (+ improved self-tests) by Jens Geyer · 2 years, 7 months ago
  77. 07f4bb5 THRIFT-5620 Option to force usage of COM types to allow for cross-module references by Jens Geyer · 2 years, 4 months ago
  78. 683263d THRIFT-5618 More consistent naming of container classes by Jens Geyer · 2 years, 4 months ago
  79. 85d82bf THRIFT-5600: upgrade rust toolchain to 1.61 and edition 2021 by Tdxdxoz · 2 years, 6 months ago
  80. 04057ac Revert "THRIFT-5501 Remove Common Lisp support" by Max-Gerd Retzlaff · 2 years, 5 months ago
  81. c75646a version bump by Jens Geyer · 2 years, 4 months ago
  82. 8ad8d5d THRIFT-5576: fix old-style cast and redundant copy by kashirin.alex · 2 years, 9 months ago
  83. d5c6697 THRIFT-4086: Add missing calls to get_true_type when generating validator + metadata code by Hernan Silberman · 2 years, 7 months ago
  84. 7628392 THRIFT-5590 Haxe complex inits Client: hx Patch: Jens Geyer by Jens Geyer · 2 years, 7 months ago
  85. ce1d314 THRIFT-5589 Haxe compiler/runtime fixes Client: hx Patch: Jens Geyer by Jens Geyer · 2 years, 7 months ago
  86. 0b1eb6b THRIFT-5588 Remove slist/senum from IDL Patch: Jens Geyer by Jens Geyer · 2 years, 7 months ago
  87. 8e217dc Revert "THRIFT-5569: add negative size checks in Go generator when reading maps, sets and lists" by Yuxuan 'fishy' Wang · 2 years, 8 months ago
  88. dae1437 THRIFT-5583: Add skip_remote arg to go compiler by Yuxuan 'fishy' Wang · 2 years, 8 months ago
  89. a24bcd3 THRIFT-5582: Improve TProtocol.java for Kotlin generator (#2603) by Jiayu Liu · 2 years, 8 months ago
  90. 6c002b6 THRIFT-5571: add metadata map building to kotlin generator (#2584) by Jiayu Liu · 2 years, 8 months ago
  91. ada0865 THRIFT-5544: annotations_as_metadata java code gen param (#2553) by Jiayu Liu · 2 years, 8 months ago
  92. 7fb21eb THRIFT-5578 #nullable disable collides with C# lang versions < 8 by Jens Geyer · 2 years, 8 months ago
  93. 625367f (typescript): Fix invalid optional members and argument generation by Phil Price · 3 years, 3 months ago
  94. 49b2d6b THRIFT-5548: add kotlin code gen Client: kotlin Patch: Jiayu Liu by Jiayu Liu · 2 years, 9 months ago
  95. 8987820 THRIFT-5569: add negative size checks in Go generator when reading maps, sets and lists by Andreas Krennmair · 2 years, 9 months ago
  96. 35d22c5 change the java gen @SuppressWarnings location by Jiayu Liu · 2 years, 9 months ago
  97. 1eb361a THRIFT-5521: [java gen] use jdk8 option type in java generator code by Jiayu Liu · 2 years, 11 months ago
  98. 2e0a805 THRIFT-4100: Extract Rust read/write struct methods into a trait Client: rs by Zachary Kuhn · 2 years, 9 months ago
  99. 07061b8 THRIFT-5551: java generator to add @Override where possible by Jiayu Liu · 2 years, 9 months ago
  100. aa82214 add interface generation by Jiayu Liu · 2 years, 9 months ago