summaryrefslogtreecommitdiff
path: root/lib/cpp/test/JSONProtoTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add testcase for other condition judgment in the readJSONDouble functionzeshuai0072020-03-311-1/+10
* remove stdcxx namespace and use std directlycyy2019-01-071-18/+18
* THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_...James E. King, III2017-08-101-19/+20
* THRIFT-3622: remove auto_ptr use in the codebase because it is deprecatedJames E. King, III2017-02-101-3/+4
* THRIFT-3873: fix various compiler warnings and overflow errorsJames E. King, III2017-01-201-1/+2
* THRIFT-3636 Double precision is not fully preserved in C++ TJSONProtocolWang Yaofu2016-02-171-9/+9
* THRIFT-2411 - C++: Fixed support for UTF-16 encoding in JSON protocolKonrad Grochowski2015-10-161-0/+69
* THRIFT-3215 Replaces "throw new" in TJSONProtocol with a "throw" (+ testcase)Claudius Heine2015-07-081-0/+19
* THRIFT-406 Convert C++ Test to Boost::TestClaudius Heine2015-06-291-62/+158
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-20/+16
* Revert "THRIFT-2729: C++ - .clang-format created and applied"Konrad Grochowski2014-11-181-16/+20
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-20/+16
* THRIFT-2352 msvc failed to compile thrift testsRoger Meier2014-02-091-1/+1
* Thrift-2029:Port C++ tests to WindowsJake Farrell2014-01-071-0/+1
* THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/'Roger Meier2012-04-131-2/+2
* THRIFT-916: Commit THRIFT-916_fix_no-overflow.patch -- remove overflow coming...Christian Lavoie2010-11-281-2/+2
* THRIFT-503. cpp: Move the tests built by "make check" under lib/cppDavid Reiss2010-08-311-0/+159