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 9ea53b322c
new classes: ObjectPool, MysqlConnectionPool
13 years ago
..
ArgParse.hpp ArgParse can take required arguments 13 years ago
Colors.hpp Colors at logging. test_Common.hpp renamed to Fixtures.hpp. TimerThread remove user is suspicious 14 years ago
Common.hpp TcpClient, not yet multithreaded 13 years ago
ConcurrentQueue.hpp new classes: ObjectPool, MysqlConnectionPool 13 years ago
ConditionVariable.hpp 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
Logger.hpp 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
Multiton.hpp multiton class added 13 years ago
Mutex.hpp coding style fixes 14 years ago
MysqlClient.hpp MysqlClient class. TToStr, StrToT templates. CMakeLists update to run the tests. 13 years ago
MysqlConnectionPool.hpp new classes: ObjectPool, MysqlConnectionPool 13 years ago
ObjectPool.hpp new classes: ObjectPool, MysqlConnectionPool 13 years ago
Observer.hpp Observer design pattern's Observer & Subject abstract classes 13 years ago
Poll.hpp TcpServer uses class Poll 13 years ago
ScopedLock.hpp ScopedLock takes Mutex as reference not as pointer 14 years ago
Semaphore.hpp 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
Singleton.hpp new singleton implementations 13 years ago
Singleton_DCLP.hpp new singleton implementations 13 years ago
Singleton_call_once.hpp singleton with std::call_once 13 years ago
Singleton_meyers.hpp new singleton implementations 13 years ago
Socket.hpp TcpServer uses class Poll 13 years ago
Subject.cpp MysqlClient class. TToStr, StrToT templates. CMakeLists update to run the tests. 13 years ago
Task.hpp 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
TcpClient.hpp Socket has been moved up from TcpClient 13 years ago
TcpServer.hpp TcpServer uses class Poll 13 years ago
Thread.hpp TcpClient update. new class: TcpServer 13 years ago
ThreadPool.hpp ThreadPool does not have threadnum parameter anymore, you can add as many worker thread as you want later 14 years ago
Timer.hpp 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