Skip to content

Releases: fstromback/mymake

v2.4.1

03 Oct 20:23

Choose a tag to compare

Fixed a bug in the handling of the -ne flag combination. Mymake would incorrectly report that a value was missing in that situation.

v2.4.0

30 Sep 19:11

Choose a tag to compare

  • Fixed a bug in the setup.exe that caused the path to the compiled exe-file to be added rather than the path the exe-file is in.
  • Moved the location of the global .mymake-file to .config on Linux and to AppData\Local on Windows.

Minor improvements

20 Sep 20:13

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

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

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

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

Choose a tag to compare

This is the first public release of mymake.