aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Rafael G. Martins2015-05-091-0/+10
| | | | source files
* 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
|
* template parser: added more testsRafael G. Martins2015-04-231-2/+2
|
* template parser: added "if not" supportRafael G. Martins2015-04-233-5/+44
|
* cli: fixed helpRafael G. Martins2015-04-231-1/+1
|
* cli: added -vRafael G. Martins2015-04-231-1/+5
|
* 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