aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* template-parser: convert "if" operator into enumRafael G. Martins2015-05-173-26/+38
|
* template-parser: minor fixes. testsRafael G. Martins2015-05-172-6/+49
|
* template-parser: added real if statements. ignored by renderer for nowRafael G. Martins2015-05-174-23/+171
|
* template-parser: if -> ifdef, if not -> ifndefRafael G. Martins2015-05-176-114/+80
|
* added initial man pagesRafael G. Martins2015-05-157-1/+202
|
* content-parser: implemented line breaksRafael G. Martins2015-05-122-6/+25
|
* fixed a few issues reported by clang's static analyzerRafael G. Martins2015-05-105-2/+20
|
* fixing gcc stupidityRafael G. Martins2015-05-095-5/+19
|
* raise warning if user provided DATE for one source file, but not for all ↵Rafael G. Martins2015-05-093-0/+67
| | | | source files
* loader: added testsRafael G. Martins2015-05-097-39/+232
|
* 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-096-20/+57
|
* renderer: respect local scopeRafael G. Martins2015-05-082-2/+40
|
* content-parser: more random stuffRafael G. Martins2015-05-076-206/+141
|
* content-parser: lots of random stuffRafael G. Martins2015-05-072-95/+112
|
* content-parser: do not parse content inside codeRafael G. Martins2015-05-061-7/+30
|
* content-parser: actually use inline parserRafael G. Martins2015-05-062-4/+20
|
* content-parsed: started inline parserRafael G. Martins2015-05-063-5/+236
|
* content-parser: minor fixes. added testsRafael G. Martins2015-05-042-14/+252
|
* content-parser: implemented more block elementsRafael G. Martins2015-05-044-8/+201
|
* content-parser: added todoRafael G. Martins2015-05-041-1/+3
|
* started implementint a markdown-like syntax for contentRafael G. Martins2015-05-045-0/+425
|
* Merge branch 'master' of github.com:rafaelmartins/blogcRafael G. Martins2015-04-284-1/+161
|\
| * portability fixesRafael G. Martins2015-04-284-1/+161
| |
* | minor fixes for freebsdRafael G. Martins2015-04-282-4/+4
|/
* implemented datetime parsing/formattingRafael G. Martins2015-04-286-24/+208
|
* added global variable supportRafael G. Martins2015-04-277-188/+222
|
* template parser: added more testsRafael G. Martins2015-04-232-2/+408
|
* template parser: added "if not" supportRafael G. Martins2015-04-236-12/+94
|
* cli: fixed helpRafael G. Martins2015-04-231-1/+1
|
* cli: added -vRafael G. Martins2015-04-231-1/+5
|
* added renderer testsRafael G. Martins2015-04-233-0/+254
|
* added roadmapRafael G. Martins2015-04-221-0/+5
|
* source parse: improved, added testsRafael G. Martins2015-04-214-6/+191
|
* minor optimizationRafael G. Martins2015-04-211-1/+1
|
* no need to use strndupRafael G. Martins2015-04-211-2/+2
|
* improved cli argument handlingRafael G. Martins2015-04-211-2/+12
|
* refactored blocksRafael G. Martins2015-04-216-84/+101
| | | | | | | | | - 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-201-2/+1
|
* build: added LICENSE to distribution tarballRafael G. Martins2015-04-201-0/+1
|
* create output directories recursivelyRafael G. Martins2015-04-202-0/+47
|
* template parser: ignore single bracketsRafael G. Martins2015-04-191-3/+1
|
* build: mark tests as disabled by defaultRafael G. Martins2015-04-192-1/+4
|
* build: fix valgrind supportRafael G. Martins2015-04-191-11/+7
| | | | | | | | no need to call tests with libtool, because they are linked with -no-install, disabling libtool wrappers. also, removed glib-related environment variables, that aren't needed here.
* build: replace --enable-cmocka with --enable-testsRafael G. Martins2015-04-192-9/+9
|
* error: added testsRafael G. Martins2015-04-196-0/+87
|
* fixed design notes wrt content formattingRafael G. Martins2015-04-191-1/+1
|
* fixed design notes wrt sorting of multiple sourcesRafael G. Martins2015-04-191-1/+1
|
* added semaphoreci supportRafael G. Martins2015-04-191-0/+2
|
* Revert "added travis support"Rafael G. Martins2015-04-191-19/+0
| | | | This reverts commit 98cbd56704061895103d6f08d47ae46fd18f0878.