summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* THRIFT-4868: Golang: Fix compilation for optional set<binary> with default va...Yuri Melnikov2021-09-091-2/+2
* THRIFT-5459: Fix breaking issue when adding a new exceptionYuxuan 'fishy' Wang2021-09-031-1/+17
* go: Fix things staticcheck complains aboutYuxuan 'fishy' Wang2021-08-271-7/+7
* Add missing javadocbhalchandrap2021-08-101-6/+7
* bump version numberJens Geyer2021-08-031-1/+1
* THRIFT-4797: Go import improvementsYuxuan 'fishy' Wang2021-08-011-6/+42
* THRIFT-5445 "cancellationToken" cannot be used as argument nameJens Geyer2021-08-012-109/+117
* THRIFT-5444 Netstd generator produces uncompileable code for enums ending wit...Jens Geyer2021-08-012-62/+26
* THRIFT-5389: Fix const generation for optional fieldsYuxuan 'fishy' Wang2021-07-301-10/+58
* THRIFT-5442 Separate client service calls into send/recv methods and make the...Jens Geyer2021-07-242-63/+91
* THRIFT-5439 Lua Generator does not support const i64hkb2021-07-171-1/+1
* Small bug in Rust generated code for writing container typesAlephAlpha2021-07-091-3/+3