1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
VILLASnode/lib
Steffen Vogel 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
..
apis replaced most occurrences of list_foreach with a traditional for loop due to performance reasons 2017-03-25 21:23:31 +01:00
boolean Merge branch 'feature-mpmc-queue' into feature-curlio 2017-03-05 10:06:32 -04:00
fpga do not cast void pointers 2017-03-27 12:58:40 +02:00
hooks yet another rewrite of the hook system 2017-03-27 12:26:11 +02:00
kernel move checks into *_check(), set default values in _init() 2017-03-27 12:57:41 +02:00
nodes sample_io: part 2 2017-03-27 12:50:39 +02:00
advio.c advio: fixed unit tests 2017-03-25 21:13:45 +01:00
api.c assert instead of run-time errors 2017-03-12 17:04:43 -03:00
hist.c optimisations in hist_dump_* functions to reduce output to screen 2017-03-12 17:11:23 -03:00
hook.c yet another rewrite of the hook system 2017-03-27 12:26:11 +02:00
list.c replaced most occurrences of list_foreach with a traditional for loop due to performance reasons 2017-03-25 21:23:31 +01:00
log.c added new option to redirect log output to a file 2017-03-14 01:49:22 -03:00
Makefile.inc Overhaul of build and packaging system: 2017-03-29 04:04:20 +02:00
mapping.c 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
memory.c make number of huge pages configurable 2017-03-11 23:39:00 -03:00
msg.c updated licence and copyright info in file headers 2017-03-03 20:20:13 -04:00
node.c move checks into *_check(), set default values in _init() 2017-03-27 12:54:24 +02:00
node_type.c minor cleanup, bug fixes and refactoring 2017-03-27 12:50:01 +02:00
path.c move checks into *_check(), set default values in _init() 2017-03-27 12:54:24 +02:00
plugin.c replaced most occurrences of list_foreach with a traditional for loop due to performance reasons 2017-03-25 21:23:31 +01:00
pool.c assert instead of run-time errors 2017-03-12 17:04:43 -03:00
queue.c assert instead of run-time errors 2017-03-12 17:04:43 -03:00
sample.c sample_io: part 2 2017-03-27 12:50:39 +02:00
sample_io.c added new sample_io module for adding new IO formats 2017-03-27 12:28:13 +02:00
stats.c minor cleanup, bug fixes and refactoring 2017-03-27 12:50:01 +02:00
super_node.c Overhaul of build and packaging system: 2017-03-29 04:04:20 +02:00
timing.c updated licence and copyright info in file headers 2017-03-03 20:20:13 -04:00
utils.c Overhaul of build and packaging system: 2017-03-29 04:04:20 +02:00
web.c minor bugfixes and improvements 2017-03-13 23:51:38 -03:00