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

20 commits

Author SHA1 Message Date
3206f918c1 reworked Makefiles 2017-06-28 15:05:31 +02:00
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00: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
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
3374b85d2d added forgotten changes 2017-03-27 12:59:56 +02:00
5b93da867a refactoring: simplified hook system 2017-03-17 01:08:48 -03:00
e1f655a37d remove history field of hook structure as this is now obsolete.
use the reference counting to keep copies of older samples
2017-03-14 11:25:17 -03: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
3e7c855526 updated licence and copyright info in file headers 2017-03-03 20:20:13 -04:00
c930ad49b7 several smaller changes and bugfixes 2017-02-18 10:58:17 -05:00
ac7a87b8fc cbuilder: coding style 2017-02-12 14:44:29 -03:00
e9f8a50c3c introduce new plugin system for extensions 2017-02-12 14:35:05 -03:00
c84df390bc renamed hook related files 2016-11-20 13:11:37 -05:00
5ba5164c1a added new tool to run hook functions with villas-pipe and villas-signal 2016-10-22 20:43:36 -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
361fc23a6d rewrote build system to make it more modular and support out-of-tree builds 2016-10-06 17:56:01 -04:00
5655681807 improved Makefile for plugins 2016-07-26 22:07:37 +02:00