Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-07-01 | Add `void` parameter to check_term_colors()HEADmaster | ||
2024-07-01 | Add script to generate CFLAGS | ||
CLFGAS will be generated based on the OS categories (at the moment, only GNU and BSD). | |||
2023-04-05 | Add log.pc | ||
This is used by pkg-config. | |||
2023-04-05 | Remove log subdirectory | ||
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-05 | Add install and unistall targets | ||
2023-04-04 | Move variables in config.mk | ||
2023-04-04 | Remove lib str from project | ||
2023-03-01 | Add CONTRIBUTE.md | ||
2023-02-28 | Add README.md | ||
2023-02-27 | Add a printf to check when tests start | ||
2023-02-27 | Change log.config with new properties | ||
2023-02-27 | Add *.core to clean target | ||
2023-02-27 | Change the standard from c89 to c99 (in tests) | ||
2023-02-27 | Put outside the condition to check if the line is | ||
a comment | |||
2023-02-27 | Change string2.h to string.h | ||
2023-02-27 | Remove an unused function | ||
2023-02-27 | Remove an unused function | ||
2023-02-27 | Change the logic to define log levels | ||
2023-02-27 | Add bas_context variable | ||
2023-02-27 | Remove some testing code | ||
2023-02-27 | Rename the variable `filename` to `tag` | ||
2023-02-27 | Remove a commented piace of code | ||
2023-02-27 | Remove HAL_SIZE macro | ||
Because I want to make a dynamic buffer able to adapt to the size of the line of the confi file. | |||
2023-02-27 | Add NONE level | ||
It's used to disable logs for a specific tag. | |||
2023-02-04 | liblog 0.0.0-a1v0.0.0-a1 | ||
2023-02-04 | Add function to get library version | ||
2023-02-04 | Add log.config | ||
2023-02-04 | Add lib/ in ignore list | ||
2023-02-04 | Update to libstr | ||
2023-02-04 | Add commands and directives to run tests | ||
2023-02-04 | Remove the `all` target | ||
2023-02-04 | Edit targets to generate static and shared | ||
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-04 | Correct includes in cflags | ||
2023-02-04 | Separate libs declarations from targets | ||
2023-02-04 | Correct compilation of object files | ||
2023-02-04 | Add static and shared targets | ||
2023-02-04 | Add targets to libs.mk | ||
2023-02-04 | Add to cflags and ldflags references to liraries | ||
2023-02-04 | Move includes to the head of Makefile | ||
2023-02-04 | Add libs.mk | ||
2023-02-03 | Move log.h in src directory | ||
2023-02-03 | Move log.c in src directory | ||
2023-02-03 | Edit Makefile in order to compile and execute tests | ||
2023-02-03 | Add Makefile in test directory | ||
2023-02-03 | Move main.c in test directory | ||
2023-02-02 | Add log samples | ||
2023-02-02 | Add all stuff for getting work the log util | ||
2023-02-02 | Add test-app and *.core to the clean target | ||
2023-02-02 | Add files in ignore list | ||
2023-02-02 | Add files in ignore list | ||