Skip to content

Releases: Sirraide/fchk

v3.0.3

09 Aug 02:03
Compare
Choose a tag to compare

Changelog

  • Added a --colours option to enable or disable colours.
  • Added a --stdout option to print diagnostics to stdout instead.
  • Removed dependency on libfmt.

v3.0.2

28 May 23:00
Compare
Choose a tag to compare

Changelog

  • Disable -Werror=missing-include-dirs

v3.0.1

13 Nov 18:10
Compare
Choose a tag to compare

Changelog

  • Allow spaces in the prefix specified by an R[...] directive.

v3.0.0

13 Nov 17:55
Compare
Choose a tag to compare

Changelog

  • Introduce a R[...] directive that allows setting a prefix for a run directive. This way, different sets of checks can be associated with certain run directives, which makes multiple run directives in a single file actually useful.
  • Due to how run directives and prefixes work now, it is no longer possible to change the prefix with an FCHK-PREFIX directive—only to set it if it wasn’t set on the command line.

v2.1.1

11 Nov 20:59
Compare
Choose a tag to compare

Changelog

  • Allow specifying test dependencies

v2.1.0

10 Nov 16:21
Compare
Choose a tag to compare

Changelog

  • Introduce the b directive, which ensures that all following definitions—explicit and implicit—are undefined at the next b directive.

v2.0.2

01 Nov 18:14
Compare
Choose a tag to compare

Changelog

  • Improvements to diagnostics

v2.0.1

01 Nov 14:33
Compare
Choose a tag to compare

Minor bugfix in cmake script

v2.0.0

01 Nov 14:30
Compare
Choose a tag to compare

Changelog

  • Renamed the -p command-line option to --prefix as that was causing confusion.
  • Fix dangling reference bug.

v1.2.0

30 Oct 16:30
Compare
Choose a tag to compare

Changelog

  • Added !+ and !*