Skip to content

Releases: BonnyAD9/ccpp

ccpp v0.2.2

21 Dec 13:26
Compare
Choose a tag to compare

New features:

  • Add the new command to create new projects
  • Colorful CLI
  • Compile source files in parallel

ccpp v0.1.0

20 Dec 22:23
Compare
Choose a tag to compare

ccpp v0.1.0

Simple to use build tool for C projects that doesn't require any further configuration after it is set up and it is easy to set up (for example when you want to add a new source file, that's it, you don't have to write somewhere that you added new file)

The first release!!

Features

  • build C projects
  • set build configuration in ccpp.toml (project name, compiler, compiler flags, linker, linker flags, different configuration for debug and release)
  • properly determine dependencies (based on includes) and build only files that need to be rebuilt
  • build and run with a single command
  • choose between debug/release mode
  • clean the build files