summaryrefslogtreecommitdiff
path: root/tutorial/cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove execute bit from plain text files in git (#2611)Christopher Tubbs2022-05-241-0/+0
* Use modern OpenSSL cmake syntax (if available), and larger cmake cleanupMario Emmenlauer2021-09-021-3/+3
* THRIFT-5168 Useless generated code when .thrift file only has service typezeshuai0072020-04-212-5/+2
* THRIFT-4896 - prevent cpp and c_glib include directories from leaking into ot...Kevin Wojniak2019-07-011-1/+1
* THRIFT-4762: Applied some C++11 refactorings to the runtime library and compi...Sebastian Zenker2019-01-291-9/+9
* THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactorycyy2019-01-111-2/+2
* THRIFT-4720: documenting breaking changes, minor cleanupJames E. King III2019-01-091-1/+2
* remove stdcxx namespace and use std directlycyy2019-01-072-24/+22
* configure.ac, Makefile.am: introduce THRIFT variable to support cross-compila...Thomas Petazzoni2017-09-091-2/+0
* THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_...James E. King, III2017-08-102-24/+24
* THRIFT-3873: fix various compiler warnings and overflow errorsJames E. King, III2017-01-201-2/+6
* THRIFT-2835 Add possibility to distribute generators separately from thrift c...Nobuaki Sukegawa2016-09-261-2/+1
* THRIFT-3424 Add CMake android build optionNobuaki Sukegawa2015-11-231-1/+1
* THRIFT-3274 calling "make clean" twice in a row yields make errorRoger Meier2015-11-031-1/+1
* THRIFT-2423 Facebook's THeader protocol and transport for cppDave Watson2015-11-041-0/+2
* THRIFT-3305: Missing dist files for 0.9.3 release candidatejfarrell2015-08-251-0/+1
* THRIFT-3219 Provide a C++ tutorial on server-side IP logging andBen Craig2015-07-042-22/+110
* THRIFT-727 - C++: what() method of generated exceptions will provide more inf...Konrad Grochowski2015-05-182-2/+3
* THRIFT-2971 - C++ test and tutorial parallel build is unstableNobuaki Sukegawa2015-02-021-0/+3
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-183-15/+8
* Revert "THRIFT-2729: C++ - .clang-format created and applied"Konrad Grochowski2014-11-183-8/+15
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-183-15/+8
* THRIFT-2802: cpp - tutorial warnings removedKonrad Grochowski2014-11-062-3/+2
* cpp: fix automake dependencies and make ProcessorTest.cpp compilable againRoger Meier2014-10-221-1/+1
* THRIFT-2602 fix missing dist filesRoger Meier2014-10-221-1/+2
* THRIFT-2786 Cpp Tutorial: Make TThreadPoolServer / TThreadedServer a bit easi...Jens Geyer2014-10-141-0/+3
* THRIFT-1462 add more strict compiler flagsRoger Meier2014-10-131-1/+1
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-26/+26
* THRIFT-2768: Whitespace FixupJens Geyer2014-10-031-26/+26
* THRIFT-2716 - removed warnings from some Makefile.amsKonrad Grochowski2014-09-291-4/+1
* THRIFT-2691 - C++ tutorial: printfs removed, generated operator<< usedKonrad Grochowski2014-09-082-24/+21
* THRIFT-2367 Build failure: stdlib and boost both define uint64_tRoger Meier2014-02-192-4/+0
* THRIFT-2229 thrift failed to build on OSX 10.9 GMRoger Meier2013-11-162-11/+11
* THRIFT-1829 cpp unit tests fail to build using multiple make jobsRoger Meier2013-01-151-0/+1
* remove unused variableRoger Meier2012-10-241-1/+1
* THRIFT-1735 integrate tutorial into regular buildRoger Meier2012-10-242-35/+82
* THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/'Roger Meier2012-04-132-11/+11
* THRIFT-920. cpp: C++ Test and Tutorial does not compile anymore due to the ch...Bryan Duxbury2010-09-272-6/+6
* THRIFT-387. Add license headers to a bunch of filesDavid Reiss2009-03-303-0/+57
* cpp: Eliminate a buffer overflow in the tutorial serverDavid Reiss2009-03-261-2/+2
* THRIFT-270: change cpp namespaces from facebook::thrift to apache::thriftT Jake Luciani2009-01-312-7/+7
* Make "make clean" rules a bit more standard.David Reiss2008-02-241-1/+1
* Thrift: Whitespace cleanup.David Reiss2008-02-061-3/+3
* sprintf fix on C++ tutorial serverMark Slee2007-04-111-1/+3
* Thrift TutorialMark Slee2007-03-073-0/+214