Skip to content

Releases: fstromback/mymake

Minor improvements

20 Sep 20:13
Compare
Choose a tag to compare

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

25 Jan 10:35
Compare
Choose a tag to compare

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

11 Jan 10:28
Compare
Choose a tag to compare
Revised mymake Pre-release
Pre-release

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

28 Oct 15:39
Compare
Choose a tag to compare

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

03 Aug 13:10
Compare
Choose a tag to compare

This is the first public release of mymake.