Skip to content

Releases: j-tai/coman

v0.3.1

26 Jun 23:43
Compare
Choose a tag to compare
  • Fix coman init not working

v0.3.0

26 Jun 23:31
Compare
Choose a tag to compare
  • Output in stderr is now displayed for failing tests
  • Support multiple solutions for the same problem, using file names like problem1.solution1.cpp, problem1.another.cpp, etc.
  • Add coman init command to initialize a project with a default Coman.toml
  • Tests are now sorted numerically (e.g., "2" now comes before "10")
  • Improved error reporting

v0.2.1

01 Mar 06:17
Compare
Choose a tag to compare
  • Fix "Broken pipe" error
  • Add cmake subcommand to generate a CMakeLists.txt (experimental)

v0.2.0

27 Nov 20:13
Compare
Choose a tag to compare
  • Change syntax of command line arguments
  • Add ability to run multiple chosen test cases at once
  • Add ability to build multiple solutions at once
  • Add ability to clean all binaries