Fooling around with design patterns in C++
cpp
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Denes Matetelki 123b9fca17
Unittest of Singleton.hpp is ready
14 years ago
build CMakeLists.txt cleanup, added minimal unittest, added run_test coeverage tool, added .gitignore file 14 years ago
include CMakeLists.txt cleanup, added minimal unittest, added run_test coeverage tool, added .gitignore file 14 years ago
src ConditionalVariable takes Mutex as reference, not as pointer 14 years ago
test Unittest of Singleton.hpp is ready 14 years ago
.gitignore Unittest of Singleton.hpp is ready 14 years ago
CMakeLists.txt new classes: concurrentqueue, Task, Thread, ThreadPool, WorkerThread, and some tests. Trying to have cxxtest and cmake 14 years ago
README README added 14 years ago

README

Having fun with design patterns in CPP, pthread wrapper and other util classes.