Skip to content

Releases: robertu94/m

m version 2.4.0

03 Nov 02:11
Compare
Choose a tag to compare

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

23 Oct 19:19
Compare
Choose a tag to compare

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

23 Oct 19:20
Compare
Choose a tag to compare

New Features:

  • Rewrote the tool in Python for better tooling and modularity

Version 1.0.0

23 Oct 19:22
Compare
Choose a tag to compare

A software build tool that abstracts difference between build systems.

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