1. 58dfb4f Lots of Ruby code generation improvements by Mark Slee · 18 years ago
  2. 756b1d1 Make -rest an optional param to the Thrift PHP compiler by Mark Slee · 18 years ago
  3. 2f5afce [thrift] preliminary Erlang support (initial import) by Christopher Piro · 18 years ago
  4. 447d7d23 [thrift] small fixes to java generator by eletuchy · 18 years ago
  5. e9ce01c Apply thrift license to all files in compiler by Mark Slee · 18 years ago
  6. 2c44d20 Perl generator for Thrift compiler by Mark Slee · 18 years ago
  7. e9a1edc Make sure isset fields of java generated objects is public by Mark Slee · 18 years ago
  8. 67bfaf2 fixing a typo by peter · 18 years ago
  9. 8d725a2 Add explicit binary type to Thrift by Mark Slee · 18 years ago
  10. b86c4b2 Yeeeeeeeeahhh by Mark Slee · 18 years ago
  11. ec3f320 In php generate array of enum values to string names by Mark Slee · 18 years ago
  12. a7d6c3c Thrift: fix error with handling TApplicationException by Martin Kraemer · 18 years ago
  13. 6632e0b Constants lowercase in java true/false by Mark Slee · 18 years ago
  14. 8109757 Generate toString() convenience method for Thrift java structs by Mark Slee · 18 years ago
  15. 7679196 Various Thrift fixes, including Application Exception support in Ruby, better errror messages across languages, etc. by Mark Slee · 18 years ago
  16. 227ac2c Ruby code gen fixes and some README improvements by Mark Slee · 18 years ago
  17. c2c82c9 Move helper structure declarations into .h file by Mark Slee · 18 years ago
  18. 7a49888 TApplicationException handling in PHP generated thrift code by Mark Slee · 18 years ago
  19. b0060b0 Python application level exceptions by Mark Slee · 18 years ago
  20. 5e04657 Thrift application exceptions in Java, code gen by Mark Slee · 18 years ago
  21. 4c948d4 C++ Thrift server throws application exceptions for invalid message types by Mark Slee · 18 years ago
  22. 2c2a648 Gen code with /usr/bin/env python not /usr/bin/python by Mark Slee · 18 years ago
  23. ecf490e Python code gen includes __init__.py and package directory by Mark Slee · 18 years ago
  24. 98e962b Generate Java code into proper source directory heirarchy by Mark Slee · 18 years ago
  25. 9f8361f Fix code gen to getTransport() not getOutputTransport() by Mark Slee · 18 years ago
  26. da748dd Fixes for ruby server code gen by Mark Slee · 18 years ago
  27. 6a47fed Thrift supports the "senum" type now by Mark Slee · 18 years ago
  28. 748d83f xsd_attrs are a FieldList now, so you can have multiple of them and they are typed by Mark Slee · 18 years ago
  29. 81cf1e5 Thrift code-gen optimizations to use raw pointers where possible by Mark Slee · 18 years ago
  30. 7df0e2a Thrift support for the xsd_nillable attribute by Mark Slee · 18 years ago
  31. 86c87b0 NAmespace PHP exceptions in catch block properly and add getName() method to generated structs by Mark Slee · 18 years ago
  32. 21135c3 Adding XSD attribute support by Mark Slee · 18 years ago
  33. 7ff3245 Default values and nullification for thrift code by Mark Slee · 18 years ago
  34. 29cbeb6 Thrift: Fix xsd:sequence and xsd:all minOccurs/maxOccurs generation by dave · 18 years ago
  35. 492d223 Thrift: Finish namespace generation from xsd_namespace command by dave · 18 years ago
  36. 0d9199e xsd_namespace keyword for thrift by Mark Slee · 18 years ago
  37. 4637bfb Thrift: Small changes to support XSD generation by dave · 18 years ago
  38. 2006d99 Thrift gen'd code now checks for field ID AND type matches by Mark Slee · 18 years ago
  39. 6d7d595 Ruby support for Thrift by Mark Slee · 18 years ago
  40. c42ecd5 No more getInputTransport vs getOutputTransport in protocols by Mark Slee · 18 years ago
  41. bf05a60 Generate pargs an presult helpers in C++ to be more efficient in thrift by Mark Slee · 18 years ago
  42. 8896a54 No need to generate private __construct() function if the class is already final by Mark Slee · 18 years ago
  43. f49041c Use proper name for catching exceptions by Mark Slee · 18 years ago
  44. eb08f9e Thrift XSD generator populates PHP globals with type names for typedeffed stuffs by Mark Slee · 18 years ago
  45. 36bfa2e Allow field elements to be optional in thrift with xsd_optional keyword by Mark Slee · 18 years ago
  46. b6200d8 Add comma-separated list of type "slist" to thrift by Mark Slee · 18 years ago
  47. 782abbb Add xsd_all keyword to Thrift by Mark Slee · 18 years ago
  48. 0e0ff7e Thrift now generates XSD files by Mark Slee · 18 years ago
  49. ace6e6d Resolve typedefs in php generation by Mark Slee · 18 years ago
  50. 032606b Fix changing struct name bug on C++ generation by Mark Slee · 18 years ago
  51. f3763a1 Do not generate write code for null fields in Java by Mark Slee · 18 years ago
  52. 12f6631 Fix bugs with php_namespace keyword in thrift by Mark Slee · 18 years ago
  53. 5ec1993 Resolve complex typedefs in Thrift by Mark Slee · 18 years ago
  54. a340e0d Thrift should generate C++ enums first before typdefs by Mark Slee · 18 years ago
  55. 406a40c Prefix generated _args and _result helper classes with service name by Mark Slee · 18 years ago
  56. a45909b Thrift C++ code generator returns complex types by reference by Mark Slee · 18 years ago
  57. 529bfee Committing code gen changes for const ref args to functions in Thrift by Mark Slee · 18 years ago
  58. e888b37 Add PHP namespacing support to Thrift by Mark Slee · 18 years ago
  59. 706da40 Fix exceptions throw() and virtual destructor by Mark Slee · 18 years ago
  60. 971fda3 All user-defined thrift exceptions inherit from TException by Mark Slee · 18 years ago
  61. 0524bce Another AccessNull bug fix in Thrift by Mark Slee · 18 years ago
  62. 069d31e Fix c++ Null inheritance issue by Mark Slee · 18 years ago
  63. cbea1c7 Take out timestamps from generated files by Mark Slee · 18 years ago
  64. 962a858 Generate a null implementation of thrift C++ class for easy subclassing by Mark Slee · 18 years ago
  65. 600cdb3 Thrift supports HEX notation for int consts and proper python/php sets by Mark Slee · 18 years ago
  66. aa7671d Thrift supports arbitrarily typed constants across all languages by Mark Slee · 18 years ago
  67. 3015287 Thrift compiler frontend support for constants by Mark Slee · 18 years ago
  68. d3bc1a5 Fix _seqid to seqid_ name change in PHP by Mark Slee · 18 years ago
  69. 216e7d6 Fix thrift compiler typedef support by Mark Slee · 18 years ago
  70. b9ff32a Thrift: C++ peek() method and TException not Exception by Mark Slee · 18 years ago
  71. 6e81b3f Rest definition should not implement interface, the method signatures are different. by Mark Slee · 18 years ago
  72. 5ea94d4 Thrift generates a REST handler for PHP code by Mark Slee · 18 years ago
  73. 19e71c3 All thrift PHP class constructors can take an array as the constructor argument by Mark Slee · 18 years ago
  74. 8d2b238 Fix C++ skeleton code generator by Mark Slee · 18 years ago
  75. b39dbc5 Iterate python dictionaries with for k,v in dict.items() by Mark Slee · 18 years ago
  76. bc4bc0f Py inherited processor must pass handler to parent constructor by Mark Slee · 18 years ago
  77. 6b4783b Inherited processors must call parent constructor in python by Mark Slee · 18 years ago
  78. 725f9e6 Use AbstractMap instead of HashMap by Mark Slee · 18 years ago
  79. d07ce60 Fix Python indentation for async methods by Mark Slee · 18 years ago
  80. 5ee76f8 Skeletons should use virtual inheritance from the interface base by Mark Slee · 18 years ago
  81. 5f8237d Thrift PHP update for new Protocol wraps Transport style by Mark Slee · 18 years ago
  82. a3f3972 Fix bum Java indentation/scoping for async methods by Mark Slee · 18 years ago
  83. 5946a18 New python operating model code-gen by Mark Slee · 18 years ago
  84. 575fa9a Protocol wraps transport code gen for Thrift Java by Mark Slee · 18 years ago
  85. f0712dc Update thrift compiler for new syntax, generate new form of C++ code by Mark Slee · 18 years ago
  86. 65681d0 Generate .cpp files instead of .cc in Thrift by Mark Slee · 18 years ago
  87. 4f8da1d Allow the specification of custom container types in Thrift IDL files by Mark Slee · 18 years ago
  88. f5377b3 Thrift compiler code cleanup, comments, php inline generation, etc by Mark Slee · 18 years ago
  89. 96a6bbe Python remote printing fix by Mark Slee · 18 years ago
  90. 748e576 Python generator to make __str__ and __repr__ methods for generated structs by Mark Slee · 18 years ago
  91. f77ff06 Prefix php names with service_ to avoid naming conflicts and use False not false in python by Mark Slee · 18 years ago
  92. 6979bdb Use vector<> instead of list<> in Thrift-gen'd C++ code by Mark Slee · 18 years ago
  93. 1c4a559 Change thrift require_once to include_once by Mark Slee · 18 years ago
  94. 9a89f9b Fix typo, missing underscore in thrift compiler variable by Mark Slee · 18 years ago
  95. 794993d Change run() to serve() in all Thrift server interfaces by Mark Slee · 18 years ago
  96. 018b699 Thrift: generate Processors not Servers by Mark Slee · 18 years ago
  97. aff9f8e Thrift: generate python dictionaries and STL maps for server side process function lookups by Mark Slee · 18 years ago
  98. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  99. 085267d -- added stubs for readEnd() and writeEnd() by Aditya Agarwal · 18 years ago
  100. d265552 Thrift: Change Java/C++ server generation by Mark Slee · 18 years ago