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

97 commits

Author SHA1 Message Date
Steffen Vogel
46266e85de Add script to format all files in repository
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-08 11:37:42 +02:00
Steffen Vogel
2626ac2e48 Add pre-commit hook for clang-format
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-08 11:37:42 +02:00
Steffen Vogel
0735eb0f89 Make project REUSE compliant
And various other cleanups and harmonizations

Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-09-07 11:16:04 +02:00
Steffen Vogel
b81e4d9b74 remove obsolete rmshm and rmsem tools
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-06-21 11:48:04 +02:00
Steffen Vogel
60104c33ff tools: rename script to harmonize file names
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
2023-06-21 11:47:56 +02:00
Philipp Jungkamp
0844a9f509 fix villas tools installation
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-06-16 16:18:36 +02:00
Philipp Jungkamp
c194b621cb tools/villas: improve script behaviour for -h or --help
- Quote `${SUBTOOL}` in case it is set but empty
- Add `-e` flag to `grep` so `villas --help` does not show `grep --help`
- Add `-F` flag to `grep` so `villas "[ "` does not show a regexp error
- Don't exit with error when `-h` or `--help` was specified
- Add `-h` and `--help` to `Usage` in the help message.

Signed-off-by: Philipp Jungkamp <philipp.jungkamp@rwth-aachen.de>
2023-05-26 01:33:45 +02:00
7eec1bb753 update Steffens mail address
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2022-12-16 23:44:07 +01:00
b94746effb relicense VILLASnode to Apache 2.0 2022-07-04 18:23:57 +02:00
11a25f6fb7 update mail address 2022-03-15 09:29:20 -04:00
17ac92aa21 update copyright year 2022-03-15 09:28:57 -04:00
71ba4a96d7 tools: revamp and move tune-realtime script to tools folder 2022-03-04 05:26:56 -05:00
784e970bfe port large parts of VILLASnode to C++ and fix tests alongside 2022-01-11 09:19:53 -05:00
c18a13f1b3 ci: fix CI 2021-09-22 13:04:54 +02:00
4171e49698 compare: increase epsilon 2021-09-22 10:27:01 +02:00
6a293ed0b1 update villas helper 2021-09-21 16:13:28 +02:00
78577fcf1a tests: fix time measurement 2021-09-21 16:13:03 +02:00
4f370ee1b2 drop legacy logger 2021-03-17 14:58:45 +00:00
c71cb752fc api: add little shell script to query the VILLASnode API 2020-07-06 14:03:43 +02:00
73d393a967 python/tools: remove more obsolete tools 2020-07-06 13:54:02 +02:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
243a6c112c tools: do not use develop tag by default 2019-10-29 17:59:31 +01:00
8b046ad20b tests: reduce timeouts 2019-06-27 21:47:46 +02:00
61eb669f0c tests: show elapsed time per test case 2019-06-26 20:37:47 +02:00
492004bf34 use new villas::Tool class as common top-level entrypoint 2019-05-28 17:31:58 +02:00
8678f236a7 cmake: adhere to WITH_CONFIG option 2019-04-05 11:03:16 +02:00
51f7179f0e harmonize usage info 2019-03-31 21:11:40 +02:00
618b25bf4f port config_helper.c to C++ 2019-03-26 07:15:07 +01:00
7c00e054db tools: updated Docker scripts 2019-03-22 11:20:52 +01:00
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