Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | build: fix valgrind | Rafael G. Martins | 2015-04-15 | 1 | -1/+1 |
| | |||||
* | added template grammar | Rafael G. Martins | 2015-04-15 | 1 | -3/+26 |
| | |||||
* | initial structure | Rafael G. Martins | 2015-04-15 | 1 | -0/+149 |