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

68 commits

Author SHA1 Message Date
dcf7ea8e9d python: add some old python scripts 2019-03-09 00:37:23 +01:00
95dafe15da tests: refactor integration-tests-helper.sh -> villas-helper.sh 2019-02-17 22:24:37 +01:00
aff3e56a5b added script to analyze AIMD 2019-02-15 12:02:05 +01:00
8f7c8ae71e update copyright year to 2019 2019-01-13 00:42:39 +01:00
c2f83b01fd Merge branch 'ws-relay' into develop
# Conflicts:
#	include/villas/node/config.h.in
#	include/villas/utils.h
#	lib/CMakeLists.txt
#	lib/nodes/websocket.c
#	lib/utils.c
#	lib/web.c
#	src/CMakeLists.txt
#	src/villas-pipe.cpp
2019-01-12 13:48:29 +01:00
a3ac262a2c fix whitespaces 2018-12-04 00:24:51 +01:00
5fc697e952 tests: use correct bash version in a MacPorts environment 2018-11-30 21:38:19 +01:00
4a90a18d73 compatability fixes in shell script 2018-11-30 21:37:52 +01:00
9066f1d95f started writing wrapper shell script for obsoleting villas-signal 2018-11-30 21:36:26 +01:00
95eee40d16 cpp: port conf2json 2018-11-30 21:35:15 +01:00
Niklas Eiling
306ef4be33 config: make using config_helper work also when libconfig was found 2018-10-24 10:19:39 -04:00
d35971c26c refactor: update copyright years 2018-08-20 18:40:03 +02:00
ff858bc9dc tests: how reasons for skipped integration tests 2018-08-20 18:32:34 +02:00
132a0b88c0 cpp: replace <stdio.h> by <iostream> 2018-07-03 21:04:28 +02:00
415855f801 porting tools to C++ 2018-07-03 20:44:48 +02:00
3120256dc4 cmake: link tools against pthread imported target 2018-06-30 10:41:17 +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
c59e0948c3 io: use dots instead of hyphens in format names 2018-05-08 08:45:18 +02:00
88ffcbc56d tools: added tools for deleting semaphores and shmem regions 2018-05-07 15:53:40 +02:00
3397bca19b remove some obsolete scripts 2018-04-05 10:22:46 +02:00
7ed5a7fcbe tests: fix invocation of integration tests 2018-03-26 17:29:30 +02:00
fdf4a9c251 coverage: add missing linker flags to fix compilation 2018-03-26 12:52:45 +02:00
daniel-k
717659ff87 tools/conf2json: supply input as argument and use path as include dir
Passing via stdin does not allow to use the input file path for include
lookup, because we only see the stdin file stream from our program.
2017-11-22 15:53:56 +01:00
5fb48d607e moved VILLASfpga specific code to separate repo 2017-11-21 21:51:07 +01:00
e0959b562f hwdef-parse: parse baseaddr and size of BRAM instances in the design 2017-11-21 18:42:27 +01:00
5ba80c171d hwdef-parse: remove debug output 2017-11-21 18:42:01 +01:00
502e1f797a hwdef-parse: fix errors found by parsing more complex villas hwdef 2017-11-21 18:41:42 +01:00
857c5c2056 added hwdef-parse.py 2017-11-21 18:04:45 +01:00
3fc3c7c992 zmq: fix include 2017-11-17 17:54:49 +01:00
e362bba1ed tests: use correct binaries when run in debug mode 2017-10-18 14:44:40 +02:00
fdf5f6570e smaller bug fixes 2017-09-16 23:31:47 +02:00
595bb4fe8a docker: do not start a new container for every command but reuse an existing one 2017-09-03 10:55:33 +02:00
34e9c90f0f fix log output of integration tests 2017-09-03 10:55:04 +02:00
00bf930c33 tests: show log output for failed tests 2017-08-31 17:25:06 +02:00
24edb617ae tests: homogenize output of integration tests with unit tests 2017-08-30 12:34:36 +02:00
d5a3737596 tools: compile conf2json only of libconfig is available 2017-08-23 14:29:46 +02:00
db94f9ef55 tests: added some helper functions for the integration tests 2017-08-20 09:48:20 +02:00
a0053844fc moved python scripts to DataProcessing repo 2017-08-16 09:05:29 +02:00
e9ebbed9db improve Makefiles and make web, api and json support optional 2017-07-25 12:07:06 +02:00
b59a989278 cleanup trailing whitespaces 2017-07-25 12:07:06 +02:00
0c8ef6f38d created directory for Marijas MATLAB scripts 2017-07-22 13:54:27 +02:00
d77808368f tests: fix integration 2017-07-14 19:26:19 +02:00
eb471d68ee fix build error 2017-07-14 13:43:54 +02:00
51d80b73ce refactoring: json.c => config_helper.c & sample_io_json.c 2017-07-13 22:13:40 +02:00
9bb91af30d add script to define aliases for make and villas commands which will be executed inside Docker container 2017-07-09 13:20:58 +02:00
71465488f0 zeromq: older versions of the library have zmq_curve_keypair() in zmq_utils.h 2017-06-17 03:45:25 +02:00
246a4a98fb zeromq: added zmq-keygen as a new tool 2017-05-23 15:20:38 +02:00