f4b6f28e17
json: fix some issues of standard JSON format ( closes #138 )
2018-05-09 09:17:40 +02:00
b18c776a5c
sample: remove obsolete id member
2018-05-08 11:41:05 +02:00
c59e0948c3
io: use dots instead of hyphens in format names
2018-05-08 08:45:18 +02:00
3ff2e4d3ec
io: added new format for RESERVE tests
2018-05-08 08:45:18 +02:00
c1ab96696b
fix invocation of protobuf compiler
2018-02-17 11:18:10 +01:00
1b0ab6949f
fix includes
2018-02-06 23:42:56 +01:00
e5afb8ec48
fix several build system related issues
2018-02-06 23:29:54 +01:00
c69d307bc9
improve Makefiles:
...
- moved all build-time options to Makefile.config
- build VILLASnode without hook support
- build VILLASnode without web & API support
- build VILLASnode without IO format support
- build VILLASnode without external plugins
2018-02-04 16:45:32 +01:00
0017d1bcb1
refactor: change include prefix
2018-02-04 16:40:52 +01:00
c425353915
protobuf: fix segfault
2018-01-17 01:22:43 +01:00
003588d33e
raw: fix conversion between floating point and integer
2017-12-19 11:50:37 +01:00
976d213d04
Merge branch 'master' into develop
2017-11-02 18:08:43 +01:00
daniel-k
78d23294af
lib: add missing includes of string.h
2017-11-02 13:08:12 +01:00
5ce8ac713a
use proper rules for protobuf-compiler
2017-10-28 16:45:38 +02:00
0445ec27dc
protobuf: added generate code to avoid compilation problems
2017-10-28 10:19:38 +02:00
31e997f95b
protobuf: fixed optional fields
2017-10-28 10:17:36 +02:00
950d44c32e
protobuf: added new format type
2017-10-27 19:16:26 +02:00
792cf1853a
several fixes to compile VILLASnode on Ubuntu 16.04
2017-10-20 11:54:00 +02:00
702dc34052
c++: add proper casts from void *
2017-10-20 11:54:00 +02:00
5e620942ce
adding new field "flags" to struct sample
2017-09-16 15:04:59 +02:00
3ceeada73b
fix typo
2017-09-05 14:44:11 +02:00
9beda12c4c
fix compiler errors on OS X
2017-09-05 10:11:23 +02:00
9e354e7382
stats: fixes for new stats node type
2017-09-04 23:03:55 +02:00
26b7150f6a
format: more refactoring
2017-09-04 16:19:27 +02:00
8ee79185ff
format: properly handle header of villas-human format
2017-09-04 16:02:43 +02:00
6922e273bb
io: renamed formats (msg -> villas-binary, villas -> villas-human)
2017-09-04 14:39:15 +02:00
6d495c1a35
add new bitmask to samples to indicate which fields are valid
2017-09-04 14:28:55 +02:00
821a8e1fa5
io: better descriptions for raw format
2017-08-31 09:29:01 +02:00
f994e996a0
removed incomplete HDF5 support (now in branch format-h5pt)
2017-08-27 18:50:29 +02:00
0db8961a4c
io: fix webmsg format
2017-08-27 17:04:45 +02:00
c042dd4a0b
io: merge msg and webmsg formats
2017-08-22 14:15:19 +02:00
b9f5f350a8
io: several bug fixes for IO formats
2017-08-22 12:21:17 +02:00
3eea0c67bb
- introduce low-level interface for new IO subsystem: we now have a fully extensible system for new IO formats and file formats
...
- reworked file node-type to remove in / out directions
2017-08-14 14:42:07 +02:00