Commit Graph

2862 Commits

Author SHA1 Message Date
Guenter Obiltschnig
c0228c5ff8 allow turning off GCC_DIAG_ON/OFF 2015-03-27 16:54:37 +01:00
Günter Obiltschnig
35a7b47138 replace extern "C" #include hack by copying needed declarations from pcre_internal.h header 2015-03-24 07:36:51 +01:00
Guenter Obiltschnig
dc15e82ce8 add Linux-SolarisStudio build config 2015-03-23 23:21:13 +01:00
Guenter Obiltschnig
df9575dd26 fixes for SolarisStudio compiler 2015-03-23 23:20:15 +01:00
Günter Obiltschnig
e64ccbf405 Merge pull request #755 from fbraem/develop
Fix #750 and change double into int for count command
2015-03-22 22:51:21 +01:00
Guenter Obiltschnig
1a8a7fc1b4 fix vs90 testsuite 2015-03-22 17:30:03 +01:00
Guenter Obiltschnig
dc7d874775 fixed project files 2015-03-22 14:33:04 +01:00
fbraem
4c4ab51a2c Use type int for count 2015-03-21 21:57:01 +01:00
fbraem
65c704ea90 Fix #750 missing binary size 2015-03-21 21:53:51 +01:00
Guenter Obiltschnig
5484f6045f fix Linux clang 2015-03-21 10:46:16 +01:00
Guenter Obiltschnig
fb5501e162 add Linux clang build config and travis build 2015-03-21 10:22:44 +01:00
Guenter Obiltschnig
b5e5673b6e X509Certificate::issuedBy(): explicitely check for X509_verify() return value 1, disable test due to failure with newer OpenSSL versions (need to investigate) 2015-03-21 00:07:01 +01:00
Guenter Obiltschnig
32b5fc0f6b minor fix 2015-03-20 23:18:10 +01:00
Guenter Obiltschnig
0d464a245f fix travis 2015-03-20 22:42:31 +01:00
Guenter Obiltschnig
e3ac4bb198 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2015-03-20 22:41:37 +01:00
Guenter Obiltschnig
e3802d807a test something 2015-03-20 21:28:24 +01:00
Aleksandar Fabijanic
cb57ea930b Merge pull request #754 from RangelReale/nacl
* NaCl support
2015-03-20 13:33:42 -05:00
Guenter Obiltschnig
6a5def9d0f travis: run testsuite 2015-03-20 16:57:45 +01:00
Guenter Obiltschnig
87fe9faf85 travis: run testsuite 2015-03-20 16:36:29 +01:00
Rangel Reale
d6fcca806e * NaCl support 2015-03-20 11:28:49 -03:00
Guenter Obiltschnig
9279794ee9 fix affinity test 2015-03-20 09:52:13 +01:00
Guenter Obiltschnig
f481a4c92f fix affinity test 2015-03-20 09:50:56 +01:00
Alex Fabijanc
97abc36c14 update testsuite makefile 2015-03-19 23:30:23 -05:00
Alex Fabijanc
96a74bac48 update testuite VS projects 2015-03-19 23:28:14 -05:00
Alex Fabijanc
027c8a40e2 FIFOBuffer tidy up 2015-03-19 23:22:00 -05:00
Guenter Obiltschnig
84842e9eea Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2015-03-19 14:04:10 +01:00
Guenter Obiltschnig
406175a828 don't throw if thread cpu affinity is not supported 2015-03-19 14:03:54 +01:00
Günter Obiltschnig
227409bc32 fixed export macros 2015-03-18 20:39:16 +01:00
Guenter Obiltschnig
2bbff0ca8f moved IPAddress stream insertion operator to IPAddress.h, added stream insertion operator for SocketAddress, added BinaryWriter/BinaryReader insertion/extraction for SocketAddress, fixed serialization of IPAddress to BinaryWriter to support both IPv4 and IPv6 addresses 2015-03-18 19:06:10 +01:00
Aleksandar Fabijanic
c89cab6d6d Merge pull request #751 from rklabs/add_operator_ostream_ipaddress
Adding ostream operator for Poco::Net::IPAddress
2015-03-18 11:54:29 -05:00
Guenter Obiltschnig
2b1301b3e3 style and interface fixes for thread affinity 2015-03-18 16:40:22 +01:00
rkadam
5a7b792e3c Adding ostream operator for Poco::Net::IPAddress 2015-03-18 20:52:44 +05:30
Aleksandar Fabijanic
8b96fd4a33 Merge pull request #743 from bas524/affinity
add thread affinity policy to threadpool
2015-03-17 17:47:54 -05:00
Günter Obiltschnig
a1ef314f32 Merge pull request #748 from tik/cmake-build-subdirectory
Enable pocoproject to be built as a subproject in a cmake build.
2015-03-17 21:58:23 +01:00
Tim Kettler
a751d32602 Enable pocoproject to be built as a subproject in a cmake build. 2015-03-17 12:20:52 +01:00
bas524
283e9a9595 fix error 2015-03-17 09:07:26 +03:00
bas524
6b7c87bf5c replace typedef enum to pure enum ThreadAffinityPolicy
fix problem in cmake for pthread_setaffinity_np
2015-03-17 08:33:05 +03:00
Guenter Obiltschnig
416380936a fix a race condition 2015-03-16 16:09:54 +01:00
Guenter Obiltschnig
4bf0328740 set application.configDir property correctly if a configuration file is explicitely loaded and no default config file is found. 2015-03-15 18:16:54 +01:00
Guenter Obiltschnig
2711037d4e Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2015-03-15 17:52:37 +01:00
Günter Obiltschnig
39b6c79e46 fixed for VS2008 and WinCE 2015-03-14 10:30:22 +01:00
Günter Obiltschnig
e1694c3e68 Windows specific: added registerServiceDeviceNotification() and handleDeviceEvent() to handle SERVICE_CONTROL_DEVICEEVENT events 2015-03-13 13:51:51 +01:00
Guenter Obiltschnig
490fa253f1 style fix 2015-03-12 14:50:16 +01:00
ale_bychuk
9d4d3e41dd Add thread affinity support to taskmanager 2015-03-12 16:12:33 +03:00
Günter Obiltschnig
e6b4c12ad2 updated project files to include JSONRowFormatter 2015-03-12 08:57:47 +01:00
Günter Obiltschnig
9ef7b1d852 fix for VS 2015-03-12 06:27:10 +01:00
Guenter Obiltschnig
c52b6ec949 fix for libstdc++ workaround 2015-03-11 23:45:05 +01:00
Günter Obiltschnig
a97c58a961 disable Timestamp hack on WinCE (re-enable with -DPOCO_WINCE_TIMESTAMP_HACK) 2015-03-11 23:18:51 +01:00
Guenter Obiltschnig
a2b09bbcfc updated WinCE platform notes 2015-03-11 23:15:46 +01:00
Guenter Obiltschnig
302f2f24d3 fixed SystemConfigurationTest 2015-03-11 22:30:36 +01:00