aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.c
Commit message (Expand)AuthorAgeFilesLines
* remove squareball for goodRafael G. Martins2016-04-271-1/+1
* Revert "*: use squareball error infrastructure"Rafael G. Martins2016-04-271-2/+2
* *: use squareball error infrastructureRafael G. Martins2016-03-131-2/+2
* build: replace src/utils with squareballRafael G. Martins2016-02-261-34/+34
* renderer: fix bug when 'if' evals to false after 'if' evals to trueRafael G. Martins2016-01-251-5/+5
* fixed copyrightRafael G. Martins2016-01-081-1/+1
* renderer: handle FOREACH_ITEM as a normal variableRafael G. Martins2016-01-081-9/+13
* renderer: foreach variables should be splitted in spaces rather than commasRafael G. Martins2015-12-291-4/+8
* man: renderer: template-parser: added foreach iterator supportRafael G. Martins2015-12-291-0/+71
* Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-231-23/+23
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-231-23/+23
* renderer: improved support for comparision between varsRafael G. Martins2015-10-281-59/+55
* Allow {% if VALUE1 == VALUE2 %}, with two definesPalmer Dabbelt2015-10-261-2/+20
* datetime-parser: improve error handlingRafael G. Martins2015-10-241-21/+9
* renderer: accept empty list of files with -lRafael G. Martins2015-10-071-1/+11
* fixed copyrightRafael G. Martins2015-05-251-1/+1
* renderer: implemented if statementsRafael G. Martins2015-05-181-8/+34
* template-parser: if -> ifdef, if not -> ifndefRafael G. Martins2015-05-171-4/+4
* added global variables with date/filename on first and last postRafael G. Martins2015-05-091-8/+28
* renderer: respect local scopeRafael G. Martins2015-05-081-2/+7
* implemented datetime parsing/formattingRafael G. Martins2015-04-281-18/+73
* added global variable supportRafael G. Martins2015-04-271-31/+49
* template parser: added "if not" supportRafael G. Martins2015-04-231-2/+12
* refactored blocksRafael G. Martins2015-04-211-14/+12
* remove specific type used to store sourcesRafael G. Martins2015-04-191-3/+3
* added renderer, without testsRafael G. Martins2015-04-191-0/+145