summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)AuthorFilesLines
2009-12-10Scanner-based parsing with support for element erasingBoris Kolpackov11-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.
2009-11-17Complete the implementation of the option documentationBoris Kolpackov2-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.
2009-10-28Use assignment initialization for fundamental typesBoris Kolpackov1-1/+1
2009-10-28Documentation fixesBoris Kolpackov2-10/+9
2009-10-18Fix a typoBoris Kolpackov1-1/+1
2009-10-11Add install targetBoris Kolpackov3-2/+21
2009-10-11Add another example, README files, and VC++ projects/solutionsBoris Kolpackov14-3/+1219
2009-10-04Compensate for situations without dependency auto-generationBoris Kolpackov1-1/+1
2009-09-27Print proper usage, complain if no names providedBoris Kolpackov1-1/+18
2009-09-27Add a hello world exampleBoris Kolpackov4-0/+130