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

33 commits

Author SHA1 Message Date
f7f537c64b cmake: do not regenerate protobuf files if not necessary 2018-07-16 21:16:43 +02:00
5bbf174a13 cmake: allow VILLASnode to be included into other CMake projects via add_subdirectory() 2018-07-16 20:16:14 +02:00
Dennis Potter
e91ea7a225 Remove villas.pb-c.c and villas.pb-c.h from repository and do a minor update to .gitignore. Closes #162 2018-07-06 14:47:11 +02:00
d64b650f58 cmake: link against imported target for libprotobuf-c 2018-07-04 15:14:02 +02:00
6ecac46b4e cmake: fix detection protobuf 2018-07-04 15:09:22 +02:00
54c9964f6c cmake: improve handling of protofbuf outputs 2018-07-03 18:24:20 +02:00
0a4f1a3731 cmake: add install targets and several other cpack improvments 2018-06-30 01:29:45 +02:00
9094941b4c cmake: add more CMakeLists.txt 2018-06-29 14:36:50 +02:00
f585a94ebf remove most of the old Makefiles 2018-06-29 14:36:24 +02:00
179aa2d553 cmake: add new CMakeLists.txt 2018-06-29 14:35:39 +02:00
da8f9bb1b0 protobuf: update precompiled files 2018-06-16 21:01:51 +02:00
4433b3c36c csv: fix detection of column separators 2018-06-16 20:56:43 +02:00
afd7561966 Merge branch 'develop' of git.rwth-aachen.de:acs/public/villas/VILLASnode into develop 2018-06-04 22:24:50 +02:00
0b13ff7d71 add two missing includes 2018-06-04 14:22:38 +02:00
64d18c0260 json.reserve: non-matching messages should be silently discarded 2018-05-26 02:53:20 +02:00
f054d92845 json.reserve: fix parsing of timestamp and values 2018-05-26 02:23:00 +02:00
3fad36b62b json.reserve: add support for numeric target field 2018-05-26 01:23:57 +02:00
002ef7bdac json.reserve: accept integers as timestamps 2018-05-25 12:57:31 +02:00
5ed12a4590 json.reserve: skip disabled signals 2018-05-25 12:56:37 +02:00
6065d1512d villas.human: improve header 2018-05-24 10:49:31 +02:00
1db78bec9b io: apply new separator/delimiter settings to other formats 2018-05-24 10:46:31 +02:00
e3e85aa183 csv: add new sub-format for tabulator separated values 2018-05-24 10:45:52 +02:00
607342eddc csv: make column seperator configurable 2018-05-24 10:45:11 +02:00
46c4713767 format: RESERVE JSON format fixes 2018-05-24 09:07:18 +02:00
e3ee361c07 json.reserve: fix compatability with libjansson 2.10 2018-05-23 16:41:06 +02:00
9ec69bcbdf refactor: struct plugin::io -> struct plugin::format 2018-05-13 13:51:28 +02:00
1efb3c7477 fix indention 2018-05-13 12:47:55 +02:00
63e839afc9 io: align header / source files 2018-05-12 18:11:39 +02:00
9868f97ab5 io: misc bug fixes 2018-05-12 18:03:10 +02:00
d5d446cca6 io: add header to villas.human and json formats 2018-05-12 18:02:18 +02:00
221937bb5e io: pass instance pointer everywhere 2018-05-12 18:01:48 +02:00
011971920d io: several fixes 2018-05-12 15:25:47 +02:00
c0313c7963 refactored: io_format -> format_type 2018-05-12 13:57:39 +02:00