aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_renderer.c
Commit message (Expand)AuthorAgeFilesLines
* renderer: accept empty list of files with -lRafael G. Martins2015-10-071-0/+30
* fixed copyrightRafael G. Martins2015-05-251-1/+1
* renderer: added more testsRafael G. Martins2015-05-181-1/+213
* renderer: implemented if statementsRafael G. Martins2015-05-181-2/+12
* template-parser: added real if statements. ignored by renderer for nowRafael G. Martins2015-05-171-7/+7
* template-parser: if -> ifdef, if not -> ifndefRafael G. Martins2015-05-171-28/+28
* added global variables with date/filename on first and last postRafael G. Martins2015-05-091-8/+6
* renderer: respect local scopeRafael G. Martins2015-05-081-0/+33
* minor fixes for freebsdRafael G. Martins2015-04-281-3/+3
* implemented datetime parsing/formattingRafael G. Martins2015-04-281-0/+121
* added global variable supportRafael G. Martins2015-04-271-7/+75
* template parser: added "if not" supportRafael G. Martins2015-04-231-0/+34
* added renderer testsRafael G. Martins2015-04-231-0/+235