Commit Graph

4047 Commits

Author SHA1 Message Date
Günter Obiltschnig
29b42efbd0 Merge branch 'poco-1.9.1' of github.com:pocoproject/poco into poco-1.9.1 2018-10-29 13:47:22 +01:00
Günter Obiltschnig
fd57b3b34c backport MultipartSource for MailMessage from develop branch 2018-10-29 13:46:59 +01:00
Aleksmia
f36e246063 Fix CMakeLitst.txt in Data/PostgreSQL for enabling testsuits (#2519) 2018-10-29 07:40:30 -05:00
Francis ANDRE
5d77b3f945 Merge remote-tracking branch 'pocoproject/poco-1.9.1' into poco-1.9.1 2018-10-24 23:52:30 +02:00
Francis ANDRE
d41db39da1 Move include to runtime. Add PostgreSQL includes 2018-10-24 23:51:24 +02:00
Francis ANDRE
b9ca03f1a8
Avoid the gradle jobs since they timeout 2018-10-20 22:41:17 +02:00
Francis ANDRE
71e8d449dd
Merge pull request #2512 from Kampbell/poco-1.9.1
Poco 1.9.1
2018-10-20 01:09:47 +02: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
65406d374a
Readd gradle generation 2018-10-11 22:37:43 +02:00
Francis ANDRE
993f9b7bce Add the cwd to PATH for running the unittest Foundation ProcessTest 2018-10-11 19:48:27 +02:00
Francis ANDRE
18ad913bb4 Update for Foundation:testsuite 2018-10-11 19:24:27 +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
Joerg-Christian Boehme
e624b3315c
CMake improve find third-party libraries (#2478)
* Improve find thirdparty cmake module. Cleanup cmake build system

* Add additional settings for thirdparty paths and fix windows build

* Improve cmake getting started doc

* Fix postgresql build

* Add additional path for odbc windows kits
2018-10-10 13:43:34 +02:00
Francis ANDRE
0dbb8979d0
Comment out Gradle jobs 2018-10-09 22:06:43 +02:00
Francis ANDRE
c9271b83a5
Merge pull request #2494 from Kampbell/poco-1.9.1
Poco 1.9.1
2018-10-09 19:50:53 +02:00
Francis ANDRE
95832355ff Fix PATH 2018-10-05 17:54:29 +02:00
Francis ANDRE
5846a083b9 build everything 2018-10-05 17:54:05 +02:00
Francis ANDRE
28d4e21c96 Fix typo 2018-10-05 15:32:45 +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
d8e1161995 Fix PATH to fork/exec TestApp.exe 2018-09-30 16:43:38 +02:00
Francis ANDRE
6fee71efe2 Run under sudo for ICMP tests 2018-09-28 20:58:17 +02:00
Francis ANDRE
7de5b1a776 Reformat 2018-09-28 16:31:45 +02:00
Francis ANDRE
fe7f29030d Update CPPUNIT_IGNORE syntax for Linux 2018-09-28 16:31:24 +02:00
Francis ANDRE
9aa514fd79 Update CPPUINT_IGNORE syntax for Linux 2018-09-28 16:30:58 +02:00
Francis ANDRE
4dbb2aa78d Cleanup 2018-09-28 15:48:15 +02:00
Francis ANDRE
871dd1a029 Merge remote-tracking branch 'kampbell/poco-1.9.1' into poco-1.9.1 2018-09-28 11:53:27 +02:00
Francis ANDRE
6d3abb9023 Resolve conflict 2018-09-28 11:52:38 +02:00
Francis ANDRE
8716de6537 Use -std=c99 for C compiler on Lnux 2018-09-27 15:15:53 +02:00
Francis ANDRE
608d383786 Merge remote-tracking branch 'origin/poco-1.9.1' into poco-1.9.1
Conflicts:
	.travis.yml
2018-09-27 14:45:27 +02:00
Francis ANDRE
e4cb3c20b9 Remove prefix for the shared library: Foundation/testsuite/TestLibrary 2018-09-27 11:52:33 +02:00
Francis ANDRE
842058dc75 Copy prefixByPoc from build.gradle.win 2018-09-27 11:46:25 +02:00
Günter Obiltschnig
62bbeaec8f fix documentation of SQLChannel class 2018-09-27 11:25:47 +02:00
Francis ANDRE
d8f02a3046 invalid commit 2018-09-26 14:34:35 +02:00
Francis ANDRE
560e727705 Use shared object for linking SharedLibrary 2018-09-26 13:04:00 +02:00
Francis ANDRE
0224849d9c Dump Crypto/guild/tmp/linkCryptoLinux64DebugSharedLibrary/* 2018-09-26 10:47:12 +02:00
Francis ANDRE
953cabbeb6 Rollback to gradle-4.9 since the 4.10 version requiers the JDK 10 2018-09-26 09:12:57 +02:00
Francis ANDRE
d62a48e8ad Fix compiler's args in debug mode 2018-09-26 00:45:49 +02:00
Francis ANDRE
9b70d8477a Fix Clang defines & arguments 2018-09-25 16:34:19 +02:00
Francis ANDRE
18215ccb63 Upgrade to gradle-4.10 2018-09-25 15:34:14 +02:00
Francis ANDRE
ed1069761c Reformat 2018-09-25 15:14:31 +02:00