summaryrefslogtreecommitdiff
path: root/tutorial/cpp/CppClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove stdcxx namespace and use std directlycyy2019-01-071-4/+3
* THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_...James E. King, III2017-08-101-3/+4
* THRIFT-727 - C++: what() method of generated exceptions will provide more inf...Konrad Grochowski2015-05-181-0/+1
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-1/+0
* Revert "THRIFT-2729: C++ - .clang-format created and applied"Konrad Grochowski2014-11-181-0/+1
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-1/+0
* THRIFT-2802: cpp - tutorial warnings removedKonrad Grochowski2014-11-061-1/+1
* THRIFT-2691 - C++ tutorial: printfs removed, generated operator<< usedKonrad Grochowski2014-09-081-13/+11
* THRIFT-2367 Build failure: stdlib and boost both define uint64_tRoger Meier2014-02-191-2/+0
* THRIFT-2229 thrift failed to build on OSX 10.9 GMRoger Meier2013-11-161-3/+3
* remove unused variableRoger Meier2012-10-241-1/+1
* THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/'Roger Meier2012-04-131-3/+3
* THRIFT-920. cpp: C++ Test and Tutorial does not compile anymore due to the ch...Bryan Duxbury2010-09-271-2/+2
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-301-0/+19
* THRIFT-270: change cpp namespaces from facebook::thrift to apache::thriftT Jake Luciani2009-01-311-3/+3
* Thrift: Whitespace cleanup.David Reiss2008-02-061-3/+3
* Thrift TutorialMark Slee2007-03-071-0/+65