Joerg-Christian Boehme
e1435a6620
Fix cross-compilation against Poco pre-built ( #2599 ) ( #2679 )
...
* Use ZLIB and PCRE imported target to improve portability
* Set EXPAT and SQLite3 library for XML and SQL if POCO_UNBUNDLED is true in cmake build
2019-04-22 23:47:11 +02:00
Joerg-Christian Boehme
02d5743a4b
Fix check of cmake version ( #2672 )
...
Verify cmake version in Foundation library build.
2019-04-08 13:11:30 +02:00
Günter Obiltschnig
da7de5e586
Merge branch 'poco-1.9.1' of github.com:pocoproject/poco into poco-1.9.1
2019-03-17 09:59:22 +01:00
Günter Obiltschnig
b961ea8148
added start() method that takes a Poco::SharedPtr to a Runnable
2019-02-23 13:46:54 -05:00
Francis ANDRE
63f819fc6d
Remove printing PATH
...
Signed-off-by: Francis ANDRE <francis.andre.kampbell@orange.fr>
2019-02-10 17:25:25 +01:00
Francis ANDRE
90de6442c1
Merge remote-tracking branch 'pocoproject/poco-1.9.1' into poco-1.9.1
2018-10-20 01:08:43 +02:00
Francis ANDRE
4d7c1bd4c0
# WARNING: head commit changed in the meantime
...
Merge remote-tracking branch 'pocoproject/poco-1.9.1' into poco-1.9.1
2018-10-20 01:05:20 +02:00
Joerg-Christian Boehme
eec8dedbb8
Merge cmake changes from develop ( #2504 )
...
* Increase PostgreSQL version number
* Take changes from develop for Define Platform Specific cmake
* Take changes from develop for find MySQL modul
* Take changes from develop for find ODBC modul
* Cleanup standard language compile features
* Fix cmake compile features
* Improve to find ODBC on windows
* Enable 64-bit build on AppVeyor
* Switch MySQL off on AppVeyor because of error LNK2038: mismatch detected for _MSC_VER: value 1800 doesnt match value 1900
* Move LCC define to MySQL
2018-10-18 07:07:46 +02:00
Francis ANDRE
d2f164e4d1
Remove the prefix './' for Linux so that TestApp be anywhere
2018-10-11 19:23:54 +02:00
Francis ANDRE
cee1d25535
Update for Linux
2018-10-11 19:23:00 +02:00
Francis ANDRE
1eaf51dcdb
Merge remote-tracking branch 'pocoproject/poco-1.9.1' into poco-1.9.1
2018-10-11 18:29:47 +02:00
Francis ANDRE
d316f9e1de
Remove the "./" prefix for building the name of the TestApp executable.
...
Factor the name build in the SetUp method.
2018-10-10 16:56:06 +02:00
Francis ANDRE
9ea3493038
Update PATH with TestApp for the unittest Foundation:ProcessTest
2018-10-10 16:54:39 +02:00
Joerg-Christian Boehme
85b9fe7a21
Fix cmake build on FreeBSD ( #2476 )
...
* Fix cmake build on FreeBSD
2018-10-10 13:48:08 +02:00
Francis ANDRE
3e242f741a
Fix update PATH with the TestApp directoy for ProcessTest
2018-10-05 15:31:16 +02:00
Francis ANDRE
4cd077101b
Fix PATH for RunTestExecutable
2018-10-03 19:42:00 +02:00
Francis ANDRE
302d5b741f
Use ':' as path separator
2018-09-30 16:58:53 +02:00
Francis ANDRE
4850dc134a
Add TestApp.exe path to PATH for running ProcessTest
2018-09-30 16:44:28 +02:00
Francis ANDRE
7de5b1a776
Reformat
2018-09-28 16:31:45 +02:00
Francis ANDRE
4dbb2aa78d
Cleanup
2018-09-28 15:48:15 +02:00
Francis ANDRE
0224849d9c
Dump Crypto/guild/tmp/linkCryptoLinux64DebugSharedLibrary/*
2018-09-26 10:47:12 +02:00
Francis ANDRE
d7c18656f1
Remove wrong dependencies from TestApp
2018-09-25 14:40:17 +02:00
Francis ANDRE
3a4244fa0b
Merge branch 'poco-1.9.1' of https://github.com/pocoproject/poco.git into poco-1.9.1
2018-09-22 21:15:16 +02:00
Francis ANDRE
ed07b476c8
Add TestLibrary as dependancy
2018-09-22 20:28:04 +02:00
Joerg-Christian Boehme
a7f9ebe116
Fix static build in cmake ( #2455 )
...
* Fix cmake build issue when poco build as static lib with enabled tests
* Cleanup compile flags output in cmake
* Some minor improvements in cmake
2018-09-22 12:02:05 +02:00
Günter Obiltschnig
43f1d5617a
Merge branch 'poco-1.9.1' of github.com:pocoproject/poco into poco-1.9.1
2018-09-13 08:30:29 +02:00
Günter Obiltschnig
d77067b693
backport #2459
2018-09-13 08:29:53 +02:00
Francis ANDRE
fe8bda7720
Fix for issue #2462 by bakkiraju@logitech.com
...
QNX7.0 seems to be using header <sys/statvfs.h> instead of <sys/statfs.h>
2018-09-13 08:26:00 +02:00
Alex Fabijanic
d69c5b64de
POCO Net build fails with clang-cl 6.00 on Windows #2428
2018-08-15 12:26:24 -05:00
Günter Obiltschnig
e6b5288735
add support for auto-linking SLpro or OpenSSL default build OpenSSL libs
2018-08-15 08:39:48 +02:00
Günter Obiltschnig
e7fe8cfca3
fixed VS solutions - re-add TestApp and TestLibrary
2018-08-15 08:36:36 +02:00
Aleksandar Fabijanic
231ef2762d
Preserve entries order in DynamicStruct #2410 ( #2413 )
...
* Preserve entries order in DynamicStruct #2410
* disable C++11 default
* ifdef C++11 code
2018-08-01 08:06:59 -07:00
Aleksandar Fabijanic
142bbdcef3
add ordered containers ( #2408 )
...
* add ordered containers
* move ordered_map_util.h to its proper place
* add acknowledgement
2018-07-27 07:33:25 -07:00
Alex Fabijanic
ff262d6c5f
make DynamicStruct::toString() const
2018-07-26 18:47:01 -05:00
Alex Fabijanic
256b6855fa
increase tuple sizes to 40
2018-07-06 21:44:29 -05:00
Alex Fabijanic
00abd06f75
Tuple assignment very slow #2383
2018-07-06 21:44:02 -05:00
Alex Fabijanic
98fd0b4124
increase TypeList max size to 40
2018-07-05 11:26:49 -05:00
Alex Fabijanic
eba70b82f2
pull origin
2018-07-04 13:03:00 -05:00
Alex Fabijanic
6bad030582
add TestLibrary to VS90 solution
2018-07-04 12:52:38 -05:00
Francis ANDRE
b2c569ec0b
Merge remote-tracking branch 'origin/poco-1.9.1' into poco-1.9.1-remove-wintestrunner
2018-06-20 12:00:19 +02:00
Francis ANDRE
5dbb9cc3de
Regenerating VisualStudio projects
2018-06-20 09:47:40 +02:00
Francis ANDRE
b7330492e5
Add <TargetMachine>MachineX64</TargetMachine> on <Lib> element
2018-06-15 14:28:43 +02:00
Alex Fabijanic
674bbf3806
style fix
2018-06-13 16:57:49 -05:00
Alex Fabijanic
312dc3325b
add struct tm support to DateTime #2365
2018-06-12 09:54:35 -05:00
Francis ANDRE
d603a15b8d
Removing WinTestRunner
2018-06-10 20:42:54 +02:00
Francis ANDRE
19eecbaafb
Remove WinTestRunner
2018-06-10 19:46:19 +02:00
Aleksandar Fabijanic
577fb5756e
Why does Poco explicitly define _WIN32_WINNT? #2306 ( #2357 )
2018-06-06 17:44:40 -05:00
Alex Fabijanic
d02294a67f
force NaN not infinity on windows (consistent with std and other platforms)
2018-06-05 00:42:40 -05:00
Alex Fabijanic
d7a98bf403
remove global scope for int types
2018-06-03 16:19:19 -05:00
Alex Fabijanic
b30683fd6d
backport NumericString from develop ( fixes #2250 )
2018-06-03 13:52:25 -05:00