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 fdb6c5b7a1
Specialization of ConqurrentDeque::freeDeque and ObjectPool::release with Substitution failure is not an error (SFINAE)
13 years ago
build Specialization of ConqurrentDeque::freeDeque and ObjectPool::release with Substitution failure is not an error (SFINAE) 13 years ago
include Specialization of ConqurrentDeque::freeDeque and ObjectPool::release with Substitution failure is not an error (SFINAE) 13 years ago
other cleanup at unittest files 13 years ago
src Lost in the template specialization - type as pointer deduction jungle 13 years ago
test Specialization of ConqurrentDeque::freeDeque and ObjectPool::release with Substitution failure is not an error (SFINAE) 13 years ago
.gitignore TcpClient listens to reply with poll on a separate thread 13 years ago
CMakeLists.txt MysqlClient class. TToStr, StrToT templates. CMakeLists update to run the tests. 13 years ago
README README added 14 years ago
SConstruct first scons try 13 years ago
doxyfile doxyfile - trailing spaces removed 13 years ago

README

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