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

35 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
b869729832 check if lib crypt is available 2017-04-15 21:29:35 +02:00
d4ddad603b changed signature of spawn() 2017-04-15 21:29:34 +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
3374b85d2d added forgotten changes 2017-03-27 12:59:56 +02:00
9890777c72 added SWAP() macro 2017-03-25 21:24:06 +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
bb6f4e2bbe added missing prototype 2017-03-06 19:13:43 -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
7e411ed5ab refactored more struct cfg stuff 2017-02-18 10:49:42 -05:00
7cab0538ab use #pragma once instead of #ifdef 2017-02-16 09:04:27 -03:00
88a21ade2e improved read_random() to return read bytes and fix return type 2017-02-12 14:37:01 -03:00
Umar Farooq
66d184589b Ceil queue size to power of 2 2016-12-22 19:24:37 +01:00
1dba01a8ae Re-license source code to LGPLv2.1 (closes #56) 2016-11-22 11:14:25 -05:00
88e36f272b fix calculation of log2i(1) 2016-11-07 22:15:00 -05:00
Umar Farooq
21f5ca3dff Merge branch 'gtnet_features' into 'develop'
Endianess setting for GTNET-SKT header

Hi there,

I did a bit of rework on Umar's work.

This unveiled some more severe bugs (my faults).
So, I am quite happy that this kind of code review helps everybody :-)

As last time, I assign this MR to @umar.farooq. Have a look over it, and merge if you are happy.

See merge request !8
2016-11-07 14:56:59 +01:00
3e93dfe17c Merge branch 'develop' into feature-mpmc-queue 2016-10-30 21:42:28 -04:00
1cfa7f05d9 added missing defines 2016-10-30 20:04:17 -04:00
d50f5ea694 added unit tests for utils 2016-10-30 20:00:09 -04:00
fb30c16d2b improved check for correct queue length 2016-10-30 15:21:46 -04:00
83d91ae221 added LOG2_CEIL 2016-10-30 15:01:12 -04:00
d5c844f18d added LOG2_CEIL 2016-10-22 20:44:18 -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
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
0fa5f5b976 introduced new directory structure for source and header files 2016-06-14 01:17:58 +02:00
Renamed from include/utils.h (Browse further)