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 df922a7238
doxyfile - trailing spaces removed
13 years ago
build TimerThread had too much overhead, trying a different approach with Timer 14 years ago
include ArgParse is doxygen-commented 13 years ago
other TimerThreadMultimap went back to the 'cafe of broken dreams' folder again, logger handle levels, Timer starts new threads when time is over 14 years ago
src ArgParse is doxygen-commented 13 years ago
test singleton with std::call_once 13 years ago
.gitignore waiting with pthread_mutex_timedlock, pthread_cond_timedwait now uses nanosec too. Thread can be created as a soft-realtime thread. TimerThread should have nanosec precision alarm functionality. 14 years ago
CMakeLists.txt TimerThread had too much overhead, trying a different approach with Timer 14 years ago
README README added 14 years ago
doxyfile doxyfile - trailing spaces removed 13 years ago

README

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