FrancisANDRE
09f5b06aaf
add an empty line for clarity.
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-08-23 11:29:45 +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
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
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
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
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
Günter Obiltschnig
8b7b7cc818
again: VS2015: changed optimization for testsuite to custom, due to optimizer bug leading to crash in PBKDF2EngineTest
2015-07-30 18:58:52 +02:00
Günter Obiltschnig
d543f29a7f
missing projects
2015-07-30 18:20:30 +02:00
Günter Obiltschnig
5dd58f5e61
fixed script syntax
2015-07-30 16:26:30 +02:00
Günter Obiltschnig
92e993cb05
updated build scripts for VS2015
2015-07-30 15:54:43 +02:00
Günter Obiltschnig
b6ae5128ce
added Visual Studio 2015 project files
2015-07-30 15:48:45 +02:00
Günter Obiltschnig
8f83182ac0
ProGen: added VS2015 support
2015-07-30 14:58:12 +02:00
Günter Obiltschnig
d10c43d0d5
VS2015: changed optimization for testsuite to custom, due to optimizer bug leading to crash in PBKDF2EngineTest
2015-07-30 13:46:00 +02:00
Günter Obiltschnig
6c09516fee
Project files for Visual Studio 2015
2015-07-30 11:15:52 +02:00
Günter Obiltschnig
847c260aff
VS2015 project files for CppUnit
2015-07-29 19:24:12 +02:00
Aleksandar Fabijanic
04caf94bb6
Merge pull request #883 from kainjow/patch-1
...
Fix typo in read me
2015-07-18 15:36:13 -05:00
Kevin Wojniak
252927ed7d
Fixe typo in read me
2015-07-18 12:53:05 -07:00
Aleksandar Fabijanic
afd35253aa
Merge pull request #879 from glacjay/attachment-names
...
parse attachments' name and filename
2015-07-15 13:26:54 -05:00
GlacJAY
f36800fb70
add test case for attachment names' parsing
2015-07-15 10:09:23 +08:00
Guenter Obiltschnig
02fc2418ca
style fix
2015-07-14 06:21:05 +02:00
Günter Obiltschnig
ffd19842bc
Merge pull request #881 from RangelReale/sockettimeout
...
Fix socket timeout for Windows 7 or lower
2015-07-14 06:17:05 +02:00
Rangel Reale
bd9b5b46d8
* Windows 7 or lower have an undocumented minimum of 500ms for socket timeouts, detect at runtime and assume it as broken timeouts ( https://social.msdn.microsoft.com/Forums/en-US/76620f6d-22b1-4872-aaf0-833204f3f867/minimum-timeout-value-for-sorcvtimeo )
2015-07-13 16:25:12 -03:00
GlacJAY
596edc5385
parse attachments' name and filename
2015-07-10 09:56:48 +08:00
Aleksandar Fabijanic
51a8292649
Merge pull request #876 from zosrothko/develop
...
add missing NetSSL_Win component
2015-07-07 14:22:31 -05:00
FrancisANDRE
c2a7498eaf
add missing NetSLL_Win component
...
Signed-off-by: FrancisANDRE <zosrothko@orange.fr>
2015-07-07 07:31:57 +02:00
Aleksandar Fabijanic
ebff0b4e24
change www.appinf.com IP address
2015-06-25 20:40:11 -05:00
Aleksandar Fabijanic
13acfa37b2
Merge pull request #870 from RangelReale/ziploading
...
* Fix for Zip file loading not setting containing file offsets
2015-06-25 17:17:15 -05:00