1. 86396c6 Add testcase for other condition judgment in the readJSONDouble function by zeshuai007 · 4 years, 10 months ago
  2. 316723a remove stdcxx namespace and use std directly by cyy · 6 years ago
  3. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 7 years ago
  4. e1832c3 THRIFT-3622: remove auto_ptr use in the codebase because it is deprecated by James E. King, III · 8 years ago
  5. 7edc8fa THRIFT-3873: fix various compiler warnings and overflow errors by James E. King, III · 8 years ago
  6. 0433d17 THRIFT-3636 Double precision is not fully preserved in C++ TJSONProtocol by Wang Yaofu · 9 years ago
  7. a84e139 THRIFT-2411 - C++: Fixed support for UTF-16 encoding in JSON protocol by Konrad Grochowski · 9 years ago
  8. 8f11f52 THRIFT-3215 Replaces "throw new" in TJSONProtocol with a "throw" (+ testcase) by Claudius Heine · 10 years ago
  9. 5ef662b THRIFT-406 Convert C++ Test to Boost::Test by Claudius Heine · 10 years ago
  10. 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  11. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 10 years ago
  12. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 10 years ago
  13. 22888ce THRIFT-2352 msvc failed to compile thrift tests by Roger Meier · 11 years ago
  14. 5d02b80 Thrift-2029:Port C++ tests to Windows Client: cpp Patch: Ben Craig by Jake Farrell · 11 years ago
  15. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 13 years ago
  16. cbf87cb THRIFT-916: Commit THRIFT-916_fix_no-overflow.patch -- remove overflow coming from a few constants. by Christian Lavoie · 14 years ago
  17. 351e22b THRIFT-503. cpp: Move the tests built by "make check" under lib/cpp by David Reiss · 14 years ago[Renamed from test/JSONProtoTest.cpp]
  18. e5eef13 cpp: Resolve an ambiguous overload in some tests by David Reiss · 16 years ago
  19. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 16 years ago
  20. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 16 years ago
  21. 28f298d Memory-based transport rewrite. by David Reiss · 17 years ago
  22. 2a4bfd6 Clean up the unit tests. by David Reiss · 17 years ago
  23. 4a8f46c Add more complete base64 testing for C++ JSON protocol. by David Reiss · 17 years ago
  24. db0ea15 Thrift: Add a full-featured JSON protocol for C++. by David Reiss · 17 years ago