Skip to content

Releases: IzyaSoft/EasyCli

Release 2.0.1

16 Nov 18:08
94e50c3
Compare
Choose a tag to compare

Documentation was updated

Release 2.0

13 Nov 19:04
Compare
Choose a tag to compare

Were simplified names of classes, methods and files

v1.1.1

12 May 16:01
Compare
Choose a tag to compare

We added install and uninstall features to makefile, also makefile was simplified at link stage and added symlink creation.

v1.1

11 Jun 11:01
Compare
Choose a tag to compare

Internal refactoring (interface optimization)

Build tools addition

07 May 20:33
Compare
Choose a tag to compare

Was added makefile for building library from console (without eclipse)

v1.0.3

17 Apr 20:43
Compare
Choose a tag to compare

Small bug fixes compared to 1.0.0
nuget package: https://www.nuget.org/packages/EasyCmdLineReader/

v1.0.1

24 Mar 21:46
Compare
Choose a tag to compare

Simple C++ library (classes) for parsing command line args in Linux and Windows with specifying key signature (-, -- or /) and key value separator (= or space) with expanding arguments validation and unit testing of main mechanism (parser) with gtest library. Plus was added nuget package files description and fixed 2 configs (Debug and Release x86, vc120)

EasyCmdLineReader

24 Mar 18:51
Compare
Choose a tag to compare

Simple C++ library (classes) for parsing command line args in Linux and Windows with specifying key signature (-, -- or /) and key value separator (= or space) with expanding arguments validation and unit testing of main mechanism (parser) with gtest library.