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

17 commits

Author SHA1 Message Date
901ca4fbb0 moved checks to where they really belong.
improved warnings about non-optimal system
2015-09-30 11:12:16 +02:00
58673dd3d3 cleanups and some documentation 2015-09-22 13:20:20 +02:00
bfb0221ccf replaced strap() and vstrap() functions by strcatf() and vstrcatf()
The new versions of those string concatenating functions are using realloc() to dynamically resize the string buffer if needed.
We don't use the stack anymore.
2015-09-22 13:01:02 +02:00
2959c44c58 applying coding conventions 2015-09-19 15:30:27 +02:00
de37528788 Replaced static arrays for hooks and node types by dynamic linked lists and REGISTER_* macros 2015-09-19 15:26:30 +02:00
f7d10ebf7b removed obsolete system2() function and added more checks 2015-09-19 12:14:35 +02:00
85f3707554 smaller fixes and cleanups 2015-08-22 17:42:38 +02:00
5f038bf6bd removed trailing whitespace 2015-08-07 01:11:43 +02:00
fffac2eb88 remove superfluous includes 2015-06-03 10:13:35 +02:00
5aa1530baf moved time related functions to timing.{c,h} 2015-06-02 21:59:31 +02:00
08e08e6711 updated copyright in header 2015-06-02 21:53:04 +02:00
cea95681f0 tested preliminary GTFPGA support 2015-05-07 13:04:06 +02:00
08678c8785 check if node type supports combining before starting 2015-05-07 12:59:57 +02:00
506bb2446c updated documentation (copyright year and other stuff) 2015-05-06 11:36:51 +02:00
cd3086867c first bunch of code for gtfpga node type 2015-03-31 14:28:21 +02:00
27621e9f66 started with GTFPGA node type implementation 2015-03-30 10:11:31 +02:00
65ac7424e0 introducing new node type system for: opal, gtfpga and sockets 2014-12-05 12:30:48 +01:00