d88c59aab4
bugfixes for ARM
2018-10-04 00:49:46 +02:00
a76c4d04e3
log: do not use V macro which ambigious when compiling against Eigen3
2018-09-17 22:19:09 +02:00
d35971c26c
refactor: update copyright years
2018-08-20 18:40:03 +02:00
5707ee9d58
new signal declaration code
2018-08-20 18:31:27 +02:00
c7a01a1da6
hook: fix initialization
2018-08-17 12:40:03 +02:00
4a6c7db9ee
web: fix invalid preprocessor define
2018-08-17 10:59:52 +02:00
c2679fa1a4
fixup villas-pipe infiniband
2018-08-13 00:00:10 +02:00
7be6425622
pipe: remove infiniband specific code
2018-08-13 00:00:10 +02:00
9bbb1874ca
refactor: print node and path names uniformly
2018-08-13 00:00:10 +02:00
1f16b4bf07
refactor: {sample,signal}_{put,get} -> {sample,signal}_{incref,decref}
2018-08-13 00:00:09 +02:00
32de7761fe
refactor:
...
- DEFAULT_SAMPLELEN -> DEFAULT_SAMPLE_LENGTH
- DEFAULT_QUEUELEN -> DEFAULT_QUEUE_LENGTH
2018-08-12 23:59:15 +02:00
f35588aad8
refactor:
...
- SAMPLE_LEN() -> SAMPLE_LENGTH()
- SAMPLE_DATA_LEN() -> SAMPLE_DATA_LENGTH()
2018-08-12 23:59:15 +02:00
Dennis Potter
a50de4e8e7
Changed size of receive and send pool
...
Before, this size was always 8192. Now it is only that big for
Infiniband type nodes.
2018-07-23 22:45:29 +02:00
Dennis Potter
3092eddb69
Changed memory type and size of pool of receive- and send loop
2018-07-12 17:47:34 +02:00
Dennis Potter
e6b7a668ee
Added some more verbosity to a warning
2018-07-12 17:26:37 +02:00
Dennis Potter
72e627b327
Fixes #166 , all node interfaces are modified
...
The functions now look like this
int node_read(struct node *n, struct sample *smps[], unsigned cnt, unsigned *release);
int node_write(struct node *n, struct sample *smps[], unsigned cnt, unsigned *release);
This commit enables nodes to control how many samples will
be released by the framework through *release
2018-07-11 18:14:29 +02:00
Dennis Potter
6150a36411
Changed all node_write() functions
2018-07-07 17:48:07 +02:00
Dennis Potter
4663f55e4b
Changed all node_read() functions to support a *cnt instead of cnt
2018-07-07 17:07:45 +02:00
Dennis Potter
5f2be6d46c
Fixed order of function calls for log-init
2018-07-05 10:09:20 +02:00
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
132a0b88c0
cpp: replace <stdio.h> by <iostream>
2018-07-03 21:04:28 +02:00
446876fd94
porting executables to C++
2018-07-03 20:42:37 +02:00