|
ecd996f251
|
asyncip: we only support RedHat linux
|
2017-04-24 11:34:46 +02:00 |
|
|
009a6b8a3a
|
updated copyright headers of AsyncIP code
|
2017-04-24 11:33:26 +02:00 |
|
|
f59d2ccf1b
|
cleanup coding style
|
2017-04-23 22:54:54 +02:00 |
|
|
df0ee8d98a
|
adapted AsyncIP for new endianess
|
2017-04-23 22:15:41 +02:00 |
|
|
a3222da312
|
adapted socket node-type to support new packet format
|
2017-04-23 22:13:29 +02:00 |
|
|
d6f2697e1b
|
added new helper functions to convert struct msg between network and host byte-order
|
2017-04-23 22:13:28 +02:00 |
|
|
1c95caac50
|
simplified socket packet format by removing endianess flag: all values are now in network byte-order
|
2017-04-23 22:13:28 +02:00 |
|
|
6989ac06af
|
moved OPAL-RT libraries into submodule
|
2017-04-23 19:22:11 +02:00 |
|
|
bd1fa43d1f
|
fixed documentation of node-types
|
2017-04-18 19:16:31 +02:00 |
|
|
98eabc7581
|
Merge branch 'master' into develop
|
2017-04-18 18:49:33 +02:00 |
|
|
122ba0f0f5
|
Merge branch 'node-shm' into develop
|
2017-04-18 01:50:12 +02:00 |
|
|
904da1e3d9
|
fix GitLab CI
|
2017-04-18 01:48:40 +02:00 |
|
|
2bc8788a7e
|
fix invalid request format in api integration tests
|
2017-04-18 01:38:53 +02:00 |
|
|
3d26464ee7
|
fix buffer overflow in web_buffer
|
2017-04-18 01:38:53 +02:00 |
|
|
23d0172c94
|
integration tests must use 'villas-subcommand' instead' of 'villas subcommand'
|
2017-04-18 01:38:53 +02:00 |
|
|
a81d1fc8de
|
Merge branch 'develop' into node-shm
|
2017-04-17 23:54:44 +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 |
|
Georg Reinke
|
d8d9f00ee6
|
fix includes in test-shmem
|
2017-04-17 19:02:17 +02:00 |
|
Georg Reinke
|
5f540e58bc
|
even more documentation for shmem node
|
2017-04-17 19:00:15 +02:00 |
|
Georg Reinke
|
6f6e29e622
|
some doc fixes / additions
|
2017-04-16 23:00:30 +02:00 |
|
|
48ad4f9a56
|
refactoring: added DEFAULT_WEBSOCKET_{SAMPLE,QUEUE}LEN (like for shmem node-type)
|
2017-04-15 22:50:37 +02:00 |
|
|
cee5575861
|
shm node: use similar settings as for paths: {in,out}size => queuelen, sample_values => samplelen
|
2017-04-15 22:47:24 +02:00 |
|
|
61d42c342d
|
refactoring: DEFAULT_VALUES => DEFAULT_SAMPLELEN
|
2017-04-15 22:46:42 +02:00 |
|
|
374f5bb557
|
shm node: fixed bug introduced by previous refactoring
|
2017-04-15 22:46:42 +02:00 |
|
|
db3d1477d1
|
shm node: renamed ‚cond_{in,out}‘ settings to ‚polling‘
|
2017-04-15 22:46:35 +02:00 |
|
|
426712b56f
|
renamed src/shmem.c to src/test-shmem.c which will be compiled into villas-test-shmem
|
2017-04-15 21:49:40 +02:00 |
|
|
cc7ef95026
|
split library Makefile for libvillas and libvillas-ext
|
2017-04-15 21:44:25 +02:00 |
|
|
2d71d606ce
|
shm node: fix compiler / build-system errors
|
2017-04-15 21:30:37 +02:00 |
|
|
6b09a214c2
|
shm node: add new vectorize argument to test-shmem
|
2017-04-15 21:30:33 +02:00 |
|
|
52de5f025f
|
pipe: accept partial vectors on stdin
|
2017-04-15 21:29:35 +02:00 |
|
|
b869729832
|
check if lib crypt is available
|
2017-04-15 21:29:35 +02:00 |
|
|
4b9d62fd3e
|
shm node: changed description of node-type
|
2017-04-15 21:29:35 +02:00 |
|
|
f8713bb098
|
shm node: this node-type should work with ‚vectors‘ of samples too
|
2017-04-15 21:29:35 +02:00 |
|
|
ea6556bc8d
|
shm node: add ‚exec‘ setting to shmem_print()
|
2017-04-15 21:29:34 +02:00 |
|
|
d4ddad603b
|
changed signature of spawn()
|
2017-04-15 21:29:34 +02:00 |
|
|
b94216959f
|
removed superfluous #include
|
2017-04-15 21:29:34 +02:00 |
|
|
770eda23fc
|
initialize and start log properly
|
2017-04-15 21:29:34 +02:00 |
|
|
b23000e2a8
|
several smaller cleanups: coding-style, variable names, white spaces, intermediate variables
|
2017-04-15 21:29:23 +02:00 |
|
|
12d43eebd9
|
use ‚:=‚ assignments instead of ‚=‚ for improved compilation speeds
This avoids repeated invocations of git
|
2017-04-15 21:28:28 +02:00 |
|
|
788a55da27
|
use ‚#pragma once‘ instead of ‚#ifdef‘
|
2017-04-15 21:28:28 +02:00 |
|
|
4504fcc827
|
added file headers with author and copyright info
|
2017-04-15 21:28:28 +02:00 |
|
Georg Reinke
|
bdb5574433
|
Merge branch 'node-shm' of git.rwth-aachen.de:VILLASframework/VILLASnode into node-shm
|
2017-04-15 20:41:08 +02:00 |
|
Georg Reinke
|
025713a46e
|
don't link libext against any external libraries
|
2017-04-15 20:38:58 +02:00 |
|
|
22b1a7f976
|
fix GitLab CI (invalid submodule commit hash for libwebsockets)
|
2017-04-15 15:51:59 +02:00 |
|
Georg Reinke
|
3c48b4f557
|
new "libext" library for external programs using shmem
|
2017-04-15 15:38:37 +02:00 |
|
Georg Reinke
|
766097f83f
|
fix crashes in hook and path
|
2017-04-12 23:13:02 +02:00 |
|
Georg Reinke
|
c135451db7
|
shm node: use pthread_barrier for synchronizing the start
|
2017-04-12 23:07:30 +02:00 |
|
Georg Reinke
|
385efa1313
|
shm node: add option to spawn external program on start
|
2017-04-12 17:07:59 +02:00 |
|