aboutsummaryrefslogtreecommitdiffstats
path: root/src/renderer.h
Commit message (Collapse)AuthorAgeFilesLines
* remove squareball for goodRafael G. Martins2016-04-271-1/+1
|
* build: replace src/utils with squareballRafael G. Martins2016-02-261-8/+8
|
* fixed copyrightRafael G. Martins2016-01-081-1/+1
|
* renderer: handle FOREACH_ITEM as a normal variableRafael G. Martins2016-01-081-1/+2
|
* man: renderer: template-parser: added foreach iterator supportRafael G. Martins2015-12-291-0/+2
|
* Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-231-5/+5
| | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646.
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-231-5/+5
| | | | | 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/+1
|
* fixed copyrightRafael G. Martins2015-05-251-1/+1
|
* added global variables with date/filename on first and last postRafael G. Martins2015-05-091-1/+1
|
* implemented datetime parsing/formattingRafael G. Martins2015-04-281-0/+2
|
* added global variable supportRafael G. Martins2015-04-271-1/+2
|
* refactored blocksRafael G. Martins2015-04-211-1/+2
| | | | | | | | | - changed block names: - single_source -> entry - multiple_sources -> listing - multiple_sources_once -> listing_once - added -t cli option, to build listing pages, instead of guess it from the number of source files provided.
* minor fixRafael G. Martins2015-04-191-2/+1
|
* added renderer, without testsRafael G. Martins2015-04-191-0/+17