| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add cli options instead of overriding them | Boris Kolpackov | 2010-06-02 | 1 | -1/+1 |
| | | |||||
| * | Update copyright | Boris Kolpackov | 2010-01-01 | 1 | -1/+1 |
| | | |||||
| * | Mark 'stdout' as a reserved name | Boris Kolpackov | 2009-12-13 | 1 | -1/+2 |
| | | | | | On some platforms (e.g., Windows/VC++ 8.0) stdout is a macro. | ||||
| * | Allows additional options to be provided in files (--options-file) | Boris Kolpackov | 2009-12-10 | 1 | -1/+1 |
| | | | | | Implemented using the new argv_file_scanner scanner implementation. | ||||
| * | Complete the implementation of the option documentation | Boris Kolpackov | 2009-11-17 | 1 | -0/+1 |
| | | | | | | Add the man page generator. Port CLI usage, HTML documentation and the man page to the auto-generated version. Update examples and documentation. | ||||
| * | Implement HTML pages generation | Boris Kolpackov | 2009-11-08 | 1 | -0/+1 |
| | | |||||
| * | Add install target | Boris Kolpackov | 2009-10-11 | 1 | -5/+0 |
| | | |||||
| * | Remove support for the dist target | Boris Kolpackov | 2009-10-11 | 1 | -9/+0 |
| | | |||||
| * | Compensate for situations without dependency auto-generation | Boris Kolpackov | 2009-10-04 | 1 | -1/+1 |
| | | |||||
| * | Move runtime inline function to inline file | Boris Kolpackov | 2009-10-04 | 1 | -0/+1 |
| | | |||||
| * | Add options for various include settings | Boris Kolpackov | 2009-10-04 | 1 | -0/+1 |
| | | | | | | | --include-with-brackets --include-prefix --guard-prefix | ||||
| * | Add option file for the CLI compiler itself | Boris Kolpackov | 2009-09-27 | 1 | -3/+12 |
| | | |||||
| * | Generate parsing constructors and parsing code | Boris Kolpackov | 2009-09-27 | 1 | -0/+2 |
| | | | | | | Also generate some runtime support code such exceptions, value parsers, etc. | ||||
| * | Add name processor | Boris Kolpackov | 2009-09-20 | 1 | -2/+3 |
| | | | | | | Name processor is a separate pass over the semantics graph that assigns names to various constructs while making sure there are no name clashes. | ||||
| * | Add definition unit to context | Boris Kolpackov | 2009-09-20 | 1 | -1/+4 |
| | | |||||
| * | Use new path class, add context and generator classes | Boris Kolpackov | 2009-09-13 | 1 | -0/+4 |
| | | | | | | | 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/+15 |
| | | | | | The parser now builds the semantic graph. | ||||
| * | Link to the libcutl library | Boris Kolpackov | 2009-08-30 | 1 | -1/+8 |
| | | |||||
| * | Implement the CLI language parser | Boris Kolpackov | 2009-08-22 | 1 | -1/+1 |
| | | |||||
| * | Tests for the lexer | Boris Kolpackov | 2009-08-09 | 1 | -1/+1 |
| | | |||||
| * | Add the LICENSE file and update licensing information | Boris Kolpackov | 2009-08-02 | 1 | -1/+1 |
| | | |||||
| * | Initialize the build system | Boris Kolpackov | 2009-08-02 | 1 | -0/+73 |
