Age | Commit message (Expand) | Author |
---|---|---|
2023-05-10 | Ehnance building system | |
2023-05-10 | Change include from list.h to utils.h | |
2023-05-10 | Rename function to get library version | |
2023-05-10 | Remove version.h | |
2023-05-10 | Change the name of define in utils.h | |
2023-05-10 | Rename list.h to utils.h | |
2023-05-10 | Change license from LGPLv3 to BSD-3 | |
2023-03-14 | Add to `install` target the archive and includes | |
2023-03-14 | libutils 0.0.1v0.0.1 | |
2023-03-14 | Generify the function to get the version | |
2023-03-13 | Rewrite test/Makefile | |
2023-03-13 | Remove the name of libraries in .gitignore | |
2023-03-13 | Rewrite tests | |
2023-03-13 | Change data return in clist_iterator_next | |
2023-03-13 | Change the sign of clist_iterator_has_next | |
2023-03-13 | Remove size_of from clist_add | |
2023-03-13 | Change the logic to add_all collection | |
2023-03-13 | Format function signs | |
2023-03-13 | Add `tests` target | |
2023-03-13 | Move -shared flag to LFLAGS | |
2023-03-13 | Change the standard from ansi to C99 | |
2023-03-13 | Move -pedantic to WARNINGS variable | |
2023-03-13 | Add DISTNAME variable | |
2023-03-13 | Add ARCHIVE variable | |
2023-03-13 | Add SHARED variable | |
2023-03-13 | Add LIBNAME variable | |
2023-03-13 | Add NAME variable | |
2023-03-13 | Change the name of compiler from clang to cc | |
2023-03-07 | Change license from AGPL v3 to LGPL v3 | |
2023-01-18 | Add target to build an archive (.a) | |
2022-11-30 | Add `dist` and `install` targets | |
2022-11-30 | Add versionv0.0.0 | |
2022-11-30 | Edit .gitignore | |
2022-11-30 | Replace itoa() with sprintf() | |
2022-11-30 | Edit test/Makefile | |
2022-11-30 | Rename iterator_next() to clist_iterator_next() | |
2022-11-30 | Rename iterator_has_next() to clist_iterator_has_next() | |
2022-11-30 | Rename -fpic to -fPIC | |
2022-11-30 | Add test/list.h in ignore | |
2022-11-30 | Add test/Makefile | |
2022-11-30 | Add copyright | |
2022-11-30 | Edit Makefile | |
2022-11-30 | Add test folder | |
2022-11-30 | Move list.h | |
2022-11-30 | Add copyright | |
2022-11-30 | Move list.c | |
2022-11-30 | Add in ignore *.o and liblist.so files | |
2022-11-30 | Add Makefile | |
2022-11-30 | Rename `makefile` in `DOSmakefile` | |
2022-11-30 | Change license from GPLv3 to AGPLv3 |