Commit graph

50 commits

Author SHA1 Message Date
birme
cb39766bb6 Removed vcpkg submodule 2020-06-24 22:01:22 +02:00
birme
7ad55d7832 Revert attempt to build on windows on push 2020-06-24 21:59:52 +02:00
birme
b3fca6ae00 Do not install any port 2020-06-24 21:40:38 +02:00
birme
05492afb2f Add vcpkg module 2020-06-24 21:35:42 +02:00
birme
4fc9abc457 Another attempt to build on windows 2020-06-24 21:28:32 +02:00
birme
43cb580cb2 Revert attempt to build on windows 2020-06-24 21:19:53 +02:00
birme
068bfbc97e Setup vcpkg for windows build 2020-06-24 21:08:28 +02:00
birme
44a1c05aa6 Github workflow to build on windows 2020-06-24 20:56:57 +02:00
birme
9b72cf29d0 0.2.0 2020-06-24 12:55:33 +02:00
birme
ee2077c896 Async readstream listen 2020-06-24 12:55:23 +02:00
birme
f79e40a4c4 Moved logging to make more clear that it is not blocking 2020-06-24 12:38:05 +02:00
birme
d41259a138 Added example for non blocking polling 2020-06-24 12:36:44 +02:00
birme
5aa37ed66e Updated API doc with the additional bindings 2020-06-24 12:23:04 +02:00
birme
8ff82099b8 Implemented bindings for epoll 2020-06-24 12:18:01 +02:00
birme
08d1eedad8 Can get socket state 2020-06-24 11:34:33 +02:00
birme
62b4e43ebe Can set socket in non-blocking mode 2020-06-24 11:12:02 +02:00
birme
cbf6e2ca87 Ability to set and get sockopt 2020-06-24 10:53:45 +02:00
birme
b0189b20df Misspelling 2020-06-24 09:34:01 +02:00
birme
cf5b16ae87 Build and test on push 2020-06-24 09:32:35 +02:00
birme
7b6ebe9295 Changed name for job 2020-06-24 09:32:26 +02:00
Jonas Birmé
d1ca462bff
Added framework for unit tests (#3) 2020-06-24 09:29:24 +02:00
birme
9a646c84bc 0.1.4 2020-06-24 08:48:38 +02:00
birme
0e650a07b9 Compile on mac os 2020-06-24 08:46:21 +02:00
Dillon Pentz
5b3fc5cdc5
Add Windows build support (#2)
This commit adds Windows build support by utilizing vcpkg to build
dependencies, and CMake for the build system.

These changes rely on vcpkg to be built and located in the VCPKG_ROOT
environment variable, along with having Visual Studio 2019 installed.
2020-06-24 08:44:52 +02:00
birme
937c1a2322 0.1.3 2020-06-22 13:46:31 +02:00
birme
ef94263b8a Implemented writable streams interface 2020-06-22 13:45:43 +02:00
birme
ec9854efe7 Updated readable example with caller mode 2020-06-22 13:04:15 +02:00
birme
a93211894d Implemented readable in caller mode 2020-06-22 13:03:08 +02:00
birme
8571776337 0.1.2 2020-06-22 11:53:18 +02:00
birme
24824d3c9a Push tag after new version 2020-06-22 11:53:15 +02:00
birme
6432c6c125 Updated readme and publish workflow 2020-06-22 11:52:36 +02:00
birme
0122a02fed Implemented custom readable stream 2020-06-22 11:49:07 +02:00
birme
78a25f9e1d Handle error on recv 2020-06-22 11:42:48 +02:00
birme
6b9a74fec8 Simple API definition documented 2020-06-20 23:04:52 +02:00
birme
8e063aada4 0.1.1 2020-06-20 22:48:21 +02:00
birme
7cf66c1335 Clarified that it is built on install 2020-06-20 22:48:05 +02:00
birme
0c9c868791 At the moment no prebuilt binaries are available 2020-06-20 22:47:22 +02:00
birme
5c598a89fa Build SRT SDK on install 2020-06-20 22:33:28 +02:00
birme
24e19750bc API doc placeholder 2020-06-19 00:03:25 +02:00
birme
19d4e4980f Updated readme 2020-06-19 00:02:33 +02:00
birme
82446cea0d Implemented connect and write 2020-06-18 23:45:08 +02:00
birme
8a53d502b1 Implemented read 2020-06-18 19:17:32 +02:00
birme
5d5da25b08 Managed to establish a connection 2020-06-18 18:48:34 +02:00
birme
245412039c Some error handling 2020-06-13 20:50:34 +02:00
birme
b088a06cb3 Implemented Bind and Listen 2020-06-13 18:04:12 +02:00
birme
5f813a7bf0 Looks nicer this way 2020-06-13 09:49:51 +02:00
birme
94943fd344 Added WIP declaration 2020-06-13 09:45:50 +02:00
birme
6dd093539d Added readme 2020-06-13 09:45:30 +02:00
birme
91d986127d Create socket binding 2020-06-13 09:43:20 +02:00
birme
722db25e6c Hello world 2020-06-13 00:57:57 +02:00