aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-29libutils 0.0.4HEADv0.0.4masterAlessandro Iezzi
2023-06-29Include stdlib.h in utils.hAlessandro Iezzi
2023-05-17libutils 0.0.3v0.0.3Alessandro Iezzi
2023-05-17Divide in two functions the clist_addAlessandro Iezzi
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-11Remove the library name from PC fileAlessandro Iezzi
2023-05-10libutils 0.0.2v0.0.2Alessandro Iezzi
2023-05-10Update README.mdAlessandro Iezzi
2023-05-10Update copyrightAlessandro Iezzi
2023-05-10Add the filename when assert failsAlessandro Iezzi
2023-05-10Add test_list8()Alessandro Iezzi
2023-05-10Calculate in the correct way the string lengthsAlessandro Iezzi
2023-05-10Replace printfs with assertsAlessandro Iezzi
2023-05-10Update README.mdAlessandro Iezzi
2023-05-10Add echoes in testsAlessandro Iezzi
2023-05-10Add `all` targetAlessandro Iezzi
2023-05-10Add commentAlessandro Iezzi
2023-05-10Add blank lineAlessandro Iezzi
2023-05-10Add test_list7()Alessandro Iezzi
2023-05-10Update tests with new versionAlessandro Iezzi
2023-05-10Add data size when adding new items to the listAlessandro Iezzi
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-10Remove `map` testsAlessandro Iezzi
2023-05-10Update some reference on testsAlessandro Iezzi
2023-05-10Update copyrightAlessandro Iezzi
2023-05-10Change the PREFIXAlessandro Iezzi
2023-05-10Add utils.pc in ignoreAlessandro Iezzi
2023-05-10Change command for pkg-config pathAlessandro Iezzi
2023-05-10Add PC_FILE varAlessandro Iezzi
2023-05-10Remove utils.pcAlessandro Iezzi
Now it's generated by Makefile.
2023-05-10Add command to generate utils.pcAlessandro Iezzi
2023-05-10Change LIBNAME var using NAME as suffixAlessandro Iezzi
2023-05-10Add NAME varAlessandro Iezzi
2023-05-10Add LIBDSCR variableAlessandro Iezzi
2023-05-10remove a blank lineAlessandro Iezzi
2023-05-10Add TARGET in build-pc.shAlessandro Iezzi
2023-05-10Add variables anch some check in build-pc.shAlessandro Iezzi
2023-05-10Add build-pc.shAlessandro Iezzi
This is a script to generate the pc file.
2023-05-10Change subdirectory for installationAlessandro Iezzi
2023-05-10Ehnance building systemAlessandro Iezzi
Is the same as liblog.
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
and add `uninstall` target
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