summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Thrift now a TLP - INFRA-3116py-compilerGavin McDonald2010-10-280-0/+0
* Snapshot (back up) my work-in-progress before I hop on a plane.Greg Stein2009-01-3111-0/+1090
* Create a branch for an experimental Thrift compiler written in Python.Greg Stein2009-01-310-0/+0
* THRIFT-295: remove empty directories.Greg Stein2009-01-310-0/+0
* THRIFT-292Greg Stein2009-01-309-4188/+0
* THRIFT-291Greg Stein2009-01-301-10/+7
* Add a few new generated directories to .gitignoreDavid Reiss2009-01-291-0/+2
* Accidentally svn:ignored Makefile*, getting rid of Makefile.am changesBryan Duxbury2009-01-290-0/+0
* THRIFT-289. cpp: Fix "make check" by defining a comparator for "Instanity"David Reiss2009-01-291-0/+14
* THRIFT-290. java: Metadata map doesn't properly reference external thrift fil...Bryan Duxbury2009-01-291-2/+2
* THRIFT-289. test: "make check" no longer runs the Java testsBryan Duxbury2009-01-294-14/+4
* THRIFT-288. java: Generated code iterates maps during write inefficientlyBryan Duxbury2009-01-291-5/+6
* THRIFT-218. java: When validation fails on serialization/deserialization, pri...Bryan Duxbury2009-01-291-4/+4
* THRIFT-253. java: Enhance FieldMetaDataBryan Duxbury2009-01-2912-11/+286
* undoing an unintentional commit to ax_java.m4Bryan Duxbury2009-01-291-1/+1
* THRIFT-166. java: Java tests should be in lib/java/test/Bryan Duxbury2009-01-2916-65/+52
* THRIFT-239. java: Generate @Override annotations for all overrided methodsBryan Duxbury2009-01-271-3/+4
* THRIFT-284. python: Update tutorial files to use reprDavid Reiss2009-01-242-2/+2
* THRIFT-240. java: TBase should implement CloneableBryan Duxbury2009-01-221-1/+1
* THRIFT-223 Validate method should check that enum types are assigned valid va...Bryan Duxbury2009-01-201-32/+88
* THRIFT-224 Validate method should check that enum types are assigned valid va...Bryan Duxbury2009-01-161-0/+25
* THRIFT-271: allows build to locate libevent on osxT Jake Luciani2009-01-161-1/+1
* THRIFT-244. cpp: Make TJSONProtocolFactor inherit from TProtocolFactoryDavid Reiss2009-01-151-1/+1
* THRIFT-244. cpp: Fix TJSONProtocol::writeMessageBeginDavid Reiss2009-01-151-1/+1
* THRIFT-34 Java libraries should be namespaced under org.apache.thrift, not co...Bryan Duxbury2009-01-1572-249/+249
* THRIFT-216. Add validate method to fixtures so tests passKevin Clark2009-01-141-0/+54
* THRIFT-242. python: Used named arguments in __init__ instead of a dictDavid Reiss2009-01-142-34/+52
* THRIFT-249. java: Add @param lines to function docstringsDavid Reiss2009-01-061-0/+27
* THRIFT-129. csharp: Make all Thrift structures extend TBaseDavid Reiss2009-01-063-4/+28
* THRIFT-46. csharp: Throw the correct exception for an unknown methodDavid Reiss2009-01-061-1/+2
* THRIFT-25. csharp: Various compiler and library improvementsDavid Reiss2009-01-0617-55/+1448
* THRIFT-246. rb: Generate #struct_fields rather than reflect.Kevin Clark2009-01-065-1/+57
* THRIFT-157. rb: Quote strings and qualify class names properlyKevin Clark2009-01-053-9/+20
* THRFIT-231. rb: Make Thrift::Structs hashableKevin Clark2009-01-051-0/+9
* THRIFT-235. java: Explicitly cast integer constants to doubleDavid Reiss2009-01-051-1/+1
* THRIFT-222. java: Better exposure if __isset in beans styleDavid Reiss2009-01-054-1/+148
* java: Add a helper function to implement nocamel styleDavid Reiss2009-01-051-39/+20
* THRIFT-191. java: Create a static field id -> name map for each structDavid Reiss2009-01-052-0/+37
* THRIFT-138. java: Fix copy constructor for binary fieldsDavid Reiss2009-01-052-10/+30
* THRIFT-241. python: Generate a better implementation of __repr__David Reiss2009-01-051-4/+3
* THRIFT-193: Patch for proper namespace support in perl compilerT Jake Luciani2008-12-234-37/+52
* THRIFT-2: check for thrift::socket handle being nullT Jake Luciani2008-12-231-2/+17
* THRIFT-208. Fix ax_java.m4 for Ubuntu 8.10David Reiss2008-12-221-104/+81
* THRIFT-190. Added dependency check to perl MakefileT Jake Luciani2008-12-221-1/+2
* THRIFT-220. Add some stuff to svn:ignoreDavid Reiss2008-12-160-0/+0
* THRIFT-225. java/cpp: Handle non-i32 integer constants properlyDavid Reiss2008-12-163-5/+16
* rb: Thrift.check_type should check struct classes [THRIFT-185]Kevin Clark2008-12-132-1/+6
* THRIFT-121. Support arbitrary type annotationsDavid Reiss2008-12-103-6/+84
* THRIFT-203. cpp: Make library headers compile under g++ -pedanticDavid Reiss2008-12-056-38/+38
* THRIFT-214. cpp: Qualify a cast to fix OSX compilationDavid Reiss2008-12-021-3/+2