summaryrefslogtreecommitdiffstats
path: root/cli/runtime-source.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearKaren Arutyunov2019-01-161-1/+1
|
* Update copyright yearKaren Arutyunov2018-05-211-1/+1
|
* Update copyright yearBoris Kolpackov2017-01-031-1/+1
|
* Start switch to build2Boris Kolpackov2016-11-151-1/+1
|
* Generate certain template runtime code in every source fileBoris Kolpackov2012-06-031-1/+1
| | | | | | | This is needed if the cli runtime is included from another file instead of being generated. The alternative would be to move that code to the header file. However, that would also require including a lot of standard headers in the generated header file.
* Copyright updateBoris Kolpackov2011-01-041-1/+1
|
* Update copyrightBoris Kolpackov2010-01-011-1/+1
|
* Generate parsing constructors and parsing codeBoris Kolpackov2009-09-271-0/+14
Also generate some runtime support code such exceptions, value parsers, etc.