8000 Tags · RetVal/cpp_redis · GitHub
[go: up one dir, main page]

Skip to content

Tags: RetVal/cpp_redis

Tags

3.2.0

Toggle 3.2.0's commit message
v3.2.0

3.1.2

Toggle 3.1.2's commit message
rename setbit into setbit_ to fix possible conflict during compilatio…

…n. release v3.1.2

3.1.1

Toggle 3.1.1's commit message
Release v3.1.1

3.1.0

Toggle 3.1.0's commit message
Update CHANGELOG.md

3.0.0

Toggle 3.0.0's commit message
Change the network module of cpp-redis (Cylix#39)

* remove network module and now compile with tacopie

* only async_read recursively if the client is still connected

* disable shallow cloning for git submodules

* ensure callbacks are cleared (finished to execute) before finishing to execute destructors

* add header files to CMakelist (for VC++)

* ensure notify_all is called in all appropriate contexts

* do not call disconnection handler in receive handler: will be called by tacopie

* update ref to tacopie submodule

* remove CMake variable not used anymore

* windows tests: WSAStartup & Cleanup

* full integration of gtest+tacopie inside cpp_redis solution on windows

* fix Cmake warnings under unix (cpp_redis integration)

* install_deps update

* fix cmakelist

* fix cmakelist

* clang-format

* update ref to tacopie

* update ref to tacopie

* update CHANGELOG

2.2

Toggle 2.2's commit message
Release 2.2 (Cylix#18)

2.1

Toggle 2.1's commit message
Provide documentation for the reply class

2.0

Toggle 2.0's commit message
Merge pull request Cylix#8 from Cylix/remove_boost_asio_dependency

Remove boost asio dependency

1.0

Toggle 1.0's commit message
remove some raises of exceptions when it is notereally pleasant for t…

…he user
0