command.git
8 years agoBump to official public version. v0.2.1 v0.2.1-deb
Rafał Długołęcki [Wed, 20 May 2015 19:56:48 +0000 (21:56 +0200)]
Bump to official public version.

8 years agoCopy README.
Rafał Długołęcki [Wed, 20 May 2015 19:09:33 +0000 (21:09 +0200)]
Copy README.

8 years agoFix doxygen url.
Rafał Długołęcki [Wed, 20 May 2015 19:03:40 +0000 (21:03 +0200)]
Fix doxygen url.

8 years agoMake github happy with displaying README.
Rafał Długołęcki [Wed, 20 May 2015 19:02:15 +0000 (21:02 +0200)]
Make github happy with displaying README.

8 years agoAdd simple example and improve README file.
Rafał Długołęcki [Wed, 20 May 2015 18:58:59 +0000 (20:58 +0200)]
Add simple example and improve README file.

8 years agoImprove README.
Rafał Długołęcki [Wed, 20 May 2015 18:30:10 +0000 (20:30 +0200)]
Improve README.

8 years agoFix Distribution build.
Rafał Długołęcki [Wed, 20 May 2015 18:24:36 +0000 (20:24 +0200)]
Fix Distribution build.

8 years agoMove tests to their directories. Add unsigned int Option test.
Rafał Długołęcki [Wed, 20 May 2015 16:50:33 +0000 (18:50 +0200)]
Move tests to their directories. Add unsigned int Option test.

8 years agoImprove tests on Option<bool>.
Rafał Długołęcki [Sat, 16 May 2015 13:52:59 +0000 (15:52 +0200)]
Improve tests on Option<bool>.

8 years agoAdd Boolean tests.
Rafał Długołęcki [Sat, 16 May 2015 09:38:08 +0000 (11:38 +0200)]
Add Boolean tests.

8 years agoAdded some Command tests.
Rafał Długołęcki [Fri, 15 May 2015 20:12:26 +0000 (22:12 +0200)]
Added some Command tests.

8 years agoBumb version. v0.2
Rafał Długołęcki [Fri, 15 May 2015 06:53:46 +0000 (08:53 +0200)]
Bumb version.

8 years agoAdd Grouped behaviour.
Rafał Długołęcki [Thu, 14 May 2015 21:58:15 +0000 (23:58 +0200)]
Add Grouped behaviour.

8 years agoUpdate example.
Rafał Długołęcki [Tue, 12 May 2015 21:35:48 +0000 (23:35 +0200)]
Update example.

8 years agoHandle missing equal sign for Options with values.
Rafał Długołęcki [Tue, 12 May 2015 21:14:25 +0000 (23:14 +0200)]
Handle missing equal sign for Options with values.

8 years agoAdd possibility to set MultiValue Options.
Rafał Długołęcki [Tue, 12 May 2015 18:30:38 +0000 (20:30 +0200)]
Add possibility to set MultiValue Options.

8 years agoAdd Possibility to set MultiValue Parameters.
Rafał Długołęcki [Tue, 12 May 2015 15:58:31 +0000 (17:58 +0200)]
Add Possibility to set MultiValue Parameters.

8 years agoAdd created exceptions to distribution.
Rafał Długołęcki [Sat, 9 May 2015 14:38:00 +0000 (16:38 +0200)]
Add created exceptions to distribution.

8 years agoCleanup exceptions.
Rafał Długołęcki [Sat, 9 May 2015 14:32:26 +0000 (16:32 +0200)]
Cleanup exceptions.

8 years agoAdd required test for parameter.
Rafał Długołęcki [Sat, 9 May 2015 14:14:31 +0000 (16:14 +0200)]
Add required test for parameter.

8 years agoAdd try-catch block in example in order to fix memory leaks. Added specialized except...
Rafał Długołęcki [Sat, 9 May 2015 09:57:15 +0000 (11:57 +0200)]
Add try-catch block in example in order to fix memory leaks. Added specialized exceptions.

8 years agoDocumentation improvements.
Rafał Długołęcki [Wed, 6 May 2015 16:33:43 +0000 (18:33 +0200)]
Documentation improvements.

8 years agoAdd Required class to distribution.
Rafał Długołęcki [Wed, 6 May 2015 07:02:34 +0000 (09:02 +0200)]
Add Required class to distribution.

8 years agoStandarize Type in template.
Rafał Długołęcki [Wed, 6 May 2015 07:01:03 +0000 (09:01 +0200)]
Standarize Type in template.

8 years agoAdd Required tests.
Rafał Długołęcki [Wed, 6 May 2015 06:27:28 +0000 (08:27 +0200)]
Add Required tests.

8 years agoUpdate require text.
Rafał Długołęcki [Wed, 6 May 2015 06:01:08 +0000 (08:01 +0200)]
Update require text.

8 years agoAdd possibility to set Required Parameters.
Rafał Długołęcki [Tue, 5 May 2015 23:43:12 +0000 (01:43 +0200)]
Add possibility to set Required Parameters.

8 years agoAdd Option tests.
Rafał Długołęcki [Tue, 5 May 2015 22:34:22 +0000 (00:34 +0200)]
Add Option tests.

8 years agoAdd Option tests.
Rafał Długołęcki [Tue, 5 May 2015 22:17:54 +0000 (00:17 +0200)]
Add Option tests.

8 years agoAdd Option tests.
Rafał Długołęcki [Tue, 5 May 2015 21:55:18 +0000 (23:55 +0200)]
Add Option tests.

8 years agoFix memory leaks, fix tests.
Rafał Długołęcki [Tue, 5 May 2015 21:08:01 +0000 (23:08 +0200)]
Fix memory leaks, fix tests.

