1. d6a42e1 THRIFT-5602: Use std::unique_ptr instead of boost::scoped_array by Sutou Kouhei · 2 years, 6 months ago
  2. 26681fb THRIFT-5225: Use nullptr instead of NULL Patch: Zezeng Wang by zeshuai007 · 4 years, 7 months ago
  3. 6475016 THRIFT-4776:Modernize c++11 code by clang-tidy (#1732) by cyy · 6 years ago
  4. 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 6 years ago
  5. 9fed901 fix static analyzer warings by cyy · 6 years ago
  6. ca8af9b THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory by cyy · 6 years ago
  7. 316723a remove stdcxx namespace and use std directly by cyy · 6 years ago
  8. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 7 years ago
  9. f98d59f THRIFT-3757 Fix various compile warnings with VS2015 by tpcwang · 9 years ago
  10. 796667b THRIFT-3437 Fixed MinGW-w64 build Client: Build Patch: Antonio Di Monaco by Antonio Di Monaco · 9 years ago
  11. e9bdb41 THRIFT-3329: fix C++ tests incompatibility with boost-1.59 by Konrad Grochowski · 9 years ago
  12. 8349425 THRIFT-3099 cmake build is broken on FreeBSD by Marco Molteni · 10 years ago
  13. 3b5dacb THRIFT-2849: spelling errors fixed using codespell tool by Konrad Grochowski · 10 years ago
  14. 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  15. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 10 years ago
  16. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  17. b3f5ffc THRIFT-2801: cpp - compilation warnings removed from test suite by Konrad Grochowski · 10 years ago
  18. 5d02b80 Thrift-2029:Port C++ tests to Windows Client: cpp Patch: Ben Craig by Jake Farrell · 11 years ago
  19. 967600e THRIFT-1850 make check hangs on TSocket tests in TransportTest.cpp by Roger Meier · 12 years ago
  20. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 13 years ago
  21. 02c827b THRIFT-1562 Fix issue with TFramedTransport::readSlow Patch: Dave Watson by Roger Meier · 13 years ago
  22. 6f7681f THRIFT-1361 revert compiler/cpp/src/thrifty.yy change by Roger Meier · 13 years ago
  23. 3b771a1 THRIFT-916 compile with -Wall -Wextra without warning on Debian Lenny by Roger Meier · 14 years ago
  24. 01c5ceb THRIFT-916: Fix warnings in C++ when compiling with -Wall. by Christian Lavoie · 14 years ago
  25. 4f42ef7 THRIFT-953: Fix compilation of TransportTest.cpp on Mac (actual tests still fail) and fix boost m4 macros for Mac. by Christian Lavoie · 14 years ago
  26. 0069cc4 THRIFT-916 no errors on GNU/Linux when compiling with CXXFLAGS="-Wall -Wextra -pedantic" by Roger Meier · 14 years ago
  27. 109693c THRIFT-929. cpp: Convert tests to use boost 1.37 by David Reiss · 14 years ago
  28. 0a2d81e THRIFT-926. cpp: Fix inconsistencies in transport read() behavior by David Reiss · 14 years ago
  29. e5c435c THRIFT-929. cpp: Add tests to verify blocking read behavior by David Reiss · 14 years ago
  30. d4788df THRIFT-929. cpp: Test wrapper transports more thoroughly by David Reiss · 14 years ago
  31. 0c025e8 THRIFT-929. cpp: Update TransportTest to test TSocket by David Reiss · 14 years ago
  32. 65e62d3 THRIFT-929. cpp: Reduce default buffer sizes for TransportTest by David Reiss · 14 years ago
  33. 4f9efdb THRIFT-926. cpp: Fix bugs in TFileTransport::flush() by David Reiss · 14 years ago
  34. a0e1159 THRIFT-926. cpp: remove "standalone" distinction in TZlibTransport by David Reiss · 14 years ago
  35. e94fa33 THRIFT-926. cpp: Make TZlibTransport::flush() behave like other transports by David Reiss · 14 years ago
  36. 35dc769 THRIFT-929. cpp: Add unit test for transport functionality by David Reiss · 14 years ago