Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright year | Karen Arutyunov | 2019-01-16 | 1 | -1/+1 |
| | |||||
* | Update copyright year | Karen Arutyunov | 2018-05-21 | 1 | -1/+1 |
| | |||||
* | Update copyright year | Boris Kolpackov | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | Implement scope documentation generation in HTML | Boris Kolpackov | 2015-10-30 | 1 | -0/+6 |
| | |||||
* | Add parsing support for scope-level documentation | Boris Kolpackov | 2015-10-29 | 1 | -0/+3 |
| | |||||
* | Implement option class inheritance | Boris Kolpackov | 2012-05-10 | 1 | -0/+9 |
| | | | | | | | 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. | ||||
* | Copyright update | Boris Kolpackov | 2011-01-04 | 1 | -1/+1 |
| | |||||
* | Update copyright | Boris Kolpackov | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Simplify to work around VC++ bugs | Boris Kolpackov | 2009-10-11 | 1 | -19/+5 |
| | |||||
* | Remove unneeded code | Boris Kolpackov | 2009-10-04 | 1 | -18/+0 |
| | |||||
* | Get rid of the name typedef | Boris Kolpackov | 2009-09-20 | 1 | -10/+6 |
| | | | | Use std::string directly. | ||||
* | Use new path class, add context and generator classes | Boris Kolpackov | 2009-09-13 | 1 | -1/+6 |
| | | | | | | Use cutl::fs::path instead of std::string in the semantic graph. Add context and generator stubs, to be filled next. Connect everything in the compiler driver. | ||||
* | Add semantic graph and traversal mechanism | Boris Kolpackov | 2009-09-05 | 1 | -0/+421 |
The parser now builds the semantic graph. |