summaryrefslogtreecommitdiff
path: root/test/cl
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-5410 CL build broken: Component :NET.DIDIERVERNA.CLON.TERMIO not foundMax-Gerd Retzlaff2022-08-302-0/+6
| | | | | | | Client: cl Patch: Max-Gerd Retzlaff This closes #2646
* Revert "THRIFT-5501 Remove Common Lisp support"Max-Gerd Retzlaff2022-08-305-0/+591
| | | | This reverts commit d88d4f93b3390989bd47a43f3941ca7d576750f6.
* THRIFT-5501 Remove Common Lisp supportJens Geyer2022-03-065-593/+0
| | | | | Client: cl Patch: Jens Geyer
* THRIFT-5476 Deprecate Common Lisp supportJens Geyer2021-10-311-2/+4
| | | | | Client: cl Patch: Jens Geyer
* THRIFT-82: fix cl test server to return the correct SecondService string and ↵James E. King III2018-03-021-1/+2
| | | | enable multi tests
* THRIFT-82: Add Common Lisp supportTomek Kurcz2018-03-025-0/+590
Client: cl There's framed and buffered socket transport, binary protocol, multiplex, simple server, cross-tests, self-tests, tutorial, CL library, CL code generator. Only SBCL is supported for now. This closes #1412