Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | common: added config-parser | Rafael G. Martins | 2016-09-09 | 1 | -0/+1 |
| | |||||
* | *: moved error handling to src/common/ | Rafael G. Martins | 2016-09-03 | 1 | -1/+1 |
| | |||||
* | fixed gitignore | Rafael G. Martins | 2016-09-03 | 1 | -9/+9 |
| | |||||
* | renderer: utils: fixed memory bugs found by clang static analyzer | Rafael G. Martins | 2016-07-05 | 1 | -0/+3 |
| | |||||
* | blogc: added utf8 validation | Rafael G. Martins | 2016-07-03 | 1 | -0/+1 |
| | |||||
* | blogc-runserver: import external tool to blogc repository | Rafael G. Martins | 2016-04-27 | 1 | -0/+1 |
| | | | | | | | | 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 | -1/+2 |
| | | | | | | | | | 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. | ||||
* | travis: added script to upload distfiles | Rafael G. Martins | 2016-03-08 | 1 | -2/+4 |
| | |||||
* | travis: actually commit the build script | Rafael G. Martins | 2016-03-07 | 1 | -0/+1 |
| | |||||
* | Revert "Revert "build: added git-version-gen support"" | Rafael G. Martins | 2016-01-31 | 1 | -0/+4 |
| | | | | This reverts commit 8e01ccec4837027a12a4bfc6a54e3c09440169a9. | ||||
* | Revert "build: added git-version-gen support" | Rafael G. Martins | 2016-01-14 | 1 | -4/+0 |
| | | | | This reverts commit 5e53ba7406e65b51ec59aad634b6baf7154e1ad3. | ||||
* | build: added git-version-gen support | Rafael G. Martins | 2016-01-13 | 1 | -0/+4 |
| | |||||
* | build: added rpm spec | Rafael G. Martins | 2016-01-10 | 1 | -0/+1 |
| | |||||
* | ignore rpms | Rafael G. Martins | 2015-11-05 | 1 | -0/+3 |
| | |||||
* | build: added script to build windows releases | Rafael G. Martins | 2015-11-05 | 1 | -0/+1 |
| | |||||
* | ignore zip files | Rafael G. Martins | 2015-10-24 | 1 | -0/+1 |
| | |||||
* | datetime-parser: initial implementation. not used yet | Rafael G. Martins | 2015-10-24 | 1 | -0/+1 |
| | |||||
* | build: yet another try to fix man pages | Rafael G. Martins | 2015-08-18 | 1 | -2/+2 |
| | |||||
* | added initial man pages | Rafael G. Martins | 2015-05-15 | 1 | -0/+4 |
| | |||||
* | started implementint a markdown-like syntax for content | Rafael G. Martins | 2015-05-04 | 1 | -0/+1 |
| | |||||
* | portability fixes | Rafael G. Martins | 2015-04-28 | 1 | -0/+1 |
| | |||||
* | added renderer tests | Rafael G. Martins | 2015-04-23 | 1 | -0/+1 |
| | |||||
* | error: added tests | Rafael G. Martins | 2015-04-19 | 1 | -0/+1 |
| | |||||
* | loader: added compiler-defined variables | Rafael G. Martins | 2015-04-19 | 1 | -0/+1 |
| | |||||
* | replaced leg-based parser with handmade parser for templates | Rafael G. Martins | 2015-04-17 | 1 | -4/+1 |
| | | | | | 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 | -2/+1 |
| | |||||
* | added source grammar | Rafael G. Martins | 2015-04-15 | 1 | -0/+2 |
| | |||||
* | added template grammar | Rafael G. Martins | 2015-04-15 | 1 | -1/+2 |
| | |||||
* | initial structure | Rafael G. Martins | 2015-04-15 | 1 | -8/+43 |
| | |||||
* | Initial commit | Rafael G. Martins | 2015-04-14 | 1 | -0/+14 |