Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: big code reorganization. | Rafael G. Martins | 2016-09-03 | 1 | -80/+0 |
| | | | | | | | - source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common | ||||
* | *: 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! | ||||
* | template-parser: renderer: implemented 'else' support in templates | Rafael G. Martins | 2016-07-03 | 1 | -0/+3 |
| | | | | | | | | | yeah, this is stupid. after more than 320 commits and 26 releases, we finally support the 'else' statement in the template engine. I don't know if I'm dumb or what, but it took me that long to find a "simple" solution to this basic issue. yep, no more `{% ifdef FOO %}...{% endif %}{% ifndef FOO %}...{% endif %}` blocks. but seriously, who cares?! :/ | ||||
* | debug: move debug functions to separated file | Rafael G. Martins | 2016-06-25 | 1 | -0/+82 |