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
|
406175a828
|
don't throw if thread cpu affinity is not supported
|
2015-03-19 14:03:54 +01:00 |
|
Guenter Obiltschnig
|
2b1301b3e3
|
style and interface fixes for thread affinity
|
2015-03-18 16:40:22 +01:00 |
|
Aleksandar Fabijanic
|
8b96fd4a33
|
Merge pull request #743 from bas524/affinity
add thread affinity policy to threadpool
|
2015-03-17 17:47:54 -05: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
|
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 |
|
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 |
|
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 |
|
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
|
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 |
|
ale_bychuk
|
a0e172419f
|
fix indentation
|
2015-03-08 22:54:45 +03:00 |
|
ale_bychuk
|
3af35f548c
|
fix indentation
|
2015-03-08 22:04:29 +03:00 |
|
ale_bychuk
|
662fbc861a
|
add test for thread affinity and fix some problems
|
2015-03-07 10:55:23 +03:00 |
|
Guenter Obiltschnig
|
4336528290
|
fix: android arm64/x86_64 compile error with getdtablesize
|
2015-03-06 16:32:02 +01:00 |
|
bas524
|
888abad26c
|
add getAffinity method
throw NotImplementedException on unsupported platforms
|
2015-03-05 18:11:56 +03:00 |
|
bas524
|
158aaab180
|
Add setaffinity method to thread implementation and interface class
|
2015-03-04 13:24:26 +03:00 |
|
Guenter Obiltschnig
|
5dea080b0b
|
use GCC_DIAG_OFF(unused-local-typedefs) only for GCC >= 4.8
|
2015-03-03 06:51:23 +01:00 |
|
Alex Fabijanc
|
7253045a6e
|
added ProGen Files for Foundation and regenerated projects to include JSONString
|
2015-03-02 19:57:46 -06:00 |
|
Alex Fabijanc
|
b91096b528
|
added ProGen files for Foundation
|
2015-03-02 19:50:29 -06:00 |
|
Alex Fabijanc
|
c727402dd9
|
added secure WebSocket tests
|
2015-03-02 19:34:50 -06:00 |
|
Jonathan S
|
7e07cb9d4d
|
Moved other FIFOBuffer tests to BasicFIFOBufferTest
|
2015-02-25 21:10:20 -05:00 |
|
Jonathan S
|
3173bddd99
|
Make next() use call to begin() instead of _buffer.begin()
|
2015-02-24 22:07:28 -05:00 |
|
Jonathan S
|
1bbeb9ebd3
|
Added same next() logic to advance() to prevent advancing past the end of the buffer.
|
2015-02-22 19:56:54 -05:00 |
|
Jonathan S
|
30ae0afd7b
|
Changed FIFOBuffer's next() to reset FIFO data to the start of the internal buffer to make it compatible with writing to the next() pointer.
|
2015-02-21 20:31:44 -05:00 |
|
Jonathan S
|
d89f41add0
|
Added memset to BasicFIFOBufferTest
|
2015-02-21 20:30:04 -05:00 |
|
Jonathan S
|
13c176ef62
|
Added in test suite for BasicFIFOBuffer
|
2015-02-21 20:13:44 -05:00 |
|
Alex Fabijanic
|
07a2529d9d
|
JSON Formatter modifications
|
2015-02-12 20:49:35 -06:00 |
|
Alex Fabijanic
|
74e970d1a1
|
gcc error #711
|
2015-02-10 12:24:31 -06:00 |
|
Alex Fabijanic
|
1e0663563b
|
passify gcc
|
2015-02-10 10:34:41 -06:00 |
|
Aleksandar Fabijanic
|
838a7bbcae
|
add JSONString to Makefile
|
2015-02-10 09:25:17 -06:00 |
|
Alex Fabijanic
|
beb81b4f16
|
add JSONFormatter
|
2015-02-10 00:27:07 -06:00 |
|
Aleksandar Fabijanic
|
aaf32257e3
|
Merge pull request #601 from martin-osborne/issue_532-3
Issue #532 - Changes to address `FastMutex` being non-recursive on Win32 platforms
|
2015-02-09 21:08:12 -06:00 |
|
Aleksandar Fabijanic
|
5bfe1fc56b
|
Merge pull request #694 from drali/develop
Changed Process::killImpl to throw on correct error code
|
2015-02-09 21:05:17 -06:00 |
|
Aleksandar Fabijanic
|
c00f13d277
|
Merge pull request #561 from bschramke/develop
Support for XDG Base Directory Specification
|
2015-02-09 21:04:28 -06:00 |
|