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

36 commits

Author SHA1 Message Date
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
5be1853649 added GPL license to file headers 2017-04-27 12:56:43 +02:00
d4ddad603b changed signature of spawn() 2017-04-15 21:29:34 +02:00
b23000e2a8 several smaller cleanups: coding-style, variable names, white spaces, intermediate variables 2017-04-15 21:29:23 +02:00
Georg Reinke
025713a46e don't link libext against any external libraries 2017-04-15 20:38:58 +02:00
Georg Reinke
385efa1313 shm node: add option to spawn external program on start 2017-04-12 17:07:59 +02:00
2293e3ad4a removed unused function 2017-03-29 08:11:45 +02:00
d9137790a3 added missing unit tests for cpuset helpers and box muller transform 2017-03-29 08:11:09 +02:00
0290fe03f1 fixed bug in sha1sum calculation 2017-03-29 04:26:33 +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
f28dd96c30 added json_to_config in order to support JSON as new config file format 2017-03-27 12:38:19 +02:00
68aa917f78 set VILLASnode version via Makefile instead of config.h 2017-03-27 12:30:44 +02: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
d9bd8cf64f move signal initialisation to utils 2017-03-06 19:09:44 -04:00
9c40931a04 Merge branch 'feature-mpmc-queue' into feature-curlio 2017-03-05 10:06:32 -04:00
3e7c855526 updated licence and copyright info in file headers 2017-03-03 20:20:13 -04:00
7ec6aee288 Merge remote-tracking branch 'rwth/develop' into feature-curlio 2017-02-18 11:05:11 -05:00
88a21ade2e improved read_random() to return read bytes and fix return type 2017-02-12 14:37:01 -03:00
1dba01a8ae Re-license source code to LGPLv2.1 (closes #56) 2016-11-22 11:14:25 -05:00
3e93dfe17c Merge branch 'develop' into feature-mpmc-queue 2016-10-30 21:42:28 -04:00
d50f5ea694 added unit tests for utils 2016-10-30 20:00:09 -04:00
f82fc64990 removed two unused functions 2016-10-22 20:43:55 -04:00
8852748242 rdtscp => rdtsc 2016-10-20 08:36:49 -04:00
cf59a485ab rdtscp => rdtsc 2016-10-19 01:25:05 -04:00
fcd07748dd fixed partial reads in read_random() 2016-07-08 12:15:37 +02:00
05af02304d added a couple of functions to parse and print cpu_set_t 2016-06-26 15:33:59 +02:00
c67af15a2c fixed all major bugs in FPGA code 2016-06-19 19:30:00 +02:00
bffb47dca8 added VILLASfpga code 2016-06-14 01:23:44 +02:00
f635bf115a fixed argument type for integer_to_cpuset 2016-06-13 17:25:09 +02:00
ad8ee1c3f7 renamed S2SS to VILLASnode 2016-06-08 23:31:58 +02:00
9b56be2bc6 updated copyright year to 2016 2016-02-09 05:33:19 +01:00
a057e35a41 Use same copyright message across all tools 2016-01-15 15:25:22 +01:00
3a734eb80c added new conversion helper for libconfig => libjansson objects 2015-12-13 00:43:59 +01:00
fb0a0ef83b simplified abnormal process termination 2015-11-29 21:20:42 +01:00
f645e498e7 restructured repository 2015-11-23 17:44:14 +01:00
Renamed from server/src/utils.c (Browse further)