Commit Graph

2900 Commits

Author SHA1 Message Date
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
Günter Obiltschnig
f5c49f0d94 Merge branch 'develop' of https://github.com/pocoproject/poco into develop 2015-03-11 22:07:29 +01:00
Günter Obiltschnig
6de327fe07 fixed missing member var init 2015-03-11 22:07:07 +01:00
Guenter Obiltschnig
59bd310130 workaround for clang/libstdc++ issue on OS X: seekg() returning -1 does not set failbit 2015-03-11 21:58:52 +01:00
ale_bychuk
4c1fe9ef02 add thread affinity policy to threadpool
there are OS_DEFAULT, UNIFORM_DISTRIBUTION and CUSTOM
With custom policy we can run thread on specified cpu
2015-03-11 23:39:21 +03:00
Günter Obiltschnig
67f90e2a8e fixed project files 2015-03-11 18:39:23 +01:00
Günter Obiltschnig
70eabf06e6 Merge pull request #738 from Sevalecan/develop
Move other FIFOBuffer tests to new BasicFIFOBufferTest
2015-03-11 17:41:28 +01:00
Günter Obiltschnig
bdd9b7e3a6 fixed WEC2013 project files 2015-03-11 16:41:40 +01:00
Günter Obiltschnig
02b5033834 Merge pull request #742 from siemens/wince
WinCE methods missing
2015-03-11 15:52:52 +01:00
Pascal Bach
745d5fb025 Add missing const in ThreadImpl::getAffinityImpl for WINCE 2015-03-11 11:31:10 +01:00
Pascal Bach
1b8a7c1664 Add missing Path implementations for WINCE 2015-03-11 11:30:10 +01:00
Aleksandar Fabijanic
6f0e180430 Update CONTRIBUTORS 2015-03-08 16:46:58 -05:00
Aleksandar Fabijanic
849e362b1d Merge pull request #730 from bas524/feature
Add setaffinity method to thread implementation and interface class
2015-03-08 16:10:45 -05:00