aboutsummaryrefslogtreecommitdiffstats
path: root/tests/blogc/check_renderer.c
Commit message (Collapse)AuthorAgeFilesLines
* blogc: renderer: add `FOREACH_VALUE` variableRafael G. Martins2023-02-111-17/+43
|
* tests: upgrade deprecated cmocka test runnerRafael G. Martins2020-11-051-44/+44
|
* blogc: generate table of contents treeRafael G. Martins2020-09-111-1/+1
| | | | | | | | | | | | | this commit allows users to use the `{{ TOCTREE }}` variable in their templates, to get automatically generated table of contents for entries. The variable is binded to each entry, so it can be used in any block that runs in entry context, like `{% block entry %}`. There's a small performance penalty for this, because the table of contents is rendered for any entry, despite being used or not, and not generated on-demand. still missing documentation. tests are good enough.
* *: update copyrightRafael G. Martins2020-05-311-1/+1
| | | | this time I'm only updating the files I touched this year.
* blogc: added listing_empty template blockRafael G. Martins2020-05-161-8/+22
|
* blogc: allow passing multiple -e optionsRafael G. Martins2020-04-221-2/+129
|
* blogc: added `-e` cli option and `listing_entry` template blockRafael G. Martins2019-04-021-25/+135
|
* *: update copyrightRafael G. Martins2019-01-151-1/+1
|
* *: update copyrightRafael G. Martins2018-10-141-1/+1
|
* blogc: common: replace unsigned int with size_tRafael G. Martins2018-03-201-2/+2
|
* blogc: template parser refactoringRafael G. Martins2018-02-211-24/+24
| | | | mostly names and data structures.
* *: updated copyrightRafael G. Martins2017-02-251-1/+1
|
* *: centralize error handlingRafael G. Martins2016-09-091-1/+0
|
* *: moved error handling to src/common/Rafael G. Martins2016-09-031-27/+28
|
* *: s/sb_/bc_/gRafael G. Martins2016-09-031-160/+160
|
* *: big code reorganization.Rafael G. Martins2016-09-031-0/+1158
- source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common