aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-05-10Ehnance building systemAlessandro Iezzi
2023-05-10Change include from list.h to utils.hAlessandro Iezzi
2023-05-10Rename function to get library versionAlessandro Iezzi
2023-05-10Remove version.hAlessandro Iezzi
2023-05-10Change the name of define in utils.hAlessandro Iezzi
2023-05-10Rename list.h to utils.hAlessandro Iezzi
2023-05-10Change license from LGPLv3 to BSD-3Alessandro Iezzi
2023-03-14Add to `install` target the archive and includesAlessandro Iezzi
2023-03-14libutils 0.0.1v0.0.1Alessandro Iezzi
2023-03-14Generify the function to get the versionAlessandro Iezzi
2023-03-13Rewrite test/MakefileAlessandro Iezzi
2023-03-13Remove the name of libraries in .gitignoreAlessandro Iezzi
2023-03-13Rewrite testsAlessandro Iezzi
2023-03-13Change data return in clist_iterator_nextAlessandro Iezzi
2023-03-13Change the sign of clist_iterator_has_nextAlessandro Iezzi
2023-03-13Remove size_of from clist_addAlessandro Iezzi
2023-03-13Change the logic to add_all collectionAlessandro Iezzi
2023-03-13Format function signsAlessandro Iezzi
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
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