Commit Graph

19 Commits

Author SHA1 Message Date
Günter Obiltschnig
3629a89636 fix tests 2020-02-08 10:49:42 +01:00
Günter Obiltschnig
fea390fe6a remove gradle files 2020-01-11 10:04:22 +01:00
Francis ANDRE
2b06b60309
Remove reference to ./travis/ignored.sh 2019-12-19 14:06:24 +01:00
Francis ANDRE
e25a412d9f
Replaced by cppignore.lnx 2019-12-19 09:57:35 +01:00
Francis ANDRE
02ae8a9da6 Restore Gradle style path 2018-09-25 09:57:53 +02:00
Francis ANDRE
b1efa8aa8e Fix rootProject.dir 2018-09-25 09:06:35 +02:00
Francis ANDRE
a54cef1822 Remove relative path to parent directory. 2018-09-25 09:03:12 +02:00
Francis ANDRE
1b6941762d Use specific settings.gradle without PostgreSQL as it is not available
on OSX
2018-09-24 23:14:08 +02:00
Francis ANDRE
6043fe0987 Fix openSSL64LinuxLib=/usr/lib/x86_64-linux-gnu/ 2018-09-24 22:33:53 +02:00
Francis ANDRE
867c21ea41 Setup mysql64LinuxLib 2018-09-24 22:19:24 +02:00
Francis ANDRE
6c7b877a72 Move gradle.properties from travis/.gradle/ to travis/ 2018-09-24 16:05:34 +02:00
Francis ANDRE
2db242115f Udpate 2018-09-24 10:57:33 +02:00
Francis ANDRE
fa8be8223d
New gradle.properties for Travis CI 2018-09-14 07:00:43 +02:00
Aleksandar Fabijanic
c4e676d36d
Feature net udp (#2347)
* add PMTU discovery #2329

* add socket gather/scatter capabilities #2330 (win, udp)

* enable WSAPoll

* add FastMemoryPool

* add receiveFrom() with native args

* allow copying of StringTokenizer

* add AtomicFlag and SpinlockMutex

* update .gitignore

* UDPServer and client #2343 (windows)

* fix warnings

* fix warnings

* regenerate Net VS solutions

* regenerate CppUnit projects/solutions

* clang fixes

* gcc fixes

* try to fix travis

* more travis fixes

* more travis fixes

* handle UDPClient exception

* fix makefiles and init order warnings

* add UNIX gather/scatter sendto/recvfrom implementations and tests

* run travis tests as sudo

* try to run tests as sudo, 2nd attempt

* fix warning

* use mutex in reactor

* lock-order-inversion in SocketReactor #2346

* add PMTU discovery #2329 (linux)

* ICMPSocket does not check reply address #1921

* remove some ignored tests

* add PMTU discovery #2329 (reconcile logic with #1921)

* fix native receiveFrome()

* reinstate ignoring of proxy errors

* add testMTU to ignore list

* add include atomic

* NTPClient not checking reply address #2348

* some ICMP/MTU fixes

* UDPSocketReader cleanup

* resolve some socket inheritance warnings

* add NTP time sync to ignored tests

* SocketNotifier not thread-safe #2345

* prevent x64 samples build attempt for win32

* build TestApp and Library

* fix ICMP tests

* regen VS projects

* regen VS projects and add missing 2012 files

* remove debug prints
2018-06-02 14:02:33 -05:00
Francis ANDRE
05246d2de7 Use new syntax from develop branch 2018-05-27 17:05:36 +02:00
Joerg-Christian Boehme
ca1e7715fb Extract ignored.sh from runtest.sh 2018-03-22 15:35:15 +01:00
zosrothko
71573bcc69
Add TimerTest.testTimer 2018-03-16 17:54:40 +01:00
Joerg-Christian Boehme
9feabc7723 Add android build on travis (#1981)
* Add build for android in travis CI.

* Fix review findings. Change from __ANDORID__ to POCO_ANDROID

* Add android test

* Fix compile issue after rebase

* Ignore test big ping when its failing
2018-02-26 18:54:40 -06:00
Guenter Obiltschnig
a4552be049 added missing script for travis config change 2015-10-06 19:10:58 +02:00