Commit Graph

3424 Commits

Author SHA1 Message Date
fbraem
7086d93324 Add escape/unescape functions 2015-12-07 17:31:49 +01:00
FrancisANDRE
84d36a31fb Use POCO_BASE for finding the configuration file on POCO_OS_FAMILY_UNIX
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-07 17:14:18 +01:00
FrancisANDRE
51bd3d9798 Add optional [Component [Test]] to focus on the test to run.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-07 17:04:36 +01:00
FrancisANDRE
5e9f79b72a Add /nolog and /verbosity:minimal for msbuild
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-07 16:01:54 +01:00
FrancisANDRE
627f76232c Load TestSuite.xml configuration file relative to POCO_BASE and not
relative to the path of the testsuite executable.

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-07 15:16:33 +01:00
Alex Fabijanic
95f1a7c30d Process hangs on waitpid #1063 2015-12-06 23:18:29 -06:00
Alex Fabijanic
4499062f0d add rpath for test dynamic library; silence unused warnings for test 2015-12-06 22:08:18 -06:00
Aleksandar Fabijanic
c4f3de31d6 Merge pull request #1061 from Kampbell/develop
Cross build a Poco i686 32 bits on a Linux x86_64 64 bits OS
2015-12-06 15:31:52 -06:00
FrancisANDRE
3c2a83d2ee Use POCO_BASE for looking for test data directory.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-06 09:07:31 +01:00
FrancisANDRE
5d08905f02 Add Ionic dlls for bootstraping the build of openssl libs with .Net
version < 4.5

Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-05 12:37:06 +01:00
FrancisANDRE
f291488b0f Merge remote-tracking branch 'kampbell@github/develop' into develop 2015-12-05 12:32:17 +01:00
FrancisANDRE
9433491ec7 Add Ionic dlls for unzipping 7zip with .Net version < 4.5
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-05 12:30:50 +01:00
FrancisANDRE
af52dd8060 Add openssl/packages/
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-05 12:28:14 +01:00
Guenter Obiltschnig
dc2e299bef Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2015-12-05 11:54:07 +01:00
FrancisANDRE
c1e941ecf5 Merge remote-tracking branch 'pocoproject@github/develop' into develop@kampbell 2015-12-03 07:31:14 +01:00
Francis ANDRE
ca166fc320 Refactoring 2015-12-03 07:00:19 +01:00
Aleksandar Fabijanic
2266fc19be increase test timeout 2015-12-02 12:45:12 -06:00
Aleksandar Fabijanic
25b19f6ddb Merge pull request #1052 from vmiklos/foundation-wshadow-fixes
GH #1050 Foundation: fix gcc -Wshadow warnings
2015-12-02 11:48:28 -06:00
Aleksandar Fabijanic
a1d07c85de Merge pull request #1057 from Kampbell/MkdocMkrelease
mkdoc & mkrel for Cygwin
2015-12-02 08:48:14 -06:00
FrancisANDRE
78e5bcf1ba Merge remote-tracking branch 'pocoproject@github/develop' into MkdocMkrelease 2015-12-02 10:07:52 +01:00
FrancisANDRE
223c4ff0ff Add new QA step: mkdoc & mkrelease
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-01 20:18:06 +01:00
FrancisANDRE
6d53f43d46 Refactoring, add -Wa,-mbig_obj
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-01 20:17:32 +01:00
FrancisANDRE
dddf878d43 Update generation of top Makefile.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-01 20:16:02 +01:00
FrancisANDRE
5c2de0e4ea Add Redis and NetSSL_Win modules.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-01 20:15:37 +01:00
FrancisANDRE
c86b36a415 Echo the PocoDoc command line arguments.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-01 20:15:00 +01:00
FrancisANDRE
0de97cc324 Add LD_LIBRARY_PATH.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-01 20:13:47 +01:00
FrancisANDRE
0b28ee9a76 Add Cygwin MySQL include.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-01 20:13:11 +01:00
FrancisANDRE
c18d3db916 Refactoring for Cygwin: add Poco cyg*.dll tp PATH.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-12-01 20:12:42 +01:00
zosrothko
b988179dcc Rename Linux32 to Linux32-gcc 2015-12-01 08:14:28 +01:00
zosrothko
5762580af0 Generic Linux configuration
Generic Linux configuration works either for i686, x86_64 or cross compilation for ARM. For producing a Linux 32 bits on a Linux x84_64 OS, one should crossbuild with the Linux32 configuration.
2015-12-01 08:06:00 +01:00
zosrothko
08b17e82f5 Linux32: cross compilation for Linux 32 bits on a Linux 64bits 2015-12-01 08:02:33 +01:00
Aleksandar Fabijanic
be8663c395 LIBFLAGS in build/config/Linux breaks build in Ubuntu 14.04 #1053 2015-11-30 14:37:33 -06:00
Miklos Vajna
b9cfd346a1 GH #1050 Foundation: fix gcc -Wshadow warnings 2015-11-30 15:49:07 +01:00
FrancisANDRE
94b65b9b5d Add Util/testsuite/TestConfiguration/.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-27 16:12:35 +01:00
FrancisANDRE
c0a3c83142 Add stage/ & releases/.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-11-27 16:07:09 +01:00
Aleksandar Fabijanic
c38ed216d2 Add redis server 2015-11-21 23:57:16 -06:00
Aleksandar Fabijanic
e06d381e59 Merge pull request #1040 from fbraem/develop
Redis Module
2015-11-20 17:54:58 -06:00
Aleksandar Fabijanic
6822faded5 Merge pull request #1041 from Kampbell/BundlingUnbundling
Travis, Bundling/nbundling, GNU make, building in a separate directory
2015-11-20 17:44:53 -06:00
fbraem
ff1bf69ac1 Merge remote-tracking branch 'origin/redis' into develop 2015-11-20 18:41:02 +01:00
fbraem
4c239205d2 Add typedef for SharedPtr<Client> 2015-11-20 18:34:37 +01:00
fbraem
065ec5c6e9 Add missing files 2015-11-20 18:34:19 +01:00
fbraem
267cbb7931 Add connection pool 2015-11-20 18:31:33 +01:00
fbraem
e336fd7a8b use parse instead of parse64 2015-11-20 18:31:15 +01:00
fbraem
df3ed125c3 Documentation correction 2015-11-20 18:30:53 +01:00
Franky Braem
c0e548536b Update comments 2015-11-20 07:58:53 +01:00
Franky Braem
8bc723443a Remove __cxx11 2015-11-20 07:56:42 +01:00
fbraem
80b7804a98 Add more comments 2015-11-19 22:12:57 +01:00
fbraem
e973bb4faf Add getType 2015-11-19 22:12:38 +01:00
fbraem
e61350553c Add sample in comment 2015-11-19 18:34:55 +01:00
fbraem
05703f2f9f Add hvals 2015-11-19 18:29:06 +01:00