Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: fixed includes | Rafael G. Martins | 2016-07-07 | 1 | -5/+0 |
| | | | | | this refactoring was done with the help of the 'include-what-you-use' program. if this breaks the build for you, please report! | ||||
* | file: added dedicated error type | Rafael G. Martins | 2016-07-05 | 1 | -0/+3 |
| | |||||
* | Revert "error: improved parser error reporting" | Rafael G. Martins | 2016-07-03 | 1 | -2/+2 |
| | | | | | | this will not work properly for unicode chars This reverts commit 3968529cad2baec099acff5fee47b5fe24624b03. | ||||
* | error: improved parser error reporting | Rafael G. Martins | 2016-07-03 | 1 | -2/+2 |
| | | | | | | now it shows a visual indicator '^' pointing to the position of the error, in the line after the error message. should be helpful for users writing templates, if any. | ||||
* | remove squareball for good | Rafael G. Martins | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | Revert "*: use squareball error infrastructure" | Rafael G. Martins | 2016-04-27 | 1 | -7/+40 |
| | | | | This reverts commit a2b3551dfb9460470bd79f5648bf597c517c40d4. | ||||
* | *: use squareball error infrastructure | Rafael G. Martins | 2016-03-13 | 1 | -40/+7 |
| | |||||
* | build: replace src/utils with squareball | Rafael G. Martins | 2016-02-26 | 1 | -6/+6 |
| | |||||
* | fixed copyright | Rafael G. Martins | 2016-01-08 | 1 | -1/+1 |
| | |||||
* | Revert "build: removing src/utils and replacing with squareball" | Rafael G. Martins | 2015-12-23 | 1 | -6/+6 |
| | | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646. | ||||
* | build: removing src/utils and replacing with squareball | Rafael G. Martins | 2015-12-23 | 1 | -6/+6 |
| | | | | | squareball is a new general purpose library for C99, based on the code removed from src/utils | ||||
* | Revert "content-parser: handle errors (that are handler as warnings) in ↵ | Rafael G. Martins | 2015-11-04 | 1 | -3/+0 |
| | | | | | | directives" This reverts commit 56736b7b39218c10efd64f305f7a35df9d4bc0af. | ||||
* | content-parser: handle errors (that are handler as warnings) in directives | Rafael G. Martins | 2015-11-04 | 1 | -0/+3 |
| | |||||
* | error: removed dead assignment | Rafael G. Martins | 2015-10-26 | 1 | -1/+1 |
| | |||||
* | datetime-parser: improve error handling | Rafael G. Martins | 2015-10-24 | 1 | -7/+7 |
| | |||||
* | datetime-parser: initial implementation. not used yet | Rafael G. Martins | 2015-10-24 | 1 | -0/+3 |
| | |||||
* | error: improved error reporting for parsers | Rafael G. Martins | 2015-10-24 | 1 | -11/+39 |
| | | | | it will now report the line and the approximate position of the error. | ||||
* | error: minor memory optimization | Rafael G. Martins | 2015-09-18 | 1 | -10/+4 |
| | |||||
* | fixed copyright | Rafael G. Martins | 2015-05-25 | 1 | -1/+1 |
| | |||||
* | error: content parser won't raise errors | Rafael G. Martins | 2015-05-09 | 1 | -3/+0 |
| | |||||
* | content-parser: implemented more block elements | Rafael G. Martins | 2015-05-04 | 1 | -0/+3 |
| | |||||
* | source parse: improved, added tests | Rafael G. Martins | 2015-04-21 | 1 | -1/+1 |
| | |||||
* | safe mallocs are better :) | Rafael G. Martins | 2015-04-19 | 1 | -1/+1 |
| | |||||
* | added loader, error handling and cli. tests needed | Rafael G. Martins | 2015-04-18 | 1 | -0/+116 |