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 |
|
FrancisANDRE
|
3a43ac0b94
|
Add missing ws2_lib32.lib
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
|
2016-03-10 07:09:31 +01:00 |
|
Aleksandar Fabijanic
|
57fa40e15e
|
Merge pull request #1182 from mathausmendel/develop
Fix compiler warnings with Clang/XLC
|
2016-03-09 21:01:08 -08:00 |
|
Alex Fabijanic
|
84c2c5ea78
|
Merge branch 'develop' into pr/1113
|
2016-03-09 19:56:37 -08:00 |
|
Alex Fabijanic
|
e9bc9fe8d4
|
fix PostgreSQL testsuite Makefile
|
2016-03-09 19:55:42 -08:00 |
|
Aleksandar Fabijanic
|
569c920dad
|
Merge pull request #1183 from Kampbell/pr/1113
PocoCppUnit as a compoment of Poco
|
2016-03-09 14:24:07 -08:00 |
|
Mathäus Mendel
|
9332e886d0
|
Merge remote-tracking branch 'upstream/develop' into develop
|
2016-03-09 17:24:47 -03:00 |
|
FrancisANDRE
|
b70ccde3a2
|
copy of libCppUnit* no more needed.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
|
2016-03-09 21:23:16 +01:00 |
|
Mathäus Mendel
|
f634ab8d6d
|
Fixed an inline initialization issue in the constructor
Class members are initialized in the order they are declared.
|
2016-03-09 17:21:25 -03:00 |
|
Mathäus Mendel
|
ede77f46ee
|
Removed unused variables
When compiling with higher warning levels the compiler warns about
these unused variables.
|
2016-03-09 17:20:37 -03:00 |
|
FrancisANDRE
|
d2240e910f
|
Remove dupplicate entry.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
|
2016-03-09 21:01:45 +01:00 |
|
Guenter Obiltschnig
|
139649fd61
|
TaskManager::count() now returns std::size_t; release mutex before posting progress notification
|
2016-03-09 20:22:44 +01:00 |
|
FrancisANDRE
|
4122f47c91
|
Remove duplicate entry.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
|
2016-03-09 17:32:36 +01:00 |
|
FrancisANDRE
|
6121a451a3
|
Prefix CppUnit include path with Poco/
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
|
2016-03-09 17:27:42 +01:00 |
|