Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | ||
2023-02-02 | Add `all` target | ||
2023-02-02 | Add target to compile maic.c of test-app | ||
2023-02-02 | Move -fPIC from CFLAGS to the target body | ||
2023-02-02 | Add -pedantic parameter and remove -fPIC | ||
2023-02-01 | Add a test-app to test the library | ||
2023-02-01 | Add log.c and log.h | ||
2023-02-01 | Add new targets to Makefile | ||
2023-01-31 | Initial commit | ||