summaryrefslogtreecommitdiff
path: root/lib/cpp/test/processor/ProcessorTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-5225: Use nullptr instead of NULLzeshuai0072020-06-141-1/+1
* THRIFT-4762: Applied some C++11 refactorings to the runtime library and compi...Sebastian Zenker2019-01-291-8/+8
* THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactorycyy2019-01-111-3/+3
* remove stdcxx namespace and use std directlycyy2019-01-071-79/+79
* THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_...James E. King, III2017-08-101-89/+89
* THRIFT-4276:Add SSL support to the C++ Nonblocking ServerDivya Thaluru2017-08-061-3/+5
* THRIFT-3932 fixed ThreadManager concurrency issues, added more tests in that ...James E. King, III2016-11-121-1/+1
* THRIFT-3437 Fixed MinGW-w64 buildAntonio Di Monaco2016-01-061-0/+11
* THRIFT-3246 Reduce the number of trivial warnings in Windows C++ CMake buildsben-craig2015-07-151-2/+2
* THRIFT-727 - C++: what() method of generated exceptions will provide more inf...Konrad Grochowski2015-05-181-0/+3
* THRIFT-2893 CMake build fails with boost thread or std threadNobuaki Sukegawa2014-12-211-3/+3
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-122/+96
* Revert "THRIFT-2729: C++ - .clang-format created and applied"Konrad Grochowski2014-11-181-96/+122
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-122/+96
* THRIFT-2827: C++ - Remove unused tr1/functional include from ProcessorTestKonrad Grochowski2014-11-151-1/+0
* THRIFT-2801: cpp - compilation warnings removed from test suiteKonrad Grochowski2014-11-061-4/+3
* cpp: fix automake dependencies and make ProcessorTest.cpp compilable againRoger Meier2014-10-221-81/+81
* Thrift-1607:Incorrect file modes for several source filesJake Farrell2012-05-171-0/+0
* THRIFT-1336 thrift: added server and processor test codeRoger Meier2012-05-111-0/+941