0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 13, 2025 — Jan 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README.md More... about 12 years ago
Merge branch 'master' of github.com:mstump/libcql More... about 12 years ago
added contributing to the repo More... about 12 years ago
Update README.md More... over 12 years ago
explicitly include the boost thead header More... over 12 years ago
wrap the call to io_service::run in a static cast to resolve ambiguous overload issues on some compilers More... over 12 years ago
fixed case sensitive issue for cmake include files More... over 12 years ago
updated the demo with lots of comments More... over 12 years ago
Removed usage of BOOST_THREAD_MAKE_RV_REF, it turns out it wasn't actually neccessary. Closes #29 More... over 12 years ago
shorten version to just 700, closes #28 More... over 12 years ago
added version.hpp which allows you to determine the libcql version in use, added a sub-minor (patch) number to the version string. Closes #28. More... over 12 years ago
bug fix in cql::cql_message_result_impl_t::is_null, decode size int. Also included unit test. Closes #26 More... over 12 years ago
Removed unessary string include from cql.hpp More... over 12 years ago
enabled -pedantic and -Wextra. cleaned up the resulting errors More... over 12 years ago
fixed narrowing warnings in unit tests More... over 12 years ago
refactored cmake files to make it easier to set compiler flags More... over 12 years ago
changed license to Apache 2.0, updated copyright notices. closes #27 More... over 12 years ago
merge pull request #25, closes issues #6 and #25 More... over 12 years ago
reworked client and pool to expose futures making it possible to use the library in a synchronous fashion. Rewrote demo to use this functionality. Closes #18 More... over 12 years ago
version bump to 0.7 for new work More... over 12 years ago
Signing off copyright More... over 12 years ago
formatting, removed exception, minor tweaks 1. In case of a error, corresponding callaback is called. 2. added reservation for internally used stream id (0) to avoid (unlikely) situation when there is no ids left for internal calls. More... over 12 years ago
removed incorrect stop of the service More... over 12 years ago
code cleanup More... over 12 years ago
stabilizing stream allocation. Now it always uses most recent one, not next to the recent as before. More... over 12 years ago
fix for colliding streams. Added new specialized storage. It garantees collision-free stream allocation in constant time. Also has a property that reuses most recently deallocated streams More... over 12 years ago
Merge pull request #24 from sharpyfox/readme_fix More... over 12 years ago
Example code fix More... over 12 years ago
version bump to 0.6 More... over 12 years ago
Merge branch 'master' of github.com:mstump/libcql More... over 12 years ago