Commit Graph

3027 Commits

Author SHA1 Message Date
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
Rangel Reale
035943c4e0 * Fix for Zip file loading not setting containing file offsets 2015-06-25 13:24:45 -03:00
Aleksandar Fabijanic
accf879682 Merge pull request #863 from cesar-carrasco/develop
Defined SYS_gettid to __NR_gettid when not already defined.
2015-06-23 21:31:27 -05:00
Aleksandar Fabijanic
22bb363260 FIFOBuffer::read(T*, std::size_t) documentation inaccurate #869, part II 2015-06-23 21:04:59 -05:00
Aleksandar Fabijanic
cc9fb56705 FIFOBuffer::read(T*, std::size_t) documentation inaccurate #869 2015-06-23 21:02:18 -05:00
Aleksandar Fabijanic
9b32434999 Merge pull request #867 from minhyuk/patch-1
fix typo
2015-06-23 19:44:23 -05:00
Minhyuk Kwon
56bb808f68 fix typo
POCO_WIN32_UTF8 is deprecated, but for legacy code, need to make well formed.
2015-06-24 09:03:12 +09:00
Cesar Carrasco
7f52fda001 Defined SYS_gettid to __NR_gettid when not already defined. 2015-06-16 16:09:58 -04:00
Aleksandar Fabijanic
2d6fc27dd1 Var BadCastException #861 2015-06-10 09:03:12 -05:00