1. 282e440 THRIFT-2045: C++ compiler warning and build cleanup by Ben Craig · 11 years ago
  2. 83767a7 THRIFT-2200: nested structs cause generate_fingerprint() to slow down at excessive CPU load by Jens Geyer · 11 years ago
  3. 8cd3efe THRIFT-1755 Comment parsing bug by Jens Geyer · 11 years ago
  4. 7096942 THRIFT-2178:Thrift generator returns error exit code on --version by jfarrell · 11 years ago
  5. 03d4944 THRIFT-2165: Thrift Compiler fails at input files with UTF-8 BOM by Jens Geyer · 11 years ago
  6. 12c09f4 THRIFT-667 Period should not be allowed in identifier names by Jens Geyer · 11 years ago
  7. 6d7473d THRIFT-1960 main() declares 22 unused gen bools Patch: Randy Abernethy by Roger Meier · 12 years ago
  8. 061d4a2 THRIFT-1695 allow warning-free compilation in VS 2012 and GNU 4.6 by Roger Meier · 12 years ago
  9. 2fd8a15 Thrift-1680:Make install requires GNU make Client: build patch: Jake Farrell by Jake Farrell · 12 years ago
  10. 7ae13e1 Thrift-1366: Delphi generator, lirbrary and unit test. by Jake Farrell · 13 years ago
  11. cff8357 THRIFT-1288. cpp: Allow typedefed exceptions in throws clauses by Bryan Duxbury · 13 years ago
  12. 887ff75 THRIFT-1276 Add thrift compiler option to suppress warnings about by Roger Meier · 13 years ago
  13. c7206a4 THRIFT-1270. compiler: add --allow-neg-keys argument to allow by Bryan Duxbury · 13 years ago
  14. bdca9f6 THRIFT-1069. general: Add command line option to prevent thrift from inserting gen-* directories by Bryan Duxbury · 14 years ago
  15. 1606f25 THRIFT-1006. java: Impossible to correctly qualify an enum constant in an external thrift file by Bryan Duxbury · 14 years ago
  16. 3b76fa3 THRIFT-955 remove CharLowerBuff function for mingw based Thrift Compiler by Roger Meier · 14 years ago
  17. 9f0a786 THRIFT-897. compiler: Don't allow unqualified constant access to enum values by Bryan Duxbury · 14 years ago
  18. 5ad1260 THRIFT-874. Include missing time.h in two compiler files by David Reiss · 14 years ago
  19. a1e268c THRIFT-770. build: Get 'make dist' to work without first compiling source code by Bryan Duxbury · 15 years ago
  20. 0137af6 THRIFT-611. Under Windows when compiling using MinGW, includes are incorrectly resolved due to '/' <-> '\' havoc. by Bryan Duxbury · 15 years ago
  21. 3bb5e05 THRIFT-683. Remove profanity by David Reiss · 15 years ago
  22. 2d80470 THRIFT-632. java: Constants of enum types don't behave well by Bryan Duxbury · 15 years ago
  23. a145b4d THRIFT-423. -strict should turn omitted field ids into compile error by Bryan Duxbury · 16 years ago
  24. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  25. 13083d6 THRIFT-294. Remove @author tags by Bryan Duxbury · 16 years ago
  26. a9ea68b Make the PHP generator dynamic. by David Reiss · 16 years ago
  27. 4ba6710 Make the XSD generator dynamic. by David Reiss · 16 years ago
  28. a204783 Make the Erlang generator dynamic. by David Reiss · 16 years ago
  29. bbbbe88 THRIFT-325. Include t_generator.h in main.cc by David Reiss · 16 years ago
  30. dd08f6d (THRIFT-40) Add -version switch to the compiler to show the Thrift version by David Reiss · 17 years ago
  31. ab55ed5 Include limits.h in the compiler for PATH_MAX by David Reiss · 17 years ago
  32. 9f2a5d7 Rename "alterl" to "erl". by David Reiss · 17 years ago
  33. f2e66c1 Remove all of the old Erlang stuff in preparation for renaming alterl. by David Reiss · 17 years ago
  34. 76f0d11 Generator for alternative erl bindings, as well as a few more changes to lib code. by David Reiss · 17 years ago
  35. 5245f40 Print an error instead of segfaulting with a bad compiler command line. by David Reiss · 17 years ago
  36. 9d866ac Add newlines to some warning messages in the compiler. by David Reiss · 17 years ago
  37. 0babe40 Fix some warnings caused by treating string literals as non-const. by David Reiss · 17 years ago
  38. 739cbe2 Add a few missing includes. by David Reiss · 17 years ago
  39. 2b386c5 Make the Perl generator dynamic. by David Reiss · 17 years ago
  40. a640cea Make the Ruby generator dynamic. by David Reiss · 17 years ago
  41. 558e399 Make the Python generator dynamic. by David Reiss · 17 years ago
  42. 861869b Make the C# generator dynamic. by David Reiss · 17 years ago
  43. d01c64d Make the Cocoa generator dynamic. by David Reiss · 17 years ago
  44. a890b57 Make the Smalltalk generator dynamic. by David Reiss · 17 years ago
  45. af3ab26 Make the Haskell generator dynamic. by David Reiss · 17 years ago
  46. f0521b1 Make the OCaml generator dynamic. by David Reiss · 17 years ago
  47. f10984b Include <cassert> in main.cc. by David Reiss · 17 years ago
  48. c934268 Delete code generators after using them. by David Reiss · 17 years ago
  49. 4b6a3c7 Fix a subtle bug in cpp_use_include_path. by David Reiss · 17 years ago
  50. e1404d2 Make the Java generator dynamic. by David Reiss · 17 years ago
  51. 400cd4b Make the C++ generator dynamic. by David Reiss · 17 years ago
  52. bd0db88 Infrastructure for loading code generators a bit more dynamically. by David Reiss · 17 years ago
  53. 9cc2c13 Make warnings from the Thrift compiler a little clearer. by David Reiss · 17 years ago
  54. 3c5d2fd Thrift: Fix a bug in local reflection generation. by David Reiss · 17 years ago
  55. 91f2b7b Validate that throws clauses in Thrift contain only exceptions by Mark Slee · 17 years ago
  56. 76f2c88 thrift: Add -cpp_use_include_prefix flag to compiler by kholst · 17 years ago
  57. 7f42bcf Thrift: C# Bindings. by David Reiss · 17 years ago
  58. 204420f Thrift: MinGW port. by David Reiss · 17 years ago
  59. 6495adb Thrift: Optional support for new-style classes. by David Reiss · 17 years ago
  60. b22df7c Make inheriting from TBase and using inherited read method optional in generated Thrift PHP code by Mark Slee · 17 years ago
  61. efd37f1 Add Smalltalk support to Thrift by Mark Slee · 17 years ago
  62. 09f69e0 Add __autoload() support to Thrift-generated PHP code by Mark Slee · 17 years ago
  63. 5b74307 Thrift PHP generation Redux by Mark Slee · 17 years ago
  64. 65b7075 [thrift] Output dir selection + updated TSCons by dweatherford · 17 years ago
  65. b97b89d [thrift] give the generated Erlang service file a _thrift by Christopher Piro · 17 years ago
  66. 7e9eea4 Adding Cocoa generator to Thrift by Mark Slee · 17 years ago
  67. 47557bc Thrift: Slight tweaks to local reflection. by David Reiss · 17 years ago
  68. d779cbe Thrift: Local Reflection for C++. by David Reiss · 17 years ago
  69. 01a9f88 Add -javabean option to Thrift by Mark Slee · 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. cbd4bac Thrift: docstring revamp step 2. by David Reiss · 17 years ago
  73. cdffe26 Thrift: docstring revamp step 1. by David Reiss · 17 years ago
  74. c2532a9 Thrift: Allow whole program doctext. by David Reiss · 17 years ago
  75. 1ac0580 Thrift: Change docstring syntax. by David Reiss · 17 years ago
  76. 877237a Thrift: Catch what you throw. by David Reiss · 17 years ago
  77. ff8eb92 Thrift: Haskell library and codegen by iproctor · 17 years ago
  78. 9a41a0c Thrift: OCaml library and generator by iproctor · 18 years ago
  79. 756b1d1 Make -rest an optional param to the Thrift PHP compiler by Mark Slee · 18 years ago
  80. 2f5afce [thrift] preliminary Erlang support (initial import) by Christopher Piro · 18 years ago
  81. e9ce01c Apply thrift license to all files in compiler by Mark Slee · 18 years ago
  82. 2c44d20 Perl generator for Thrift compiler by Mark Slee · 18 years ago
  83. 8d725a2 Add explicit binary type to Thrift by Mark Slee · 18 years ago
  84. 227ac2c Ruby code gen fixes and some README improvements by Mark Slee · 18 years ago
  85. f53b5cf adding documentation syntax to thrift by ccheever · 18 years ago
  86. 7ff3245 Default values and nullification for thrift code by Mark Slee · 18 years ago
  87. 6d7d595 Ruby support for Thrift by Mark Slee · 18 years ago
  88. 36bfa2e Allow field elements to be optional in thrift with xsd_optional keyword by Mark Slee · 18 years ago
  89. b6200d8 Add comma-separated list of type "slist" to thrift by Mark Slee · 18 years ago
  90. 0e0ff7e Thrift now generates XSD files by Mark Slee · 18 years ago
  91. 3015287 Thrift compiler frontend support for constants by Mark Slee · 18 years ago
  92. 52cb223 I lied before, now thrift really supports single or double dashes by Mark Slee · 18 years ago
  93. 2329a83 Allow single dash or double dash for thrift flags by Mark Slee · 18 years ago
  94. 32c66e1 Thrift Include Path Specification by Martin Kraemer · 18 years ago
  95. f0712dc Update thrift compiler for new syntax, generate new form of C++ code by Mark Slee · 18 years ago
  96. f5377b3 Thrift compiler code cleanup, comments, php inline generation, etc by Mark Slee · 18 years ago
  97. fdbee81 Thrift compiler to tokenize args by " " so you can use script files by Mark Slee · 18 years ago
  98. fc89d39 Thrift and Python: Made to be together by Mark Slee · 18 years ago
  99. 9cb7c61 Thrift compiler improvements, two modes for PHP by Mark Slee · 18 years ago
  100. 6e1555f Make separate dirs for CPP and Python versions of Thrift compiler by Mark Slee · 18 years ago[Renamed from compiler/src/main.cc]