67 Commits (3fff13fdb7407746c0b05e62f1a339db7d4496f8)
 

Author SHA1 Message Date
Denes Matetelki 0866c80c1a remove old test from test dir
14 years ago
Denes Matetelki 01cde4928d PThreadWrappers return with the retval of called pthread. Task became an interface. WorkerThread moved to test_ThreadPool.hpp. Thread has stop() and m_isRunning members. ThreadPool is now Task and Thread type independent. No more assertions in PThreadWrappers. Unittests refactored. test dir cleaned up.
14 years ago
Denes Matetelki 123b9fca17 Unittest of Singleton.hpp is ready
14 years ago
Denes Matetelki 9834554c17 Leak check with valgrind and coverage check with lcov too in run_test.sh
14 years ago
Denes Matetelki 1ec5fb1466 run_test.sh uses valgrind with suppressions
14 years ago
Denes Matetelki 1fe8027efe gitignore expansion, unittest renames
14 years ago
Denes Matetelki b9f55724d8 CMakeLists.txt cleanup, added minimal unittest, added run_test coeverage tool, added .gitignore file
14 years ago
Denes Matetelki 772fc95d56 test/CMakeLists.txt corrected, run_test.sh added
14 years ago
Denes Matetelki efd39fd208 ConditionalVariable takes Mutex as reference, not as pointer
14 years ago
Denes Matetelki f6493685d1 ScopedLock takes Mutex as reference not as pointer
14 years ago
Denes Matetelki f2e7c786c4 README added
14 years ago
Denes Matetelki dccd38d8e7 new classes: concurrentqueue, Task, Thread, ThreadPool, WorkerThread, and some tests. Trying to have cxxtest and cmake
14 years ago
Denes Matetelki a39371125e new class: ConditionVariable, Mutex has getPThreadMutex() method
14 years ago
Denes Matetelki 4082b369d7 #else branch was missing
14 years ago
Denes Matetelki 1e82f65ed7 TRACE macro to Common.hpp, ScopedLock with Mutex* arg, Mutex cctor and assign op is private
14 years ago
Denes Matetelki c141568b13 mutex ctor can have a type, class has tryLock method
14 years ago
Denes Matetelki 5bee45756d Initial commit
14 years ago