aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check_renderer.c
Commit message (Collapse)AuthorAgeFilesLines
* remove squareball for goodRafael G. Martins2016-04-271-1/+1
|
* Revert "*: use squareball error infrastructure"Rafael G. Martins2016-04-271-20/+20
| | | | This reverts commit a2b3551dfb9460470bd79f5648bf597c517c40d4.
* *: use squareball error infrastructureRafael G. Martins2016-03-131-20/+20
|
* build: replace src/utils with squareballRafael G. Martins2016-02-261-144/+144
|
* renderer: fix bug when 'if' evals to false after 'if' evals to trueRafael G. Martins2016-01-251-0/+32
|
* fixed copyrightRafael G. Martins2016-01-081-1/+1
|
* renderer: handle FOREACH_ITEM as a normal variableRafael G. Martins2016-01-081-4/+52
|
* renderer: improved foreach testsRafael G. Martins2016-01-041-2/+8
|
* renderer: foreach variables should be splitted in spaces rather than commasRafael G. Martins2015-12-291-5/+5
|
* man: renderer: template-parser: added foreach iterator supportRafael G. Martins2015-12-291-2/+68
|
* Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-231-112/+112
| | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646.
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-231-112/+112
| | | | | squareball is a new general purpose library for C99, based on the code removed from src/utils
* renderer: improved support for comparision between varsRafael G. Martins2015-10-281-0/+54
|
* 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