Ravin Perera
|
cb364cc420
|
Compilation time improvements. (#52)
* Precompiled header for all common library headers (with cmake 3.16rc3).
* Divided cmake build into shared libraries.
* Added gold linker support.
* Separated websockets lambda expressions to an independent file.
|
2019-11-02 14:46:21 +05:30 |
|
Ravin Perera
|
61b38bb0a0
|
Implemented socket message templates. (#40)
Implemented socket message templates to support broadcast (shared_ptr) and to achieve buffer zero-copy.
|
2019-10-23 13:04:57 +05:30 |
|
Ravidu Lashan
|
9ec9c9575d
|
Refactored socket send method and message recieved method (#25)
* Enhanced sockets
* Removed unnecessary copy operations
* Enhanced sock session send method to recieve rref
* Enhanced on_read with rvalue reference
* Added string_view
* Added comments
|
2019-10-14 18:26:34 +05:30 |
|
Ravidu Lashan
|
b2d4c93b9d
|
Added new events to socket (#18)
* Added on_close event and enhanced socket methods
* Removed unnecessary copy operations
|
2019-10-11 12:45:49 +05:30 |
|
Ravin Perera
|
374424f98f
|
Code comments and consistency improvements. (#12)
|
2019-10-09 22:26:08 +05:30 |
|