1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
Commit graph

6300 commits

Author SHA1 Message Date
c2ea415d70 reworked Makefile to build dependencies 2016-10-01 05:58:26 -04:00
d6c8197e98 prepare build system for gcov coverage 2016-10-01 05:58:26 -04:00
8b1cb7fe74 added new packages for building dependencies 2016-09-22 21:20:54 -04:00
ba399a0b1d fixed compilation: functionality still heavily broken. its a mess right now 2016-09-22 21:20:21 -04:00
0e847a297c added dependencies as Git submodules 2016-09-22 01:15:30 -04:00
384d45ba8f moved xilinx library to new location 2016-09-22 00:25:20 -04:00
cc802859bd refactored memory allocators 2016-09-19 20:58:41 -04:00
4bd461d9e2 added new generic memory allocator 2016-09-15 21:25:32 -04:00
4bd6cf9c6a added reference counter to sample structure 2016-09-13 22:54:36 -04:00
2648c1f57c replaced lstack backed memory pool with new queue as underlying datastrucutre 2016-09-13 22:54:36 -04:00
d0dc7e216e replaced old queue with new MPMC implementation 2016-09-13 22:54:36 -04:00
e83065e916 Merge branch 'cleanups' into 'develop'
removed Debian based Dockerfile

Lets use Fedora only for VILLASnode development & deployment.
This simplifies a lot of things.

See merge request !1
2016-09-14 04:43:19 +02:00
fbc453ca68 removed Debian based Dockerfile
Lets use Fedora only for VILLASnode development & deployment.
This simplifies a lot of things.
2016-09-13 22:38:24 -04:00
7c223aac41 started contribution guide 2016-09-14 04:31:49 +02:00
2721c2adb7 moved project specific file to InetDistSim 2016-09-13 22:22:11 -04:00
f80a58c1b4 Treat all warnings as errors: never commit code which generates compiler warnings! Never!
The CI will reject your merges from now on!
2016-09-13 21:50:35 -04:00
9fbe67f0da tweaked parsing of hook parameters 2016-09-14 03:37:24 +02:00
0bac78b6a4 tiny change in CBuilder documentaion 2016-09-14 03:37:24 +02:00
0a48309ab1 updated loopback example configuration 2016-09-13 21:21:21 -04:00
d0ad1e47ef improved implementation of gtnet-skt protocol headers 2016-09-13 21:20:58 -04:00
d958b08d62 print sample offset always in scientific notation 2016-09-13 21:16:17 -04:00
b9f681751a fix compiler error 2016-09-13 21:15:53 -04:00
6380829d0a fix indention 2016-09-13 21:15:39 -04:00
19bd43a299 Merge branch 'develop' of git.rwth-aachen.de:acs/VILLASnode into develop 2016-09-10 22:57:08 -04:00
0097132b4f Merge branch 'feature-gtnet' into develop 2016-09-11 02:56:46 +00:00
4d67e6ef4b various smaller cleanups before merge 2016-09-10 22:34:45 -04:00
65f46cef5f Check for maximum amount of values per sample supported 2016-09-10 22:34:45 -04:00
3c4c08cda6 rewrote socket_write(): there ave been some misunderstandings 2016-09-10 22:34:45 -04:00
545103ff1c rewrote socket_read(): there ave been some misunderstandings 2016-09-10 22:34:45 -04:00
fe92747aa9 renamed a couple of enum constants and some minor code style cleanups 2016-09-10 22:34:45 -04:00
2961c63ff5 fixed .gitlab-ci.yml 2016-09-10 20:26:27 +02:00
0ac9ea1fbe deploy landing page only from develop branch 2016-09-10 00:03:43 -04:00
ce6a65259f fixed path to documentation 2016-09-09 23:55:12 -04:00
37aefd914a deploy landing page automatically 2016-09-09 23:54:00 -04:00
32cf86c617 fixed submodules and added landing page 2016-09-09 23:51:56 -04:00
f8da0c7beb Update gitlab-ci.yml 2016-09-09 23:17:24 -04:00
6a4164253f added build status to front page 2016-09-09 23:16:23 -04:00
dc05f8d651 Updated dependencies in Dockerfile 2016-09-09 23:16:20 -04:00
1ccc0a1eb2 Added CI file for Gitlab 2016-09-09 23:13:20 -04:00
767a59c091 added better description of tuned profiles 2016-08-31 18:08:14 -04:00
Marija Stevic
913472f337 Update of link to the prebuild documentation hosted on Octopus 2 2016-08-30 16:25:41 +02:00
8dfd20778c Merge branch 'develop' of git.rwth-aachen.de:acs/VILLASnode into develop 2016-08-29 00:10:20 -04:00
cb2b980567 updated FPGA docs (not complete yet) 2016-08-29 00:07:38 -04:00
Markus Grigull
9dddebad6f Add deployment graphic 2016-08-16 13:06:43 +02:00
608c8a6fb3 remove Travis image 2016-08-14 22:00:12 +02:00
8aef33ca7b change S2SS -> VILLASndoe 2016-08-14 21:58:54 +02:00
Umar Farooq
62bf0c2b0c Bug fixes/improvements to GTNET-SKT code
- Change enum types APP_HDR_* to SOCKET_HDR_*
 - Remove SOCKET_HDR_NONE type from app-hdr as its same as
   SOCKET_HDR_GTSKT
 - Fix values per samples for GTSKT to 1
 - Replace TODO tag with @todo
 - Use SOCKET_HDR_DEFAULT if app_hdr setting is not present
   in config file
 - Fix bug when invalid message is received resulting in
   infinite printing loop
 - Fix bug in socket_write when due to declaration of struct
   msg msgs[cnt] in the for loop the values are not transmitted
 - Replace std=c98 with std=c11 but still compile without it
2016-08-02 21:08:25 +02:00
5655681807 improved Makefile for plugins 2016-07-26 22:07:37 +02:00
7f4f898b70 fixed compiler warnings about uninitialized use 2016-07-26 15:42:11 +02:00
7017ececce updated title in readme 2016-07-26 12:55:09 +02:00