Skip to content

Releases: massimomorara/yarg

v0.2.1

04 May 17:09
Compare
Choose a tag to compare
  • correction in Makefile's "clean" targets (to work also with shell sh)
  • substituted ugly macros in yarg.h with ordered overload resolution for
    insertion of elements and size detection in containers (no behaviour
    changes for yarg class)
  • minor corrections and minor (mainly aesthetic) changes

v0.2.0

23 Jun 18:49
Compare
Choose a tag to compare
  • usage() method added with some help support methods (setUsageArgsDescr(), setUsageInitialDescr(), setUsageFinalDescr(), setUsageWidth())
  • added a third example (yarg-example-003) to show the use of usage() and support methods
  • Makefile for examples improved
  • minor corrections and minor (mainly aesthetic) changes

v0.1.1

21 Sep 15:54
Compare
Choose a tag to compare
  • regex error corrected
  • minor changes

v0.1.0

21 Sep 15:28
Compare
Choose a tag to compare
  • first public release