Releases: Thraix/MakeGen
Releases · Thraix/MakeGen
MakeGen v1.3.0
Release notes since 1.2.1
Additions
- Add ability to exclude cpp files from compiling
- Add ability to exclude h files from being added to project h file
- Add ability to add command line arguments when running the application
- Add ability to add pre command line arguments when running the application (like gdb or vglrun)
- Add more source and header file extension support (cpp, c, cc, cxx, h, hxx, hpp)
Changes
- MakeGen now uses xml as its config file. MakeGen will automatically convert the current conf file to xml. The old conf file will not be deleted.
- Removed debugging flags being forced into the make file (can be added as a compile flag)
Fixes
- Fix makegen crashing if dependency folder doesn't exist
- Fix full path being prepended with ./
MakeGen v1.2.1
Fixes
- Fix bug where a default config generation is not generating the outputname correctly
MakeGen v1.2.0
Release notes since 1.1.5
Additions
- Add command to create a simple Makefile without and h-file dependencies.
makegen --simple
- Add command to modify the config file through command line. See
makegen conf
- Add command to create a default config file.
makegen conf gen default
- Add README which describes the project
Fixes
- Fix cyclic project dependencies causing stack overflow
- Fix problem when directories in the config file didn't end with a / (slash)