1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00
Commit graph

158 commits

Author SHA1 Message Date
0c8d013f06 fix unit test 2021-02-22 23:22:33 +01:00
937d4f0aae signal_data: only use type not complete signal struct 2021-02-19 07:03:21 +01:00
Felix Wege
f00c225b26 io: removed CHECKED state and fixed sprintf/sscan 2021-01-08 14:49:28 +01:00
c7c513a5f6 ci: fix all remaining cppcheck warnings and errors 2020-09-11 15:15:36 +02:00
a9eb2c1d67 mapping: rewrote using std::regex 2020-09-10 17:41:29 +02:00
6411fc5ca7 warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
3c13f67930 refactor: struct node -> struct vnode 2020-09-10 17:40:36 +02:00
57f570d9b0 list: use new lookup methods 2020-08-25 20:22:19 +02:00
8e259516a3 add more nullptr checks after memory allocations 2020-07-06 14:03:43 +02:00
4d18b0e9df config: enable subsitution of environment variables and resolvement of @include directives 2020-07-06 13:25:12 +02:00
def4880096 cmake: fix test execution 2020-07-01 17:07:17 +02:00
32a4053b72 cmake: fix execution of tests 2020-07-01 17:07:17 +02:00
037bfcb81e fix initialization errors 2020-07-01 17:07:17 +02:00
e21a08e290 tests: fix unit tests 2020-07-01 17:07:16 +02:00
cdf1819def 2020-07-01 17:07:16 +02:00
170c284b24 fix Criterion tests 2020-01-26 18:22:31 +01:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
c406a153dc memory: add new mmap allocator 2019-10-26 13:35:40 +02:00
995e4b5ec9 memory: use default value for memory type 2019-10-26 13:34:03 +02:00
4a21758081 memory: remove memory_type_lookup() 2019-10-26 13:29:08 +02:00
4350683174 memory: change argument order 2019-10-26 13:07:02 +02:00
e1e9b2e1fc format: fix parsing of complex values in villas.humas format (closes #261) 2019-09-03 22:54:10 +02:00
150d4591fd replace C-style headers with C++ C-compatability headers 2019-06-23 16:57:00 +02: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
6a106b42e5 use villas/utils.hpp instead of villas/utils.h 2019-04-23 13:09:50 +02:00
8d3a140f4f cmake: improve supported combination of compile options 2019-04-05 20:58:42 +02:00
8678f236a7 cmake: adhere to WITH_CONFIG option 2019-04-05 11:03:16 +02:00
00631f9b07 fix compiler warning about signed/unsigned comparison 2019-03-26 07:15:07 +01:00
618b25bf4f port config_helper.c to C++ 2019-03-26 07:15:07 +01:00
b7d0f174ca remove auto signal type detection 2019-03-09 13:34:51 +01:00
80605a9455 tests: fix mapping unit test 2019-03-09 00:33:23 +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
a9f5b782f6 fixups for separation of in/out signals 2019-02-06 15:11:08 +01:00
1740df596b separated in/out signal descriptors 2019-02-06 13:14:38 +01:00
871e653f25 tests: fix intialization of legecy objects 2019-01-23 13:14:22 +01:00
357df1600f sample: add function to dump sample details 2019-01-23 00:49:28 +01:00
df42a2880c fix compiler errors about non-trivial designated initializers with GCC 7 2019-01-21 17:11:11 +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
5ffa34b811 fix warning about signed differ 2018-11-30 21:36:55 +01:00
d6aa1aea35 tests: use criterions C++ allocators 2018-11-30 21:36:26 +01:00
707affc027 cpp: update unit tests 2018-11-30 21:36:26 +01:00
7f4e69ea4b refactor: NULL -> nullptr 2018-11-30 21:00:53 +01:00
d72c5604e8 cmake: several improvments to the build system 2018-11-30 21:00:53 +01:00
30576ba7ad refactoring: move config to villas/node/config.h 2018-11-30 21:00:53 +01:00
23abfcd7e6 tests: ported unit tests to C++ 2018-11-30 20:58:15 +01:00
708ea877f1 moved code to new VILLAScommon repo 2018-11-30 20:58:15 +01:00
b4e467d634 do not include tsc.h on non x86 archs (closes #211) 2018-11-14 17:08:23 +01:00