aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-03-13Change data return in clist_iterator_nextAlessandro Iezzi
We want only data and not the node structure.
2023-03-13Change the sign of clist_iterator_has_nextAlessandro Iezzi
We don't need the pointer passed as argument.
2023-03-13Remove size_of from clist_addAlessandro Iezzi
We don't need the size of data, just calculate it from the pointer passed by.
2023-03-13Change the logic to add_all collectionAlessandro Iezzi
We call clist_add inside the loop instead to play with pointers 'cause the data will be copied instead of referenced. So if the programmer clear the second list, the data will be stay there.
2023-03-13Format function signsAlessandro Iezzi
Every function must be declared like this: <type> <sign>(<arguments>) So you can use `grep -r '^<func>'` to find the declaration.
2023-03-13Add `tests` targetAlessandro Iezzi
2023-03-13Move -shared flag to LFLAGSAlessandro Iezzi
2023-03-13Change the standard from ansi to C99Alessandro Iezzi
2023-03-13Move -pedantic to WARNINGS variableAlessandro Iezzi
2023-03-13Add DISTNAME variableAlessandro Iezzi
2023-03-13Add ARCHIVE variableAlessandro Iezzi
2023-03-13Add SHARED variableAlessandro Iezzi
2023-03-13Add LIBNAME variableAlessandro Iezzi
2023-03-13Add NAME variableAlessandro Iezzi
2023-03-13Change the name of compiler from clang to ccAlessandro Iezzi
It's the same compiler in my machine, but, I prefer the second name.
2023-03-07Change license from AGPL v3 to LGPL v3Alessandro Iezzi
2023-01-18Add target to build an archive (.a)Alessandro Iezzi
2022-11-30Add `dist` and `install` targetsAlessandro Iezzi
2022-11-30Add versionv0.0.0Alessandro Iezzi
2022-11-30Edit .gitignoreAlessandro Iezzi
2022-11-30Replace itoa() with sprintf()Alessandro Iezzi
2022-11-30Edit test/MakefileAlessandro Iezzi
2022-11-30Rename iterator_next() to clist_iterator_next()Alessandro Iezzi
2022-11-30Rename iterator_has_next() to clist_iterator_has_next()Alessandro Iezzi
2022-11-30Rename -fpic to -fPICAlessandro Iezzi
2022-11-30Add test/list.h in ignoreAlessandro Iezzi
2022-11-30Add test/MakefileAlessandro Iezzi
2022-11-30Add copyrightAlessandro Iezzi
2022-11-30Edit MakefileAlessandro Iezzi
2022-11-30Add test folderAlessandro Iezzi
2022-11-30Move list.hAlessandro Iezzi
2022-11-30Add copyrightAlessandro Iezzi
2022-11-30Move list.cAlessandro Iezzi
2022-11-30Add in ignore *.o and liblist.so filesAlessandro Iezzi
2022-11-30Add MakefileAlessandro Iezzi
2022-11-30Rename `makefile` in `DOSmakefile`Alessandro Iezzi
2022-11-30Change license from GPLv3 to AGPLv3Alessandro Iezzi
2020-01-10refactoring code with correct naming conventionAlessandro
2020-01-10when build dist, init firstAlessandro
2020-01-09added directives to create LIB and DLLAlessandro
2020-01-09ignored all linksaindros
2020-01-09arch x64aindros
2020-01-09testing last two methods addedaindros
2020-01-09added List_AddAll and List_Removeaindros
2020-01-09added a cast in printfaindros
2020-01-09first version, missing some methodsaindros
2020-01-08enhancements to makefileaindros
2020-01-08ignore fileaindros
2020-01-08srcaindros
2020-01-08makefileaindros