-
Compile and test with 2 jobs in CI
-
Enable ccache if found for faster builds
-
Install static lib if built
-
Feature/travis ci
-
OSX include directive fixes
-
Bugfix/binary data pubsub
-
Before, was relying on constructing an std::string from a char* that was assumed to be null terminated. Now, specify length explicitly.
-
Add syntax highlighting to README.md examples
-
Add CMake find module for hiredis and libev
-
Ignoring strict aliasing in some usages of libev macros.
-
With compiler warning -Wstrict-aliasing enabled, usage of the macros ev_async_timer and ev_timer_init yields said warnings. Created templates to locally turn off these warnings. Compiles without warnings with gcc 4.9.2 and clang 3.5.
-
Fixes for Multi-Threading (bdallas)