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

20 commits

Author SHA1 Message Date
53e62a6cfc relicense under Apache 2.0 2024-02-28 02:36:38 +01:00
f1fd77651c updated mail address 2024-02-28 02:36:38 +01:00
3d83e71838 update copyright year 2024-02-28 02:36:38 +01:00
f6caa4f2d5 port large parts to C++ 2024-02-28 02:36:38 +01:00
6062610a63 update copyright year 2024-02-28 02:36:38 +01:00
30ac7dc3ec remove unused list functions 2024-02-28 02:36:38 +01:00
1e8b6ac8f0 musl compatability fixes 2024-02-28 02:36:38 +01:00
Manuel Pitz
00176d5e4b list: add vlist_clear() 2024-02-28 02:36:38 +01:00
de94fb6abf add vlist_init_and_push() 2024-02-28 02:36:38 +01:00
9dd5f200f4 list: rework lookup methods to use C++ templates 2024-02-28 02:36:38 +01:00
6ff09880c7 list: do not check state during intialization 2024-02-28 02:36:38 +01:00
e90431aa98 more refactoring to C++ 2024-02-28 02:36:38 +01:00
6779eaf02a update copyright year to 2020 2024-02-28 02:36:38 +01:00
5fed872b8a replace C-style headers with C++ C-compatability headers 2024-02-28 02:36:38 +01:00
d404e944da refactor enums to class enums 2024-02-28 02:36:38 +01:00
ecbbb2ed15 move utils.h to utils.hpp 2024-02-28 02:36:37 +01:00
d34c7ac22a list: fix typo in variable names 2024-02-28 02:35:37 +01:00
d24ae46dca list: added vlist_filter() to remove elements which dont match a condition 2024-02-28 02:35:37 +01:00
2d7af5e743 refactor: NULL => nullptr 2024-02-28 02:35:37 +01:00
73cb4f8512 use C++ compiler 2024-02-28 02:35:37 +01:00
Renamed from common/lib/list.c (Browse further)