Skip to content

Releases: coffeeispower/c-project-manager

0.1.2-alpha: Bug fixes

22 Feb 16:40
Compare
Choose a tag to compare
Pre-release
  • fixed build command only linking with files that had to be rebuilt
  • fix no std flag in gcc compiler
    Full Changelog: 0.1.1-alpha...0.1.2-alpha

0.1.1-alpha: fix include folder in workspaces

22 Feb 15:19
Compare
Choose a tag to compare

0.1.0-alpha: Build and run commands + workspace support

22 Feb 15:09
Compare
Choose a tag to compare

First alpha release of C Project Manager, these are the features that CPM currently has:

  • Build projects and workspaces with multiple packages using GCC with cpm build
  • Build and run packages with cpm run, optionally with a -p <name> argument for workspaces
  • Create projects with cpm init <name>