| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Implement generation of specifier functions (--generate-specifier) | Boris Kolpackov | 2010-06-02 | 1 | -2/+1 |
| | | | | | | These functions determine whether the option was specified on the command line. New test: specifier. | ||||
| * | Update copyright | Boris Kolpackov | 2010-01-01 | 1 | -2/+2 |
| | | |||||
| * | Bump version to 1.1.0 | Boris Kolpackov | 2009-12-13 | 1 | -1/+1 |
| | | |||||
| * | Allows additional options to be provided in files (--options-file) | Boris Kolpackov | 2009-12-10 | 1 | -5/+7 |
| | | | | | Implemented using the new argv_file_scanner scanner implementation. | ||||
| * | Cosmetic changes | Boris Kolpackov | 2009-12-10 | 1 | -1/+2 |
| | | |||||
| * | Implement usage generation | Boris Kolpackov | 2009-11-08 | 1 | -12/+1 |
| | | | | | Also migrate the CLI compiler usage handling to the auto-generated version. | ||||
| * | Bump version to 1.0.0 | Boris Kolpackov | 2009-10-28 | 1 | -1/+1 |
| | | |||||
| * | Add usage information | Boris Kolpackov | 2009-10-11 | 1 | -0/+29 |
| | | |||||
| * | Handle the --version option | Boris Kolpackov | 2009-10-11 | 1 | -13/+23 |
| | | |||||
| * | Add option file for the CLI compiler itself | Boris Kolpackov | 2009-09-27 | 1 | -3/+18 |
| | | |||||
| * | Use the path string from the invalid_path exception | Boris Kolpackov | 2009-09-27 | 1 | -2/+2 |
| | | |||||
| * | Open output files and generate boilerplate code | Boris Kolpackov | 2009-09-19 | 1 | -0/+6 |
| | | |||||
| * | Use new path class, add context and generator classes | Boris Kolpackov | 2009-09-13 | 1 | -4/+17 |
| | | | | | | | 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. | ||||
| * | Convert to the lower case naming convention | Boris Kolpackov | 2009-08-22 | 1 | -3/+3 |
| | | |||||
| * | Change the compiler driver to call the parser | Boris Kolpackov | 2009-08-22 | 1 | -2/+35 |
| | | |||||
| * | Add the LICENSE file and update licensing information | Boris Kolpackov | 2009-08-02 | 1 | -1/+1 |
| | | |||||
| * | Add compiler driver stub | Boris Kolpackov | 2009-08-02 | 1 | -0/+13 |
