summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary empty spaces form t_java_generator.cc (#2809)HEADmasterBogdan Drutu2023-05-171-12/+12
* THRIFT-4086: Use true type when generating field meta data (#2765)Klemen Košir2023-04-272-16/+16
* THRIFT-5703 Haxe 4.30 emits "Local variable retval used without being initial...Jens Geyer2023-04-201-35/+38
* THRIFT-5704 Superfluous block scope in generated write() codeJens Geyer2023-04-201-2/+0
* THRIFT-5692 Support for deprecated methods (via annotation)Jens Geyer2023-03-181-0/+51
* THRIFT-5674: Catch and handle server implementation exceptionsChandler May2023-03-021-2/+2
* THRIFT-5685: Revert "THRIFT-5601: Fix forward typedef in go compiler"Yuxuan 'fishy' Wang2023-03-012-30/+20
* THRIFT-5684 upgrade to net7.0:Jens Geyer2023-02-161-10/+16
* bump version numberJens Geyer2023-02-061-1/+1
* Improve enum support for json generatorChristian Westberg2023-01-161-3/+3
* THRIFT-5601: Fix forward typedef in go compilerYuxuan 'fishy' Wang2023-01-032-20/+30
* THRIFT-5669 "required" keyword is illegal in a "throws" clauseJens Geyer2022-11-222-45/+95
* switched delphi keyword tables from map to set and array initJens Geyer2022-11-181-177/+65
* switched netstd keywords from map to set and array initJens Geyer2022-11-182-119/+16
* THRIFT-3956 Java keywords that are legal in IDL can lead to generated code th...Jens Geyer2022-11-181-115/+154
* THRIFT-5650: Implement UUID in Go compilerYuxuan 'fishy' Wang2022-10-262-4/+63
* Implement Validate message reply seq idszeshuai0072022-10-251-1/+6
* THRIFT-5656 Escape Delphi keywords with '&' prefix instead of '_' suffixJens Geyer2022-10-171-66/+89
* THRIFT-5652 IDL uuid literals can be improvedJens Geyer2022-10-162-10/+16
* * THRIFT-4655 Parser fails on the word "from"Jens Geyer2022-10-1648-42/+281
* THRIFT-4547: Swift crosstests (#2670)Kino Roy2022-10-081-0/+11
* Misc fixes about uninitialized vars etc that VC reportedJens Geyer2022-09-142-5/+5
* THRIFT-5627 More consistent syntax for cpp_typeJens Geyer2022-09-141-5/+12
* fix staleness check in cmake/ctest (#2661)Jiayu Liu2022-09-131-0/+2
* THRIFT-5208: fix OCaml struct and exn raising/handling codegenYawar Amin2022-09-118-25/+368
* THRIFT-5423: IDL parameter validation for GoSimon Wang2022-09-1124-361/+2236
* fixed a ton of missing ASF headers in *.thrift filesJens Geyer2022-09-1117-1/+323
* THRIFT-5626 Parser should not confuse data types and field namesJens Geyer2022-09-102-57/+216
* THRIFT-5208: capitalize exception ctorYawar Amin2022-09-091-1/+1
* compiler/cpp/src/thrift/thriftl.ll: Minor fixes to satisfy MSVC 2022 in std:c...Mario Emmenlauer2022-09-071-3/+3
* THRIFT-5587 add uuid support for java and kotlinJiayu Liu2022-09-052-12/+37
* THRIFT-5593 Implement uuid for HaxeJens Geyer2022-09-051-0/+19
* THRIFT-5591 Add uuid type to IDL and implement reference code (+ improved sel...Jens Geyer2022-09-0532-27/+209
* THRIFT-5620 Option to force usage of COM types to allow for cross-module refe...Jens Geyer2022-09-041-16/+23
* THRIFT-5618 More consistent naming of container classesJens Geyer2022-09-031-2/+2
* THRIFT-5600: upgrade rust toolchain to 1.61 and edition 2021Tdxdxoz2022-09-011-146/+87
* Revert "THRIFT-5501 Remove Common Lisp support"Max-Gerd Retzlaff2022-08-306-1/+563
* version bumpJens Geyer2022-08-301-1/+1
* THRIFT-5576: fix old-style cast and redundant copykashirin.alex2022-08-251-13/+14
* THRIFT-4086: Add missing calls to get_true_type when generating validator + m...Hernan Silberman2022-08-251-2/+3
* THRIFT-5590 Haxe complex initsJens Geyer2022-06-131-144/+166
* THRIFT-5589 Haxe compiler/runtime fixesJens Geyer2022-06-071-14/+15
* THRIFT-5588 Remove slist/senum from IDLJens Geyer2022-06-068-93/+18
* Revert "THRIFT-5569: add negative size checks in Go generator when reading ma...Yuxuan 'fishy' Wang2022-05-121-9/+0
* THRIFT-5583: Add skip_remote arg to go compilerYuxuan 'fishy' Wang2022-05-101-2/+10
* THRIFT-5582: Improve TProtocol.java for Kotlin generator (#2603)Jiayu Liu2022-05-101-130/+16
* THRIFT-5571: add metadata map building to kotlin generator (#2584)Jiayu Liu2022-05-061-0/+101
* THRIFT-5544: annotations_as_metadata java code gen param (#2553)Jiayu Liu2022-05-051-1/+40
* THRIFT-5578 #nullable disable collides with C# lang versions < 8Jens Geyer2022-05-051-2/+0
* (typescript): Fix invalid optional members and argument generationPhil Price2022-04-211-2/+17