aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* make: run blogc-runserver before starting the reloaderRafael G. Martins2020-05-301-12/+37
|
* blogc: removed unused variableRafael G. Martins2020-05-291-2/+0
|
* blogc: use new filelist parserRafael G. Martins2020-05-291-24/+8
|
* common: utils: added bc_slist_append_listRafael G. Martins2020-05-293-0/+44
|
* blogc: added filelist parserRafael G. Martins2020-05-295-0/+238
|
* make: close fds after copying static filesRafael G. Martins2020-05-281-0/+3
|
* make: rebuild atom feeds on atom template changesRafael G. Martins2020-05-251-2/+4
|
* blogc: added listing_empty template blockRafael G. Martins2020-05-166-39/+137
|
* build: github-actions: simplify stepsRafael G. Martins2020-05-101-8/+1
|
* build: github-actions: ruby/ronn fixesRafael G. Martins2020-05-101-1/+3
| | | | | - suppress warnings by downgrading rubygems to 3.0.6 - do not install ronn as root on macos
* build: re-add dist-srpm targetRafael G. Martins2020-05-091-0/+3
|
* build: fix publication of clang-analyzer resultsRafael G. Martins2020-05-091-2/+2
|
* build: migrate from travis-ci to github-actionsRafael G. Martins2020-05-093-91/+82
|
* make: remove whitespaces from default atom templateRafael G. Martins2020-05-093-80/+22
|
* make: support operating systems without sysexits.hRafael G. Martins2020-04-221-1/+6
|
* include `unistd.h` after `sys/stat.h`Rafael G. Martins2020-04-224-3/+4
|
* blogc: allow passing multiple -e optionsRafael G. Martins2020-04-227-25/+283
|
* build: ci: osx: update homebrewRafael G. Martins2020-03-081-0/+1
|
* build: ci: trying to fix osx build by upgrading itRafael G. Martins2020-03-081-1/+1
|
* build: ci: support newer yatrRafael G. Martins2020-03-071-0/+1
| | | | | it doesn't publishes archives generated by broken builds. must set `publish_on_failure` to `true`
* build: version bumpv0.18.0Rafael G. Martins2019-09-101-0/+3
|
* build: do not run tests for rhel8. take 2Rafael G. Martins2019-09-101-0/+4
|
* build: do not run tests for rhel8Rafael G. Martins2019-09-091-0/+2
|
* build: cmocka is not available for rhel8 right nowRafael G. Martins2019-09-091-1/+4
|
* common: config-parser: use const for trie dataRafael G. Martins2019-09-091-3/+3
|
* maint: use python3, sign distfilesRafael G. Martins2019-09-091-3/+7
|
* common: prevent stdarg errors when format is NULLRafael G. Martins2019-09-094-1/+20
|
* blogc: fixed bug that prevented digits in -D argumentsRafael G. Martins2019-09-042-6/+35
|
* blogc: loader: minor improvementRafael G. Martins2019-07-241-1/+2
|
* tests: common: sort: fixesRafael G. Martins2019-07-241-6/+7
|
* make: fixed filename generation for pagination_tagsRafael G. Martins2019-07-245-14/+571
|
* 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-156-45/+260
| | | | needs tests, but is supposed to work
* build: travis: set osx image properlyRafael G. Martins2019-07-151-1/+1
|
* build: travis: try to use newer osx image. brew update takes too longRafael G. Martins2019-07-151-1/+1
|
* build: travis: update brewRafael G. Martins2019-07-151-0/+1
|
* make: exec: support printing blogc variablesRafael G. Martins2019-07-144-53/+98
| | | | needs more tests
* build: version bumpv0.17.0Rafael G. Martins2019-05-021-0/+3
|
* man: improvementsRafael G. Martins2019-05-022-6/+7
|
* Revert "build: version bump"Rafael G. Martins2019-05-021-3/+0
| | | | This reverts commit 4b7dcecc377dd397c9a21fba3dff01db09e267c9.
* build: version bumpRafael G. Martins2019-05-021-0/+3
|
* Revert "common: added bc_slist_remove"Rafael G. Martins2019-05-013-55/+0
| | | | This reverts commit 0cfb3dad5de015b658b0917c43fabe420781f39f.
* Revert "make: support posts autoloading"Rafael G. Martins2019-05-016-393/+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-286-24/+393
|
* make: support posts sortingRafael G. Martins2019-04-284-3/+235
|
* blogc: added FILTER_SORT, to sort posts by DATERafael G. Martins2019-04-283-49/+278
|
* common: added bc_slist_removeRafael G. Martins2019-04-283-0/+55
|
* common: added bc_slist_sortRafael G. Martins2019-04-285-0/+230
|