|
4d09482fdb
|
Merge branch 'infiniband' into develop
# Conflicts:
# Makefile
# Makefile.config
# Makefile.help
# lib/Makefile.villas-ext.inc
# lib/Makefile.villas.inc
# lib/memory.c
# lib/nodes/Makefile.inc
|
2018-07-04 16:50:36 +02:00 |
|
|
bb70be0b2c
|
memory: refactored memory subsystem
|
2018-07-02 15:57:56 +02:00 |
|
|
4fa5914bc6
|
cmake: make use of HAS_EVENTFD
|
2018-06-29 14:36:24 +02:00 |
|
|
8de7a8b763
|
queue_signalled: add support for OS X
|
2018-05-23 09:06:29 +02:00 |
|
|
0017d1bcb1
|
refactor: change include prefix
|
2018-02-04 16:40:52 +01:00 |
|
|
9beda12c4c
|
fix compiler errors on OS X
|
2017-09-05 10:11:23 +02:00 |
|
|
82157b42c1
|
adding new synchronization methods to queue_signalled in order to use it with poll / select
|
2017-08-30 12:35:47 +02:00 |
|
|
e95b562c71
|
improve readability
|
2017-05-14 11:35:49 +02:00 |
|
Georg Reinke
|
1b61d55cab
|
add close methods for queue and use them for shmem
|
2017-05-12 13:12:42 +02:00 |
|
Georg Reinke
|
f724a00033
|
queue_signalled: try to read once before sleeping
|
2017-05-11 13:49:54 +02:00 |
|
|
49054eef9f
|
cleanup: removed trailing whitespaces in code
|
2017-05-05 19:24:16 +00:00 |
|
|
5be1853649
|
added GPL license to file headers
|
2017-04-27 12:56:43 +02:00 |
|
|
a5aa5d0e14
|
queue_signalled: add some missing functions from queue
|
2017-04-17 23:23:07 +02:00 |
|
|
8104f54356
|
queue_signalled: do not use abbreviations for member names
|
2017-04-17 23:23:07 +02:00 |
|
|
bb547ffaf8
|
queue_signalled: pthread attributes only need to exist during initialisation of their belonging objects
See: http://stackoverflow.com/questions/11062292/are-pthread-attribute-objects-required-to-exist-for-the-lifetime-of-the-object-t
|
2017-04-17 23:23:07 +02:00 |
|
|
b23000e2a8
|
several smaller cleanups: coding-style, variable names, white spaces, intermediate variables
|
2017-04-15 21:29:23 +02:00 |
|
|
4504fcc827
|
added file headers with author and copyright info
|
2017-04-15 21:28:28 +02:00 |
|
Georg Reinke
|
1365f9d026
|
queue_signalled: handle cancellation while waiting correctly
|
2017-04-10 11:39:35 +02:00 |
|
Georg Reinke
|
c7e241cb2b
|
new wrapper struct around queue with POSIX CV's
|
2017-04-07 12:18:08 +02:00 |
|