aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-01Add `void` parameter to check_term_colors()HEADmasterAlessandro Iezzi
2024-07-01Add script to generate CFLAGSAlessandro Iezzi
CLFGAS will be generated based on the OS categories (at the moment, only GNU and BSD).
2023-04-05Add log.pcAlessandro Iezzi
This is used by pkg-config.
2023-04-05Remove log subdirectoryAlessandro Iezzi
Referencing the log library, results in a `not found` error. I guess we need to set a LD_PATH to liblog.so but I don't know how to do, for now. So, we can keep both libraries in /usr/local/lib.
2023-04-05Add install and unistall targetsAlessandro Iezzi
2023-04-04Move variables in config.mkAlessandro Iezzi
2023-04-04Remove lib str from projectAlessandro Iezzi
2023-03-01Add CONTRIBUTE.mdAlessandro Iezzi
2023-02-28Add README.mdAlessandro Iezzi
2023-02-27Add a printf to check when tests startAlessandro Iezzi
2023-02-27Change log.config with new propertiesAlessandro Iezzi
2023-02-27Add *.core to clean targetAlessandro Iezzi
2023-02-27Change the standard from c89 to c99 (in tests)Alessandro Iezzi
2023-02-27Put outside the condition to check if the line isAlessandro Iezzi
a comment
2023-02-27Change string2.h to string.hAlessandro Iezzi
2023-02-27Remove an unused functionAlessandro Iezzi
2023-02-27Remove an unused functionAlessandro Iezzi
2023-02-27Change the logic to define log levelsAlessandro Iezzi
2023-02-27Add bas_context variableAlessandro Iezzi
2023-02-27Remove some testing codeAlessandro Iezzi
2023-02-27Rename the variable `filename` to `tag`Alessandro Iezzi
2023-02-27Remove a commented piace of codeAlessandro Iezzi
2023-02-27Remove HAL_SIZE macroAlessandro Iezzi
Because I want to make a dynamic buffer able to adapt to the size of the line of the confi file.
2023-02-27Add NONE levelAlessandro Iezzi
It's used to disable logs for a specific tag.
2023-02-04liblog 0.0.0-a1v0.0.0-a1Alessandro Iezzi
2023-02-04Add function to get library versionAlessandro Iezzi
2023-02-04Add log.configAlessandro Iezzi
2023-02-04Add lib/ in ignore listAlessandro Iezzi
2023-02-04Update to libstrAlessandro Iezzi
2023-02-04Add commands and directives to run testsAlessandro Iezzi
2023-02-04Remove the `all` targetAlessandro Iezzi
2023-02-04Edit targets to generate static and sharedAlessandro Iezzi
libraries I need to clean all objects because I have to compile objects for shared library using `-fPIC` flag and the archive library doesn't must have that flag. This is only a shit! BSD make is missing of functionality to compile objects inside a different directory than soruces.
2023-02-04Correct includes in cflagsAlessandro Iezzi
2023-02-04Separate libs declarations from targetsAlessandro Iezzi
2023-02-04Correct compilation of object filesAlessandro Iezzi
2023-02-04Add static and shared targetsAlessandro Iezzi
2023-02-04Add targets to libs.mkAlessandro Iezzi
2023-02-04Add to cflags and ldflags references to lirariesAlessandro Iezzi
2023-02-04Move includes to the head of MakefileAlessandro Iezzi
2023-02-04Add libs.mkAlessandro Iezzi
2023-02-03Move log.h in src directoryAlessandro Iezzi
2023-02-03Move log.c in src directoryAlessandro Iezzi
2023-02-03Edit Makefile in order to compile and execute testsAlessandro Iezzi
2023-02-03Add Makefile in test directoryAlessandro Iezzi
2023-02-03Move main.c in test directoryAlessandro Iezzi
2023-02-02Add log samplesAlessandro Iezzi
2023-02-02Add all stuff for getting work the log utilAlessandro Iezzi
2023-02-02Add test-app and *.core to the clean targetAlessandro Iezzi
2023-02-02Add files in ignore listAlessandro Iezzi
2023-02-02Add files in ignore listAlessandro Iezzi