1. 07ef3a9 Make the Perl generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  2. 6a4b82c Make the Ruby generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  3. 320e45c Make the Python generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  4. 9d65bf0 Make the C# generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  5. 919ae80 Fix a stale debug message. by David Reiss · 17 years ago
  6. 54b602b Make the Cocoa generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  7. 3b45501 Make the Smalltalk generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  8. 9f64615 Fix a typo in a warning message in thrifty.yy. by David Reiss · 17 years ago
  9. 10ae20f Fix a warning message. by David Reiss · 17 years ago
  10. 771f8c7 Make the Java generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  11. 9a08dc6 Make the C++ generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  12. 79eca14 Infrastructure for a language-neutral namespace declaration. by David Reiss · 17 years ago
  13. 399442b Fix a typo by David Reiss · 17 years ago
  14. f07d48e Fix to the throws clause validation by Mark Slee · 17 years ago
  15. 91f2b7b Validate that throws clauses in Thrift contain only exceptions by Mark Slee · 17 years ago
  16. 76f2c88 thrift: Add -cpp_use_include_prefix flag to compiler by kholst · 17 years ago
  17. 7f42bcf Thrift: C# Bindings. by David Reiss · 17 years ago
  18. 204420f Thrift: MinGW port. by David Reiss · 17 years ago
  19. 15457c9 Thrift: Smalltalk prefix support. by David Reiss · 17 years ago
  20. 6f9ac3f Thrift compiler now enforces uniqueness of field identifiers by Mark Slee · 17 years ago
  21. bd58822 Merging in some Smalltalk changes from Patrick Collison by Mark Slee · 17 years ago
  22. 7816572 Modify Thrift parser to disallow optional/required keywords in argument lists by Mark Slee · 17 years ago
  23. 7e9eea4 Adding Cocoa generator to Thrift by Mark Slee · 17 years ago
  24. c6fc329 Thrift: Support for explicit Python module declaration. by David Reiss · 17 years ago
  25. 27ed6ec Merging Jake Luciani's latest perl code gen fixes by Mark Slee · 17 years ago
  26. 8320a92 Thrift: Merging external patch. by David Reiss · 17 years ago
  27. cbd4bac Thrift: docstring revamp step 2. by David Reiss · 17 years ago
  28. cdffe26 Thrift: docstring revamp step 1. by David Reiss · 17 years ago
  29. c2532a9 Thrift: Allow whole program doctext. by David Reiss · 17 years ago
  30. 1ac0580 Thrift: Change docstring syntax. by David Reiss · 17 years ago
  31. d0767c5 Fix Thrift compiler to support reuse of enums and constants in later constants by Mark Slee · 17 years ago
  32. 58dfb4f Lots of Ruby code generation improvements by Mark Slee · 18 years ago
  33. e9ce01c Apply thrift license to all files in compiler by Mark Slee · 18 years ago
  34. 8d725a2 Add explicit binary type to Thrift by Mark Slee · 18 years ago
  35. afc7654 Take brackets out of cpp_type bit by Mark Slee · 18 years ago
  36. 6a47fed Thrift supports the "senum" type now by Mark Slee · 18 years ago
  37. 748d83f xsd_attrs are a FieldList now, so you can have multiple of them and they are typed by Mark Slee · 18 years ago
  38. 7df0e2a Thrift support for the xsd_nillable attribute by Mark Slee · 18 years ago
  39. 21135c3 Adding XSD attribute support by Mark Slee · 18 years ago
  40. f53b5cf adding documentation syntax to thrift by ccheever · 18 years ago
  41. 7ff3245 Default values and nullification for thrift code by Mark Slee · 18 years ago
  42. 0d9199e xsd_namespace keyword for thrift by Mark Slee · 18 years ago
  43. cc11b06 Rename some thrif tcompiler files by Mark Slee · 18 years ago[Renamed from compiler/cpp/src/thrift.y]
  44. 36bfa2e Allow field elements to be optional in thrift with xsd_optional keyword by Mark Slee · 18 years ago
  45. b6200d8 Add comma-separated list of type "slist" to thrift by Mark Slee · 18 years ago
  46. 782abbb Add xsd_all keyword to Thrift by Mark Slee · 18 years ago
  47. e888b37 Add PHP namespacing support to Thrift by Mark Slee · 18 years ago
  48. 67fc634 Strings in JSON style thrift constants do not need quotes by Mark Slee · 18 years ago
  49. aa7671d Thrift supports arbitrarily typed constants across all languages by Mark Slee · 18 years ago
  50. 3015287 Thrift compiler frontend support for constants by Mark Slee · 18 years ago
  51. 04cc605 Comma after ENUM with no explicit value by Mark Slee · 18 years ago
  52. 2329a83 Allow single dash or double dash for thrift flags by Mark Slee · 18 years ago
  53. 207cb46 Make commas and/or semicolons both optional in thrift by Mark Slee · 18 years ago
  54. f0712dc Update thrift compiler for new syntax, generate new form of C++ code by Mark Slee · 18 years ago
  55. 4f8da1d Allow the specification of custom container types in Thrift IDL files by Mark Slee · 18 years ago
  56. f5377b3 Thrift compiler code cleanup, comments, php inline generation, etc by Mark Slee · 18 years ago
  57. 4e755ca Thrift: Rename run() to serve() in java interfaces by Mark Slee · 18 years ago
  58. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  59. 78f58e2 Thrift generation for Java by Mark Slee · 18 years ago
  60. 9cb7c61 Thrift compiler improvements, two modes for PHP by Mark Slee · 18 years ago
  61. 6e1555f Make separate dirs for CPP and Python versions of Thrift compiler by Mark Slee · 18 years ago[Renamed from compiler/src/thrift.y]
  62. 52f643d Thrift compiler support for inline PHP client code by Mark Slee · 18 years ago
  63. b15a68b Thrift compiler now compiles both native Java and C++ code by Mark Slee · 19 years ago
  64. e854063 Rev 2 of Thrift, the Pillar successor by Mark Slee · 19 years ago
  65. 3198572 Baseline commit for thrift, which is pillar v2 by Mark Slee · 19 years ago