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

25 commits

Author SHA1 Message Date
082cc6eb92 tests: fix unit tests 2018-08-20 18:32:10 +02:00
d77879fa7d io: refactor input/output -> in/out 2018-08-13 00:00:10 +02:00
f35588aad8 refactor:
- SAMPLE_LEN() -> SAMPLE_LENGTH()
- SAMPLE_DATA_LEN() -> SAMPLE_DATA_LENGTH()
2018-08-12 23:59:15 +02:00
4d09482fdb Merge branch 'infiniband' into develop
# Conflicts:
#	Makefile
#	Makefile.config
#	Makefile.help
#	lib/Makefile.villas-ext.inc
#	lib/Makefile.villas.inc
#	lib/memory.c
#	lib/nodes/Makefile.inc
2018-07-04 16:50:36 +02:00
bb70be0b2c memory: refactored memory subsystem 2018-07-02 15:57:56 +02:00
58a13ae92e cmake: fix some #ifdefs 2018-06-29 14:36:50 +02:00
70b87de26e io: fix unit test 2018-05-13 12:55:31 +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
39f955c947 io: renamed some fields within struct io 2018-05-12 10:41:40 +02:00
c59e0948c3 io: use dots instead of hyphens in format names 2018-05-08 08:45:18 +02:00
92bf4bcd77 tests: fix IO format test 2018-03-26 12:50:30 +02:00
f758792bad tests: fix includes 2018-03-26 12:50:15 +02:00
e5afb8ec48 fix several build system related issues 2018-02-06 23:29:54 +01:00
a1a4e0ea7e tests: fix portability issues for running the tests on OS X/BSD 2018-01-31 09:40:08 +01:00
84d9e3ab6b tests: be more descriptive 2018-01-16 08:58:39 +01:00
792cf1853a several fixes to compile VILLASnode on Ubuntu 16.04 2017-10-20 11:54:00 +02:00
80ee8d786d refactored sample by adding more *_many() functions 2017-10-16 08:09:07 +02:00
7def6349d5 bugfixes 2017-09-16 15:33:30 +02:00
6922e273bb io: renamed formats (msg -> villas-binary, villas -> villas-human) 2017-09-04 14:39:15 +02:00
100b9f2110 tests: bug fixes 2017-09-04 14:30:07 +02:00
92b1ef24ea tests: add low-level IO test 2017-08-23 15:45:28 +02:00
0239a15a84 tests: fixed unit tests for new io and tasks modules 2017-08-20 10:48:44 +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
c5fc72dd78 adding pluggable IO formats 2017-08-05 21:02:09 +02:00