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
FrancisANDRE
7470e4fc12
The u_short type is used by the struct tcphdr as
...
# 52 "/usr/include/netinet/tcp.h" 3 4
struct tcphdr {
u_short th_sport;
...
};
but its definition is conditionned by the D__BSD_VISIBLE constant. Thus,
config/CYGWIN should set this constant as a SYSFLAGS
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-17 07:32:15 +02:00
FrancisANDRE
e052b6a4bd
Add creation of build_vdexpress2012.cmd & build_vdexpress2013.cmd
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-16 19:47:50 +02:00
dedvalson
9a69675553
Merge pull request #1 from dedvalson/PatternFormatterPiorityNameEnhancement
...
Pattern Formatter Priority Name Enhancement
2015-08-14 09:25:43 -04:00
Don Edvalson
5c20361005
Pattern Formatter Priority Name Enhancement
...
Added a property to allow the user to specify the actual names for the
priorities that will go into the log.
2015-08-14 09:16:05 -04:00
FrancisANDRE
e44f0322f0
update CONTRIBUTORS
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-08 11:27:46 +02:00
FrancisANDRE
4368a1fcfe
add POCO_EXPORT_INTERFACE to ClassLibrary.h
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-08 11:27:12 +02:00
Günter Obiltschnig
7f6e38438c
Merge pull request #901 from Mazyod/notificationQueueRemove
...
Added NotificationQueue::remove function
2015-08-07 10:44:45 +02:00
Mazyad Alabduljaleel
5cff648eea
Added NotificationQueue::remove function
...
This includes appropriate tests, which pass on my Mac 10.4 machine
2015-08-06 14:13:11 +04:00
Guenter Obiltschnig
e438061ce7
fixed GH #722 : Unicode Converter Test confuses string and char types
2015-07-31 10:23:16 +02:00
Guenter Obiltschnig
d2c64b4493
GH# 878: check for valid hex characters, support SHA-1 name-based UUIDs (v5)
2015-07-31 10:05:58 +02:00
Alex Fabijanic
4ff19c95c0
Merge branch 'develop' of https://github.com/pocoproject/poco into develop
2015-07-30 20:50:19 -05:00
Alex Fabijanic
08a85e84a4
stringify method output wrong json string #891
2015-07-30 20:49:54 -05:00