<feed xmlns='http://www.w3.org/2005/Atom'>
<title>cli.git/tests/lexer, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/'/>
<entry>
<title>Add support for build2 for tests and examples</title>
<updated>2016-11-22T15:52:21+00:00</updated>
<author>
<name>Karen Arutyunov</name>
<email>karen@codesynthesis.com</email>
</author>
<published>2016-11-16T22:35:29+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=d52c1fb406b1cef82c5f5a28fc1804d7d99a49d8'/>
<id>d52c1fb406b1cef82c5f5a28fc1804d7d99a49d8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement support for sourcing .cli files</title>
<updated>2016-01-26T13:41:53+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2016-01-26T13:41:53+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=6d52ac69e940a6be6c15c5c6f84a183bf56899c8'/>
<id>6d52ac69e940a6be6c15c5c6f84a183bf56899c8</id>
<content type='text'>
The idea is that the file is "read in" as if its content was copy-n-pasted.
For example:

"\h|Installation|"
source "INSTALL.cli" // Also used to generate plain text INSTALL.

Unlike include, source can appear anywhere in the file.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The idea is that the file is "read in" as if its content was copy-n-pasted.
For example:

"\h|Installation|"
source "INSTALL.cli" // Also used to generate plain text INSTALL.

Unlike include, source can appear anywhere in the file.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement option class inheritance</title>
<updated>2012-05-10T15:54:18+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2012-05-10T15:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=443293aaf09eca7c3b88d621d056c4effee2c248'/>
<id>443293aaf09eca7c3b88d621d056c4effee2c248</id>
<content type='text'>
For now multiple, non-virtual inheritance is supported. An option class
can now also be declared abstract using the class c = 0 {...}; syntax.
New option, --exclude-base, controls whether base class information is
present in usage and documentation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For now multiple, non-virtual inheritance is supported. An option class
can now also be declared abstract using the class c = 0 {...}; syntax.
New option, --exclude-base, controls whether base class information is
present in usage and documentation.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for options file inclusion</title>
<updated>2012-05-10T09:09:13+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2012-05-10T09:09:13+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=4f9022f24c4591391637121c7274d9855b37bd93'/>
<id>4f9022f24c4591391637121c7274d9855b37bd93</id>
<content type='text'>
New include-path prefixes, c++: and cli:, are now recognized (e.g.,
include &lt;cli:foo&gt;;). Without a prefix, the include declarations is
considered to be c++-include unless the path ends with the .cli
extension.

The cli-included files are loaded and parsed. Currently, only inclusion
relative to the current file is supported. Duplicate inclusions are
detected and ignored based on the absolute filesystem path.

If a file cli-includes another file, then the runtime code is assumed
to come from the included file and is not generated.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New include-path prefixes, c++: and cli:, are now recognized (e.g.,
include &lt;cli:foo&gt;;). Without a prefix, the include declarations is
considered to be c++-include unless the path ends with the .cli
extension.

The cli-included files are loaded and parsed. Currently, only inclusion
relative to the current file is supported. Duplicate inclusions are
detected and ignored based on the absolute filesystem path.

If a file cli-includes another file, then the runtime code is assumed
to come from the included file and is not generated.
</pre>
</div>
</content>
</entry>
<entry>
<title>Copyright update</title>
<updated>2011-01-04T13:57:45+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2011-01-04T13:57:45+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=53b8695810131792357c833cb6c8237df117ea3b'/>
<id>53b8695810131792357c833cb6c8237df117ea3b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update copyright</title>
<updated>2010-01-01T10:52:02+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2010-01-01T10:52:02+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=48787203dcc538aa7c34a556de1dacf276dc591b'/>
<id>48787203dcc538aa7c34a556de1dacf276dc591b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Cosmetic changes</title>
<updated>2009-12-10T07:45:43+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2009-12-10T07:45:43+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=eddefea6ea39e64e9eb5adf74a279a230a63cf5b'/>
<id>eddefea6ea39e64e9eb5adf74a279a230a63cf5b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a test for multi-line string literal</title>
<updated>2009-11-08T06:53:08+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2009-11-08T06:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=2e8197d1e910eeae607af3a1f581b212402c0caf'/>
<id>2e8197d1e910eeae607af3a1f581b212402c0caf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix test output</title>
<updated>2009-10-28T12:21:23+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2009-10-28T12:21:23+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=2d2049d1f6482b1684bcd3f912fbeed99700ab89'/>
<id>2d2049d1f6482b1684bcd3f912fbeed99700ab89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add install target</title>
<updated>2009-10-11T16:35:19+00:00</updated>
<author>
<name>Boris Kolpackov</name>
<email>boris@codesynthesis.com</email>
</author>
<published>2009-10-11T16:35:19+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/mkrupcale/public_git/cli.git/commit/?id=98ce3d9f82847932f974b10841ccb77b3cba838f'/>
<id>98ce3d9f82847932f974b10841ccb77b3cba838f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
