summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* 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
* THRIFT-5548: add kotlin code genJiayu Liu2022-04-205-1/+2018
* THRIFT-5569: add negative size checks in Go generator when reading maps, sets...Andreas Krennmair2022-04-201-0/+9
* change the java gen @SuppressWarnings locationJiayu Liu2022-04-191-5/+8
* THRIFT-5521: [java gen] use jdk8 option type in java generator codeJiayu Liu2022-04-161-14/+85
* THRIFT-4100: Extract Rust read/write struct methods into a traitZachary Kuhn2022-04-141-11/+25
* THRIFT-5551: java generator to add @Override where possibleJiayu Liu2022-04-131-34/+67
* add interface generationJiayu Liu2022-04-131-0/+90
* THRIFT-5552 apply clang-format to java generatorJiayu Liu2022-04-111-293/+373
* json gen should indent while printing include stringsJiayu Liu2022-04-111-0/+1
* THRIFT-5540 Can't use a typedef for a container type containing enums in a co...Jens Geyer2022-03-172-0/+17
* FIX: error C4244: conversion from "int64_t" to "int", possible data lossJens Geyer2022-03-161-1/+1
* workaround MSVC compiler bugLeon Scharnowski2022-03-121-1/+3
* THRIFT-5501 Remove Common Lisp supportJens Geyer2022-03-066-565/+0
* don't output empty import line if old style enums are usedKevin Wojniak2022-03-051-3/+3
* match existing style for setting default value of gen_enum_Kevin Wojniak2022-03-051-1/+2
* fix broken syntax for old style enumKevin Wojniak2022-03-051-3/+3
* clean up formattingKevin Wojniak2022-03-051-1/+2
* init gen_enum_ to falseKevin Wojniak2022-03-051-1/+1
* Support for Python and enumsConstantinos Dimitriou2022-03-051-11/+47
* THRIFT-5525 use "reuse_objects" instead of "reuse-objects" as a consistent pa...Jiayu Liu2022-03-021-2/+4
* THRIFT-5526 to use "private_members" instead of "private-members" as a consis...Jiayu Liu2022-03-021-2/+4
* THRIFT-5519 Java async client loses exceptions in void methodsAlex Kormukhin2022-03-021-0/+4
* Fixes #5529 missing space in between "<" and "::" in c++ generatorAndreas Renggli2022-02-261-3/+3
* THRIFT-5528 Incorrect HTML link for referenced typedefsJens Geyer2022-02-231-1/+1
* THRIFT-5527: Don't swallow idl exceptions in Process functionYuxuan 'fishy' Wang2022-02-231-41/+103
* THRIFT-5511 Full support for the new net6 "nullability" semanticsJens Geyer2022-02-082-184/+493
* minor indent fixesJens Geyer2022-02-011-16/+7
* THRIFT-5504 CA2254 Message template should be compile time constantJens Geyer2022-02-011-1/+1
* THRIFT-5506 C26495 variable "t_field::req_" not initialized, t_field.h:40Jens Geyer2022-01-301-0/+1
* THRIFT-5505 error: 'close_generator' overrides a member function but is not m...Jens Geyer2022-01-301-9/+9
* Fixes #5500, uncompilable code when a .thirft struct named 'System' is presentJonas Marty2022-01-201-1/+1
* Release 0.16.0Jens Geyer2022-01-201-1/+1
* THRIFT-5418: Fix missing implementation for enum functionsDirk Sandbrink2022-01-171-0/+2
* THRIFT-5479 Add net 6 supportJens Geyer2022-01-092-2/+15
* THRIFT-5476 Deprecate Common Lisp supportJens Geyer2021-10-311-1/+4
* THRIFT-5408 Support for deprecated methods - follow_up fixJens Geyer2021-10-272-10/+18
* THRIFT-5448: map binary to typescript BufferOpportunity2021-10-141-1/+1
* THRIFT-5471 Introduce delimiter and app_prefix options to erl generatorSergey Yelin2021-10-141-3/+23