aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* added travis supportRafael G. Martins2015-04-191-0/+19
|
* build: fixRafael G. Martins2015-04-191-2/+2
|
* build: fixed valgrind supportRafael G. Martins2015-04-191-23/+2
|
* main: handle -o properlyRafael G. Martins2015-04-191-2/+21
|
* loader: added compiler-defined variablesRafael G. Martins2015-04-196-0/+131
|
* trie: removed useless bracketsRafael G. Martins2015-04-191-2/+1
|
* trie: fixed memory leak when replacing existing keyRafael G. Martins2015-04-192-1/+38
|
* remove specific type used to store sourcesRafael G. Martins2015-04-1910-56/+35
|
* safe mallocs are better :)Rafael G. Martins2015-04-198-11/+38
|
* fix testRafael G. Martins2015-04-191-2/+2
|
* minor fixRafael G. Martins2015-04-191-2/+1
|
* added renderer, without testsRafael G. Martins2015-04-196-4/+178
|
* added loader, error handling and cli. tests neededRafael G. Martins2015-04-1814-99/+489
|
* do not allow variables inside multiple_sources_once blocksRafael G. Martins2015-04-182-12/+31
|
* removed unused variableRafael G. Martins2015-04-181-1/+0
|
* replaced leg-based parser with handmade parser for templatesRafael G. Martins2015-04-1711-417/+534
| | | | | yay! no leg parser needed anymore. parsers still needs some work and error handling, though.
* fixed licenseRafael G. Martins2015-04-173-3/+3
|
* replaced leg-based parser with handmade parser for source filesRafael G. Martins2015-04-1712-140/+283
|
* minor configure.ac fixRafael G. Martins2015-04-161-1/+1
|
* no markdown, just pre-formatted textRafael G. Martins2015-04-161-5/+5
|
* added source testRafael G. Martins2015-04-161-0/+25
|