mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 10:48:51 +00:00
6319133cac
Compiler: - Thrift structures are serializable. - The member fields of thrift structures are now private and only accessible through Properties, which keep the appropriate __isset up to date. Library - Addition of TBufferedTransport, which can be used to wrap other Transports. - Addition of TThreadedServer, which manually manages threads instead of relying on .NET ThreadPool. - Servers use a log delegate that defaults to System.Console but allows servers to use log4net without introducing the dependency. ThriftTest Visual Studio Project - Test client and server that use ThriftTest.thrift. The project references thrift.exe and Thrift.dll from the subversion tree and automatically builds generated code. This makes it very easy to test changes in both the compiler and library. git-svn-id: https://svn.apache.org/repos/asf/incubator/thrift/trunk@732079 13f79535-47bb-0310-9956-ffa450edef68 |
||
---|---|---|
.. | ||
cpp | ||
csharp | ||
erl | ||
hs | ||
java | ||
ocaml | ||
perl | ||
php | ||
py | ||
rb | ||
threads | ||
AnnotationTest.thrift | ||
Benchmark.cpp | ||
BrokenConstants.thrift | ||
ConstantsDemo.thrift | ||
DebugProtoTest.cpp | ||
DebugProtoTest.thrift | ||
DenseLinkingTest.thrift | ||
DenseProtoTest.cpp | ||
DocTest.thrift | ||
FastbinaryTest.py | ||
JavaBeansTest.thrift | ||
JSONProtoTest.cpp | ||
Makefile.am | ||
ManyTypedefs.thrift | ||
OptionalRequiredTest.cpp | ||
OptionalRequiredTest.thrift | ||
ReflectionTest.cpp | ||
SmallTest.thrift | ||
StressTest.thrift | ||
TBufferBaseTest.cpp | ||
TFDTransportTest.cpp | ||
ThriftTest.thrift | ||
TMemoryBufferTest.cpp | ||
TPipedTransportTest.cpp | ||
UnitTestMain.cpp | ||
ZlibTest.cpp |