1. 947ad66 THRIFT-5842: Add missing cstdint include for int64_t in Mutex.h by Sutou Kouhei · 1 year, 1 month ago
  2. d270b35 Added TNonCopyable.h in favor of boost dependency by Mario Emmenlauer · 5 years ago
  3. 042580f THRIFT-4762: Applied some C++11 refactorings to the runtime library and compiler (#1719) by Sebastian Zenker · 7 years ago
  4. 7190ca7 remove unused headers by cyy · 7 years ago
  5. ca8af9b THRIFT-4730: remove pthread code and refactor, ending up with just ThreadFactory by cyy · 7 years ago
  6. 316723a remove stdcxx namespace and use std directly by cyy · 7 years ago
  7. 82ae957 THRIFT-2221: detect C++11 and use std namespace for memory operations (smart_ptr) by James E. King, III · 9 years ago
  8. 00d4252 THRIFT-3978: tighten up pthread mutex implementation, removing asserts and replacing them with exceptions by James E. King, III · 9 years ago
  9. 9de9b1f THRIFT-2850 get windows cmake working again and building the unit tests for lib/cpp, and pass make check through cmake - also resolve some compiler warnings by Jim King · 11 years ago
  10. 16a23a6 THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 11 years ago
  11. 240120c Revert "THRIFT-2729: C++ - .clang-format created and applied" by Konrad Grochowski · 11 years ago
  12. 74260aa THRIFT-2729: C++ - .clang-format created and applied by Konrad Grochowski · 11 years ago
  13. 0069a44 THRIFT-1748 Guard and RWGuard macros defined in global namespace by Roger Meier · 13 years ago
  14. 49ff8b1 THRIFT-1552 Include paths for c/c++ should be prefixed with 'thrift/' by Roger Meier · 14 years ago[Renamed from lib/cpp/src/concurrency/Mutex.h]
  15. 3fc4819 THRIFT-1272 add subclass of ReadWriteMutex that avoids writer by Roger Meier · 14 years ago
  16. 3faaedf THRIFT-1361 Optional replacement of pthread by boost::thread by Roger Meier · 14 years ago
  17. 2e9f510 THRIFT-1333: Make RWGuard not copyable Client: cpp Patch: Dave Watson by Jake Farrell · 14 years ago
  18. c58c9e8 THRIFT-1317. cpp: Remove copy constructibility from thrift::concurrency::Guard by Bryan Duxbury · 14 years ago
  19. 0069cc4 THRIFT-916 no errors on GNU/Linux when compiling with CXXFLAGS="-Wall -Wextra -pedantic" by Roger Meier · 15 years ago
  20. 7a2065d cpp: Add profiling hooks to Mutex, ReadWriteMutex() classes by David Reiss · 16 years ago
  21. 4e19f19 cpp: non-blocking add for ThreadManager by David Reiss · 16 years ago
  22. e96fa55 cpp: Add enum and constructor to RWGuard to make read/write more visible by David Reiss · 16 years ago
  23. b9db49c cpp: Let Monitors share Mutex instances by David Reiss · 16 years ago
  24. be378f2 THRIFT-490. Clarify the comment for the Guard macro by David Reiss · 17 years ago
  25. ea2cba8 THRIFT-387. Add license headers to a bunch of files by David Reiss · 17 years ago
  26. 13083d6 THRIFT-294. Remove @author tags by Bryan Duxbury · 17 years ago
  27. b5e6221 THRIFT-270: change cpp namespaces from facebook::thrift to apache::thrift by T Jake Luciani · 17 years ago
  28. fb1c5ac Declare special mutex initializers unconditionally. by David Reiss · 18 years ago
  29. c6dab61 Thrift: Allow for alternative Mutex initializers. by David Reiss · 18 years ago
  30. 0c90f6f Thrift: Whitespace cleanup. by David Reiss · 18 years ago
  31. eaa61e4 Thrift: A hack to prevent incorrect usage of Mutex Guards. by David Reiss · 18 years ago
  32. 1454296 [Explicitly declare shared_ptr] by yunfang · 18 years ago
  33. 19cee90 THRIFT: Make the mutex assignable by boz · 18 years ago
  34. 6230967 THRIFT: Mutex and ReadWriteMutex leaked memory, now they don't by boz · 18 years ago
  35. 5362e70 THRIFT: mutex trylock support by boz · 18 years ago
  36. 96d2388 Thrift: Cleaned up whitespace. by David Reiss · 19 years ago
  37. a36f5db [scope lock wrapped for ReadWriteMutex] by yunfang · 19 years ago
  38. 85287d3 Fix addrinfo structure memory leak in TSocket by Mark Slee · 19 years ago
  39. cce8184 THRIFT ReadWriteMutex by boz · 19 years ago
  40. 9f0c651 Thrift license applied to all the C++ files by Mark Slee · 19 years ago
  41. 2f6404d C++ Thrift coding style changes by Mark Slee · 19 years ago
  42. f5f2be4 Thrift: standardize coding style by Mark Slee · 19 years ago
  43. 0e53ccd Another checkpoint of initial cut at thread pool manager for thrift and related concurrency classes. by Marc Slemko · 20 years ago
  44. 6694987 Checkpoint of initial cut at thread pool manager for thrift and related concurrency classes. by Marc Slemko · 20 years ago