summaryrefslogtreecommitdiff
path: root/lib/ocaml
Commit message (Collapse)AuthorAgeFilesLines
* bump version numberJens Geyer2023-02-061-1/+1
|
* version bumpJens Geyer2022-08-301-1/+1
|
* Release 0.16.0Jens Geyer2022-01-201-1/+1
|
* bump version numberJens Geyer2021-08-031-1/+1
|
* Version number aligned to 0.15.0Jens Geyer2021-02-111-1/+1
|
* Consolidated gitignore & added missing EXTRA_DISTsJens Geyer2021-02-051-11/+0
|
* fix veralign.sh and bump version (again)Jens Geyer2019-10-201-1/+1
|
* THRIFT-4024, THRIFT-4783: throw when skipping invalid type (#1742)James E. King III2019-02-141-2/+1
| | | | | | | * THRIFT-4024: make c_glib throw on unsupported type when skipping * THRIFT-4783: throw on invalid skip (py) * THRIFT-4024: make cpp throw on unsupported type when skipping * THRIFT-4024: uniform skip behavior on unsupported type
* THRIFT-4753: re-version master to next release 0.13.0James E. King III2019-01-251-1/+1
|
* Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0James E. King III2018-12-301-1/+1
|\
| * Version 0.12.0v0.12.00.12.0jfarrell2018-12-181-1/+1
|/
* THRIFT-2364: use oasis to build thrift for ocamlJames E. King, III2017-02-158-1897/+98
| | | | | | | Client: OCaml Patch: Spiros Eliopoulos <seliopou@gmail.com> This closes #1193
* THRIFT-3148 Markdown links to coding_standards are deadNobuaki Sukegawa2015-05-131-1/+1
| | | | This closes #491
* THRIFT-2724 - Coding standards template added all over projectKonrad Grochowski2015-02-051-0/+1
| | | | | | | Client: All Patch: Konrad Grochowski This closes #371
* THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-241-1/+1
| | | | | | | Client: All Patch: Anatol Pomozov This closes #281
* THRIFT-2506 Update TProtocolException error codes to be used consistently ↵Jens Geyer2014-05-031-0/+2
| | | | | | throughout the library Patch: Jens Geyer
* THRIFT-2407 use markdown (rename README => README.md)Roger Meier2014-03-191-0/+0
| | | | Patch: Roger Meier
* Thrift-984: Ocaml versioningJake Farrell2013-03-251-0/+19
| | | | | | | Client: ocaml Patch: Chet Murthy Addes versioning to the ocaml library via _oasis file
* THRIFT-1801 Sync up TApplicationException codes across languages and thrift ↵Roger Meier2012-12-221-0/+9
| | | | | | implementations Patch: Andrew Cox
* Thrift-1322: OCaml lib fail to compile: Thrift.ml line 305, int vs int32 ↵Jake Farrell2011-09-061-4/+4
| | | | | | | | | | | | mismatch Client: OCaml Updates the ocaml lib INTERNAL and PROTOCOL error enums to use the correct numeric values git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1165753 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-690 add new ApplicationExceptions (INTERNAL_ERROR, PROTOCOL_ERROR) to ↵Roger Meier2011-08-031-0/+6
| | | | | | the following languages: as3, c_glib, cocoa, cpp, erl, hs, js, nodejs, ocaml, perl, py, rb git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1153412 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1021. ocaml: Framed transport support for OCamlBryan Duxbury2011-01-262-1/+94
| | | | | | Patch: Richard Low git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1063917 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-125. OCaml libraries don't compile with 32-bit ocamlBryan Duxbury2011-01-123-55/+55
| | | | | | Patch: Iain Proctor and John Bilings git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1058270 13f79535-47bb-0310-9956-ffa450edef68
* add ASL to a handful of filesBryan Duxbury2010-07-281-0/+3
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@980145 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-387. Add appropriate Apache header to all code filesBryan Duxbury2009-04-081-1/+25
| | | | | | | | This hits all the documentation and some misc code files that have avoided the license up to this point. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@763048 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-388. Create a "ONEWAY" message type that is an alias for "CALL"David Reiss2009-04-021-0/+3
| | | | | | | | | | | | | | | | Pave the way for a new message type for oneway function calls. For now, just define the constant in all languages and make server implementations treat it the same way as a normal call. Only C++ and Erlang currently check the message type (on the server side). There is a little bit of redundancy in the Erlang code, but the alternative is a bit gross, and this split-up will be necessary eventually when we start handling one-way calls differently. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@761389 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-3010-0/+190
| | | | git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@760189 13f79535-47bb-0310-9956-ffa450edef68
* Update OCamlMakefile to the latest version and include its README.David Reiss2008-04-032-2/+684
| | | | | | | | | | | Updating isn't really necessary, I just wanted to be 100% that I had the right version of the README for the version of the Makefile we had. The main reason for including the README is to make the license clear. Reviewed By: iproctor git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665637 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: Whitespace cleanup.David Reiss2008-02-068-72/+72
| | | | | | | | | | | | | | | | | 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
* Thrift: OCaml TSocket more helpful exceptionsiproctor2007-08-171-3/+6
| | | | | | | | | | Summary: On unix error it tells you the cause. Reviewed by: mcslee Test plan: Had some unix errors, read the messages. Revert plan: yes git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665208 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: OCaml TSocket fixiproctor2007-08-108-56/+72
| | | | | | | | | | Summary: Now closes input channel on close. Also, transport exceptions are cleaner. Reviewed by: mcslee Test plan: Yes Revert plan: yes git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665198 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: OCaml and HS servers more generaliproctor2007-08-085-24/+61
| | | | | | | | | | Summary: The library now provides servers that are general like the other languages. Reviewed by: mcslee Test plan: Yes Revert plan: yes git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665195 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: OCaml library binary protocol fixiproctor2007-07-242-9/+25
| | | | | | | | | | | Summary: Binary protocol wasn't dealing with messages properly. Also there was a math bug in readI32. Reviewed by: mcslee Test plan: Yes Revert plan: yes git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665171 13f79535-47bb-0310-9956-ffa450edef68
* Thrift: OCaml library and generatoriproctor2007-07-1611-0/+1876
Summary: Added (minimal) library and code generator for OCaml. Reviewed by: mcslee Test plan: Test client and server (included). Revert plan: yes git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@665163 13f79535-47bb-0310-9956-ffa450edef68