Add binary frames support and tests, to close feature request #38.

This commit is contained in:
David Baird
2014-12-06 23:38:35 -05:00
parent 4fe25a880f
commit e1e50d092d
6 changed files with 139 additions and 57 deletions
+13
View File
@@ -25,6 +25,19 @@ implementation file. It can serve as a cruft-free concise reference. You
are most welcome to use this code as a reference for creating alternative
implementations that may better suit your needs.
News
====
*2014-12-06*
Binary frames now supported. Closes issue #38. Automated integration testing
is now supported by running `make test`. The test suite expects GoogleTest to
be installed at `/usr/src/gtest` (`apt-get install libgtest-dev` does the
trick). The test suite uses C++14 (for lambda capture expressions), and thus it
will not work on older compilers. Note that easywsclient itself still
restricted to C++98/C++03, and will continue to build with older compilers.
Usage
=====