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

120 commits

Author SHA1 Message Date
4f370ee1b2 drop legacy logger 2021-03-17 14:58:45 +00:00
937d4f0aae signal_data: only use type not complete signal struct 2021-02-19 07:03:21 +01:00
d1f3b03bc5 portability fix some printf format strings for time_t 2021-01-08 22:21:25 +01:00
d398a5a8fb cmake: use imoprted targets for linking 2020-12-07 21:22:17 +01:00
2014b8b61a final cppcheck fixes 2020-09-11 16:27:22 +02:00
c7c513a5f6 ci: fix all remaining cppcheck warnings and errors 2020-09-11 15:15:36 +02:00
6411fc5ca7 warn about unused return values for *_{init,destroy}() functions 2020-09-10 17:41:29 +02:00
57f570d9b0 list: use new lookup methods 2020-08-25 20:22:19 +02:00
0e0250dcba check if struct sample::signals is set everywhere properly 2020-07-06 15:07:05 +02:00
21a16166f9 io: fix typo 2020-07-06 14:03:45 +02:00
2374e2dfa7 ci: fix compiler errors 2020-07-06 14:03:45 +02:00
8e259516a3 add more nullptr checks after memory allocations 2020-07-06 14:03:43 +02:00
6f72bc832c api: expose output signals via API 2020-07-06 14:03:43 +02:00
43a8964fe7 whitespace cleanup 2020-07-05 11:32:25 +02:00
9377e313c9 value: add new format for parsing simple text values 2020-07-05 11:31:33 +02:00
037bfcb81e fix initialization errors 2020-07-01 17:07:17 +02:00
942aff3c59 cmake: several smaller improvements 2020-07-01 17:07:15 +02:00
daeb0820ee smaller bug fixes 2020-06-08 04:03:07 +02:00
8340e1725e use new headers 2020-06-08 03:40:25 +02:00
b882f476e8 Update clients/hypersim/model/ucm_node.def, clients/opal/models/send_receive/src/main.c, include/villas/formats/msg_format.h, lib/formats/msg.cpp files 2020-06-04 09:33:01 +02:00
06b374e05e minor formatting tweaks 2020-03-10 19:15:58 +01:00
4da8f1be68 use tabs instead of spaces for indention 2020-03-10 19:15:58 +01:00
854dbca744 formatting: no braces for single statement if/then/else branches 2020-03-10 19:15:58 +01:00
irismarie
2f51c6bc3b follow formatting guidelines 2020-03-10 19:15:57 +01:00
irismarie
38e1193f7e Added Ultralight format for FISMEP project 2020-03-10 19:15:57 +01:00
1f3655ba2d refactor alloc() / free() to new / delete 2020-01-21 16:27:03 +01:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
f2f830c7f0 csv: use the the same column interpretation while en/decoding CSV data
(closes #259)
2019-10-29 23:02:18 +01:00
4ce10cbdf5 protobuf: fix invalid sample flags 2019-10-29 20:19:19 +01:00
b3ca300b26 fix invalid variable name 2019-10-04 18:48:16 +02:00
4531443269 Merge branch 'v0.8.0-fixes' into develop 2019-10-03 11:01:07 +02:00
fd3c732771 refactor: msg format reserved 2019-09-03 22:06:23 +02:00
9cbcef4fc1 format: do not use hyphens in file names 2019-09-03 22:02:42 +02:00
5e6fec26ae signal: refactor signal_data_snprint() -> signal_data_print_str() 2019-09-03 21:21:11 +02:00
287f249735 msg: fix intiialization of reserved fields 2019-08-29 09:59:04 +02:00
ef1c339433 replace NULL by nullptr 2019-06-23 16:58:28 +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
8fd096ab17 whitespace cleanups 2019-06-04 16:55:50 +02:00
ebf2943240 update VILLAScommon submodule 2019-06-04 16:55:38 +02:00
Sonja Happ
e8ed440ccf Fix MSG_TS macro 2019-05-08 15:44:19 +02:00
6a106b42e5 use villas/utils.hpp instead of villas/utils.h 2019-04-23 13:09:50 +02:00
a97c4b8078 remove PLUGIN_REGISTER() macro 2019-04-23 13:04:30 +02:00
5485bf4be3 csv: fix indention 2019-04-22 23:43:56 +02:00
d1da0f2f22 json: fix packing of timestamp values 2019-04-17 18:18:40 +02:00
0c400f7df0 json: fix flag checks 2019-04-17 18:18:08 +02:00
65828daed4 csv: only print offset if both received and origin timestamps are available 2019-04-17 18:13:47 +02:00
0c804bc328 csv: fix typo introduced by C++ refactoring 2019-04-17 18:11:36 +02:00
783997139b we dont use camel case for variable names 2019-04-10 09:52:41 +02:00
4d6f85c151 macros should not contain multiple statements! 2019-04-10 09:51:56 +02:00