| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add support for build2 for tests and examples | Karen Arutyunov | 2016-11-22 | 1 | -6/+0 |
| | | |||||
| * | Implement option class inheritance | Boris Kolpackov | 2012-05-10 | 1 | -2/+2 |
| | | | | | | | | 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. | ||||
| * | Add support for options file inclusion | Boris Kolpackov | 2012-05-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | New include-path prefixes, c++: and cli:, are now recognized (e.g., include <cli:foo>;). 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. | ||||
| * | Document rules of the language covered by each test | Boris Kolpackov | 2009-08-22 | 1 | -0/+2 |
| | | |||||
| * | Add a test for the parser | Boris Kolpackov | 2009-08-22 | 1 | -0/+2 |
