aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* source parse: improved, added testsRafael G. Martins2015-04-212-5/+37
|
* 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-214-45/+64
| | | | | | | | | - 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
|
* create output directories recursivelyRafael G. Martins2015-04-201-0/+45
|
* template parser: ignore single bracketsRafael G. Martins2015-04-191-3/+1
|
* main: handle -o properlyRafael G. Martins2015-04-191-2/+21
|
* loader: added compiler-defined variablesRafael G. Martins2015-04-193-0/+54
|
* trie: removed useless bracketsRafael G. Martins2015-04-191-2/+1
|
* trie: fixed memory leak when replacing existing keyRafael G. Martins2015-04-191-1/+4
|
* remove specific type used to store sourcesRafael G. Martins2015-04-199-44/+23
|
* safe mallocs are better :)Rafael G. Martins2015-04-197-11/+37
|
* minor fixRafael G. Martins2015-04-191-2/+1
|
* added renderer, without testsRafael G. Martins2015-04-194-3/+175
|
* added loader, error handling and cli. tests neededRafael G. Martins2015-04-1811-93/+471
|
* do not allow variables inside multiple_sources_once blocksRafael G. Martins2015-04-181-12/+29
|
* removed unused variableRafael G. Martins2015-04-181-1/+0
|
* replaced leg-based parser with handmade parser for templatesRafael G. Martins2015-04-175-213/+302
| | | | | 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-178-124/+217
|
* added source grammarRafael G. Martins2015-04-153-5/+145
|
* typoRafael G. Martins2015-04-151-1/+1
|
* added template grammarRafael G. Martins2015-04-153-0/+238
|
* initial structureRafael G. Martins2015-04-155-0/+626