1. 4b90909 THRIFT-5773 Strong UUID wrapper for C++ by CJCombrink · 1 year, 10 months ago
  2. 1d886ca THRIFT-5772: UUID support for c++ #2952 Client: cpp Patch: CJCombrink by CJCombrink · 2 years ago
  3. cea5559 lib: cpp: protocol: declare when methods override by Christopher Friedt · 3 years, 5 months ago
  4. 86352b4 THRIFT-5237 Implement MAX_MESSAGE_SIZE and consolidate limits into a TConfiguration class by zeshuai007 · 6 years ago
  5. 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 7 years ago
  6. 316723a remove stdcxx namespace and use std directly by cyy · 7 years ago
  7. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 9 years ago
  8. 7f4be5f some 'some make style' suggestions applied to C++ files by Konrad Grochowski · 10 years ago
  9. 792db4e THRIFT-2423 Facebook's THeader protocol and transport for cpp by Dave Watson · 11 years ago
  10. 8dbe5f6 THRIFT-2199:Remove dense protocol by Randy Abernethy · 11 years ago
  11. 384f976 THRIFT-3217 Provide a little endian variant of the binary protocol in C++ by Ben Craig · 11 years ago
  12. 37b7a0a THRIFT-2874: C++ - unused field removed from TBinaryProtocol by Konrad Grochowski · 11 years ago
  13. 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 11 years ago
  14. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 11 years ago
  15. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 11 years ago
  16. 4285ba2 THRIFT-2014 Change C++ lib includes to use <namespace/> style throughout by Roger Meier · 13 years ago
  17. f42ae01 Thrift-1567:Thrift/cpp: Allow alternate classes to be used for strings by Jake Farrell · 14 years ago
  18. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 14 years ago[Renamed from lib/cpp/src/protocol/TBinaryProtocol.h]
  19. 406fc74 THRIFT-1325 Thrift SVN and latest GCC issue: Undefined symbols: "apache::thrift::protocol::TBinaryProtocolT<apache::thrift::transport::TTransport>::VERSION_MASK" by Roger Meier · 14 years ago
  20. 8dfc732 THRIFT-922. cpp: Fix C++ compilation when using list<bool> by David Reiss · 15 years ago
  21. e71115b THRIFT-922. cpp: Templatize binary and compact protocol by David Reiss · 15 years ago
  22. 6806fb8 THRIFT-922. cpp: Convert protocol classes to use non-virtual functions by David Reiss · 15 years ago
  23. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 17 years ago
  24. 13083d6 THRIFT-294. Remove @author tags by Bryan Duxbury · 17 years ago
  25. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 17 years ago
  26. 6412000 C++: Make write{Struct,Field}Begin take "name" as a const char*. by David Reiss · 18 years ago
  27. d7a16f4 Thrift: Add "#include <cstdlib>" in a few places and s/malloc/std::malloc/ by David Reiss · 18 years ago
  28. c005b1b Thrift: Distinguish between string and binary types in C++ and Java. by David Reiss · 18 years ago
  29. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 18 years ago
  30. 4e7530d Thrift: TDenseProtocol. by David Reiss · 19 years ago
  31. 96d2388 Thrift: Cleaned up whitespace. by David Reiss · 19 years ago
  32. f79031e Fixed possible Thrift serialization bug by David Reiss · 19 years ago
  33. 808454e Thrift TBinaryProtocol change by Mark Slee · 19 years ago
  34. 82a6c0f Thrift string copy construction pathces from kevin ko by Mark Slee · 19 years ago
  35. 5ea15f9 Get rid of all the using namespace and using boost:: declarations in Thrift header files by Mark Slee · 19 years ago
  36. 9f0c651 Thrift license applied to all the C++ files by Mark Slee · 19 years ago
  37. f983108 Thrift Binary protocol improvements and application exceptions by Mark Slee · 19 years ago
  38. 9abb0d6 -- Change concept of protocol and transport factory by Aditya Agarwal · 19 years ago
  39. 4af6ed7 Change Thrift c++ to new protocol wrapping transport model by Mark Slee · 19 years ago
  40. c98d050 Thrift: Added support for double type across all languages by Mark Slee · 20 years ago
  41. f5f2be4 Thrift: standardize coding style by Mark Slee · 20 years ago
  42. cfc0193 Thrift library updates, remove unsigned types by Mark Slee · 20 years ago
  43. b09f588 Uber configure.ac/Makefile.am and configure.ac/Makefile.am for lib/php and compiler by Marc Slemko · 20 years ago
  44. e6889de Fixed a few typos - test client and server samples now working with new code generation by Marc Slemko · 20 years ago
  45. 91f6748 Added function name to read/writeMessageBegin args by Marc Slemko · 20 years ago
  46. 0b4ffa9 Added read/write I16, U16 and Bool methods to TProtocol by Marc Slemko · 20 years ago
  47. d42a2c2 Rationalized include-directory schema by Marc Slemko · 20 years ago
  48. 1669885 More boosification of thrift driver, server, transport and protocol code by Marc Slemko · 20 years ago
  49. 6f038a7 Converted concurrency classes to use boost::shared_ptr and boost::weak_ptr: by Marc Slemko · 20 years ago
  50. 4e0d962 Thrift: move /lib/cpp code into /lib/cpp/src by Mark Slee · 20 years ago[Renamed from lib/cpp/protocol/TBinaryProtocol.h]
  51. f3c322b Thrift: getting rid of U32s for map/list/set/string lengths and field ids etc. by Mark Slee · 20 years ago
  52. 8d7e1f6 Update Thrift CPP libraries to work with new generated source, change underlying buffers to use uint8_t* instead of std::string by Mark Slee · 20 years ago
  53. e854063 Rev 2 of Thrift, the Pillar successor by Mark Slee · 20 years ago