aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* source-parser: forbid BLOGC_VERSION variable in source filesRafael G. Martins2015-08-141-1/+3
* main: added BLOGC_VERSION template variableRafael G. Martins2015-08-141-0/+5
* content-parser: implemented multiline support for listsRafael G. Martins2015-08-132-44/+128
* utils/mem: added safe reallocRafael G. Martins2015-07-193-4/+19
* content-parser: fixed start_state bug.Rafael G. Martins2015-07-091-2/+2
* removed some uneeded includesRafael G. Martins2015-07-053-3/+0
* content-parser: fixed bug when using inline delim in link titleRafael G. Martins2015-07-041-7/+7
* utils: removed unused includesRafael G. Martins2015-06-241-2/+0
* main: do not return 0 when error happensRafael G. Martins2015-06-151-0/+2
* source-parse: optimize excerpt usageRafael G. Martins2015-06-131-7/+5
* content-parser: implemented excerpt, and now for good!Rafael G. Martins2015-06-133-4/+48
* Revert "added content excerpt support"Rafael G. Martins2015-06-121-55/+2
* added content excerpt supportRafael G. Martins2015-06-111-2/+55
* content-parser: added "automatic" linksRafael G. Martins2015-06-101-15/+29
* content-parser: fixed inline parserRafael G. Martins2015-05-291-31/+61
* main: added option to print global config parameters after parsingRafael G. Martins2015-05-281-13/+35
* source-parser: fixed reserved variablesRafael G. Martins2015-05-281-1/+11
* loader: implemented pagination filterRafael G. Martins2015-05-281-0/+37
* loader: implemented tag filterRafael G. Martins2015-05-271-9/+35
* content-parser: random fixes and more tests for inline content parserRafael G. Martins2015-05-271-2/+7
* content-parser: random fixes, more testsRafael G. Martins2015-05-271-13/+26
* fixed copyrightRafael G. Martins2015-05-2520-20/+20
* content-parser: fix and test horizontal rulesRafael G. Martins2015-05-181-1/+4
* source-parser: fixed reserved variablesRafael G. Martins2015-05-181-2/+10
* minor fixesRafael G. Martins2015-05-181-9/+9
* renderer: implemented if statementsRafael G. Martins2015-05-183-10/+36
* template-parser: convert "if" operator into enumRafael G. Martins2015-05-172-23/+35
* template-parser: minor fixes. testsRafael G. Martins2015-05-171-4/+13
* template-parser: added real if statements. ignored by renderer for nowRafael G. Martins2015-05-172-13/+126
* template-parser: if -> ifdef, if not -> ifndefRafael G. Martins2015-05-173-44/+26
* content-parser: implemented line breaksRafael G. Martins2015-05-121-4/+23
* fixed a few issues reported by clang's static analyzerRafael G. Martins2015-05-105-2/+20
* fixing gcc stupidityRafael G. Martins2015-05-093-1/+15
* raise warning if user provided DATE for one source file, but not for all sour...Rafael G. Martins2015-05-091-0/+10
* loader: added testsRafael G. Martins2015-05-094-34/+70
* error: content parser won't raise errorsRafael G. Martins2015-05-092-4/+0
* added global variables with date/filename on first and last postRafael G. Martins2015-05-095-12/+51
* renderer: respect local scopeRafael G. Martins2015-05-081-2/+7
* content-parser: more random stuffRafael G. Martins2015-05-074-113/+83
* content-parser: lots of random stuffRafael G. Martins2015-05-071-93/+104
* content-parser: do not parse content inside codeRafael G. Martins2015-05-061-7/+30
* content-parser: actually use inline parserRafael G. Martins2015-05-061-3/+19
* content-parsed: started inline parserRafael G. Martins2015-05-062-3/+218
* content-parser: minor fixes. added testsRafael G. Martins2015-05-041-14/+21
* content-parser: implemented more block elementsRafael G. Martins2015-05-043-8/+185
* content-parser: added todoRafael G. Martins2015-05-041-1/+3
* started implementint a markdown-like syntax for contentRafael G. Martins2015-05-042-0/+314
* minor fixes for freebsdRafael G. Martins2015-04-281-1/+1
* implemented datetime parsing/formattingRafael G. Martins2015-04-283-21/+80
* added global variable supportRafael G. Martins2015-04-274-75/+108