summaryrefslogtreecommitdiff
path: root/contrib/zeromq
Commit message (Collapse)AuthorAgeFilesLines
* THRIFT-2849: spelling errors fixed using codespell toolKonrad Grochowski2014-11-241-1/+1
| | | | | | | Client: All Patch: Anatol Pomozov This closes #281
* THRIFT-2407 use markdown (rename README => README.md)Roger Meier2014-03-191-0/+0
| | | | Patch: Roger Meier
* Thrift-1607:Incorrect file modes for several source filesJake Farrell2012-05-171-0/+0
| | | | | | | | | | | Client: build Patch: Andrew Cox File modes of some non-script text files (e.g. .xml, .java, .cc) in the source tree include execute permissions (because these files have the svn:executable property). git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1339492 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/'Roger Meier2012-04-135-5/+5
| | | | | | | | | | | | | | To ensure there are no include path collisions the C and C++ header include paths should include 'thrift' as the root leaf. This will prevent having to place /usr/include/thrift into the compilers include header search path, which might otherwise result in the compiler accidentally picking up headers that it shouldn't. e.g. #include <foo/bar.h> should be #include <thrift/foo/bar.h> Change-Id: I48f2b0f549bda0fc81e85506ac857adc800b98a1 git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1325674 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-812 Demo of Thrift over ZeroMQ (C#)Roger Meier2011-04-196-0/+373
| | | | | | | Patch: Nils Huegelmann git-svn-id: https://svn.apache.org/repos/asf/thrift/trunk@1095179 13f79535-47bb-0310-9956-ffa450edef68
* THRIFT-812. contrib: Add a demo of using Thrift over ZeroMQDavid Reiss2010-08-3115-0/+725
git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@991260 13f79535-47bb-0310-9956-ffa450edef68