0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Change the definition of MutexWaitLocker. More... about 12 years ago
Add debugging output for DaytimeServer. More... about 12 years ago
Fix the bug in LinearTaskQueue. More... about 12 years ago
Add daytime_client and modify Makefile. More... about 12 years ago
Add examples using ThreadPool. More... about 12 years ago
Add EndTask and Finish dtor of ThreadPool. More... about 12 years ago
Write the dtor of ThreadPool. More... about 12 years ago
Change Makefile to generate dependency automatically. More... about 12 years ago
Fix the bug of WorkerThread. More... about 12 years ago
Add ConditionVariable. More... about 12 years ago
Change Thread and Mutex to derive from boost::noncopyable. More... about 12 years ago
Change Thread to detech error by using exception. Also change unittest's Makefile. More... about 12 years ago
Change implementation of LinearTaskQueue to use ConditionVariable. More... about 12 years ago
Implement ConditionVariable and 3 related lockers. More... about 12 years ago
Implement part of ThreadPool and test WorkerThread. More... about 12 years ago
Add unittest for normal usage of LinearTaskQueue. More... about 12 years ago
Add the dtor to TaskBase, and write the unittest for LinearTaskQueue. More... about 12 years ago
Remove MutexWaitWhen function and add class MutexWaitLocker. More... about 12 years ago
Add MutexWaitWhen template function and corresponding unittest. More... about 12 years ago
Implemented the ConditionVariable and add a unittest. More... about 12 years ago
Change the signature of some functions to use typedef. More... about 12 years ago
Change the implementation of Mutex and add a unittest for it. More... about 12 years ago
Change the implementation of Mutex to throw runtime_error on error. More... about 12 years ago
Add a test case to check the return condition of thread. More... about 12 years ago
Write the Mutex implementation. More... about 12 years ago
Make the depend target in Makefile working. More... about 12 years ago
Rewrote the WorkerThread. More... about 12 years ago
Force the makefile to create the link. More... about 12 years ago
Change the definition and implemetation of Thread. More... about 12 years ago
Change unittest and the implementation of Thread's ctor. More... about 12 years ago