Commit Graph

3879 Commits

Author SHA1 Message Date
Aleksandar Fabijanic
00a787e0cb Merge pull request #945 from aaron0x/RefactoryBinaryReaderWriter
Refactory BinaryReader and BinaryWriter
2016-03-13 23:08:44 -07:00
Aleksandar Fabijanic
cf137839cb Merge pull request #1193 from Kampbell/AppVeyorAndTravis
AppVeyor and Travis: finalization for Data/MySQL & Data/PostgreSQL
2016-03-13 21:37:36 -07:00
FrancisANDRE
01c174a97a Merge remote-tracking branch 'pocoproject@github/develop' into pr/1113 2016-03-13 07:09:07 +01:00
Aleksandar Fabijanic
2301888296 Merge pull request #1177 from pocoproject/pr/1113
Pr/1113 after merging develop
2016-03-12 13:42:50 -08:00
FrancisANDRE
8c83e7696e Omit Data/postgreSQL for Cygwin as postgreSQL front end is not available.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-12 21:32:31 +01:00
FrancisANDRE
297d4d1046 Fix typo.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-12 21:31:11 +01:00
Guenter Obiltschnig
b30da7bcca better logging if rollback fails with Exception 2016-03-12 20:40:39 +01:00
FrancisANDRE
6521d559e2 Remove cache of cmake-3.2.3-Linux-x86_64. Does not work as expected.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-12 18:51:57 +01:00
FrancisANDRE
978924cef6 Restore Data/SQLite for OSX
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-12 18:07:08 +01:00
FrancisANDRE
cee7b3e7b8 Fix missing space in sub-targets.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-12 17:42:06 +01:00
FrancisANDRE
f713beea53 Fix syntax of cache.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-12 16:46:02 +01:00
FrancisANDRE
6067364d5b Comment out list of MySQL directory.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-12 16:28:19 +01:00
FrancisANDRE
1b737fb5db Cache cmake-3.2.3-Linux-x86_64.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-12 16:27:14 +01:00
FrancisANDRE
89895be433 Compact COMPONENTS definition.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-12 16:26:44 +01:00
Guenter Obiltschnig
443e54fdde use TLS_*_method() instead of deprecated SSLv23_*_method() if OpenSSL version is >= 1.1; initialize default/fallback client context to support all TLS protocols, not just TLSv1 2016-03-12 12:20:22 +01:00
FrancisANDRE
a10a2d5fc4 Exclude Data/MySQL.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-12 11:59:10 +01:00
FrancisANDRE
356a729be4 Reformat. Setup VS variable only with cmake. Readd Data/MySQL testsuite
on Win32.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-12 11:55:36 +01:00
FrancisANDRE
fa1ba42957 Reorder omitted components
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-12 11:54:11 +01:00
FrancisANDRE
eda8a13b96 Adding <my_glob.h> introduces the macro max with #define max on Linux.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-12 11:51:13 +01:00
FrancisANDRE
c878878b48 Restore Data/MySQL at it properplace.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-12 11:48:07 +01:00
FrancisANDRE
f42d829105 Remove cache of C:\Program Files\PostgreSQL\9.4
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-12 11:13:15 +01:00
Alex Fabijanic
2a80322ecb merge dev and resolve conflicts 2016-03-11 20:57:28 -08:00
Aleksandar Fabijanic
d49ea8a51b Merge pull request #1189 from mathausmendel/develop
Compilation fixes for AIX (IBM XLC)
2016-03-11 20:39:47 -08:00
Aleksandar Fabijanic
55fbf1a730 Merge pull request #1190 from Kampbell/Travis
Travis: reformatting & cleanup
2016-03-11 08:19:15 -08:00
FrancisANDRE
598237a817 Merge remote-tracking branch 'pocoproject/develop' into Travis 2016-03-11 16:36:23 +01:00
FrancisANDRE
57bc0cc4cf Display postgres and mysql version.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-11 15:34:12 +01:00
FrancisANDRE
ff32e89a27 Restore travis/script/runtests
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-11 14:50:05 +01:00
Guenter Obiltschnig
c4ca7bb732 another attempt at #1187: retry mysql_stmt_prepare if server has gone away 2016-03-11 14:47:30 +01:00
Mathäus Mendel
ce8e88cc4b Fixed ${CMAKE_THREAD_LIBS_INIT} being empty during the compilation
The directive checking for the native threads library must be
called before everything else.
2016-03-11 10:35:23 -03:00
Mathäus Mendel
8895045fb5 Made all testsuite link with pthreads on Unix systems
This fixes the linker errors due to missing pthreads library on AIX.
2016-03-11 10:30:15 -03:00
FrancisANDRE
3efe787a64 Use sudo for installing Poco libs.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-11 14:25:23 +01:00
Mathäus Mendel
473de6d1b1 Fixed compilation on IBM AIX due to name clash with UTF32Char
Both poco and AIX's system header <sys/types.h> defines UTF32Char
type which lead to a name clash and compilation error.
2016-03-11 10:21:40 -03:00
Mathäus Mendel
b3423e6601 Fixed compilation on IBM XLC due to incorrect function call
Templated functions dependent of a templated class must be prefixed with
the "template" keyword.
2016-03-11 10:17:33 -03:00
Mathäus Mendel
b245307780 Poco.Foundation now links with pthreads on Unix platforms
Some of the libraries relies on functions from Poco.Foundation that
are implemented using pthreads and were leading to link errors.
2016-03-11 10:14:43 -03:00
FrancisANDRE
0645fa79a2 Add fast fail. Restore arm-linux-gnueabi-g++.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-11 12:09:49 +01:00
Alex Fabijanic
d63c8afbb8 merge develop 2016-03-10 19:33:24 -08:00
Aleksandar Fabijanic
6e5111d2ba Merge pull request #1188 from Kampbell/MySQLOnTravisAndAppVeyor
Data/MySQL: contineous integration on AppVeyor & Travis
2016-03-10 17:54:48 -08:00
FrancisANDRE
dd7455f4e8 Merge remote-tracking branch 'pocoproject/develop' into MySQLOnTravisAndAppVeyor 2016-03-10 23:16:01 +01:00
Guenter Obiltschnig
a42505b9ed fix for #1187: don't send timeout to zero 2016-03-10 21:30:17 +01:00
Alex Fabijanic
ad83c85663 regenerate redis testsuite vs projects 2016-03-10 08:59:18 -08:00
Alex Fabijanic
31d23d2d2a Merge branch 'develop' into pr/1113 2016-03-10 08:57:21 -08:00
Aleksandar Fabijanic
59306660ce Merge pull request #1186 from Kampbell/pr/1113
Pr/1113 last fixes for Redis and Makefile
2016-03-10 08:53:57 -08:00
FrancisANDRE
34e4748105 Replace DOS variable by PS variable.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-10 17:50:16 +01:00
FrancisANDRE
41bbe9a7ea Merge remote-tracking branch 'pocoproject/develop' into MySQLOnTravisAndAppVeyor 2016-03-10 17:36:47 +01:00
FrancisANDRE
ca49ef5d95 Run Data/SQLite on Travis OSX
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-10 13:13:42 +01:00
FrancisANDRE
1f6ccce76d Put Data/MySQL by end for AppVeyor
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-10 13:07:20 +01:00
FrancisANDRE
28a40c1c56 Put Data/Postgresql as last component for AppVeyor.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-10 12:27:10 +01:00
FrancisANDRE
47461e041f Add missing ws2_lib32.lib
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-10 12:22:48 +01:00
Guenter Obiltschnig
b2ac870240 fixed GH# 1184: Attempting to connect via a proxy throws a DNS error "Host not found" 2016-03-10 09:55:46 +01:00
FrancisANDRE
2e4a679cca Merge remote-tracking branch 'pocoproject@github/pr/1113' into pr/1113 2016-03-10 07:15:46 +01:00