summaryrefslogtreecommitdiff
path: root/compiler/cpp
Commit message (Expand)AuthorAgeFilesLines
* Version 0.14.2Jens Geyer2021-06-111-1/+1
* version 0.14.1Jens Geyer2021-03-021-1/+1
* THRIFT-5353: Fix import dedup without explicit go namespaceYuxuan 'fishy' Wang2021-02-221-3/+4
* THRIFT-4914: Fix name redeclaration bug in compiled go codeYuxuan 'fishy' Wang2021-02-221-8/+9
* THRIFT-5347 Deprecate Haskell bindingsJens Geyer2021-02-191-0/+3
* THRIFT-5350 char is unsigned on non-x86 arches, use signed char to avoid comp...Orion Poplawski2021-02-171-1/+1
* Version 0.14.0v0.14.0Jens Geyer2021-02-053-0/+6
* 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
* Merge pull request #2273 from allengeorge/allen/clippy_cleanAllen George2020-11-181-13/+12
|\
| * THRIFT-5306: Rust code and generated code no longer has clippy warnings (Rust...Allen George2020-11-121-13/+12
* | THRIFT-5302 Add recursive function name uniqueness checkwangliming072020-11-012-4/+50
* | THRIFT-5290 Adjusting cpp *.cproj options according to LEGAL-538Jens Geyer2020-11-011-1/+1
|/
* THRIFT-5290 Adjusting cpp *.cproj options according to LEGAL-538Jens Geyer2020-10-061-3/+5
* markdown compiler addedKashirin Alex2020-10-025-0/+1116
* 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
* THRIFT-4942 Set PHP struct generated field values as private with getters and...Dedipyaman Das2020-09-251-1/+94
* Merge pull request #2191 from zeshuai007/Implements_TConfigZezeng Wang2020-09-181-8/+7
|\
| * Implements TConfiguration for javazeshuai0072020-09-161-8/+7
* | THRIFT-5134: Fix memory leak when the handler method return FALSEwangyunjian2020-09-171-42/+41
|/
* Fixed double newline at end of generated python service files (#2236)Jonathan Mackenzie2020-09-141-1/+1
* THRIFT-5260 Fix the thrift compiler generate problematic lua code for the one...longzhiri2020-09-121-25/+38
* THRIFT-5158 Update Rust generator and Rust lib,test,tutorial to only support ...Allen George2020-09-021-3/+1
* THRIFT-5261 Support for deprecated methods (via annotation)Jens Geyer2020-08-051-12/+53
* THRIFT-5254 Member name cannot be Isset (unless it is an "required" member)Jens Geyer2020-07-162-13/+19
* THRIFT-5253 using Result in result name generates wrong IAsync interfaceJens Geyer2020-07-161-9/+17
* THRIFT-5118: Fix memory leak when the handler method return a exceptionwangyunjian2020-07-011-0/+1
* THRIFT-5240: Do connectivity check in Go serverYuxuan 'fishy' Wang2020-07-011-4/+65
* THRIFT-5144: Fix memory leak when generate deserialize list elementwangyunjian2020-06-271-0/+1
* THRIFT-5238 GetHashCode can throw NullReferenceExceptionJens Geyer2020-06-252-72/+57
* THRIFT-2087 Python compiler replace non utf-8 char with defaultEmmanuel Brard2020-06-221-1/+1
* THRIFT-5233: Handle I/O timeouts in go library (#2181)Duru Can Celasun2020-06-181-70/+70
|\
| * THRIFT-5233: Handle I/O timeouts in go libraryYuxuan 'fishy' Wang2020-06-151-70/+70
* | THRIFT-5235 Add property setter for isset flagsJens Geyer2020-06-181-8/+19
* | THRIFT-5234 Fix a number of js/ts generation issuesPhil Price2020-06-181-16/+59
* | THRIFT-5229 Deprecate as3 supportJens Geyer2020-06-162-8/+7
* | THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-1434-348/+348
|/
* THRIFT-5082 Add a Class reference for PHP enum $_TSPECStanislav Markevic2020-06-091-2/+2
* THRIFT-5200 Thrift compiler will generate incorrect code when add 'cob_style'...zeshuai0072020-06-041-3/+38
* THRIFT-5220 DeepCopy() extension methods not generated when the IDL contains ...Jens Geyer2020-05-281-3/+2
* THRIFT-5216 generate DeepCopy methodsJens Geyer2020-05-272-59/+469