1. c7206a4 THRIFT-1270. compiler: add --allow-neg-keys argument to allow by Bryan Duxbury · 13 years ago
  2. bdca9f6 THRIFT-1069. general: Add command line option to prevent thrift from inserting gen-* directories by Bryan Duxbury · 14 years ago
  3. 1606f25 THRIFT-1006. java: Impossible to correctly qualify an enum constant in an external thrift file by Bryan Duxbury · 14 years ago
  4. 77215d8 THRIFT-916: Fix warnings in C++ when compiling with -Wall. In this case, in the flex output, in the new c_glib generator and an actual bug in the parser that couldn't actually trigger. by Christian Lavoie · 14 years ago
  5. 213a664 THRIFT-582 C(c_glib) implementation of Thrift by Roger Meier · 14 years ago
  6. 0069cc4 THRIFT-916 no errors on GNU/Linux when compiling with CXXFLAGS="-Wall -Wextra -pedantic" by Roger Meier · 14 years ago
  7. 41d3058 THRIFT-868. Make const values work properly with typdefs by David Reiss · 14 years ago
  8. 9e7ba8c compiler: Move t_type::generate_fingerprint to a .cc file by David Reiss · 14 years ago
  9. bdd6261 Fix enum value lookups in C++ by David Reiss · 14 years ago
  10. 8d7667c Don't segfault if t_enum::get_constant_by_name fails by David Reiss · 14 years ago
  11. cb0218f THRIFT-897. compiler: Don't allow unqualified enum constant references by Bryan Duxbury · 14 years ago
  12. bbff4a8 Fix to the catch-all namespace commit by Bryan Duxbury · 14 years ago
  13. fb790d7 Allow "*" as a catch-all namespace. by David Reiss · 14 years ago
  14. aca320d THRIFT-507. Stop using boost::lexical_cast in the compiler by David Reiss · 14 years ago
  15. 4d8a9cd THRIFT-877. compiler: smalltalk namespace doesn't work by Bryan Duxbury · 14 years ago
  16. e3ba349 Clean up some style from r987565 by David Reiss · 14 years ago
  17. 681f5ea compiler: make a standard way for language generators to accept sub-namespaces by Bryan Duxbury · 14 years ago
  18. 34b530f THRIFT-570. Thrift compiler does not error when duplicate method names are present by Bryan Duxbury · 14 years ago
  19. 8fc413f THRIFT-554. multiple enums with the same key generate invalid code by Bryan Duxbury · 14 years ago
  20. c687712 THRIFT-133. fix a small bug with smalltalk.prefix and smalltalk.package namespaces. by Bryan Duxbury · 14 years ago
  21. e0ac3ab THRIFT-133. 'namespace ruby' should error out, or be an alias to 'namespace rb' by Bryan Duxbury · 14 years ago
  22. 656683c THRIFT-808. Segfault when constant declaration references a struct field that doesn't exist by Bryan Duxbury · 15 years ago
  23. 53c10e0 THRIFT-564. Support arbitrary annotations on struct fields by David Reiss · 15 years ago
  24. 2d80470 THRIFT-632. java: Constants of enum types don't behave well by Bryan Duxbury · 15 years ago
  25. ab3666e THRIFT-409. java: Add "union" to Thrift by Bryan Duxbury · 15 years ago
  26. ff219ac THRIFT-236. Structs should be serialized in a consistent order by Bryan Duxbury · 16 years ago
  27. ebb6cc4 THRIFT-445. Revert r760201 "THRIFT-236. Sort fields in id order during parsing" by David Reiss · 16 years ago
  28. 7247b8c cpp: Fix compiler and library compilation with newer glibc by David Reiss · 16 years ago
  29. 566a987 THRIFT-236. Sort fields in id order during parsing by David Reiss · 16 years ago
  30. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  31. 6ce401d THRIFT-136. s/async/oneway/ in misc places by David Reiss · 16 years ago
  32. 4732925 THRIFT-136. s/async/oneway/ in compiler variables by David Reiss · 16 years ago
  33. 13083d6 THRIFT-294. Remove @author tags by Bryan Duxbury · 16 years ago
  34. 554ea6f Make the PHP generator use non-hardcoded namespaces. by David Reiss · 16 years ago
  35. 92e10d8 Make the XSD generator use non-hardcoded namespaces. by David Reiss · 16 years ago
  36. a230999 THRIFT-121. Support arbitrary type annotations by David Reiss · 16 years ago
  37. f011bd4 Make t_field inherit from t_doc instead of reimplementing it by David Reiss · 16 years ago
  38. f145416 Partial handlling of 64-bit integer constants. by David Reiss · 17 years ago
  39. 8df6c82 Switch md5 implementations. by David Reiss · 17 years ago
  40. f5ece05 Fix a segfault in the compiler. by David Reiss · 17 years ago
  41. 07ef3a9 Make the Perl generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  42. 6a4b82c Make the Ruby generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  43. 320e45c Make the Python generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  44. 9d65bf0 Make the C# generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  45. 54b602b Make the Cocoa generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  46. 3b45501 Make the Smalltalk generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  47. 968bed8 Initialize the binary_ field of t_base_type. by David Reiss · 17 years ago
  48. 6d94390 Don't allow async (no return) functions that throw exceptions. by David Reiss · 17 years ago
  49. 771f8c7 Make the Java generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  50. 9a08dc6 Make the C++ generator use non-hardcoded namespaces. by David Reiss · 17 years ago
  51. 79eca14 Infrastructure for a language-neutral namespace declaration. by David Reiss · 17 years ago
  52. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 17 years ago
  53. 32007a5 Fix set_name compiler method signature by Mark Slee · 17 years ago
  54. 76f2c88 thrift: Add -cpp_use_include_prefix flag to compiler by kholst · 17 years ago
  55. 1c4ced7 Generate structs/exceptions in declared order by Mark Slee · 17 years ago
  56. 7f42bcf Thrift: C# Bindings. by David Reiss · 17 years ago
  57. 204420f Thrift: MinGW port. by David Reiss · 17 years ago
  58. f845b7d Make base set_name take const std:string& instead of std:string by Mark Slee · 17 years ago
  59. 15457c9 Thrift: Smalltalk prefix support. by David Reiss · 17 years ago
  60. 6f9ac3f Thrift compiler now enforces uniqueness of field identifiers by Mark Slee · 17 years ago
  61. bd58822 Merging in some Smalltalk changes from Patrick Collison by Mark Slee · 17 years ago
  62. 5b74307 Thrift PHP generation Redux by Mark Slee · 17 years ago
  63. 5afc0aa [thrift] PHP generator: extension support by dweatherford · 17 years ago
  64. 65b7075 [thrift] Output dir selection + updated TSCons by dweatherford · 17 years ago
  65. f84b360 Thrift: Fix fingerprinting bug. by David Reiss · 17 years ago
  66. 7e9eea4 Adding Cocoa generator to Thrift by Mark Slee · 17 years ago
  67. 6ce97e3 Thrift: Forgot to commit these fixes. by David Reiss · 17 years ago
  68. 9885c68 Thrift: Generate fingerprints for non-structs. by David Reiss · 17 years ago
  69. c6fc329 Thrift: Support for explicit Python module declaration. by David Reiss · 17 years ago
  70. dd7796f Thrift: Fix untriggerable bug. by David Reiss · 17 years ago
  71. 18bf22d Thrift: Generate structural fingerprints for thrift structs. by David Reiss · 17 years ago
  72. 27ed6ec Merging Jake Luciani's latest perl code gen fixes by Mark Slee · 17 years ago
  73. 8320a92 Thrift: Merging external patch. by David Reiss · 17 years ago
  74. cdffe26 Thrift: docstring revamp step 1. by David Reiss · 17 years ago
  75. c2532a9 Thrift: Allow whole program doctext. by David Reiss · 17 years ago
  76. d0767c5 Fix Thrift compiler to support reuse of enums and constants in later constants by Mark Slee · 17 years ago
  77. 58dfb4f Lots of Ruby code generation improvements by Mark Slee · 18 years ago
  78. e9ce01c Apply thrift license to all files in compiler by Mark Slee · 18 years ago
  79. 2c44d20 Perl generator for Thrift compiler by Mark Slee · 18 years ago
  80. 8d725a2 Add explicit binary type to Thrift by Mark Slee · 18 years ago
  81. 6a47fed Thrift supports the "senum" type now by Mark Slee · 18 years ago
  82. 748d83f xsd_attrs are a FieldList now, so you can have multiple of them and they are typed by Mark Slee · 18 years ago
  83. 7df0e2a Thrift support for the xsd_nillable attribute 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. 0d9199e xsd_namespace keyword for thrift by Mark Slee · 18 years ago
  89. 36bfa2e Allow field elements to be optional in thrift with xsd_optional keyword by Mark Slee · 18 years ago
  90. b6200d8 Add comma-separated list of type "slist" to thrift by Mark Slee · 18 years ago
  91. 782abbb Add xsd_all keyword to Thrift by Mark Slee · 18 years ago
  92. e888b37 Add PHP namespacing support to Thrift by Mark Slee · 18 years ago
  93. 807b2c6 Missing file in thrift parser, sorry d00dz! by Mark Slee · 18 years ago
  94. 3015287 Thrift compiler frontend support for constants by Mark Slee · 18 years ago
  95. f0712dc Update thrift compiler for new syntax, generate new form of C++ code by Mark Slee · 18 years ago
  96. 4f8da1d Allow the specification of custom container types in Thrift IDL files by Mark Slee · 18 years ago
  97. f5377b3 Thrift compiler code cleanup, comments, php inline generation, etc by Mark Slee · 18 years ago
  98. 4e755ca Thrift: Rename run() to serve() in java interfaces by Mark Slee · 18 years ago
  99. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 18 years ago
  100. 78f58e2 Thrift generation for Java by Mark Slee · 18 years ago