|
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 |
|
Manuel Pitz
|
d8447664dd
|
UPDATE formts init now compatible to gcc 6.3 c++
|
2019-04-10 09:49:17 +02:00 |
|
Manuel Pitz
|
36be027f08
|
FIX tmp fix to compile with c++ but c syntax for structs
|
2019-04-10 09:48:26 +02:00 |
|
|
0d91ac891b
|
use C++ compiler
|
2019-04-07 15:13:40 +02:00 |
|
|
3a94319ad4
|
json: fix compiler warning
|
2019-04-06 14:20:00 +02:00 |
|
|
289cd6e10c
|
fix buffer overflow
|
2019-04-01 18:21:57 +02:00 |
|
|
c249dcc89d
|
refactor: use C-style commenting everywhere
|
2019-03-26 15:39:07 +01:00 |
|
|
b7d0f174ca
|
remove auto signal type detection
|
2019-03-09 13:34:51 +01:00 |
|
|
ac22c393b7
|
Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop
|
2019-02-06 13:18:55 +01:00 |
|
|
fbe08f4473
|
villas_human: fix buffer overflow
|
2019-02-06 13:16:45 +01:00 |
|
Sonja Happ
|
ad12431aaa
|
formats: fix parentheses around char array expression
|
2019-01-30 11:59:09 +01:00 |
|
|
8f7c8ae71e
|
update copyright year to 2019
|
2019-01-13 00:42:39 +01:00 |
|
|
029ccd2e09
|
Merge branch 'node-uldaq' into develop
|
2019-01-09 17:02:43 +01:00 |
|
|
d18d786801
|
refactor: list_* -> vlist_*
|
2019-01-07 10:28:55 +01:00 |
|
|
0caca6d2cf
|
csv: re-enable parsing of offset
|
2019-01-06 01:46:00 +01:00 |
|
|
e1abbbddbf
|
csv: add missing flags for TSV format
|
2018-12-23 00:07:38 +01:00 |
|