Fei Chong
1c930cdcb5
Migrate the project from C++14 to C++11. ( #138 )
...
* Migrate the project from C++14 to C++11.
All tests passed.
* Remove CONSTEXPR_SPECIFIER macro cause fall back to const in c++11.
* Remove C++14 code in test/main.cpp
Change sample code from C++14 to C++11 in README.md
* Fixed warnings in old-version gcc since C++11 doesn't support empty braced initialization well.
2018-11-05 14:04:28 +01:00
Michele Caini
4d44d89158
tcp: a few tests
2017-01-27 17:57:21 +01:00
Michele Caini
6fab1dd801
minor changes
2017-01-26 10:36:55 +01:00
Michele Caini
e60b68f05f
-Wshadow should not give errors anymore
2017-01-19 11:05:57 +01:00
Michele Caini
4286defc1f
WIP: review
2016-10-14 15:40:45 +02:00
Michele Caini
7c61854656
updated names + docs
2016-07-28 13:37:04 +02:00
Michele Caini
10f0f1336b
refactoring
2016-07-22 09:35:50 +02:00
Michele Caini
399878f94e
WIP: Pipe
2016-07-21 13:03:06 +02:00
Michele Caini
adf62e8d2b
address/remote are no longer template functions
2016-07-20 09:24:08 +02:00
Michele Caini
d2a52b1693
updated API + updated documentation
2016-07-14 23:12:22 +02:00
Michele Caini
0c5413156b
added tty + mior changes
2016-07-14 00:29:31 +02:00
Michele Caini
b4eb62f223
added Loop::walk
2016-07-04 18:00:14 +02:00
Michele Caini
4c9b1db3d2
minor changes
2016-07-04 14:30:33 +02:00
Michele Caini
13c8c4e4ec
removed Buffer
2016-07-04 13:50:11 +02:00
Michele Caini
09acc1accf
WIP: requests + refactoring
2016-07-01 18:00:02 +02:00
Michele Caini
176a8f0b31
purged UVWError/UVWOptionalData -> added ErrorEvent
2016-07-01 08:57:11 +02:00
Michele Caini
2772baaaf4
WIP: event based model
2016-06-30 18:48:19 +02:00
Michele Caini
b2f992f5e4
added Stream::tryWrite
2016-06-29 08:46:30 +02:00
Michele Caini
ee0143246c
renaming - it happens that handle is a keyword for libuv :-)
2016-06-28 10:20:02 +02:00
Michele Caini
07d89327ff
more and more features
2016-06-27 19:23:37 +02:00
Michele Caini
79d2774ac5
WIP: more and more functionalities
2016-06-27 12:04:29 +02:00
Michele Caini
f10bb0503a
reference given back to the caller + tcp.connect migrated to the callback model
2016-06-27 09:22:14 +02:00
Michele Caini
8714fcf24a
WIP: safer callbacks
2016-06-23 18:42:14 +02:00
Michele Caini
ed058c2148
WIP: Stream/Connection
2016-06-23 15:37:28 +02:00
Michele Caini
e177cc23bb
WIP: Stream/Connection
2016-06-21 16:40:24 +02:00
Michele Caini
a7fba77879
fixed using uv_loop_t as a tag to dispatch
2016-06-20 15:17:55 +02:00
Michele Caini
09f50e1219
WIP: basics
2016-06-19 19:38:47 +02:00