summaryrefslogtreecommitdiff
path: root/compiler/cpp/tests
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-5208: fix OCaml struct and exn raising/handling codegenYawar Amin2022-09-117-4/+341
| | | | | Client: ocaml Patch: Yawar Amin
* THRIFT-5423: IDL parameter validation for GoSimon Wang2022-09-111-0/+17
| | | | Closes https://github.com/apache/thrift/pull/2469.
* Revert "THRIFT-5501 Remove Common Lisp support"Max-Gerd Retzlaff2022-08-301-0/+1
| | | | This reverts commit d88d4f93b3390989bd47a43f3941ca7d576750f6.
* THRIFT-5501 Remove Common Lisp supportJens Geyer2022-03-061-1/+0
| | | | | Client: cl Patch: Jens Geyer
* THRIFT-5347 Remove deprecated Haskell bindingsJens Geyer2021-03-221-1/+0
| | | | | | | Client: hs Patch: Jens Geyer This closes #2352
* THRIFT-5229 remove AS3 supportJens Geyer2021-02-141-1/+0
| | | | | | | Client: AS3 Patch: Jens Geyer This closes #2329
* Reverted wrongly pushed commits.Jens Geyer2021-02-111-1/+0
| | | | | - This reverts commit 876aee506b937d64b1fb035ff65e5e52def04c04. - This reverts commit b89316d54bb0253493b48446cb510755fb3196d2.
* Revert "THRIFT-4982 Remove deprecated C# bindings from the code base"Jens Geyer2021-02-101-0/+1
| | | | Only compiler, test, lib and tutorial code.
* THRIFT-4982 Remove deprecated C# bindings from the code baseJens Geyer2020-02-281-1/+0
| | | | | | | Client: csharp Patch: Jens Geyer This closes #2027
* THRIFT-4981 Remove deprecated netcore bindings from the code baseJens Geyer2019-10-207-88/+88
| | | | | | | Client: netcore Patch: Jens Geyer This closes #1901
* THRIFT-4938 Issues with version.h treatmentJens Geyer2019-10-201-2/+3
| | | | | | | Client: Compiler Patch: Jens Geyer This closes #1902
* THRIFT-4719: remove cocoaJames E. King III2019-01-141-20/+20
|
* THRIFT-4434: .NET Core cleanup and the beginnings of compiler unit testsVolodymyr Gotra2018-01-149-0/+12661
Client: netcore This closes #1449