summaryrefslogtreecommitdiff
path: root/compiler/cpp/src/thrift/generate
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* THRIFT-5438 Inconsistent handling of exceptions during message read vs. messa...Jens Geyer2021-07-021-7/+7
* THRIFT-3508 Map optional fields from thrift idl to optional fields in TypeScr...Axel Jäger2021-05-201-7/+3
* THRIFT-5417 Fix Lua compiler omitting default values in Lua service functionsJeffrey Han2021-05-201-1/+15
* THRIFT-5414 Use of specific parameter names generates uncompileable codeJens Geyer2021-05-151-56/+72
* THRIFT-5408 Support for deprecated/obsolete methods (via annotation)Jens Geyer2021-05-052-0/+44
* THRIFT-5396 deprecate "Async" method postfixJens Geyer2021-04-102-16/+96
* THRIFT-5395 inconsistent treatment of methods ending in "Async"Jens Geyer2021-04-101-18/+7
* THRIFT-5393 Incorrect namespaces for included typesJens Geyer2021-04-091-20/+27
* THRIFT-5341 Old-Style-Cast & missing OverrideKashirin Alex2021-03-291-40/+134
* THRIFT-5382 Netstd default list/set enums values are generated incorrectlyThomas2021-03-271-1/+1
* THRIFT-5381 possible collisions at VOID type with some 3rd-party libraries on...Jens Geyer2021-03-271-1/+1
* THRIFT-5377 Remove Erlang R16 supportSergey Yelin2021-03-261-2/+1
* Remove Erlang R16 supportSergey Yelin2021-03-241-16/+0
* THRIFT-5347 Remove deprecated Haskell bindingsJens Geyer2021-03-222-1720/+0
* THRIFT-5370 Haxe 4 compatibility incl TConfiguration & MAX_MESSAGE_SIZEJens Geyer2021-03-171-209/+200
* THRIFT-4098 Namespace support for generated Rust code (#2348)Allen George2021-03-111-8/+18
* THRIFT-5363 Render constant names correctly (#2343)Allen George2021-03-071-4/+17
* THRIFT-5360 Remove deprecated Error::description() methods (#2342)Allen George2021-03-061-12/+9
* Enable clippy in all Rust targets and ensure that all existing code is clippy...Allen George2021-03-061-12/+14
* [THRIFT-5314][THRIFT-4101] Generate enums that don't error on unexpected valu...Allen George2021-03-011-50/+83
* THRIFT-5354 disable IDE0083 warningJens Geyer2021-02-191-0/+1
* THRIFT-5353: Fix import dedup without explicit go namespaceYuxuan 'fishy' Wang2021-02-181-3/+4
* THRIFT-4914: Fix name redeclaration bug in compiled go codeYuxuan 'fishy' Wang2021-02-171-8/+9
* THRIFT-5350 char is unsigned on non-x86 arches, use signed char to avoid comp...Orion Poplawski2021-02-171-1/+1
* THRIFT-5229 remove AS3 supportJens Geyer2021-02-143-2596/+1
* THRIFT-5347 Deprecate Haskell bindingsJens Geyer2021-02-131-0/+3
* Reverted wrongly pushed commits.Jens Geyer2021-02-112-3263/+1
* Revert "THRIFT-4982 Remove deprecated C# bindings from the code base"Jens Geyer2021-02-102-1/+3263
* Consolidated gitignore & added missing EXTRA_DISTsJens Geyer2021-02-051-0/+0
* THRIFT-5337 Go set fields write improvementwangtieju2021-02-031-7/+192
* netstd fix IDE warningJens Geyer2021-01-241-1/+1
* THRIFT-4914: Make TClient.Call to return the response metaYuxuan 'fishy' Wang2021-01-221-7/+31
* THRIFT-5326: Expand TException interface in go libraryYuxuan 'fishy' Wang2021-01-171-13/+20
* THRIFT-5198 Fix certain Visual Studio hints in generated netstd codeJens Geyer2020-12-091-2/+4
* THRIFT-5320: Usage of "Task" as IDL identifier generates uncompileable codeJens Geyer2020-12-041-9/+9
* THRIFT-5317 netstd compiler does not escape keywordsJens Geyer2020-12-011-2/+2
* FIX: Log errors in processor via standard logger -> errors to write into Cons...Jens Geyer2020-11-211-1/+1
* Log errors in processor via standard logger #2284Konstantin Pozdniakov2020-11-211-3/+13
* THRIFT-5306: Rust code and generated code no longer has clippy warnings (Rust...Allen George2020-11-121-13/+12
* markdown compiler addedKashirin Alex2020-10-021-0/+1110
* Rust compiler generates invalid code when using typedef with unionguanjialin2020-10-011-0/+4
* Fix typoTom Wieczorek2020-09-301-1/+1
* THRIFT-4942 Set PHP struct generated field values as private with getters and...Dedipyaman Das2020-09-271-1/+2