Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | renderer: handle FOREACH_ITEM as a normal variable | Rafael G. Martins | 2016-01-08 | 1 | -4/+52 |
| | |||||
* | renderer: improved foreach tests | Rafael G. Martins | 2016-01-04 | 1 | -2/+8 |
| | |||||
* | renderer: foreach variables should be splitted in spaces rather than commas | Rafael G. Martins | 2015-12-29 | 1 | -5/+5 |
| | |||||
* | man: renderer: template-parser: added foreach iterator support | Rafael G. Martins | 2015-12-29 | 1 | -2/+68 |
| | |||||
* | Revert "build: removing src/utils and replacing with squareball" | Rafael G. Martins | 2015-12-23 | 1 | -112/+112 |
| | | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646. | ||||
* | build: removing src/utils and replacing with squareball | Rafael G. Martins | 2015-12-23 | 1 | -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 vars | Rafael G. Martins | 2015-10-28 | 1 | -0/+54 |
| | |||||
* | renderer: accept empty list of files with -l | Rafael G. Martins | 2015-10-07 | 1 | -0/+30 |
| | |||||
* | fixed copyright | Rafael G. Martins | 2015-05-25 | 1 | -1/+1 |
| | |||||
* | renderer: added more tests | Rafael G. Martins | 2015-05-18 | 1 | -1/+213 |
| | |||||
* | renderer: implemented if statements | Rafael G. Martins | 2015-05-18 | 1 | -2/+12 |
| | |||||
* | template-parser: added real if statements. ignored by renderer for now | Rafael G. Martins | 2015-05-17 | 1 | -7/+7 |
| | |||||
* | template-parser: if -> ifdef, if not -> ifndef | Rafael G. Martins | 2015-05-17 | 1 | -28/+28 |
| | |||||
* | added global variables with date/filename on first and last post | Rafael G. Martins | 2015-05-09 | 1 | -8/+6 |
| | |||||
* | renderer: respect local scope | Rafael G. Martins | 2015-05-08 | 1 | -0/+33 |
| | |||||
* | minor fixes for freebsd | Rafael G. Martins | 2015-04-28 | 1 | -3/+3 |
| | |||||
* | implemented datetime parsing/formatting | Rafael G. Martins | 2015-04-28 | 1 | -0/+121 |
| | |||||
* | added global variable support | Rafael G. Martins | 2015-04-27 | 1 | -7/+75 |
| | |||||
* | template parser: added "if not" support | Rafael G. Martins | 2015-04-23 | 1 | -0/+34 |
| | |||||
* | added renderer tests | Rafael G. Martins | 2015-04-23 | 1 | -0/+235 |