Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: fix man page dist | Rafael G. Martins | 2016-04-29 | 1 | -9/+5 |
| | |||||
* | man: added man page for blogc-runserver | Rafael G. Martins | 2016-04-29 | 1 | -0/+13 |
| | |||||
* | man: added man page for blogc-git-receiver | Rafael G. Martins | 2016-04-29 | 1 | -0/+13 |
| | |||||
* | blogc-runserver: import external tool to blogc repository | Rafael G. Martins | 2016-04-27 | 1 | -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 repository | Rafael G. Martins | 2016-04-27 | 1 | -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. Martins | 2016-04-27 | 1 | -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 dir | Rafael G. Martins | 2016-03-09 | 1 | -0/+1 |
| | |||||
* | travis: added script to upload distfiles | Rafael G. Martins | 2016-03-08 | 1 | -1/+0 |
| | |||||
* | build: added make rule to build srpm | Rafael G. Martins | 2016-03-08 | 1 | -0/+10 |
| | |||||
* | build: replace src/utils with squareball | Rafael G. Martins | 2016-02-26 | 1 | -23/+23 |
| | |||||
* | build: explicit man rules. take 2 | Rafael G. Martins | 2016-02-13 | 1 | -3/+3 |
| | |||||
* | build: explicit man rules | Rafael G. Martins | 2016-02-13 | 1 | -3/+3 |
| | |||||
* | Revert "Revert "build: added git-version-gen support"" | Rafael G. Martins | 2016-01-31 | 1 | -0/+15 |
| | | | | This reverts commit 8e01ccec4837027a12a4bfc6a54e3c09440169a9. | ||||
* | Revert "build: added git-version-gen support" | Rafael G. Martins | 2016-01-14 | 1 | -15/+0 |
| | | | | This reverts commit 5e53ba7406e65b51ec59aad634b6baf7154e1ad3. | ||||
* | build: added git-version-gen support | Rafael G. Martins | 2016-01-13 | 1 | -0/+15 |
| | |||||
* | build: add build-aux/build-windows.sh to tarball | Rafael G. Martins | 2016-01-09 | 1 | -0/+1 |
| | |||||
* | Revert "build: removing src/utils and replacing with squareball" | Rafael G. Martins | 2015-12-23 | 1 | -70/+24 |
| | | | | This reverts commit 950e6c9148eca244a89d18a21d4ae4e5c3d1c646. | ||||
* | Revert "build: do not touch bundled files if using squareball from system" | Rafael G. Martins | 2015-12-23 | 1 | -7/+5 |
| | | | | This reverts commit f835808dab3da4509253b84f79386686986afe0a. | ||||
* | build: do not touch bundled files if using squareball from system | Rafael G. Martins | 2015-12-23 | 1 | -5/+7 |
| | |||||
* | build: removing src/utils and replacing with squareball | Rafael G. Martins | 2015-12-23 | 1 | -24/+70 |
| | | | | | squareball is a new general purpose library for C99, based on the code removed from src/utils | ||||
* | build: makefile improvements | Rafael G. Martins | 2015-12-23 | 1 | -2/+13 |
| | |||||
* | Revert "content-parser: added basic rst-like directives support" | Rafael G. Martins | 2015-11-04 | 1 | -3/+0 |
| | | | | This reverts commit 1faa52052624e7c03256df0c63c43f5d40ddb57a. | ||||
* | content-parser: added basic rst-like directives support | Rafael G. Martins | 2015-11-02 | 1 | -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 yet | Rafael G. Martins | 2015-10-24 | 1 | -0/+20 |
| | |||||
* | build: find -lm properly | Rafael G. Martins | 2015-09-08 | 1 | -0/+1 |
| | |||||
* | build: raise error if trying to rebuild man pages without ronn | Rafael G. Martins | 2015-08-20 | 1 | -0/+8 |
| | |||||
* | build: yet another try to fix man pages | Rafael G. Martins | 2015-08-18 | 1 | -5/+5 |
| | |||||
* | Revert "build: fixed makefile rules to build man pages" | Rafael G. Martins | 2015-08-18 | 1 | -2/+2 |
| | | | | This reverts commit 7f90ca9a3a50b895a72a849b50380e4be941f5fb. | ||||
* | build: fixed makefile rules to build man pages | Rafael G. Martins | 2015-08-18 | 1 | -2/+2 |
| | |||||
* | always install man pages | Rafael G. Martins | 2015-08-18 | 1 | -2/+2 |
| | |||||
* | build: enable ronn support for distcheck | Rafael G. Martins | 2015-06-09 | 1 | -1/+1 |
| | |||||
* | added initial man pages | Rafael G. Martins | 2015-05-15 | 1 | -1/+46 |
| | |||||
* | fixing gcc stupidity | Rafael G. Martins | 2015-05-09 | 1 | -1/+1 |
| | |||||
* | raise warning if user provided DATE for one source file, but not for all ↵ | Rafael G. Martins | 2015-05-09 | 1 | -0/+1 |
| | | | | source files | ||||
* | loader: added tests | Rafael G. Martins | 2015-05-09 | 1 | -0/+3 |
| | |||||
* | started implementint a markdown-like syntax for content | Rafael G. Martins | 2015-05-04 | 1 | -0/+20 |
| | |||||
* | added renderer tests | Rafael G. Martins | 2015-04-23 | 1 | -0/+18 |
| | |||||
* | build: added LICENSE to distribution tarball | Rafael G. Martins | 2015-04-20 | 1 | -0/+1 |
| | |||||
* | build: fix valgrind support | Rafael G. Martins | 2015-04-19 | 1 | -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-tests | Rafael G. Martins | 2015-04-19 | 1 | -1/+1 |
| | |||||
* | error: added tests | Rafael G. Martins | 2015-04-19 | 1 | -0/+18 |
| | |||||
* | build: fix | Rafael G. Martins | 2015-04-19 | 1 | -2/+2 |
| | |||||
* | build: fixed valgrind support | Rafael G. Martins | 2015-04-19 | 1 | -23/+2 |
| | |||||
* | loader: added compiler-defined variables | Rafael G. Martins | 2015-04-19 | 1 | -0/+18 |
| | |||||
* | safe mallocs are better :) | Rafael G. Martins | 2015-04-19 | 1 | -0/+1 |
| | |||||
* | added renderer, without tests | Rafael G. Martins | 2015-04-19 | 1 | -0/+2 |
| | |||||
* | added loader, error handling and cli. tests needed | Rafael G. Martins | 2015-04-18 | 1 | -2/+4 |
| | |||||
* | replaced leg-based parser with handmade parser for templates | Rafael G. Martins | 2015-04-17 | 1 | -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 files | Rafael G. Martins | 2015-04-17 | 1 | -9/+10 |
| | |||||
* | added source grammar | Rafael G. Martins | 2015-04-15 | 1 | -0/+21 |
| |