|
ffec25bbfd
|
use "#include <villas/...>" path for all includes
|
2018-06-29 09:06:04 +02:00 |
|
|
312cdc2fbe
|
revert whitespace changes
|
2018-06-29 08:37:14 +02:00 |
|
Sonja Kolen
|
4ec3cf030b
|
Added extern "C" wrapper in all headers of libvillas to use it in C++ code
|
2018-06-28 13:42:50 +02:00 |
|
|
b21b975a17
|
path: add a new configuration setting to switch between poll and single mode
|
2018-05-23 02:24:55 +02:00 |
|
|
4f1aab1da8
|
rename setting 'no_builtin' to 'builtin' to avoid double negation
|
2018-04-19 15:43:57 +02:00 |
|
|
7ea7dad766
|
added option for skipping built-in hooks
|
2017-12-20 14:56:37 +01:00 |
|
|
d0517b89dd
|
use new bitset datastrcture in path
|
2017-10-18 09:31:31 +02:00 |
|
|
a6f158b250
|
added support for more register modes
|
2017-10-16 23:07:42 +02:00 |
|
|
526be78ca5
|
hook: from now on both paths and nodes can have hooks!
|
2017-09-02 14:27:58 +02:00 |
|
|
415cd0de09
|
refactor: whitespace changes only
|
2017-09-02 14:20:38 +02:00 |
|
|
bdd65982ed
|
path: properly calculate correct queuelen and samplelen values
|
2017-08-31 11:29:49 +02:00 |
|
|
e7666be1ef
|
move 'samplelen' setting from per path to per node configuration
|
2017-08-31 09:31:19 +02:00 |
|
|
f6edec4d41
|
add mux feature
|
2017-08-30 23:53:35 +02:00 |
|
|
bf981a704e
|
path: add support for multiple sources
|
2017-08-28 14:38:30 +02:00 |
|
|
434fe6dbd6
|
replaced libconfig by jansson for parsing the configuration (huge commit)
|
2017-08-03 00:19:27 +02:00 |
|
|
a71053f718
|
refactor: use libconfig instance only within _parse() functions
|
2017-08-01 11:56:47 +02:00 |
|
|
b59a989278
|
cleanup trailing whitespaces
|
2017-07-25 12:07:06 +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 |
|
|
3eb629d9d5
|
various bug fixes from todays debugging session
|
2017-03-29 04:25:30 +02:00 |
|
|
5b93da867a
|
refactoring: simplified hook system
|
2017-03-17 01:08:48 -03:00 |
|
|
607be1dd99
|
minor bugfixes and improvements
|
2017-03-13 23:51:38 -03:00 |
|
|
ccf2f28b9f
|
refactoring: struct cfg => struct super_node
|
2017-03-12 17:01:24 -03:00 |
|
|
cdd5a2ca90
|
refactoring: unified states of common objects: nodes, paths, node-types, plugins, hooks, etc..
|
2017-03-11 23:50:30 -03:00 |
|
|
d5bcd02b2c
|
remove {node, path}_create() functions
|
2017-03-11 23:33:41 -03:00 |
|
|
9c40931a04
|
Merge branch 'feature-mpmc-queue' into feature-curlio
|
2017-03-05 10:06:32 -04:00 |
|
|
3e7c855526
|
updated licence and copyright info in file headers
|
2017-03-03 20:20:13 -04:00 |
|
|
7ec6aee288
|
Merge remote-tracking branch 'rwth/develop' into feature-curlio
|
2017-02-18 11:05:11 -05:00 |
|
|
30e0ecf544
|
refactored dtor_cb_t to return an integer
|
2017-02-18 10:43:01 -05:00 |
|
|
7cab0538ab
|
use #pragma once instead of #ifdef
|
2017-02-16 09:04:27 -03:00 |
|
|
1dba01a8ae
|
Re-license source code to LGPLv2.1 (closes #56)
|
2016-11-22 11:14:25 -05:00 |
|
|
c84df390bc
|
renamed hook related files
|
2016-11-20 13:11:37 -05:00 |
|
|
b37d3df332
|
moved cfg_parse_{hook, node, path} to {hooks, node, path}.c
|
2016-11-20 12:59:37 -05:00 |
|
|
f50e449373
|
refactoring in the stats system to fix some compiler errors
|
2016-11-08 00:27:28 -05:00 |
|
|
b23484550f
|
major rewrite with MPMC queues
|
2016-11-07 22:17:45 -05:00 |
|
|
982cd91d63
|
simplified path_init / prepare logic
|
2016-10-20 21:16:01 -04:00 |
|
|
69a16b2ac7
|
added a couple of states to the path FSM
|
2016-10-20 18:04:18 -04:00 |
|
|
64ee734dc2
|
remove fixed-rate sending (will be replaced by new register node-type)
|
2016-10-20 18:01:06 -04:00 |
|
|
3839262d8d
|
mpmc_queue => queue
|
2016-10-20 08:36:49 -04:00 |
|
|
26e3885fbc
|
mpmc_queue => queue
|
2016-10-16 02:33:36 -04:00 |
|
|
ba399a0b1d
|
fixed compilation: functionality still heavily broken. its a mess right now
|
2016-09-22 21:20:21 -04:00 |
|
|
3880abeb63
|
unified member variable naming of struct sample and struct msg
|
2016-07-11 18:19:23 +02:00 |
|
|
0fa5f5b976
|
introduced new directory structure for source and header files
|
2016-06-14 01:17:58 +02:00 |
|