Marian Krivos
2279c89704
remove serializer part
2015-08-24 17:37:22 +02:00
Marian Krivos
0aa38d1262
remove serializer part
2015-08-24 17:31:08 +02:00
FrancisANDRE
d75119648b
Merge remote-tracking branch 'pocoproject/develop' into develop
2015-08-24 14:34:28 +02:00
FrancisANDRE
e0c38261b6
add specific Cygwin setup for running Foundation tests.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-24 11:47:24 +02:00
FrancisANDRE
c7469d0ea1
remove the inserted line.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-24 11:36:38 +02:00
FrancisANDRE
56b6995a5b
add separation line for BUILDING FOR WINDOWS CE.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-24 11:28:12 +02:00
FrancisANDRE
01d029f282
remove the LIBSUFFIX setup since the x86_64 directory serves already as
...
discriminator.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-24 11:27:33 +02:00
FrancisANDRE
ac879caa46
Cygwin supports Unix IPCs thru a system process started by
...
/usr/sbin/cygserver. So, the flag -DPOCO_NO_SHAREDMEMORY can be removed.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-24 11:25:44 +02:00
FrancisANDRE
6c2398226b
insert an empty line for clarity
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-23 15:45:45 +02:00
FrancisANDRE
f0a618b5a6
add $(POCO_BASE)/build/config/$(POCO_CONFIG) as a prerequisite
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-23 15:44:49 +02:00
Marian Krivos
eca1119c82
Add RoundTrip example for XML Streaming API + backport lates libstudxml changes from upstream
2015-08-23 14:38:57 +02:00
FrancisANDRE
09f5b06aaf
add an empty line for clarity.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-23 11:29:45 +02:00
Marian Krivos
ce003c5522
Formattingt fixes
2015-08-22 22:09:19 +02:00
Marian Krivos
81e495150c
Formattingt fixes
2015-08-22 22:02:41 +02:00
Marian Krivos
0887b56cad
Formattingt fixes
2015-08-22 21:54:43 +02:00
Marian Krivos
5865c9f383
Formattingt fixes
2015-08-22 21:48:17 +02:00
Marian Krivos
5c0ab24c41
Added XMLStream API tests
2015-08-22 20:58:45 +02:00
Marian Krivos
0bd0559508
XMLStream API fixes - readding binary files
2015-08-22 17:39:44 +02:00
Marian Krivos
9bc8d3c851
XMLStream API fixes
2015-08-22 17:36:39 +02:00
Marian Krivos
11211d345d
Initial adding of XMLStream API based on libstudxml library
2015-08-22 16:32:51 +02:00
FrancisANDRE
8cc9bda1e4
insert a empty line for clarity.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-22 12:37:03 +02:00
FrancisANDRE
293e7c91f7
use /dev/tty instead /dev/console on Cygwin otherwise a file acces check
...
makes the test failing.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-22 09:54:29 +02:00
FrancisANDRE
083ade8135
fix proper syntax for testing one test
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-22 09:21:11 +02:00
Francis ANDRE
3944a1aa09
Merge branch 'develop' of https://github.com/zosrothko/poco into develop
2015-08-21 16:21:58 +02:00
FrancisANDRE
e37f63c823
rename build/config/CYGWIN to build/config/Cygwin
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-21 14:42:40 +02:00
FrancisANDRE
fc46b81e56
rename build/config/CYGWIN to build/config/Cygwin
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-21 14:36:56 +02:00
FrancisANDRE
883800f56c
Use Cygwin instead of CYGWIN for POCO_HOST_OSNAME.
...
Setup OSARCH_64BITS to 1 for Cygwin x86_64 platform.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-21 14:18:37 +02:00
FrancisANDRE
0926c9b752
add command line arguments as [component] [test] for unit testing a
...
single test.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-21 14:16:45 +02:00
FrancisANDRE
d1a8c11f98
skip SharedMemoryTest for DPOCO_NO_SHAREDMEMORY platform
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-21 14:15:13 +02:00
FrancisANDRE
462deab58b
condition assert for POCO_NO_FPENVIRONMENT platform
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-21 14:13:56 +02:00
FrancisANDRE
5354989f45
add a newline for clarity
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-21 14:12:27 +02:00
Aleksandar Fabijanic
23f8842a14
Merge pull request #903 from zosrothko/develop
...
Various fixes for Cygwin X86_64 port and additional minor fixes
2015-08-20 16:56:46 -05:00
Guenter Obiltschnig
ec71e76f0a
PatternFormatter fix, added test
2015-08-20 20:23:13 +02:00
Guenter Obiltschnig
fafe691a04
fixes for style and consistency
2015-08-20 14:55:17 +02:00
Günter Obiltschnig
74ffb112bc
Merge pull request #907 from dedvalson/develop
...
PatternFormatter Priority Name Enhancement
2015-08-20 14:48:36 +02:00
Aleksandar Fabijanic
9b56ef406c
style fix
2015-08-19 16:59:04 -05:00
Günter Obiltschnig
2423f61e46
Merge pull request #911 from mkrivos/sqlite
...
SQLite bump to faster version 3.8.11.1
2015-08-19 20:43:41 +02:00
FrancisANDRE
c8abda6e4e
change return type of getOsTid() const; from long to IntPtr
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-19 17:46:05 +02:00
mkrivos
0f3eb63ddb
SQLite bump to 3.8.11.1
2015-08-19 14:17:13 +02:00
Günter Obiltschnig
69ac72d569
Merge pull request #910 from mkrivos/develop
...
Enable POCO_HAVE_FD_EPOLL on linux for cmake build system too
2015-08-19 12:50:29 +02:00
mkrivos
5e3258f92e
Enable POCO_HAVE_FD_EPOLL on linux for cmake build system too
2015-08-19 12:12:18 +02:00
Günter Obiltschnig
bc5d83cf5f
Merge pull request #909 from mkrivos/develop
...
Some more runtime exceptions types
2015-08-19 09:07:14 +02:00
FrancisANDRE
76e9d2bf02
Fix Testrunner path for Cygwin x86_64
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-18 11:31:26 +02:00
FrancisANDRE
b7f6870cef
add -Wa,-mbig-obj so assmebler could assemble object files with large
...
number of section on Cygwin x86_64
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-18 11:13:55 +02:00
FrancisANDRE
30cf39df79
-DSQLITE_OS_UNIX added so sqlite3.c compiles as a Unix system on
...
CYGWIN_NT-6.1 x86_64 instead as a WIN32 platform
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-18 11:12:12 +02:00
Marian Krivos
68e9e38004
cmake cleanup
2015-08-17 22:18:44 +02:00
Marian Krivos
1b1c4416dd
Added some more RuntimeExceptions - InterruptedException, IndexOutOfBoundsException, UnsupportedOperationException, EmptyStackException, StackOverflowException, ArithmeticException
2015-08-17 21:55:52 +02:00
FrancisANDRE
c869eb8cbc
Use a C-style coercion cast for portability. Naither reinterpret_cast,
...
nor static_cast is working.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-17 10:11:43 +02:00
FrancisANDRE
a8743b7140
Fix invalid reinterpret_cast to static_cast.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-17 08:08:22 +02:00
FrancisANDRE
2f40cd5b59
With ptrhead, Thread::currentTid() returns a pointer to a struct which
...
leads to a compile error when assigning it to an long. Thus _ostid type
should be changed to IntPtr and the assignment should use a
reinterpret_cast.
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-17 07:36:57 +02:00