1. a45909b Thrift C++ code generator returns complex types by reference by Mark Slee · 18 years ago
  2. 529bfee Committing code gen changes for const ref args to functions in Thrift by Mark Slee · 18 years ago
  3. e888b37 Add PHP namespacing support to Thrift by Mark Slee · 18 years ago
  4. f12865a Disallow keywords in Thrift files by Mark Slee · 18 years ago
  5. 706da40 Fix exceptions throw() and virtual destructor by Mark Slee · 18 years ago
  6. 971fda3 All user-defined thrift exceptions inherit from TException by Mark Slee · 18 years ago
  7. 0524bce Another AccessNull bug fix in Thrift by Mark Slee · 18 years ago
  8. 069d31e Fix c++ Null inheritance issue by Mark Slee · 18 years ago
  9. cbea1c7 Take out timestamps from generated files by Mark Slee · 18 years ago
  10. 962a858 Generate a null implementation of thrift C++ class for easy subclassing by Mark Slee · 18 years ago
  11. 807b2c6 Missing file in thrift parser, sorry d00dz! by Mark Slee · 18 years ago
  12. 7657fa9 Oops take out printf debug by Mark Slee · 18 years ago
  13. 600cdb3 Thrift supports HEX notation for int consts and proper python/php sets by Mark Slee · 18 years ago
  14. 67fc634 Strings in JSON style thrift constants do not need quotes by Mark Slee · 18 years ago
  15. aa7671d Thrift supports arbitrarily typed constants across all languages by Mark Slee · 18 years ago
  16. 3015287 Thrift compiler frontend support for constants by Mark Slee · 18 years ago
  17. d3bc1a5 Fix _seqid to seqid_ name change in PHP by Mark Slee · 18 years ago
  18. 216e7d6 Fix thrift compiler typedef support by Mark Slee · 18 years ago
  19. b9ff32a Thrift: C++ peek() method and TException not Exception by Mark Slee · 18 years ago
  20. 04cc605 Comma after ENUM with no explicit value by Mark Slee · 18 years ago
  21. 6e81b3f Rest definition should not implement interface, the method signatures are different. by Mark Slee · 18 years ago
  22. 5ea94d4 Thrift generates a REST handler for PHP code by Mark Slee · 18 years ago
  23. 19e71c3 All thrift PHP class constructors can take an array as the constructor argument by Mark Slee · 18 years ago
  24. 52cb223 I lied before, now thrift really supports single or double dashes by Mark Slee · 18 years ago
  25. 2329a83 Allow single dash or double dash for thrift flags by Mark Slee · 18 years ago
  26. 32c66e1 Thrift Include Path Specification by Martin Kraemer · 18 years ago
  27. ae2bc3c Do not print ; in thrift parser by Mark Slee · 18 years ago
  28. 8d2b238 Fix C++ skeleton code generator by Mark Slee · 18 years ago
  29. 207cb46 Make commas and/or semicolons both optional in thrift by Mark Slee · 18 years ago
  30. b39dbc5 Iterate python dictionaries with for k,v in dict.items() by Mark Slee · 18 years ago
  31. bc4bc0f Py inherited processor must pass handler to parent constructor by Mark Slee · 18 years ago
  32. 6b4783b Inherited processors must call parent constructor in python by Mark Slee · 18 years ago
  33. 725f9e6 Use AbstractMap instead of HashMap by Mark Slee · 18 years ago
  34. d07ce60 Fix Python indentation for async methods by Mark Slee · 18 years ago
  35. 5ee76f8 Skeletons should use virtual inheritance from the interface base by Mark Slee · 18 years ago
  36. 5f8237d Thrift PHP update for new Protocol wraps Transport style by Mark Slee · 18 years ago
  37. a3f3972 Fix bum Java indentation/scoping for async methods by Mark Slee · 18 years ago
  38. 5946a18 New python operating model code-gen by Mark Slee · 18 years ago
  39. 575fa9a Protocol wraps transport code gen for Thrift Java by Mark Slee · 18 years ago
  40. f0712dc Update thrift compiler for new syntax, generate new form of C++ code by Mark Slee · 18 years ago
  41. 65681d0 Generate .cpp files instead of .cc in Thrift by Mark Slee · 18 years ago
  42. 4f8da1d Allow the specification of custom container types in Thrift IDL files by Mark Slee · 18 years ago
  43. f5377b3 Thrift compiler code cleanup, comments, php inline generation, etc by Mark Slee · 18 years ago
  44. 96a6bbe Python remote printing fix by Mark Slee · 18 years ago
  45. 748e576 Python generator to make __str__ and __repr__ methods for generated structs by Mark Slee · 18 years ago
  46. f77ff06 Prefix php names with service_ to avoid naming conflicts and use False not false in python by Mark Slee · 18 years ago
  47. 6979bdb Use vector<> instead of list<> in Thrift-gen'd C++ code by Mark Slee · 18 years ago
  48. fdbee81 Thrift compiler to tokenize args by " " so you can use script files by Mark Slee · 18 years ago
  49. 1c4a559 Change thrift require_once to include_once by Mark Slee · 18 years ago
  50. 9a89f9b Fix typo, missing underscore in thrift compiler variable by Mark Slee · 18 years ago
  51. 794993d Change run() to serve() in all Thrift server interfaces by Mark Slee · 18 years ago
  52. 4e755ca Thrift: Rename run() to serve() in java interfaces by Mark Slee · 18 years ago
  53. 018b699 Thrift: generate Processors not Servers by Mark Slee · 18 years ago
  54. aff9f8e Thrift: generate python dictionaries and STL maps for server side process function lookups by Mark Slee · 18 years ago
  55. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  56. 085267d -- added stubs for readEnd() and writeEnd() by Aditya Agarwal · 18 years ago
  57. d265552 Thrift: Change Java/C++ server generation by Mark Slee · 18 years ago
  58. c967656 Thrift Python server code generation by Mark Slee · 18 years ago
  59. 4ecbebc Add multiserver generation to C++ Thrift by Mark Slee · 18 years ago
  60. aeac192 Thrift, Make sure gen'd code initializes empty containers in php / python by Mark Slee · 18 years ago
  61. e50b309 Ooops, forgot to svn add the new code gen files by Mark Slee · 18 years ago
  62. fc89d39 Thrift and Python: Made to be together by Mark Slee · 18 years ago
  63. dafa3cf Thrift C++ code generation improvements by Mark Slee · 18 years ago
  64. b7f58ff More Thfirt code-gen improvements by Mark Slee · 18 years ago
  65. 78f58e2 Thrift generation for Java by Mark Slee · 18 years ago
  66. 9cb7c61 Thrift compiler improvements, two modes for PHP by Mark Slee · 18 years ago
  67. 6e1555f Make separate dirs for CPP and Python versions of Thrift compiler by Mark Slee · 18 years ago
  68. d97eb61 Fixed handling of signed 64bit integers to support 32bit and 64bit architectures by Marc Slemko · 18 years ago
  69. b09f588 Uber configure.ac/Makefile.am and configure.ac/Makefile.am for lib/php and compiler by Marc Slemko · 18 years ago
  70. c693640 Thrift php generator in python. Cleaned up parser and cpp generator by Marc Slemko · 18 years ago
  71. 26253b2 straggler by Marc Slemko · 18 years ago
  72. 1ab2878 thrift.py => /usr/local/bin/thrift by Marc Slemko · 18 years ago
  73. 53027fc Python installer for thrift idl compiler by Marc Slemko · 18 years ago
  74. bf4fd19 Modified C++ code-gen to create default constructors for all non-string primitives so that auto variable instances of structs aren't populated with by Marc Slemko · 18 years ago
  75. 1785985 Added namespace declaration by Marc Slemko · 18 years ago
  76. d8b1051 You scream, I scream, We all scream for exceptions by Marc Slemko · 18 years ago
  77. e6889de Fixed a few typos - test client and server samples now working with new code generation by Marc Slemko · 18 years ago
  78. 91f6748 Added function name to read/writeMessageBegin args by Marc Slemko · 18 years ago
  79. 66d67d8 Groundwork for exception support: by Marc Slemko · 18 years ago
  80. 5b126d6 Groundwork for exception support: by Marc Slemko · 18 years ago
  81. 0b4ffa9 Added read/write I16, U16 and Bool methods to TProtocol by Marc Slemko · 18 years ago
  82. 27340eb Fixed parser to ensure that map key-type and set value-type are comparable (ie primivitive or a typedef that resolves to a primitive) at parse-time by Marc Slemko · 18 years ago
  83. c4eb9e8 Fixed serialization logic for collections containing typedefs or enums by Marc Slemko · 18 years ago
  84. db14e17 Modified cpp code generation to build read/write methods for each non-primitive type rather than inlining all serialization in client/server function handlers by Marc Slemko · 18 years ago
  85. c0e07a2 Modified cpp code generation to build read/write methods for each non-primitive type rather than inlining all serialization in client/server function handlers by Marc Slemko · 18 years ago
  86. b2039e7 python parser for thrift using ply lalr generator by Marc Slemko · 18 years ago
  87. 52f643d Thrift compiler support for inline PHP client code by Mark Slee · 18 years ago
  88. 002e646 More boosification of thrift driver, server, transport and protocol code by Marc Slemko · 18 years ago
  89. 6e53644 Thrift now works in PHP, hot stuff by Mark Slee · 19 years ago
  90. d173407 Adjust the Thrift compiler makefile to clean up after the obj/ folder that it builds into by Mark Slee · 19 years ago
  91. b15a68b Thrift compiler now compiles both native Java and C++ code by Mark Slee · 19 years ago
  92. e854063 Rev 2 of Thrift, the Pillar successor by Mark Slee · 19 years ago
  93. 3198572 Baseline commit for thrift, which is pillar v2 by Mark Slee · 19 years ago