Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cli: added -v | Rafael G. Martins | 2015-04-23 | 1 | -1/+5 |
* | source parse: improved, added tests | Rafael G. Martins | 2015-04-21 | 2 | -5/+37 |
* | minor optimization | Rafael G. Martins | 2015-04-21 | 1 | -1/+1 |
* | no need to use strndup | Rafael G. Martins | 2015-04-21 | 1 | -2/+2 |
* | improved cli argument handling | Rafael G. Martins | 2015-04-21 | 1 | -2/+12 |
* | refactored blocks | Rafael G. Martins | 2015-04-21 | 4 | -45/+64 |
* | minor fix | Rafael G. Martins | 2015-04-20 | 1 | -2/+1 |
* | create output directories recursively | Rafael G. Martins | 2015-04-20 | 1 | -0/+45 |
* | template parser: ignore single brackets | Rafael G. Martins | 2015-04-19 | 1 | -3/+1 |
* | main: handle -o properly | Rafael G. Martins | 2015-04-19 | 1 | -2/+21 |
* | loader: added compiler-defined variables | Rafael G. Martins | 2015-04-19 | 3 | -0/+54 |
* | trie: removed useless brackets | Rafael G. Martins | 2015-04-19 | 1 | -2/+1 |
* | trie: fixed memory leak when replacing existing key | Rafael G. Martins | 2015-04-19 | 1 | -1/+4 |
* | remove specific type used to store sources | Rafael G. Martins | 2015-04-19 | 9 | -44/+23 |
* | safe mallocs are better :) | Rafael G. Martins | 2015-04-19 | 7 | -11/+37 |
* | minor fix | Rafael G. Martins | 2015-04-19 | 1 | -2/+1 |
* | added renderer, without tests | Rafael G. Martins | 2015-04-19 | 4 | -3/+175 |
* | added loader, error handling and cli. tests needed | Rafael G. Martins | 2015-04-18 | 11 | -93/+471 |
* | do not allow variables inside multiple_sources_once blocks | Rafael G. Martins | 2015-04-18 | 1 | -12/+29 |
* | removed unused variable | Rafael G. Martins | 2015-04-18 | 1 | -1/+0 |
* | replaced leg-based parser with handmade parser for templates | Rafael G. Martins | 2015-04-17 | 5 | -213/+302 |
* | fixed license | Rafael G. Martins | 2015-04-17 | 3 | -3/+3 |
* | replaced leg-based parser with handmade parser for source files | Rafael G. Martins | 2015-04-17 | 8 | -124/+217 |
* | added source grammar | Rafael G. Martins | 2015-04-15 | 3 | -5/+145 |
* | typo | Rafael G. Martins | 2015-04-15 | 1 | -1/+1 |
* | added template grammar | Rafael G. Martins | 2015-04-15 | 3 | -0/+238 |
* | initial structure | Rafael G. Martins | 2015-04-15 | 5 | -0/+626 |