Fei Chong
68ed09d929
Update C++11 version: renaming Tcp -> TCP
...
* 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.
* Fixed warnings in old-version gcc since C++11 doesn't support empty braced initialization well.
* renaming
* fixed conan cpp
* fixed appveyor configuration
* skip tests from libuv
* Add line-feed to tcp.hpp:21
2018-11-08 10:26:56 +01:00
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
Qix
acfa05a326
Follow ctest and BUILD_TESTING best practices ( #131 )
2018-10-06 14:30:07 +02:00
Tushar Maheshwari
90ac2149f9
CMake updates ( #123 )
...
* single dependency file
* Disable testing for dependencies
* Move enable_testing before dependencies
2018-08-19 14:07:02 +02:00
Michele Caini
764f78ad61
now working with libuv v1.21.x
2018-06-27 13:40:48 +02:00
Michele Caini
99946ba004
fixed #114
2018-04-12 12:10:10 +02:00
Michele Caini
a9e8fc17b5
updated loop
2018-01-19 11:19:00 +01:00
Michele Caini
46d9c66db1
now working with libuv v1.18.0
2017-12-03 15:32:27 +01:00
Michele Caini
76ab069eda
#105
2017-11-29 12:30:13 +01:00
Michele Caini
e26c728d69
now working with libuv v1.16.0
2017-11-06 23:49:48 +01:00
Michele Caini
90aa53f68d
WIP: tests
2017-09-13 22:43:31 +02:00
Michele Caini
281a8eb96a
cleanup
2017-09-13 22:28:02 +02:00
Michele Caini
f1dfeea41b
WIP: tests
2017-09-08 23:36:40 +02:00
Michele Caini
b26586f870
WIP: tests
2017-09-08 10:13:13 +02:00
Michele Caini
20a554b93e
WIP: tests
2017-09-08 09:48:13 +02:00
Michele Caini
cf14a05eb0
removed useless +
2017-09-06 22:37:51 +02:00
Michele Caini
ce681db619
WIP: tests
2017-09-06 22:26:08 +02:00
Michele Caini
3e1cdf7965
WIP: tests
2017-09-02 22:10:08 +02:00
Michele Caini
01488c71df
WIP: tests
2017-08-28 23:32:57 +02:00
Michele Caini
6b869f980d
WIP: tests
2017-08-28 23:20:25 +02:00
Michele Caini
a05733db59
now working with libuv 1.14.0
2017-08-18 19:09:41 +02:00
Michele Caini
383182e4b0
WIP: review process
2017-08-18 17:44:14 +02:00
Michele Caini
bbb84b0855
more tests
2017-08-06 15:15:49 +02:00
Michele Caini
806509795e
more tests
2017-08-05 23:31:36 +02:00
Miigon
d25e19992e
tests: fix incorrect len of data in Udp ReadSend ( #95 )
2017-07-25 22:40:18 +02:00
Tushar Maheshwari
0c923be03d
CMake and Travis config updates ( #93 )
...
* clean cmake usage
* reduce duplication
* deduplication
* Go travis
* Address review comments
2017-07-24 13:43:27 +02:00
Michele Caini
8ccdd51eb6
more tests
2017-07-23 11:46:41 +02:00
Michele Caini
933738a631
tests: review ( #91 )
...
tests: review
2017-07-12 22:55:58 +02:00
Michele Caini
b294b4fbd5
Test FsPollHandle ( #90 )
...
Test FsPollHandle
2017-07-11 21:14:21 +02:00
Michele Caini
799965298a
Test fs event ( #89 )
...
tests for fs_event
2017-07-10 22:59:05 +02:00
Michele Caini
7da264b3f3
tests, fs_event: rollback, still incomplete
2017-07-09 16:19:29 +02:00
Michele Caini
34119bfcd2
tests
2017-07-09 15:42:21 +02:00
Michele Caini
60f5d7124d
tests + minor changes
2017-07-09 15:04:44 +02:00
Michele Caini
26ecda371c
tests
2017-07-09 14:17:00 +02:00
Michele Caini
389f0baad0
fixed tests
2017-07-09 00:32:37 +02:00
Michele Caini
f877cf340c
WIP: tests
2017-06-18 15:37:41 +02:00
Michele Caini
5a10ca65a1
WIP: tests
2017-06-17 22:41:32 +02:00
Michele Caini
c3537ce52f
Revert "me trying to solve the timing issue with WorkReq (damnit)"
...
This reverts commit ab118fb712 .
2017-06-16 15:46:16 +02:00
Michele Caini
23a60af1e7
tests: lib
2017-06-16 15:35:02 +02:00
Michele Caini
9adfeb3060
WIP: tests/coveralls
2017-06-16 12:54:36 +02:00
Michele Caini
ab118fb712
me trying to solve the timing issue with WorkReq (damnit)
2017-06-16 11:28:07 +02:00
Michele Caini
af93044ded
tests
2017-06-16 11:00:49 +02:00
Michele Caini
40ca3fd469
tests + fixed uvw::Loop::configure
2017-06-16 10:47:46 +02:00
Michele Caini
34adf15a24
tests
2017-06-15 18:11:02 +02:00
Michele Caini
c3c48c34f7
Revert "fixed tests: work"
...
This reverts commit 68af870e50 .
2017-06-15 17:51:11 +02:00
Michele Caini
68af870e50
fixed tests: work
2017-06-15 17:39:58 +02:00
Michele Caini
607e6aff84
WIP: coveralls.io
2017-06-15 16:56:32 +02:00
Michele Caini
6f98e5f8f2
updated to libuv v1.12.0
2017-06-11 00:54:07 +02:00
Michele Caini
f6d0fd976a
deps.sh is no longer required + added Utilities::setupArgs
2017-05-24 17:13:40 +02:00
Michele Caini
add2153b8f
utilities to set and get process title now available
2017-02-23 21:52:37 +01:00