Skip to content

Releases: robertu94/m

m version 2.4.0

Choose a tag to compare

@robertu94 robertu94 released this 03 Nov 02:11

m version 2.4.0

Major Changes:

  • Added Generation Support that relies on Jinja
  • Add project template generation for CMake, Meson, and Rust

Bug Fixes:

  • Python can now pass command line arguments

Version 2.1.0

Choose a tag to compare

@robertu94 robertu94 released this 23 Oct 19:19

New Features:

  • Support for a .mstop config file that can provide default settings
  • Support for enabling and disabling modules as needed
  • Better integration with vim by emitting make like directory change
    messages

New Modules:

  • Python -- python projects with a setup.py

Version 2.0.0

Choose a tag to compare

@robertu94 robertu94 released this 23 Oct 19:20

New Features:

  • Rewrote the tool in Python for better tooling and modularity

Version 1.0.0

Choose a tag to compare

@robertu94 robertu94 released this 23 Oct 19:22

A software build tool that abstracts difference between build systems.

It currently supports CMake, Meson, and Autotools (make) for testing, building and cleaning.