aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
...
* man: added man page for blogc-git-receiverRafael G. Martins2016-04-291-0/+13
|
* blogc-runserver: import external tool to blogc repositoryRafael G. Martins2016-04-271-0/+35
| | | | | | | | still in the effort to reduce maintenance work, I'm importing blogc-runserver tool to the main blogc repository. the tool is build by default, if needed headers and libraries are found.
* blogc-git-receiver: import external tool to blogc repositoryRafael G. Martins2016-04-271-3/+52
| | | | | | | | | still in the effort to reduce maintenance work, I'm importing blogc-git-receiver tool to the main blogc repository. the tool is build by default, if needed headers are found. that means that it will probably only be built for posix-compliant operating systems.
* moved squareball back to blogc source tree.Rafael G. Martins2016-04-271-23/+20
| | | | | | | i don't have enough time to maintain a separated library at this point, and worry about soname bump, library stability, etc. all the code is trivial enough to be copied around, and all the utils are implemented as single file now, to make it easier to copy.
* spec: fixed source dirRafael G. Martins2016-03-091-0/+1
|
* travis: added script to upload distfilesRafael G. Martins2016-03-081-1/+0
|
* build: added make rule to build srpmRafael G. Martins2016-03-081-0/+10
|
* build: replace src/utils with squareballRafael G. Martins2016-02-261-23/+23
|
* build: explicit man rules. take 2Rafael G. Martins2016-02-131-3/+3
|
* build: explicit man rulesRafael G. Martins2016-02-131-3/+3
|
* Revert "Revert "build: added git-version-gen support""Rafael G. Martins2016-01-311-0/+15
| | | | This reverts commit 8e01ccec4837027a12a4bfc6a54e3c09440169a9.
* Revert "build: added git-version-gen support"Rafael G. Martins2016-01-141-15/+0
| | | | This reverts commit 5e53ba7406e65b51ec59aad634b6baf7154e1ad3.
* build: added git-version-gen supportRafael G. Martins2016-01-131-0/+15
|
* build: add build-aux/build-windows.sh to tarballRafael G. Martins2016-01-091-0/+1
|
* Revert "build: removing src/utils and replacing with squareball"Rafael G. Martins2015-12-231-70/+24
| | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646.
* Revert "build: do not touch bundled files if using squareball from system"Rafael G. Martins2015-12-231-7/+5
| | | | This reverts commit f835808dab3da4509253b84f79386686986afe0a.
* build: do not touch bundled files if using squareball from systemRafael G. Martins2015-12-231-5/+7
|
* build: removing src/utils and replacing with squareballRafael G. Martins2015-12-231-24/+70
| | | | | squareball is a new general purpose library for C99, based on the code removed from src/utils
* build: makefile improvementsRafael G. Martins2015-12-231-2/+13
|
* Revert "content-parser: added basic rst-like directives support"Rafael G. Martins2015-11-041-3/+0
| | | | This reverts commit 1faa52052624e7c03256df0c63c43f5d40ddb57a.
* content-parser: added basic rst-like directives supportRafael G. Martins2015-11-021-0/+3
| | | | | | | | | | | this patch adds support to something similar to reStructuredText directives [1]. the directive loader isn't implemented yet. also, the current implementation is stricter and differs a lot from the reStructuredText spec. documentation pending. this patch also fixes a few old parser bugs. [1] http://docutils.sourceforge.net/docs/ref/rst/directives.html
* datetime-parser: initial implementation. not used yetRafael G. Martins2015-10-241-0/+20
|
* build: find -lm properlyRafael G. Martins2015-09-081-0/+1
|
* build: raise error if trying to rebuild man pages without ronnRafael G. Martins2015-08-201-0/+8
|
* build: yet another try to fix man pagesRafael G. Martins2015-08-181-5/+5
|
* Revert "build: fixed makefile rules to build man pages"Rafael G. Martins2015-08-181-2/+2
| | | | This reverts commit 7f90ca9a3a50b895a72a849b50380e4be941f5fb.
* build: fixed makefile rules to build man pagesRafael G. Martins2015-08-181-2/+2
|
* always install man pagesRafael G. Martins2015-08-181-2/+2
|
* build: enable ronn support for distcheckRafael G. Martins2015-06-091-1/+1
|
* added initial man pagesRafael G. Martins2015-05-151-1/+46
|
* fixing gcc stupidityRafael G. Martins2015-05-091-1/+1
|
* raise warning if user provided DATE for one source file, but not for all ↵Rafael G. Martins2015-05-091-0/+1
| | | | source files
* loader: added testsRafael G. Martins2015-05-091-0/+3
|
* started implementint a markdown-like syntax for contentRafael G. Martins2015-05-041-0/+20
|
* added renderer testsRafael G. Martins2015-04-231-0/+18
|
* build: added LICENSE to distribution tarballRafael G. Martins2015-04-201-0/+1
|
* 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-191-1/+1
|
* error: added testsRafael G. Martins2015-04-191-0/+18
|
* build: fixRafael G. Martins2015-04-191-2/+2
|
* build: fixed valgrind supportRafael G. Martins2015-04-191-23/+2
|
* loader: added compiler-defined variablesRafael G. Martins2015-04-191-0/+18
|
* safe mallocs are better :)Rafael G. Martins2015-04-191-0/+1
|
* added renderer, without testsRafael G. Martins2015-04-191-0/+2
|
* added loader, error handling and cli. tests neededRafael G. Martins2015-04-181-2/+4
|
* replaced leg-based parser with handmade parser for templatesRafael G. Martins2015-04-171-23/+8
| | | | | yay! no leg parser needed anymore. parsers still needs some work and error handling, though.
* replaced leg-based parser with handmade parser for source filesRafael G. Martins2015-04-171-9/+10
|
* added source grammarRafael G. Martins2015-04-151-0/+21
|
* build: fix valgrindRafael G. Martins2015-04-151-1/+1
|
* added template grammarRafael G. Martins2015-04-151-3/+26
|