8 years agoRemove linker options as library is header-only. Fix distribution generation.
Rafał Długołęcki [Sun, 3 May 2015 11:13:11 +0000 (13:13 +0200)]
Remove linker options as library is header-only. Fix distribution generation.

8 years agoSmall fixes detected after changing to clang++ compiler.
Rafał Długołęcki [Sun, 3 May 2015 11:07:33 +0000 (13:07 +0200)]
Small fixes detected after changing to clang++ compiler.

8 years agoAdded Option tests.
Rafał Długołęcki [Sun, 3 May 2015 10:57:48 +0000 (12:57 +0200)]
Added Option tests.

8 years agoAdded Option tests.
Rafał Długołęcki [Sun, 3 May 2015 10:44:03 +0000 (12:44 +0200)]
Added Option tests.

8 years agoTest for callable void function arguments.
Rafał Długołęcki [Sun, 3 May 2015 10:18:15 +0000 (12:18 +0200)]
Test for callable void function arguments.

8 years agoAdded mechanism to understand passed Option without value.
Rafał Długołęcki [Sun, 3 May 2015 09:54:44 +0000 (11:54 +0200)]
Added mechanism to understand passed Option without value.

8 years agoAdded mechanism to understand passed Option value.
Rafał Długołęcki [Sun, 3 May 2015 09:27:26 +0000 (11:27 +0200)]
Added mechanism to understand passed Option value.

8 years agoAdded Argument boolean tests.
Rafał Długołęcki [Sun, 3 May 2015 00:10:59 +0000 (02:10 +0200)]
Added Argument boolean tests.

8 years agoAdded Argument tests.
Rafał Długołęcki [Sat, 2 May 2015 23:48:25 +0000 (01:48 +0200)]
Added Argument tests.

8 years agoAdd Argument tests.
Rafał Długołęcki [Sat, 2 May 2015 23:32:43 +0000 (01:32 +0200)]
Add Argument tests.

8 years agoAdded mechanism to understand passed Argument value.
Rafał Długołęcki [Sat, 2 May 2015 23:26:01 +0000 (01:26 +0200)]
Added mechanism to understand passed Argument value.

8 years agoMake code safer.
Rafał Długołęcki [Sat, 2 May 2015 16:42:05 +0000 (18:42 +0200)]
Make code safer.

8 years agoFix Parameter test. Separate Test class.
Rafał Długołęcki [Sat, 2 May 2015 16:34:32 +0000 (18:34 +0200)]
Fix Parameter test. Separate Test class.

8 years agoFix compilation, remove some warnings.
Rafał Długołęcki [Sat, 2 May 2015 16:28:29 +0000 (18:28 +0200)]
Fix compilation, remove some warnings.

8 years agoIgnore autogenerated test files.
Rafał Długołęcki [Sat, 2 May 2015 16:24:45 +0000 (18:24 +0200)]
Ignore autogenerated test files.

8 years agoAdd some tests.
Rafał Długołęcki [Sat, 2 May 2015 16:23:41 +0000 (18:23 +0200)]
Add some tests.

8 years agoParameter inheritance fixes.
Rafał Długołęcki [Sat, 2 May 2015 16:22:18 +0000 (18:22 +0200)]
Parameter inheritance fixes.

8 years agoImprove Doxygen settings.
Rafał Długołęcki [Sun, 26 Apr 2015 13:11:28 +0000 (15:11 +0200)]
Improve Doxygen settings.

8 years agoUpdated Examples in README.
Rafał Długołęcki [Sun, 26 Apr 2015 12:22:44 +0000 (14:22 +0200)]
Updated Examples in README.

8 years agoAdd autogeneration of documentation.
Rafał Długołęcki [Sun, 26 Apr 2015 12:06:59 +0000 (14:06 +0200)]
Add autogeneration of documentation.

8 years agoFix compiling.
Rafał Długołęcki [Sun, 26 Apr 2015 12:06:14 +0000 (14:06 +0200)]
Fix compiling.

8 years agoSmall documentation improvements. Added possibility to pass user values for Parameters.
Rafał Długołęcki [Sun, 26 Apr 2015 11:59:03 +0000 (13:59 +0200)]
Small documentation improvements. Added possibility to pass user values for Parameters.

8 years agoFixed Option parameter. Added new example.
Rafał Długołęcki [Sun, 26 Apr 2015 06:27:31 +0000 (08:27 +0200)]
Fixed Option parameter. Added new example.

8 years agoIgnore some of the directories and files.
Rafał Długołęcki [Sat, 25 Apr 2015 15:43:26 +0000 (17:43 +0200)]
Ignore some of the directories and files.

8 years agoSave working version Command library.
Rafał Długołęcki [Sat, 25 Apr 2015 15:39:02 +0000 (17:39 +0200)]
Save working version Command library.

9 years agoAdded Option template class.
Rafał Długołęcki [Tue, 21 Apr 2015 23:27:44 +0000 (01:27 +0200)]
Added Option template class.

9 years agoAdded Argument template class
Rafał Długołęcki [Tue, 21 Apr 2015 23:18:35 +0000 (01:18 +0200)]
Added Argument template class

9 years agoAdd descriptive behaviour for command arguments.
Rafał Długołęcki [Tue, 21 Apr 2015 22:35:08 +0000 (00:35 +0200)]
Add descriptive behaviour for command arguments.

9 years agoSaving designed syntax
Rafał Długołęcki [Tue, 21 Apr 2015 22:16:50 +0000 (00:16 +0200)]
Saving designed syntax

9 years agoInitial commit.
Rafał Długołęcki [Sat, 11 Apr 2015 09:39:23 +0000 (11:39 +0200)]
Initial commit.