Günter Obiltschnig
18adb1e43b
code cleanup; fix move ctors and assignment
2020-01-21 17:52:43 +01:00
Francis ANDRE
de52e23d12
Add HTTPSClientSessionTest::.testCachedSession
...
This ut is failing only on the Azure machine
2020-01-21 08:23:40 +01:00
Günter Obiltschnig
0658044260
fixed another issue with backslash handling in Var JSON parsing
2020-01-20 14:40:07 +01:00
Günter Obiltschnig
abf5bd2a87
Merge pull request #2885 from fenghao119/poco-1.10.0
...
fix Dynamic::Var parse string issue
2020-01-20 14:07:19 +01:00
Feng Hao
b8320ccb7b
fix Dynamic::Var parse string issue
2020-01-20 19:09:22 +08:00
Alex Fabijanic
b435db6e8e
fix a leak, add some table features
2020-01-17 10:59:55 +01:00
Alex Fabijanic
854bf4d79f
few PostgreSQL fixes
2020-01-17 10:59:02 +01:00
Günter Obiltschnig
6058f5dd23
Merge pull request #2881 from Ludorg/poco-1.10.0
...
Add an option to force the use of PollingDirectoryWatcherStrategy
2020-01-17 08:34:10 +01:00
Günter Obiltschnig
ef648dc840
fix doc error
2020-01-17 07:09:00 +01:00
Francis ANDRE
43ecda1232
Ignore ICMPSocketTest suite
2020-01-16 17:26:19 +01:00
Ludovic LIEVRE
15e96159e2
Option to force PollingDirectoryWatcherStrategy
...
Add an option to force the use of PollingDirectoryWatcherStrategy
Should work on any platform
(Not Linux only)
See previous PR on this topic :
https://github.com/pocoproject/poco/pull/2881
On Linux, inotfy does not work for network volumes (such as NFS).
See https://stackoverflow.com/questions/4231243/inotify-with-nfs
By adding flag POCO_DW_FORCE_POLLING in Foundation/Config.h,
the use of PollingDirectoryWatcherStrategy is forced.
This is not the same behavior as flag POCO_NO_INOTIFY.
This only disables compilation of DirectoryWatcher.
2020-01-15 21:48:36 +00:00
Ludovic LIEVRE
b651764007
Option to force PollingDirectoryWatcherStrategy
...
Add an option to force the use of PollingDirectoryWatcherStrategy
Should work on any platform
(Not Linux only)
See previous PR on this topic :
https://github.com/pocoproject/poco/pull/2881
On Linux, inotfy does not work for network volumes (such as NFS).
See https://stackoverflow.com/questions/4231243/inotify-with-nfs
By adding flag POCO_DW_FORCE_POLLING in Foundation/Config.h,
the use of PollingDirectoryWatcherStrategy is forced.
This is not the same behavior as flag POCO_NO_INOTIFY.
This only disables compilation of DirectoryWatcher.
2020-01-15 21:38:51 +00:00
Joerg-Christian Boehme
10b99ad95a
Set PATH for ProcessTests
2020-01-15 17:03:08 +01:00
Joerg-Christian Boehme
611a455165
Set absolute LD_LIBRARY_PATH in Foundation test
2020-01-15 12:21:23 +01:00
Joerg-Christian Boehme
68cdbc6a05
Merge branch 'poco-1.10.0' of https://github.com/pocoproject/poco into poco-1.10.0
2020-01-15 12:18:10 +01:00
Joerg-Christian Boehme
0f9a306e2b
Fix regex to exclude tests via ctest
2020-01-15 11:33:45 +01:00
Günter Obiltschnig
04c52793cc
update copyright date
2020-01-15 10:18:56 +01:00
Günter Obiltschnig
a31877372e
additional move support for Nullable and Optional
2020-01-15 09:35:59 +01:00
Joerg-Christian Boehme
7f8f11d340
Set path for ctest
2020-01-15 08:39:06 +01:00
Joerg-Christian Boehme
0e5aed60c2
Exclude some tests
2020-01-15 07:53:32 +01:00
Joerg-Christian Boehme
8669839833
Merge branch 'poco-1.10.0' of https://github.com/pocoproject/poco into poco-1.10.0
2020-01-14 21:46:29 +01:00
Joerg-Christian Boehme
885c5cbc55
Ignore tests in cmake from cppignore and set POCO_BASE environment.
2020-01-14 21:45:56 +01:00
Francis ANDRE
77f42f65e5
Add N7CppUnit10TestCallerI14ICMPSocketTestEE.testSendToReceiveFrom
2020-01-14 13:48:17 +01:00
Joerg-Christian Boehme
089609016d
Merge branch 'poco-1.10.0' of https://github.com/pocoproject/poco into poco-1.10.0
2020-01-14 12:52:30 +01:00
Joerg-Christian Boehme
a562274698
Enable unit test in cmake build
2020-01-14 12:25:51 +01:00
Günter Obiltschnig
450089d5e6
fixes for C++11/14
2020-01-14 10:49:47 +01:00
Günter Obiltschnig
d39042ba77
fix project.targetArchitecture for x64
2020-01-13 20:56:32 +01:00
Günter Obiltschnig
43b79ffdbe
added Poco::Data::Session::isGood()
2020-01-13 20:13:27 +01:00
Günter Obiltschnig
c04a1f28d9
add support for MySQL 8
2020-01-13 10:31:25 +01:00
Günter Obiltschnig
4920df18ce
re-generated project files
2020-01-12 23:04:09 +01:00
Günter Obiltschnig
f71f74bac7
fix project configs for x64
2020-01-12 22:14:57 +01:00
Günter Obiltschnig
827c00b27f
fix CppUnit projects
2020-01-12 21:46:22 +01:00
Günter Obiltschnig
ed21f39b03
fix CppUnit lib name
2020-01-12 21:13:18 +01:00
Günter Obiltschnig
ca85c2e084
fix CppUnit includes
2020-01-12 20:58:07 +01:00
Günter Obiltschnig
69ff441130
updated README.md
2020-01-12 18:16:47 +01:00
Günter Obiltschnig
8113e0c574
upgrade bundled SQLite to 3.30.1
2020-01-12 16:34:17 +01:00
Günter Obiltschnig
185493a82d
fix CMake build of OpenSSL
2020-01-12 11:18:49 +01:00
Günter Obiltschnig
59762d897a
ported #2437
2020-01-12 10:25:07 +01:00
Günter Obiltschnig
c5d94c2616
updated contribution guidelines
2020-01-12 10:11:47 +01:00
Günter Obiltschnig
eb862839ce
Merge branch 'poco-1.10.0-modernize' into poco-1.10.0
2020-01-12 10:03:03 +01:00
Günter Obiltschnig
dcef2f0fcc
add build_vs160.cmd
2020-01-12 10:03:01 +01:00
Günter Obiltschnig
250db1ea9e
added JWT project files
2020-01-12 10:00:48 +01:00
Günter Obiltschnig
c2c4cb2871
Merge branch 'poco-1.10.0-modernize' into poco-1.10.0
2020-01-12 09:45:14 +01:00
Günter Obiltschnig
599fa8f24b
updated project files
2020-01-12 09:23:55 +01:00
Günter Obiltschnig
4db35d016c
remove progen support for Foundation lib and testsuite
2020-01-12 09:04:07 +01:00
Günter Obiltschnig
3828e32268
remove openssl submodule
2020-01-12 09:01:35 +01:00
Günter Obiltschnig
f63a7bbad5
added SHA2Engine
2020-01-12 08:58:36 +01:00
Günter Obiltschnig
39a0439132
revert Foundation project files
2020-01-11 23:59:05 +01:00
Günter Obiltschnig
6504039434
build fixes
2020-01-11 23:50:16 +01:00
Günter Obiltschnig
fce1f89aff
fix CppUnit includes
2020-01-11 22:51:54 +01:00