summaryrefslogtreecommitdiffstats
path: root/cli/runtime-inline.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightBoris Kolpackov2010-01-011-1/+1
|
* Cosmetic changesBoris Kolpackov2009-12-101-22/+38
|
* Scanner-based parsing with support for element erasingBoris Kolpackov2009-12-101-4/+59
| | | | | | 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.
* Use a scanner interface instead of argc/argvBoris Kolpackov2009-11-281-0/+21
| | | | | This will allow supporting other sources of options, for example, an option file.
* Move runtime inline function to inline fileBoris Kolpackov2009-10-041-0/+107