aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* common: config-parser: mark section as list by prefixfeature/make-generic-ruleRafael G. Martins2019-08-094-4/+13
|
* blogc: loader: minor improvementRafael G. Martins2019-07-241-1/+2
|
* make: fixed filename generation for pagination_tagsRafael G. Martins2019-07-243-14/+40
|
* make: exec: silent "variable not found" errorsRafael G. Martins2019-07-151-1/+3
|
* make: exec: trying to fix bug detected by clang-analyzerRafael G. Martins2019-07-151-1/+3
|
* make: rules: minor improvements in pagination_tagsRafael G. Martins2019-07-151-4/+4
|
* make: rules: added pagination_tagsRafael G. Martins2019-07-154-44/+248
| | | | needs tests, but is supposed to work
* make: exec: support printing blogc variablesRafael G. Martins2019-07-143-25/+34
| | | | needs more tests
* Revert "common: added bc_slist_remove"Rafael G. Martins2019-05-012-20/+0
| | | | This reverts commit 0cfb3dad5de015b658b0917c43fabe420781f39f.
* Revert "make: support posts autoloading"Rafael G. Martins2019-05-014-136/+24
| | | | | | | | It works mostly fine, but if you build a website, delete some files and try to rebuild, it won't be able to detect the removed files. This may be reverted when I find a solution for this problem. This reverts commit 792ac4ec66dd098109a88065420ef95c1a78624f.
* make: support posts autoloadingRafael G. Martins2019-04-284-24/+136
|
* make: support posts sortingRafael G. Martins2019-04-282-3/+10
|
* blogc: added FILTER_SORT, to sort posts by DATERafael G. Martins2019-04-281-30/+90
|
* common: added bc_slist_removeRafael G. Martins2019-04-282-0/+20
|
* common: added bc_slist_sortRafael G. Martins2019-04-282-0/+62
|
* make: do not follow symlinks when resolving blogcfile pathRafael G. Martins2019-04-255-10/+56
|
* make: do not call exit directlyRafael G. Martins2019-04-221-1/+1
|
* make: removed atom_legacy_entry_id settingRafael G. Martins2019-04-211-11/+8
|
* make: use permalinks as atom idsRafael G. Martins2019-04-201-2/+2
| | | | | | | | | | | | I have just realized that was implementing atom feeds wrong for long time. atom ids are supposed to be valid uris. this is a small but breaking change. it is supposed to make some clients think that all of the old posts were republished. This can be avoided by running something like this, before upgrading: $ blogc-make atom_dump > templates/atom.tmpl however, keep in mind that your atom ids are invalid :/
* blogc: added support for formatted variables in -pRafael G. Martins2019-04-131-5/+4
|
* make: fixed reloading of listing_entryRafael G. Martins2019-04-041-0/+2
|
* make: added support for `blogc -e`Rafael G. Martins2019-04-037-28/+50
| | | | must still add tests
* blogc: added `-e` cli option and `listing_entry` template blockRafael G. Martins2019-04-024-10/+52
|
* blogc: -p should return special code when variable not foundRafael G. Martins2019-03-281-1/+7
|
* blogc: exit 1 on errorRafael G. Martins2019-03-281-10/+10
|
* git-receiver: exit 1 on errorRafael G. Martins2019-03-284-33/+33
|
* runserver: exit 1 on errorRafael G. Martins2019-03-282-12/+12
|
* make: exit 1 on errorRafael G. Martins2019-03-286-30/+30
|
* blogc: dump source file variables as well as global variablesRafael G. Martins2019-03-271-5/+10
|
* blogc: content: do not escape inline codeRafael G. Martins2019-02-241-2/+2
| | | | | | this is more compatible with markdown spec[1] [1] https://daringfireball.net/projects/markdown/syntax#code
* blogc: sysinfo: simplified username impl. fixed testsRafael G. Martins2019-02-233-30/+2
|
* blogc: rusage: added tests, fixed minor issueRafael G. Martins2019-02-102-2/+4
|
* blogc: sysinfo: added testsRafael G. Martins2019-02-101-0/+2
|
* blogc: funcvars: code simplified, added testsRafael G. Martins2019-02-103-10/+11
|
* blogc: template: allow whitespaces in template tags, not just spacesRafael G. Martins2019-02-093-16/+24
|
* blogc: sysinfo: fix memory leakRafael G. Martins2019-02-081-0/+1
|
* blogc: added "inside docker" template variableRafael G. Martins2019-02-044-1/+44
|
* blogc: added username template variableRafael G. Martins2019-02-033-0/+49
|
* blogc: added datetime template variableRafael G. Martins2019-02-033-0/+46
|
* blogc: unistd.h wont provide gethostnameRafael G. Martins2019-02-031-0/+2
|
* blogc: added hostmane template variableRafael G. Martins2019-02-033-0/+77
|
* blogc: rusage: fix formattingRafael G. Martins2019-02-021-4/+4
|
* blogc: optimized getrusage callsRafael G. Martins2019-02-024-43/+31
|
* blogc: fix rusage macroRafael G. Martins2019-02-021-2/+6
|
* blogc: do not add rusage vars if not supportedRafael G. Martins2019-02-023-1/+22
|
* blogc: added template variables for memory and cpu time resource usageRafael G. Martins2019-02-025-3/+183
| | | | | | | this include infrastructure required to have variables evaluated as lazy function calls. missing tests, docs and improvements.
* *: update copyrightRafael G. Martins2019-01-1567-67/+67
|
* removed blogc-github-lambdaRafael G. Martins2019-01-151-257/+0
| | | | it will be provided in a separate repository soon
* make: fixed bug when trying to call a rule with incomplete nameRafael G. Martins2019-01-151-1/+2
| | | | | previous code was calling all the rules that matched the substring provided. it should only run exact matches.
* renderer: fix a (very) unlikely segfault detected by scan-buildRafael G. Martins2018-12-201-2/+2
|