Releases: fstromback/mymake
Minor improvements
Improves diagnostic messages as outlined in commit 5512bf8, the --debug switch can now handle symbolic names of the verbosity. The verbosity level of most output were also revised and re-considered. Made sure to add a warning when using --debug PEDANTIC which tells the user if some files are skipped in some non-obvious circumstances. More things will be added to PEDANTIC as I realize which mistakes are common (please tell me!).
Revised the meaning of 'noIncludes' (see the documentation). Previously only file names were matched, now the full path is matched instead.
As well as some other minor fixes.
New mymake
New release of mymake, making it support more complex projects, and more powerful configurations with user-defined variables.
Sadly, the configuration files of this release are incompatible with the old version, but the core ideas are the same so updating should not be too difficult.
Revised mymake
Rewritten mymake to better handle larger projects.
Support for projects, variables and environment variables to make it even more convenient to build your code!
New flags and bug fixes
Added some new features to the settings file, among others the option to put binary files in special folders as well as support for configurations.
Also fixed issues with handling path names in some cases.
First release
This is the first public release of mymake.