summaryrefslogtreecommitdiff
path: root/tutorial/tutorial.thrift
Commit message (Collapse)AuthorAgeFilesLines
* Revert "THRIFT-5567: remove cl namespace references (#2580)"Max-Gerd Retzlaff2022-08-301-0/+1
| | | | This reverts commit 45471decdf572156189e66db59c8a1e82085299f.
* THRIFT-5567: remove cl namespace references (#2580)Jiayu Liu2022-05-061-1/+0
| | | | Fix warnings in the tutorial code by removing the Common Lisp namespace references, since support for that was removed in THRIFT-5476
* THRIFT-4981 Remove deprecated netcore bindings from the code baseJens Geyer2019-10-201-1/+0
| | | | | | | Client: netcore Patch: Jens Geyer This closes #1901
* THRIFT-4723 Consolidate C#/netcore into new netstd language targetJens Geyer2019-01-281-0/+1
| | | | | | | Client: netstd Patch: Jens Geyer This closes #1710
* THRIFT-82: Add Common Lisp supportTomek Kurcz2018-03-021-0/+2
| | | | | | | | | | 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
* THRIFT-3933 Microsoft .Net Core library port and generator for this libraryVolodymyr Gotra2017-01-041-0/+1
| | | | | | | | Client: .NET Core Patch: Volodymyr Gotra <vgotra@gmail.com> PR #1088, with significant improvements by Jens Geyer <jensg@apache.org> PR #1149 This closes #1088 This closes #1149
* THRIFT-3454 Python Tornado tutorial is brokenNobuaki Sukegawa2015-12-041-1/+1
| | | | | | | Client: Python Patch: Nobuaki Sukegawa This closes #725
* THRIFT-3299 Create an Apache Thrift language binding for Dart (dartlang.org).Mark Erickson2015-10-031-0/+1
| | | | | | | Client: Dart Patch: Mark Erickson <mark.erickson@workiva.com> This closes #608
* THRIFT-727 - C++: what() method of generated exceptions will provide more ↵Konrad Grochowski2015-05-181-1/+1
| | | | | | | | | information Patch: Anna Dymek <aadymek@gmail.com> Client: C++ This closes #469
* THRIFT-2644 Haxe supportJens Geyer2014-11-091-0/+1
| | | | | | | Client: Haxe Patch: Jens Geyer This closes #214
* THRIFT-1500: d programming language supportJake Farrell2012-03-221-0/+1
| | | | | | | | | | | Client: D Patch: David Nadlinger D program language library and additions git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1304085 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-890. java: Fix tutorial to build and run in trunkTodd Lipcon2010-09-271-1/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@1001856 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-301-0/+19
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760189 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-136. s/async/oneway/ in the Thrift IDLDavid Reiss2009-03-241-1/+1
| | | | | | | | | This is the real change. The lexer now recognizes "oneway" and warns on "async". All example and test IDLs have been updated, as have the syntax files. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@757994 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-136. s/async/oneway/ in commentsDavid Reiss2009-03-241-2/+2
| | | | | | | This is an internal-only change. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@757990 13f79535-47bb-0310-9956-ffa450edef68
* Make .thrift files non-executable since we removed the shebangsDavid Reiss2009-03-141-0/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@753610 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-325. Remove a bunch of uses of the old command line formatDavid Reiss2009-02-171-2/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@745242 13f79535-47bb-0310-9956-ffa450edef68
* Make the PHP generator use non-hardcoded namespaces.David Reiss2009-02-171-1/+1
| | | | | | | | | | | - Make the PHP generator use program->get_namespace("php") instead of program->get_php_namespace() - Eliminate the explicit "php_namespace" in t_program. - Deprecate the php_namespace token. - Update example .thrift files and syntax files. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@745241 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-299. doc: binary type isn't documented nor demonstrated in the tutorialBryan Duxbury2009-02-011-0/+1
| | | | | | The existence of the "binary" type is now documented in the relevant places. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@739702 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-85. Include an example of an optional field in tutorial.thriftDavid Reiss2008-07-241-1/+6
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@679501 13f79535-47bb-0310-9956-ffa450edef68
* Fix the shebangs for the tutorial thrift filesKevin Clark2008-06-181-1/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@668932 13f79535-47bb-0310-9956-ffa450edef68
* Make the Perl generator use non-hardcoded namespaces.David Reiss2008-03-271-1/+1
| | | | | | | | | | | - Make the Perl generator use program->get_namespace("perl") instead of program->get_perl_package() - Eliminate the explicit "perl_package" in t_program. - Deprecate the perl_package token. - Update example .thrift files and syntax files. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665624 13f79535-47bb-0310-9956-ffa450edef68
* Make the Smalltalk generator use non-hardcoded namespaces.David Reiss2008-03-271-1/+1
| | | | | | | | | | | | | | - Make the Smalltalk generator use program->get_namespace("smalltalk.*") instead of program->get_smalltalk_{category|prefix}() - Eliminate the explicit "smalltalk_{category|prefix}" in t_program. - Deprecate the smalltalk_{category|prefix} tokens. - Update example .thrift files and syntax files. This was a little more complex than the others. We now convert "." to "-" in Smalltalk categories, because we no longer lex them as tok_st_identifier. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665601 13f79535-47bb-0310-9956-ffa450edef68
* Make the Java generator use non-hardcoded namespaces.David Reiss2008-02-271-1/+1
| | | | | | | | | | | - Make the Java generator use program->get_namespace("java") instead of program->get_java_namespace() - Eliminate the explicit "java_namespace" in t_program. - Deprecate the java_namespace token. - Update example .thrift files and syntax files. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665514 13f79535-47bb-0310-9956-ffa450edef68
* Make the C++ generator use non-hardcoded namespaces.David Reiss2008-02-271-1/+1
| | | | | | | | | | | - Make the C++ generator use program->get_namespace("cpp") instead of program->get_cpp_namespace() - Eliminate the explicit "cpp_namespace" in t_program. - Deprecate the cpp_namespace token. - Update example .thrift files and syntax files. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665513 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: Whitespace cleanup.David Reiss2008-02-061-1/+1
| | | | | | | | | | | | | | | | | Summary: - Expanded tabs to spaces where spaces were the norm. - Deleted almost all trailing whitespace. - Added newlines to the ends of a few files. - Ran dos2unix on one file or two. Reviewed By: mcslee Test Plan: git diff -b Revert Plan: ok git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665467 13f79535-47bb-0310-9956-ffa450edef68
* Merging in some Smalltalk changes from Patrick CollisonMark Slee2007-11-211-0/+1
| | | | | | | | | Reviewed By: mcslee Test Plan: Rebuild Thrift compiler git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665361 13f79535-47bb-0310-9956-ffa450edef68
* made tutorial.thrift executablepkeyani2007-10-101-0/+0
| | | | | | | | | | | | | | | | | | | | | Summary: made tutorial.thrift executable Trac Bug: # Blame Rev: Reviewed By: mcslee Test Plan: tested locally Revert Plan: revertable Notes: EImportant: git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665298 13f79535-47bb-0310-9956-ffa450edef68
* [thrift] spruce up Erlang binding for tonight's releaseChristopher Piro2007-09-181-1/+1
| | | | | | | | | | | | Summary: * got rid of most of the otp_base jonx ... save that for a future release unfortunately * cleaned up the tutorial server, added -erl to tutorial.thrift's shebang * made better README and TODO Test Plan: checked out a copy, read my directions, built and ran the tutorial, and pretended that it didn't blow git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665273 13f79535-47bb-0310-9956-ffa450edef68
* Merging Jake Luciani's latest perl code gen fixesMark Slee2007-08-161-0/+1
| | | | | | | | | Reviewed By: dreiss Test Plan: Watch for any weirdness on Thrift code gen, perl specific git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665206 13f79535-47bb-0310-9956-ffa450edef68
* Perl tutorial codeMark Slee2007-05-161-1/+1
| | | | | | | | | Summary: Jake Luciani Reviewed By: mcslee git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665116 13f79535-47bb-0310-9956-ffa450edef68
* Thrift TutorialMark Slee2007-03-071-0/+127
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665051 13f79535-47bb-0310-9956-ffa450edef68