Vinnie Falco
5cf4f4a5e2
Fix resume of invokables in websocket composed operations:
...
When a suspended composed operation is resumed, the operation
now posts to the io_service to get in the correct context. Previously,
invokables resumed in the context of a different completion handler.
* asio_handler_invoke for any resumed invokable will return `true`.
2016-05-25 12:00:12 -04:00
Vinnie Falco
e0956c36c1
Tidy up core sources:
...
The core headers are moved to their own directory (but remain in
the same namespace).
2016-05-10 13:41:28 -04:00
Vinnie Falco
258cd2cb87
Tidy up declarations and files:
...
* Adjust formatting
* Fix inline namespace warning in main.cpp
* Fix streambuf op ambiguous variadic constructor
* Rename variables for clarity
2016-05-10 13:41:24 -04:00
Vinnie Falco
6d8c73cc52
Tidy up tests, build scripts, and documentation:
...
* Concepts split up into individual files
* Function definitions moved to .ipp files
* Add more tests to fill gaps in coverage
* Fix documentation Xsl
2016-05-06 12:58:10 -04:00
Vinnie Falco
af3d721f82
Reduce requirements to C++11 only
2016-04-22 11:59:03 -04:00
Vinnie Falco
f07cd8ceb4
Reorganize source files
2016-04-20 12:01:25 -04:00