bc634ebccc
first bunch of global state object
2017-02-18 10:31:42 -05:00
2b83fef2ce
removed a bunch of non-needed include files (found by include-what-you-need.org)
2017-02-16 13:33:04 -03:00
88a21ade2e
improved read_random() to return read bytes and fix return type
2017-02-12 14:37:01 -03:00
f2d50ad38d
moving VLLASfpga tests to Criterion unit tests
2016-12-23 17:24:53 +01:00
1dba01a8ae
Re-license source code to LGPLv2.1 ( closes #56 )
2016-11-22 11:14:25 -05:00
c84df390bc
renamed hook related files
2016-11-20 13:11:37 -05:00
d1d4369267
properly initialize other applications apart from villas-node
2016-11-20 13:00:23 -05:00
b37d3df332
moved cfg_parse_{hook, node, path} to {hooks, node, path}.c
2016-11-20 12:59:37 -05:00
eda6c66f0e
use proper style for #include
2016-11-20 02:45:39 -05:00
4bb0aa76c9
increase number of reserved huge pages automatically if required
2016-11-20 02:45:16 -05:00
0d58df66e7
fixed segmentation fault in villas-pipe
2016-10-30 22:57:05 -04:00
3d694cf4d9
add possibility to print histogram in different verbosity levels
2016-10-30 22:56:41 -04:00
fe90cce778
Merge branch 'gtnet_features' into feature-mpmc-queue
2016-10-30 22:05:46 -04:00
800e71bb96
proper return codes for incorrect CLI arguments
2016-10-30 22:05:29 -04:00
e2d47698ed
fixed severe bug: argument order for pool_init() was swapped!
2016-10-30 16:52:53 -04:00
5ba5164c1a
added new tool to run hook functions with villas-pipe and villas-signal
2016-10-22 20:43:36 -04:00
9813d2a6c2
use hard coded names for usage info
2016-10-22 20:37:02 -04:00
982cd91d63
simplified path_init / prepare logic
2016-10-20 21:16:01 -04:00
8852748242
rdtscp => rdtsc
2016-10-20 08:36:49 -04:00
cf59a485ab
rdtscp => rdtsc
2016-10-19 01:25:05 -04:00
17bc32ad89
more improvement for our build system
2016-10-13 22:15:28 -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
ba399a0b1d
fixed compilation: functionality still heavily broken. its a mess right now
2016-09-22 21:20:21 -04:00
0bac78b6a4
tiny change in CBuilder documentaion
2016-09-14 03:37:24 +02: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
7f4f898b70
fixed compiler warnings about uninitialized use
2016-07-26 15:42:11 +02:00
f6dd0b117b
merged config-fpga.h into config.h
2016-07-18 15:09:49 +02:00
Umar Farooq
2f47be0ac5
Add app_hdr tag for GT-NET-Socket
...
GT-NET-Socket uses a tag in the config file to distinguish from default
socket node type application layer header (struct msg). For now all the
values are encoded in the struct sample without any header (no timestamp
or sequence number).
Minor improvement in pipe.c: replace 'goto' with do while
2016-07-17 01:01:43 +02:00
812eb31c95
cleaning function namespaces: config_ => cfg
2016-07-14 09:47:00 +02:00
cbe29caf98
restructured repo and build system
2016-07-14 09:34:26 +02:00
3880abeb63
unified member variable naming of struct sample and struct msg
2016-07-11 18:19:23 +02:00
5320830b13
added pthread cancelation points to pipe
2016-07-11 16:02:32 +02:00
5f953e4573
check if libblas and liblapack are present
2016-07-11 09:17:35 +02:00
80fdc6bda8
finished FPGA tests
2016-07-08 13:31:46 +02:00
eb7391a4a3
added LAPACK based benchmark
2016-07-08 12:56:22 +02:00
a22ec73c06
some new benchmarks and tests for VILLASfpga
2016-06-26 15:33:19 +02:00
def9d0ec6d
code cleanup for pipe tool
2016-06-26 15:33:04 +02:00
fd525e5701
added log init to signal generator
2016-06-26 15:32:37 +02:00
132dd5fd65
moved linux realtime code to extra file
2016-06-26 15:27:14 +02:00
c67af15a2c
fixed all major bugs in FPGA code
2016-06-19 19:30:00 +02:00
98fb370e85
first steps towards flexible and configurable VILLASfpga / VILLASnode integration
2016-06-15 20:05:09 +02:00
bffb47dca8
added VILLASfpga code
2016-06-14 01:23:44 +02:00
ad8ee1c3f7
renamed S2SS to VILLASnode
2016-06-08 23:31:58 +02:00
af6af5bb76
fixed renamed file
2016-06-08 22:54:13 +02:00
909bde0894
introduced new data structures
2016-06-08 22:38:21 +02:00
0cebda19c8
whitespace fixes and documentation
2016-06-08 22:36:38 +02:00
5d5b36cd76
moved list destructor and added optional free() of list items
2016-04-16 19:54:26 +02:00