FrancisANDRE
8b6587d0f9
Restore Test-Path "c:\mysql-5.7.9-win32"
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 14:10:15 +01:00
Mathäus Mendel
7dda3867c6
Removed isnan and isinf from the namespace std for IBM XLC
...
Due to the implication of changing the standard library behavior on IBM XLC
when using the POCO Libraries, the functions from <cmath> previously added
to the namespace std are now guarded by #ifdef directives to cover only
the needed cases (IBM XLC compiler on AIX).
2016-03-08 09:53:46 -03:00
FrancisANDRE
e16a0fa481
PSowerShell does not recognize (Test-Path path) as a boolean!
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 12:52:57 +01:00
FrancisANDRE
d7f8761771
missing parenthesis on Test-Path.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 12:39:52 +01:00
FrancisANDRE
be1a697791
Merge with pocoproject/develop
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 12:36:00 +01:00
FrancisANDRE
4441b38228
PowerShell false constant is False and not false!
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 12:32:17 +01:00
FrancisANDRE
7f56eac7cb
MySQL win32 is empty. Fix proper download URL.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 11:52:51 +01:00
FrancisANDRE
0cd1d42651
Merge remote-tracking branch 'pocoproj@github/develop' into MySQLOnTravisAndAppVeyor
2016-03-08 11:24:53 +01:00
FrancisANDRE
ec168cad6f
Use empty password for root user on Travis.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-08 10:55:14 +01:00
Aleksandar Fabijanic
c3041eefd5
Update TestSuite_vs120.vcxproj
2016-03-07 22:13:28 -08:00
Alex Fabijanic
3eb023132b
Merge branch 'develop' into pr/1113
...
Conflicts:
Foundation/testsuite/TestSuite_vs120.vcxproj
2016-03-07 21:38:26 -08:00
Mathäus Mendel
19d1657feb
Fixed miscompilation due to missing libraries on AIX
...
Added the find_packages directive in the right place now.
2016-03-07 17:42:56 -03:00
Mathäus Mendel
70fcca0d58
Fixed miscompilation of File2Page due to missing pthreads libs on AIX
2016-03-07 17:40:09 -03:00
Mathäus Mendel
4b4b3527a0
Fixed PageCompiler miscompilation due to missing pthreads libs on AIX
...
Added the support for it through CMake.
2016-03-07 17:36:51 -03:00
Mathäus Mendel
80ce6016dd
Fixed compilation error due to missing functions from cmath
...
IBM XLC has no functions from <cmath> under the std namespace. Added
a workaround for XLC on AIX.
2016-03-07 16:39:18 -03:00
Mathäus Mendel
6dcf71dd96
Fixed wrong casing on the CMake script
2016-03-07 16:36:39 -03:00
Mathäus Mendel
5f94a74886
Removed "using std::swap" directive from nested namespace
...
IBM XLC refuses to compile since it tries to instantiate all the possible
specializations for std::swap, right before one.
2016-03-07 16:33:59 -03:00
Mathäus Mendel
d67c9ea6f2
On AIX, statfs takes a non-const char* as the first parameter. Fixing it.
...
Since the function does not change the content of the variable, it is safe
to remove the constness of the variable for UNIX platforms.
2016-03-07 16:31:07 -03:00
Mathäus Mendel
db95b94c8c
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-07 16:28:02 -03:00
Günter Obiltschnig
7ec1cf4c2d
remove biicode link
2016-03-07 20:22:32 +01:00
Mathäus Mendel
d17882f6d0
Added initial support for IBM XLC for AIX systems
2016-03-07 15:36:51 -03:00
FrancisANDRE
660cae629b
WIP Data/MySQL
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-07 16:06:03 +01:00
FrancisANDRE
65c57f0ac5
Create MySQL database after MySQL service be started!
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-07 15:31:28 +01:00
FrancisANDRE
70bd0c1c84
Start mysql service
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-07 15:13:05 +01:00
FrancisANDRE
bbe99915bb
Test MySQL database creation.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-07 15:05:39 +01:00
Francis ANDRE
d908961740
restore filemode
2016-03-07 14:40:08 +01:00
FrancisANDRE
f42babf066
Run Data/MySQL testsuite.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-07 14:29:24 +01:00
FrancisANDRE
c7335cfc78
Run mysql create database only on Linux.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-07 12:27:03 +01:00
Francis ANDRE
29140dbf61
use Poco::NumberParser to convert the port to int
2016-03-07 11:48:45 +01:00
FrancisANDRE
2d42e526ea
Add MySQL to Travis
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-07 10:39:36 +01:00
FrancisANDRE
0432b414a9
Separate mysql PATH between Win32 & x64
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-07 08:48:41 +01:00
FrancisANDRE
8fd22dd5bc
Fix tml typo.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-07 08:22:13 +01:00
FrancisANDRE
b158ae11db
Use getPass instead of getPassword as in MySQL.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-07 08:21:53 +01:00
FrancisANDRE
3e47ae2fb1
Run Data/MySQL on AppVeyor
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-07 08:16:48 +01:00
Francis ANDRE
0708ba1392
readd lost appveyor.yml
2016-03-07 07:25:13 +01:00
FrancisANDRE
40b8ebe443
Merge remote-tracking branch 'pocoproj@github/develop' into develop
...
Conflicts:
appveyor.yml
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-07 07:23:16 +01:00
Guenter Obiltschnig
3517302572
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2016-03-07 06:58:14 +01:00
Guenter Obiltschnig
357aab1c7c
bumped version of develop to 2.0
2016-03-07 06:57:52 +01:00
Alex Fabijanic
69960c9c92
added generated VS projects
2016-03-06 20:55:38 -08:00
Alex Fabijanic
92225086a4
generated CppUnit and testsuites VS projects
2016-03-06 20:54:26 -08:00
Aleksandar Fabijanic
234d778d2c
Merge pull request #1143 from Yukariin/develop
...
Add iODBC support
2016-03-06 19:13:51 -08:00
Aleksandar Fabijanic
fd070a39be
Merge pull request #1154 from teminian/develop
...
Improved support for MinGW-w64
2016-03-06 19:13:00 -08:00
Aleksandar Fabijanic
201b52344e
Merge pull request #1173 from Kampbell/PostgreSQLonTravisAndAppVeyor
...
Postgresql on Travis and AppVeyor
2016-03-06 12:55:56 -08:00
Guenter Obiltschnig
a6aea22ab8
fix SET_LD_LIBRARY_PATH to include POCO_BASE/LIBDIR if different from LIBPATH
2016-03-06 20:30:39 +01:00
Guenter Obiltschnig
00f1979f4f
add before calling PageCompiler
2016-03-06 16:26:21 +01:00
Guenter Obiltschnig
6376963bda
add SET_LD_LIBRARY_PATH make variable
2016-03-06 16:22:17 +01:00
Guenter Obiltschnig
3a759171d7
don't be too eager setting POCO_PREFIX to /usr/local; add --no-prefix option to configure to NOT set POCO_PREFIX; output POCO_LIB_INSTALLDIR if POCO_VERBOSE
2016-03-06 11:25:50 +01:00
FrancisANDRE
32d315b333
Merge remote-tracking branch 'origin/PostgreSQLonTravisAndAppVeyor' into PostgreSQLonTravisAndAppVeyor
2016-03-06 08:26:11 +01:00
FrancisANDRE
690104595d
Merge remote-tracking branch 'pocoproj@github/develop' into PostgreSQLonTravisAndAppVeyor
2016-03-06 08:24:09 +01:00
FrancisANDRE
1c714d9abe
Reexclude Data testsuite. To be tracked.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2016-03-06 08:20:33 +01:00