- 748d83f xsd_attrs are a FieldList now, so you can have multiple of them and they are typed by Mark Slee · 18 years ago
- 81cf1e5 Thrift code-gen optimizations to use raw pointers where possible by Mark Slee · 18 years ago
- 7df0e2a Thrift support for the xsd_nillable attribute by Mark Slee · 18 years ago
- 86c87b0 NAmespace PHP exceptions in catch block properly and add getName() method to generated structs by Mark Slee · 18 years ago
- 21135c3 Adding XSD attribute support by Mark Slee · 18 years ago
- 74eea20 svn adding t_doc.h by Mark Slee · 18 years ago
- f53b5cf adding documentation syntax to thrift by ccheever · 18 years ago
- 7ff3245 Default values and nullification for thrift code by Mark Slee · 18 years ago
- 29cbeb6 Thrift: Fix xsd:sequence and xsd:all minOccurs/maxOccurs generation by dave · 18 years ago
- 492d223 Thrift: Finish namespace generation from xsd_namespace command by dave · 18 years ago
- 0d9199e xsd_namespace keyword for thrift by Mark Slee · 18 years ago
- 4637bfb Thrift: Small changes to support XSD generation by dave · 18 years ago
- 2006d99 Thrift gen'd code now checks for field ID AND type matches by Mark Slee · 18 years ago
- 6d7d595 Ruby support for Thrift by Mark Slee · 18 years ago
- eb0d024 Full automake/autoconf compliance for thrift by Mark Slee · 18 years ago
- 938bc38 Fix Makefile to use thrifty.yy and thriftl.ll by Mark Slee · 18 years ago
- cc11b06 Rename some thrif tcompiler files by Mark Slee · 18 years ago
- c42ecd5 No more getInputTransport vs getOutputTransport in protocols by Mark Slee · 18 years ago
- bf05a60 Generate pargs an presult helpers in C++ to be more efficient in thrift by Mark Slee · 18 years ago
- 8896a54 No need to generate private __construct() function if the class is already final by Mark Slee · 18 years ago
- f49041c Use proper name for catching exceptions by Mark Slee · 18 years ago
- eb08f9e Thrift XSD generator populates PHP globals with type names for typedeffed stuffs by Mark Slee · 18 years ago
- 36bfa2e Allow field elements to be optional in thrift with xsd_optional keyword by Mark Slee · 18 years ago
- b6200d8 Add comma-separated list of type "slist" to thrift by Mark Slee · 18 years ago
- 782abbb Add xsd_all keyword to Thrift by Mark Slee · 18 years ago
- 0e0ff7e Thrift now generates XSD files by Mark Slee · 18 years ago
- ace6e6d Resolve typedefs in php generation by Mark Slee · 18 years ago
- 06098d7 Remove py compiler from thrift repo by Mark Slee · 18 years ago
- 032606b Fix changing struct name bug on C++ generation by Mark Slee · 18 years ago
- f3763a1 Do not generate write code for null fields in Java by Mark Slee · 18 years ago
- 7628fd7 Add mkdir for bin in thrift compiler by Mark Slee · 18 years ago
- 12f6631 Fix bugs with php_namespace keyword in thrift by Mark Slee · 18 years ago
- 5ec1993 Resolve complex typedefs in Thrift by Mark Slee · 18 years ago
- a340e0d Thrift should generate C++ enums first before typdefs by Mark Slee · 18 years ago
- 406a40c Prefix generated _args and _result helper classes with service name by Mark Slee · 18 years ago
- a45909b Thrift C++ code generator returns complex types by reference by Mark Slee · 18 years ago
- 529bfee Committing code gen changes for const ref args to functions in Thrift by Mark Slee · 18 years ago
- e888b37 Add PHP namespacing support to Thrift by Mark Slee · 18 years ago
- f12865a Disallow keywords in Thrift files by Mark Slee · 18 years ago
- 706da40 Fix exceptions throw() and virtual destructor by Mark Slee · 18 years ago
- 971fda3 All user-defined thrift exceptions inherit from TException by Mark Slee · 18 years ago
- 0524bce Another AccessNull bug fix in Thrift by Mark Slee · 18 years ago
- 069d31e Fix c++ Null inheritance issue by Mark Slee · 18 years ago
- cbea1c7 Take out timestamps from generated files by Mark Slee · 18 years ago
- 962a858 Generate a null implementation of thrift C++ class for easy subclassing by Mark Slee · 18 years ago
- 807b2c6 Missing file in thrift parser, sorry d00dz! by Mark Slee · 18 years ago
- 7657fa9 Oops take out printf debug by Mark Slee · 18 years ago
- 600cdb3 Thrift supports HEX notation for int consts and proper python/php sets by Mark Slee · 18 years ago
- 67fc634 Strings in JSON style thrift constants do not need quotes by Mark Slee · 18 years ago
- aa7671d Thrift supports arbitrarily typed constants across all languages by Mark Slee · 18 years ago
- 3015287 Thrift compiler frontend support for constants by Mark Slee · 18 years ago
- d3bc1a5 Fix _seqid to seqid_ name change in PHP by Mark Slee · 18 years ago
- 216e7d6 Fix thrift compiler typedef support by Mark Slee · 18 years ago
- b9ff32a Thrift: C++ peek() method and TException not Exception by Mark Slee · 18 years ago
- 04cc605 Comma after ENUM with no explicit value by Mark Slee · 18 years ago
- 6e81b3f Rest definition should not implement interface, the method signatures are different. by Mark Slee · 18 years ago
- 5ea94d4 Thrift generates a REST handler for PHP code by Mark Slee · 18 years ago
- 19e71c3 All thrift PHP class constructors can take an array as the constructor argument by Mark Slee · 18 years ago
- 52cb223 I lied before, now thrift really supports single or double dashes by Mark Slee · 18 years ago
- 2329a83 Allow single dash or double dash for thrift flags by Mark Slee · 18 years ago
- 32c66e1 Thrift Include Path Specification by Martin Kraemer · 18 years ago
- ae2bc3c Do not print ; in thrift parser by Mark Slee · 18 years ago
- 8d2b238 Fix C++ skeleton code generator by Mark Slee · 18 years ago
- 207cb46 Make commas and/or semicolons both optional in thrift by Mark Slee · 18 years ago
- b39dbc5 Iterate python dictionaries with for k,v in dict.items() by Mark Slee · 18 years ago
- bc4bc0f Py inherited processor must pass handler to parent constructor by Mark Slee · 18 years ago
- 6b4783b Inherited processors must call parent constructor in python by Mark Slee · 18 years ago
- 725f9e6 Use AbstractMap instead of HashMap by Mark Slee · 18 years ago
- d07ce60 Fix Python indentation for async methods by Mark Slee · 18 years ago
- 5ee76f8 Skeletons should use virtual inheritance from the interface base by Mark Slee · 18 years ago
- 5f8237d Thrift PHP update for new Protocol wraps Transport style by Mark Slee · 18 years ago
- a3f3972 Fix bum Java indentation/scoping for async methods by Mark Slee · 18 years ago
- 5946a18 New python operating model code-gen by Mark Slee · 18 years ago
- 575fa9a Protocol wraps transport code gen for Thrift Java by Mark Slee · 18 years ago
- f0712dc Update thrift compiler for new syntax, generate new form of C++ code by Mark Slee · 18 years ago
- 65681d0 Generate .cpp files instead of .cc in Thrift by Mark Slee · 18 years ago
- 4f8da1d Allow the specification of custom container types in Thrift IDL files by Mark Slee · 18 years ago
- f5377b3 Thrift compiler code cleanup, comments, php inline generation, etc by Mark Slee · 18 years ago
- 96a6bbe Python remote printing fix by Mark Slee · 18 years ago
- 748e576 Python generator to make __str__ and __repr__ methods for generated structs by Mark Slee · 18 years ago
- f77ff06 Prefix php names with service_ to avoid naming conflicts and use False not false in python by Mark Slee · 18 years ago
- 6979bdb Use vector<> instead of list<> in Thrift-gen'd C++ code by Mark Slee · 18 years ago
- fdbee81 Thrift compiler to tokenize args by " " so you can use script files by Mark Slee · 18 years ago
- 1c4a559 Change thrift require_once to include_once by Mark Slee · 18 years ago
- 9a89f9b Fix typo, missing underscore in thrift compiler variable by Mark Slee · 18 years ago
- 794993d Change run() to serve() in all Thrift server interfaces by Mark Slee · 18 years ago
- 4e755ca Thrift: Rename run() to serve() in java interfaces by Mark Slee · 18 years ago
- 018b699 Thrift: generate Processors not Servers by Mark Slee · 18 years ago
- aff9f8e Thrift: generate python dictionaries and STL maps for server side process function lookups by Mark Slee · 18 years ago
- c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
- 085267d -- added stubs for readEnd() and writeEnd() by Aditya Agarwal · 18 years ago
- d265552 Thrift: Change Java/C++ server generation by Mark Slee · 18 years ago
- c967656 Thrift Python server code generation by Mark Slee · 18 years ago
- 4ecbebc Add multiserver generation to C++ Thrift by Mark Slee · 18 years ago
- aeac192 Thrift, Make sure gen'd code initializes empty containers in php / python by Mark Slee · 18 years ago
- e50b309 Ooops, forgot to svn add the new code gen files by Mark Slee · 18 years ago
- fc89d39 Thrift and Python: Made to be together by Mark Slee · 18 years ago
- dafa3cf Thrift C++ code generation improvements by Mark Slee · 18 years ago
- b7f58ff More Thfirt code-gen improvements by Mark Slee · 18 years ago
- 78f58e2 Thrift generation for Java by Mark Slee · 18 years ago