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

111 commits

Author SHA1 Message Date
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
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
df99eafd51 added two shell scripts to fix Git history 2017-05-01 16:44:00 +02:00
9b1e6a33ed add license to headers 2017-04-27 13:20:20 +02:00
5be1853649 added GPL license to file headers 2017-04-27 12:56:43 +02:00
Georg Reinke
025713a46e don't link libext against any external libraries 2017-04-15 20:38:58 +02:00
dbc1530727 Overhaul of build and packaging system:
- Build RPM packages for VILLASnode and dependencies with the ‚rpm‘, ‚rpm-villas‘, ‚rpm-livxil‘ and ‚rpm-libwebsockets‘ make targets
- Upload new RPM packages to the repository with the ‚deploy‘ make target
- Build a developer Docker image with the `docker-dev` target
- Run the developer image with the `run-docker-dev` target
- Build a production Docker image with the `docker` target
  This requires that all RPM packages have been build previously!
- Use hard-coded default paths where applicable
- Updated index website
- Added some usage information and hints

Documentation of the new system is still outstanding
2017-03-29 04:04:20 +02:00
eb4cb081f1 added integration tests 2017-03-27 12:39:29 +02:00