Releases: riera90/generic-makefile
Releases · riera90/generic-makefile
generic-makefile 2.0.1
generic-makefile 2.0
A fresh new version of the generic-makefile that now can be configured in under 30 seconds and adapts to almost all your C and C++ projects!
Fully rewritten, and now following a new mentality, get the job done, fast and easy.
This version supports:
- Fully autonomous configuration except basic directories.
- Automatic dynamic linking.
- Automatic directories generation.
- Transparent googletest integration.
- gdb
v1.0.1
Patch-notes
README.md
- Reflect new functionality.
Makefile
- Fixed typos.
- Fixed make clean (was not deleting the executable).
- Changed example tree and configuration.
install.sh
- Added automatic googletest integration.
CONTRIBUTING.md
- Added "format the output of install.sh to the terminal" TODO.
others
- created logo.
Thank you for using generic makefile, if you found a bug, please report it here.
This version supports:
- Dynamic linking with headers.
- Googletest.
- Automatic generation of temporal folders.
- Automatic implementation of googletest on instalation.
First oficial release
We are glad to announce the first official release of generic makefile, There is a lot more to come, but we are a team of two students, so time is limited and so are contributions. But that can change!! If you want to collaborate, feel free to join us!
Thank you for using generic makefile, if you found a bug, please report it here.
This version supports:
- Dynamic linking with headers.
- Googletest.
- Automatic generation of temporal folders.
v.0.1-alpha
added manual