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 c21f3560f9
locks in TimerThread::run, colorful all thread backtrace info if corefile generated, testcase for removeTimerUser
14 years ago
build CMakeLists.txt cleanup, added minimal unittest, added run_test coeverage tool, added .gitignore file 14 years ago
include locks in TimerThread::run, colorful all thread backtrace info if corefile generated, testcase for removeTimerUser 14 years ago
other New make target: reset, which removes all generated files. Doxygen file and doc target added. New singleton Logger class. New TimerThread class. Cafe of broken dreams: ./other: ConcurrentMultiMap, Semaphore.cpp. run_test asks y/n question to run gdb if core created. test_Common.hpp to init Logger for tests. 14 years ago
src locks in TimerThread::run, colorful all thread backtrace info if corefile generated, testcase for removeTimerUser 14 years ago
test locks in TimerThread::run, colorful all thread backtrace info if corefile generated, testcase for removeTimerUser 14 years ago
.gitignore locks in TimerThread::run, colorful all thread backtrace info if corefile generated, testcase for removeTimerUser 14 years ago
CMakeLists.txt locks in TimerThread::run, colorful all thread backtrace info if corefile generated, testcase for removeTimerUser 14 years ago
README README added 14 years ago
doxyfile New make target: reset, which removes all generated files. Doxygen file and doc target added. New singleton Logger class. New TimerThread class. Cafe of broken dreams: ./other: ConcurrentMultiMap, Semaphore.cpp. run_test asks y/n question to run gdb if core created. test_Common.hpp to init Logger for tests. 14 years ago

README

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