Skip to content

Releases: riera90/generic-makefile

generic-makefile 2.0.1

22 Dec 19:56
6ca5b70
Compare
Choose a tag to compare

fixed a couple of bugs and optimized compilation when no change was made.

generic-makefile 2.0

01 Oct 11:41
f3ea334
Compare
Choose a tag to compare

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

24 Apr 08:43
Compare
Choose a tag to compare

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

19 Apr 19:25
74faba3
Compare
Choose a tag to compare


The generic makefile is here!

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

14 Dec 15:29
Compare
Choose a tag to compare
v.0.1-alpha Pre-release
Pre-release
added manual