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

20 commits

Author SHA1 Message Date
8e252bbb4b hash_table: added simple hash table with linked lists 2018-07-02 13:07:45 +02:00
eb446d2ac9 add missing GPL license header 2018-06-29 09:07:47 +02:00
Sonja Kolen
4ec3cf030b Added extern "C" wrapper in all headers of libvillas to use it in C++ code 2018-06-28 13:42:50 +02:00
dba6207856 list: added new function list_lookup_index() 2018-05-24 09:05:00 +02:00
b405a60670 list: fix compiler error 2018-03-26 14:33:42 +02:00
e32fe06efd list: added new list_index() function 2018-03-26 12:52:04 +02:00
5917b33314 refactor: list_init() should return an integer like all other _init() functions 2017-08-28 14:34:47 +02:00
cc02829def fixes for new build-system 2017-07-25 12:40:05 +02:00
522ded3ea7 made most of Linux dependencies optional
VILLASnode now compiles on OS X Yosemite :-)
2017-07-25 12:07:06 +02:00
2b913d4d69 tests: fix valgrind warnings 2017-07-02 23:57:03 +02:00
1e5c143ff9 list: added list_set() 2017-05-23 12:12:39 +02:00
49054eef9f cleanup: removed trailing whitespaces in code 2017-05-05 19:24:16 +00:00
411b9dd326 replaced most occurrences of list_foreach with a traditional for loop due to performance reasons 2017-03-25 21:23:31 +01:00
cc8984e2d0 assert instead of run-time errors 2017-03-12 17:04:43 -03: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
30e0ecf544 refactored dtor_cb_t to return an integer 2017-02-18 10:43:01 -05:00
7cab0538ab use #pragma once instead of #ifdef 2017-02-16 09:04:27 -03:00
1dba01a8ae Re-license source code to LGPLv2.1 (closes #56) 2016-11-22 11:14:25 -05:00
0fa5f5b976 introduced new directory structure for source and header files 2016-06-14 01:17:58 +02:00
Renamed from include/list.h (Browse further)