aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-237-1312/+488
* content-parser: random parser fixesRafael G. Martins2015-11-041-4/+30
* Revert "content-parser: added basic rst-like directives support"Rafael G. Martins2015-11-041-616/+4
* Revert "content-parser: fix memory leak in gcc"Rafael G. Martins2015-11-041-5/+3
* Revert "content-parser: allow directive params with variable prefix"Rafael G. Martins2015-11-041-42/+5
* content-parser: allow directive params with variable prefixRafael G. Martins2015-11-031-5/+42
* content-parser: fix memory leak in gccRafael G. Martins2015-11-021-3/+5
* content-parser: added basic rst-like directives supportRafael G. Martins2015-11-021-4/+616
* renderer: improved support for comparision between varsRafael G. Martins2015-10-281-0/+54
* Allow {% if VALUE1 == VALUE2 %}, with two definesPalmer Dabbelt2015-10-261-3/+3
* datetime-parser: improve error handlingRafael G. Martins2015-10-241-39/+39
* datetime-parser: fixed strptime error handlingRafael G. Martins2015-10-241-0/+45
* datetime-parser: initial implementation. not used yetRafael G. Martins2015-10-241-0/+631
* error: improved error reporting for parsersRafael G. Martins2015-10-243-27/+78
* error: added missing test for crlfRafael G. Martins2015-10-231-0/+13
* tempalte-parser: added tests with \r\n line endingsRafael G. Martins2015-10-221-0/+71
* source-parser: handle \r\n line endings properlyRafael G. Martins2015-10-221-0/+32
* content-parser: handle \r\n line endings properlyRafael G. Martins2015-10-221-2/+500
* content-parser: added missing testRafael G. Martins2015-10-121-1/+3
* content-parser: added id attributes to headersRafael G. Martins2015-10-122-23/+51
* renderer: accept empty list of files with -lRafael G. Martins2015-10-071-0/+30
* source-parser: fixed error messageRafael G. Martins2015-09-191-1/+1
* source-parser: forbid BLOGC_VERSION variable in source filesRafael G. Martins2015-08-141-0/+18
* content-parser: implemented multiline support for listsRafael G. Martins2015-08-131-7/+89
* content-parser: fixed start_state bug.Rafael G. Martins2015-07-091-2/+2
* content-parser: fixed bug when using inline delim in link titleRafael G. Martins2015-07-041-0/+8
* tests: test functions must be marked as staticRafael G. Martins2015-06-131-22/+22
* content-parser: implemented excerpt, and now for good!Rafael G. Martins2015-06-133-48/+219
* Revert "added content excerpt support"Rafael G. Martins2015-06-122-85/+6
* added content excerpt supportRafael G. Martins2015-06-112-6/+85
* content-parser: added "automatic" linksRafael G. Martins2015-06-101-2/+33
* content-parser: fixed inline parserRafael G. Martins2015-05-291-4/+66
* source-parser: fixed reserved variablesRafael G. Martins2015-05-281-0/+90
* loader: implemented pagination filterRafael G. Martins2015-05-281-0/+469
* loader: implemented tag filterRafael G. Martins2015-05-271-0/+47
* content-parser: random fixes and more tests for inline content parserRafael G. Martins2015-05-271-0/+200
* content-parser: random fixes, more testsRafael G. Martins2015-05-271-0/+144
* fixed copyrightRafael G. Martins2015-05-257-7/+7
* content-parser: more testsRafael G. Martins2015-05-191-0/+126
* content-parser: fix and test horizontal rulesRafael G. Martins2015-05-181-0/+59
* source-parser: fixed reserved variablesRafael G. Martins2015-05-181-0/+72
* renderer: added more testsRafael G. Martins2015-05-181-1/+213
* renderer: implemented if statementsRafael G. Martins2015-05-181-2/+12
* template-parser: convert "if" operator into enumRafael G. Martins2015-05-171-3/+3
* template-parser: minor fixes. testsRafael G. Martins2015-05-171-2/+36
* template-parser: added real if statements. ignored by renderer for nowRafael G. Martins2015-05-172-10/+45
* template-parser: if -> ifdef, if not -> ifndefRafael G. Martins2015-05-172-69/+53
* content-parser: implemented line breaksRafael G. Martins2015-05-121-2/+2
* fixing gcc stupidityRafael G. Martins2015-05-091-3/+3
* raise warning if user provided DATE for one source file, but not for all sour...Rafael G. Martins2015-05-091-0/+56