1. 3d02978 Add missing writeEnd calls by Mark Slee · 17 years ago
  2. 33a7d89 Merge more cocoa changes from Andrew McGeachie by Mark Slee · 17 years ago
  3. ce161a9 Thrift: Clean up and test TDenseProtocol by David Reiss · 17 years ago
  4. 8775c73 Add JavaDoc comments to generated Thrift Java code by Mark Slee · 17 years ago
  5. 7816572 Modify Thrift parser to disallow optional/required keywords in argument lists by Mark Slee · 17 years ago
  6. 7e9eea4 Adding Cocoa generator to Thrift by Mark Slee · 17 years ago
  7. 979ff95 Merge Java get/set Size and Iterator changes from Dave Engberg by Mark Slee · 17 years ago
  8. 47557bc Thrift: Slight tweaks to local reflection. by David Reiss · 17 years ago
  9. d3f1a2d Summary: Checking in fix to TFileTransport to remove redundant behavior of readEvent -- just return NULL or the next event by James Wang · 17 years ago
  10. 5de75dd Merge some java gen fixes from Johan Oskarsson by Mark Slee · 17 years ago
  11. f150f1a Add get_true_type call to RB generator by Mark Slee · 17 years ago
  12. d779cbe Thrift: Local Reflection for C++. by David Reiss · 17 years ago
  13. 01a9f88 Add -javabean option to Thrift by Mark Slee · 17 years ago
  14. 6ce97e3 Thrift: Forgot to commit these fixes. by David Reiss · 17 years ago
  15. 9885c68 Thrift: Generate fingerprints for non-structs. by David Reiss · 17 years ago
  16. 5db3e92 Thrift: Handle absence of fastbinary.so by David Reiss · 17 years ago
  17. c6fc329 Thrift: Support for explicit Python module declaration. by David Reiss · 17 years ago
  18. 6868eae Autoconf fixes by Mark Slee · 17 years ago
  19. a0f8bdc Merge patch from Dan Engeleman for Java utility constructors by Mark Slee · 17 years ago
  20. 1746e30 Thrift: Fix a compile error. by David Reiss · 17 years ago
  21. dd7796f Thrift: Fix untriggerable bug. by David Reiss · 17 years ago
  22. 18bf22d Thrift: Generate structural fingerprints for thrift structs. by David Reiss · 17 years ago
  23. 2375312 Thrift: Limited Reflection for C++. by David Reiss · 17 years ago
  24. 382fc30 Thrift: Native-code Binary Protocol encoder. by David Reiss · 17 years ago
  25. cf3c124 Trivial automake fix by Mark Slee · 17 years ago
  26. e087a30 Thrift: Make use of get_true_type. by David Reiss · 17 years ago
  27. 27ed6ec Merging Jake Luciani's latest perl code gen fixes by Mark Slee · 17 years ago
  28. 1b65b72 Generate a -u option for Python Service-remote CLI utility by Mark Slee · 17 years ago
  29. 3429b6a Thrift: Add a useful helper function (in compiler). by David Reiss · 17 years ago
  30. 8320a92 Thrift: Merging external patch. by David Reiss · 17 years ago
  31. cbd4bac Thrift: docstring revamp step 2. by David Reiss · 17 years ago
  32. cdffe26 Thrift: docstring revamp step 1. by David Reiss · 17 years ago
  33. 7e2cda1 Fix C++ enum deserialization by Mark Slee · 17 years ago
  34. 202111d Thrift: More constant enums. by David Reiss · 17 years ago
  35. 5b3a8f7 [thrift] improved error logging and handling for Erlang bindings by Christopher Piro · 17 years ago
  36. c2532a9 Thrift: Allow whole program doctext. by David Reiss · 17 years ago
  37. 1ac0580 Thrift: Change docstring syntax. by David Reiss · 17 years ago
  38. d0767c5 Fix Thrift compiler to support reuse of enums and constants in later constants by Mark Slee · 17 years ago
  39. 877237a Thrift: Catch what you throw. by David Reiss · 17 years ago
  40. 96d2388 Thrift: Cleaned up whitespace. by David Reiss · 17 years ago
  41. 5f5fdf3 [thrift] maps, lists, sets, and service inheritance for Erlang by Christopher Piro · 17 years ago
  42. ff8eb92 Thrift: Haskell library and codegen by iproctor · 17 years ago
  43. 5ced286 Thrift: Ruby cogeden not creating exception fields properly. by iproctor · 17 years ago
  44. 8737260 [thrift] stupid case bug in Erlang codegen by Christopher Piro · 17 years ago
  45. ae1f10f [thrift] misc. Erlang codegen improvements, cleanups by Christopher Piro · 17 years ago
  46. 8639e10 Thrift: add an indent to generated cpp files. by David Reiss · 17 years ago
  47. 094823a [thrift] highly concurrent Erlang goodness by Christopher Piro · 17 years ago
  48. 9a41a0c Thrift: OCaml library and generator by iproctor · 18 years ago
  49. b1ad014 Add typecasting to REST parameters in generated Thrift PHP code by Mark Slee · 18 years ago
  50. 58dfb4f Lots of Ruby code generation improvements by Mark Slee · 18 years ago
  51. 756b1d1 Make -rest an optional param to the Thrift PHP compiler by Mark Slee · 18 years ago
  52. 2f5afce [thrift] preliminary Erlang support (initial import) by Christopher Piro · 18 years ago
  53. 447d7d23 [thrift] small fixes to java generator by eletuchy · 18 years ago
  54. e9ce01c Apply thrift license to all files in compiler by Mark Slee · 18 years ago
  55. 2c44d20 Perl generator for Thrift compiler by Mark Slee · 18 years ago
  56. e9a1edc Make sure isset fields of java generated objects is public by Mark Slee · 18 years ago
  57. 67bfaf2 fixing a typo by peter · 18 years ago
  58. 8d725a2 Add explicit binary type to Thrift by Mark Slee · 18 years ago
  59. b86c4b2 Yeeeeeeeeahhh by Mark Slee · 18 years ago
  60. ec3f320 In php generate array of enum values to string names by Mark Slee · 18 years ago
  61. a7d6c3c Thrift: fix error with handling TApplicationException by Martin Kraemer · 18 years ago
  62. 6632e0b Constants lowercase in java true/false by Mark Slee · 18 years ago
  63. 8109757 Generate toString() convenience method for Thrift java structs by Mark Slee · 18 years ago
  64. 7679196 Various Thrift fixes, including Application Exception support in Ruby, better errror messages across languages, etc. by Mark Slee · 18 years ago
  65. 227ac2c Ruby code gen fixes and some README improvements by Mark Slee · 18 years ago
  66. 3303f36 Thrift CPP threading fixes by Mark Slee · 18 years ago
  67. c2c82c9 Move helper structure declarations into .h file by Mark Slee · 18 years ago
  68. 57cc25e Some Thrift documentation cleanups by Mark Slee · 18 years ago
  69. 7a49888 TApplicationException handling in PHP generated thrift code by Mark Slee · 18 years ago
  70. b0060b0 Python application level exceptions by Mark Slee · 18 years ago
  71. 5e04657 Thrift application exceptions in Java, code gen by Mark Slee · 18 years ago
  72. 4c948d4 C++ Thrift server throws application exceptions for invalid message types by Mark Slee · 18 years ago
  73. 2c2a648 Gen code with /usr/bin/env python not /usr/bin/python by Mark Slee · 18 years ago
  74. ecf490e Python code gen includes __init__.py and package directory by Mark Slee · 18 years ago
  75. 98e962b Generate Java code into proper source directory heirarchy by Mark Slee · 18 years ago
  76. afc7654 Take brackets out of cpp_type bit by Mark Slee · 18 years ago
  77. 9f8361f Fix code gen to getTransport() not getOutputTransport() by Mark Slee · 18 years ago
  78. da748dd Fixes for ruby server code gen by Mark Slee · 18 years ago
  79. 6a47fed Thrift supports the "senum" type now by Mark Slee · 18 years ago
  80. 748d83f xsd_attrs are a FieldList now, so you can have multiple of them and they are typed by Mark Slee · 18 years ago
  81. 81cf1e5 Thrift code-gen optimizations to use raw pointers where possible by Mark Slee · 18 years ago
  82. 7df0e2a Thrift support for the xsd_nillable attribute by Mark Slee · 18 years ago
  83. 86c87b0 NAmespace PHP exceptions in catch block properly and add getName() method to generated structs by Mark Slee · 18 years ago
  84. 21135c3 Adding XSD attribute support by Mark Slee · 18 years ago
  85. 74eea20 svn adding t_doc.h by Mark Slee · 18 years ago
  86. f53b5cf adding documentation syntax to thrift by ccheever · 18 years ago
  87. 7ff3245 Default values and nullification for thrift code by Mark Slee · 18 years ago
  88. 29cbeb6 Thrift: Fix xsd:sequence and xsd:all minOccurs/maxOccurs generation by dave · 18 years ago
  89. 492d223 Thrift: Finish namespace generation from xsd_namespace command by dave · 18 years ago
  90. 0d9199e xsd_namespace keyword for thrift by Mark Slee · 18 years ago
  91. 4637bfb Thrift: Small changes to support XSD generation by dave · 18 years ago
  92. 2006d99 Thrift gen'd code now checks for field ID AND type matches by Mark Slee · 18 years ago
  93. 6d7d595 Ruby support for Thrift by Mark Slee · 18 years ago
  94. eb0d024 Full automake/autoconf compliance for thrift by Mark Slee · 18 years ago
  95. 938bc38 Fix Makefile to use thrifty.yy and thriftl.ll by Mark Slee · 18 years ago
  96. cc11b06 Rename some thrif tcompiler files by Mark Slee · 18 years ago
  97. c42ecd5 No more getInputTransport vs getOutputTransport in protocols by Mark Slee · 18 years ago
  98. bf05a60 Generate pargs an presult helpers in C++ to be more efficient in thrift by Mark Slee · 18 years ago
  99. 8896a54 No need to generate private __construct() function if the class is already final by Mark Slee · 18 years ago
  100. f49041c Use proper name for catching exceptions by Mark Slee · 18 years ago