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

23 commits

Author SHA1 Message Date
725a4e544e fix coverage and some other test related issues 2017-03-29 19:16:17 +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
80d3ae13d5 added new sample_io module for adding new IO formats 2017-03-27 12:28:13 +02:00
9c37348d1d added new hook function „map“ to remap values and add other special values to the sample (fixes #80) 2017-03-25 21:11:52 +01:00
edb7059452 added sha1sum function to calculate hash of file 2017-03-14 01:46:44 -03:00
ccf2f28b9f refactoring: struct cfg => struct super_node 2017-03-12 17:01:24 -03:00
57d19bfff9 reenabled websocket node type 2017-03-06 12:28:06 -04:00
21d6ff20c4 split node and node_type into separate files 2017-03-06 08:58:58 -04:00
9c40931a04 Merge branch 'feature-mpmc-queue' into feature-curlio 2017-03-05 10:06:32 -04:00
e27f0b699f several fixes for clean compilation 2017-03-03 20:21:33 -04:00
f92537172e separated websocket node-type into web, api modules 2017-02-18 10:57:29 -05:00
5beb70d0c6 Updated and modularised Makefiles 2017-02-15 17:54:52 -03:00
59af81284c Replaced curlio with own advio (advanced io) 2017-01-19 23:12:52 -02:00
04b999b2e9 show error message in make if dependencies are missing 2016-12-23 17:21:54 +01:00
c84df390bc renamed hook related files 2016-11-20 13:11:37 -05:00
a9363dad44 entangle hook and statistic collection system 2016-10-22 20:42:05 -04:00
d8271f82f8 improve gitlab-ci.yml 2016-10-14 02:04:48 -04:00
17bc32ad89 more improvement for our build system 2016-10-13 22:15:28 -04:00
1376055f7f don't be so verbose during build 2016-10-13 22:13:49 -04:00
c3f2c96606 unify the style of the module Makefiles 2016-10-13 19:53:30 -04:00
1cbfd72d35 build thirdparty dependencies out-of-source as well 2016-10-08 20:28:34 -04:00
64cbad6158 Removed unused dependency to liquid 2016-10-08 01:10:12 -04:00
361fc23a6d rewrote build system to make it more modular and support out-of-tree builds 2016-10-06 17:56:01 -04:00