Skip to content

Releases: cpp-for-yourself/homework_checker

Version 2.0.0

02 Jan 22:48
c602919
Compare
Choose a tag to compare

A new version of the checker with significantly simplified code and homework schema. All of this while supporting many more actions through accepting a cmd entry in each tests entry of the homework. This change is not backwards compatible and might break things.

Version 1.2.0

24 Sep 00:24
208b038
Compare
Choose a tag to compare

New stuff

In this version we change the renderer for output mismatch using the Markdown diff highlighting like so:

- wrong line
+ correct line

Version 1.1.0

04 Sep 20:03
26899b9
Compare
Choose a tag to compare

New stuff:

  • Allow to configure linters in use
  • For now only cpplint is supported

Version 1.0.4

04 Sep 18:05
8db9106
Compare
Choose a tag to compare

Changes:

  • Add a way to pipe arguments into a binary like so:
echo hello world | ./main

Version 1.0.3

14 Feb 09:51
c396714
Compare
Choose a tag to compare

Change the ownership to the https://github.com/cpp-for-yourself organisation.

Version 1.0.2

13 Feb 18:20
97c63b2
Compare
Choose a tag to compare

Fix missing packages in the setup.py

Version 1.0.1

13 Feb 17:54
3962ddf
Compare
Choose a tag to compare

Minor fix to how scripts are run.

Version 1.0.0

13 Feb 17:30
b168b03
Compare
Choose a tag to compare

This is the first major release with all functionality in place.

Version 0.0.7

29 Jan 20:53
225007c
Compare
Choose a tag to compare

An ongoing release of the current progress with the wrapper.