summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* [thrift] Fix generated T_LIST push_back() for cpptype overridedweatherford2008-02-011-1/+1
* Fix to the throws clause validationMark Slee2008-02-011-1/+1
* If a list has a custom CPP type, use push_backMark Slee2008-01-312-5/+20
* Validate that throws clauses in Thrift contain only exceptionsMark Slee2008-01-313-0/+23
* Improve C++ vector deserializationMark Slee2008-01-312-13/+8
* Improve Thrift map deserialization codeMark Slee2008-01-302-17/+23
* Thrift/Ruby: Generate nicer constructors for Thrift structs.David Reiss2008-01-282-0/+16
* Thrift/Ruby: Allow some thrift exceptions to use standard Ruby syntax.David Reiss2008-01-282-0/+22
* Thrift: Change the way constants are initialized to avoid segfaults.David Reiss2008-01-181-3/+2
* Fix set_name compiler method signatureMark Slee2008-01-181-2/+2
* thrift: Add -cpp_use_include_prefix flag to compilerkholst2008-01-166-14/+106
* Generate structs/exceptions in declared orderMark Slee2008-01-142-15/+16
* Thrift: C# Bindings.David Reiss2008-01-117-2/+1656
* Thrift: MinGW port.David Reiss2008-01-1117-49/+124
* Ruby default values patchMark Slee2008-01-102-50/+39
* Fix generation for Byte/byte while we're at itMark Slee2008-01-091-1/+1
* Thrift: Java generator bugfix.David Reiss2008-01-091-1/+1
* Thrift: Revamp build to use a single configure.ac.David Reiss2007-12-287-163/+10
* [thrift] service functions that begin with a Capital now work for Erlang ...eletuchy2007-12-272-19/+29
* Make base set_name take const std:string& instead of std:stringMark Slee2007-12-211-1/+1
* Make "args" reserved in thriftMark Slee2007-12-211-0/+1
* is_a is deprecated, instanceof only takes vars or constantsMark Slee2007-12-201-2/+2
* Thrift: Optional support for new-style classes.David Reiss2007-12-183-21/+27
* Thrift: Make default values for base types work in Java.David Reiss2007-12-181-1/+1
* Thrift: Smalltalk prefix support.David Reiss2007-12-145-21/+48
* Fix bug that double-initializes list objects in deserialization.Mark Slee2007-11-301-1/+1
* Thrift compiler now enforces uniqueness of field identifiersMark Slee2007-11-283-7/+22
* Lowercase autoload stringsMark Slee2007-11-282-4/+22
* Make inheriting from TBase and using inherited read method optional in genera...Mark Slee2007-11-283-29/+51
* Fix writeContainerEnd call being inside loop instead of after loopMark Slee2007-11-271-62/+62
* libtoolize and configure tweaks for Thrift compilerMark Slee2007-11-212-1/+9
* Double-free Cocoa fix: ReduxMark Slee2007-11-211-1/+1
* Merging in some Smalltalk changes from Patrick CollisonMark Slee2007-11-215-210/+248
* Fix cocoa double-free issue with stringsMark Slee2007-11-201-62/+65
* Add Smalltalk support to ThriftMark Slee2007-11-204-35/+1082
* Do not generate constants php files from Thrift when they will be emptyMark Slee2007-11-201-11/+15
* [thrift] gut Erlang exception handlingChristopher Piro2007-11-181-1/+0
* Add __autoload() support to Thrift-generated PHP codeMark Slee2007-11-173-48/+110
* Make sure to lazily initialize $TSPEC for structs even with no membersMark Slee2007-11-161-9/+8
* Fix namespacing of included enum types in C++ generated codeMark Slee2007-11-161-4/+4
* [thrift] Erlang client calls return value from recv_Christopher Piro2007-11-151-8/+4
* [thrift] remove trailing-whitespace-generating code from t_erl_generator.ccChristopher Piro2007-11-151-4/+4
* [thrift] remove tabs from t_erl_generator.ccChristopher Piro2007-11-151-121/+121
* Change Thrift to lazily instantiate $_TSPEC objects on first object instantia...Mark Slee2007-11-141-2/+9
* Thrift: Fix new-style generated PHP code.David Reiss2007-11-131-1/+1
* Need to properly namespace the php class names in typespecMark Slee2007-11-131-1/+1
* Thrift PHP generation ReduxMark Slee2007-11-135-33/+143
* Add include_once statements for generated PHP code that depends upon other typesMark Slee2007-11-061-72/+80
* Missing configure check for strerror functionMark Slee2007-11-061-0/+2
* Thrift: Create directories with more permissive modes.David Reiss2007-11-0111-14/+14