|
6b4e9bbcbd
|
mapping: fix intialization
|
2020-09-10 17:41:30 +02:00 |
|
|
a9eb2c1d67
|
mapping: rewrote using std::regex
|
2020-09-10 17:41:29 +02:00 |
|
|
3c13f67930
|
refactor: struct node -> struct vnode
|
2020-09-10 17:40:36 +02:00 |
|
|
2ed51e7e79
|
use new villas/common header
|
2020-06-08 03:39:44 +02:00 |
|
|
e53661a62c
|
update copyright year to 2020
|
2020-01-20 17:17:00 +01:00 |
|
|
ef17ec19a2
|
refactor enums to class enums
|
2019-06-23 16:13:23 +02:00 |
|
|
c842914bc5
|
stats: port to C++
|
2019-06-23 13:35:42 +02:00 |
|
|
8f974511fe
|
remove extern "C"
|
2019-04-23 13:03:58 +02:00 |
|
|
0d91ac891b
|
use C++ compiler
|
2019-04-07 15:13:40 +02:00 |
|
|
4942d8ee74
|
bunch of bugfixes and refactoring for preperation of hooks
|
2019-03-09 00:32:22 +01:00 |
|
|
2936cd3ddc
|
stats: refactor stats system and allow for more flexible configuration of stats node
|
2019-02-15 09:40:38 +01:00 |
|
|
c5e7045a41
|
refactor: MAPPING_STATS_TYPE -> STATS_TYPE
|
2019-02-12 22:04:06 +01:00 |
|
|
8f7c8ae71e
|
update copyright year to 2019
|
2019-01-13 00:42:39 +01:00 |
|
|
d18d786801
|
refactor: list_* -> vlist_*
|
2019-01-07 10:28:55 +01:00 |
|
|
d35971c26c
|
refactor: update copyright years
|
2018-08-20 18:40:03 +02:00 |
|
|
f623a7ecfb
|
mapping: there is no send timestamp anymore
|
2018-08-13 00:00:09 +02:00 |
|
|
86b03265b2
|
use more const qualifiers
|
2018-08-13 00:00:09 +02:00 |
|
|
ce8c90e1c2
|
refactoring: full identifiers
|
2018-08-13 00:00:09 +02:00 |
|
|
b79386011a
|
mapping: added mapping_to_str()
|
2018-08-12 23:59:15 +02:00 |
|
|
e4f3a83c49
|
several fixes to silence the c++ compiler
|
2018-07-03 20:43:05 +02:00 |
|
|
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 |
|
|
b18c776a5c
|
sample: remove obsolete id member
|
2018-05-08 11:41:05 +02:00 |
|
|
382161b00b
|
mapping: move parser from node.c to mapping.c
|
2017-08-31 09:43:49 +02:00 |
|
|
b39a02732c
|
mapping: properly initialize mapping_entry::offset and mapping_entry:length
|
2017-08-30 23:52:48 +02:00 |
|
|
ec2fad2fac
|
mapping: add missing header fields
|
2017-08-30 16:37:19 +02:00 |
|
|
7cedb0edcd
|
mapping: replace struct mapping with a struct list
|
2017-08-28 14:35:50 +02:00 |
|
|
50b3529c90
|
improved mapping module to support node name prefixes
|
2017-08-28 12:48:15 +02:00 |
|
|
434fe6dbd6
|
replaced libconfig by jansson for parsing the configuration (huge commit)
|
2017-08-03 00:19:27 +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 |
|
|
6d3ee5baac
|
some codingstyle improvements
|
2017-04-03 09:01:14 +02:00 |
|
|
9c37348d1d
|
added new hook function „map“ to remap values and add other special values to the sample (fixes #80)
|
2017-03-25 21:11:52 +01:00 |
|