summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Add cli options instead of overriding themBoris Kolpackov2010-06-021-1/+1
|
* Update copyrightBoris Kolpackov2010-01-017-7/+7
|
* Scanner-based parsing with support for element erasingBoris Kolpackov2009-12-1011-1/+649
| | | | | | Also implement argv_file_scanner which provides support for reading command line arguments from the argv array as well as files specified with command line options. New examples: file. New tests: ctor, erase, file.
* Complete the implementation of the option documentationBoris Kolpackov2009-11-172-7/+16
| | | | | Add the man page generator. Port CLI usage, HTML documentation and the man page to the auto-generated version. Update examples and documentation.
* Use assignment initialization for fundamental typesBoris Kolpackov2009-10-281-1/+1
|
* Documentation fixesBoris Kolpackov2009-10-282-10/+9
|
* Fix a typoBoris Kolpackov2009-10-181-1/+1
|
* Add install targetBoris Kolpackov2009-10-113-2/+21
|
* Add another example, README files, and VC++ projects/solutionsBoris Kolpackov2009-10-1114-3/+1219
|
* Compensate for situations without dependency auto-generationBoris Kolpackov2009-10-041-1/+1
|
* Print proper usage, complain if no names providedBoris Kolpackov2009-09-271-1/+18
|
* Add a hello world exampleBoris Kolpackov2009-09-274-0/+130