Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-29 | libutils 0.0.4HEADv0.0.4master | ||
2023-06-29 | Include stdlib.h in utils.h | ||
2023-05-17 | libutils 0.0.3v0.0.3 | ||
2023-05-17 | Divide in two functions the clist_add | ||
In some cases, I need to retrieve the original pointer in list_item. So, the clist_add() just adds the pointer to the list, and, clist_add_s() adds a copy of that pointer to the list. | |||
2023-05-11 | Remove the library name from PC file | ||
2023-05-10 | libutils 0.0.2v0.0.2 | ||
2023-05-10 | Update README.md | ||
2023-05-10 | Update copyright | ||
2023-05-10 | Add the filename when assert fails | ||
2023-05-10 | Add test_list8() | ||
2023-05-10 | Calculate in the correct way the string lengths | ||
2023-05-10 | Replace printfs with asserts | ||
2023-05-10 | Update README.md | ||
2023-05-10 | Add echoes in tests | ||
2023-05-10 | Add `all` target | ||
2023-05-10 | Add comment | ||
2023-05-10 | Add blank line | ||
2023-05-10 | Add test_list7() | ||
2023-05-10 | Update tests with new version | ||
2023-05-10 | Add data size when adding new items to the list | ||
When adding new data to the list, we need exactly how long is the data. So, it's programer responsibility to calculate the exact size of data to store. | |||
2023-05-10 | Remove `map` tests | ||
2023-05-10 | Update some reference on tests | ||
2023-05-10 | Update copyright | ||
2023-05-10 | Change the PREFIX | ||
2023-05-10 | Add utils.pc in ignore | ||
2023-05-10 | Change command for pkg-config path | ||
2023-05-10 | Add PC_FILE var | ||
2023-05-10 | Remove utils.pc | ||
Now it's generated by Makefile. | |||
2023-05-10 | Add command to generate utils.pc | ||
2023-05-10 | Change LIBNAME var using NAME as suffix | ||
2023-05-10 | Add NAME var | ||
2023-05-10 | Add LIBDSCR variable | ||
2023-05-10 | remove a blank line | ||
2023-05-10 | Add TARGET in build-pc.sh | ||
2023-05-10 | Add variables anch some check in build-pc.sh | ||
2023-05-10 | Add build-pc.sh | ||
This is a script to generate the pc file. | |||
2023-05-10 | Change subdirectory for installation | ||
2023-05-10 | Ehnance building system | ||
Is the same as liblog. | |||
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 | ||
and add `uninstall` target | |||
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 | ||