summaryrefslogtreecommitdiff
path: root/lib/cpp/src/thrift/concurrency/TimerManager.cpp
Commit message (Expand)AuthorAgeFilesLines
* THRIFT-4962 Fix deadlock in TimerManager::stopGuillaume Blanc2019-09-211-1/+1
* THRIFT-4776:Modernize c++11 code by clang-tidy (#1732)cyy2019-02-081-5/+4
* THRIFT-4762: Applied some C++11 refactorings to the runtime library and compi...Sebastian Zenker2019-01-291-8/+8
* use chronocyy2019-01-221-58/+33
* remove stdcxx namespace and use std directlycyy2019-01-071-2/+2
* THRIFT-4327: add API to efficiently remove a single timerFrancois Ferrand2017-09-211-7/+35
* THRIFT-4292: Implement TimerManager::remove()Francois Ferrand2017-09-081-1/+15
* THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_...James E. King, III2017-08-101-1/+1
* THRIFT-3757 Fix various compile warnings with VS2015tpcwang2016-03-291-2/+1
* THRIFT-3067 C++ cppcheck performance related warningsRoger Meier2015-04-261-1/+1
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-40/+41
* Revert "THRIFT-2729: C++ - .clang-format created and applied"Konrad Grochowski2014-11-181-41/+40
* THRIFT-2729: C++ - .clang-format created and appliedKonrad Grochowski2014-11-181-40/+41
* THRIFT-2071 clang 3.2 reports warning when comparing shared_ptr<X> == NULLRoger Meier2013-06-291-1/+1
* THRIFT-2014 Change C++ lib includes to use <namespace/> style throughoutRoger Meier2013-06-101-3/+3
* THRIFT-1753: Multiple C++ Windows, OSX, and iOS portability issuesCarl Yeksigian2013-06-071-1/+14
* THRIFT-1690 Sockets and Pipe Handles truncated on Win64Roger Meier2012-10-041-1/+9
* THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/'Roger Meier2012-04-131-0/+284