Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: big code reorganization. | Rafael G. Martins | 2016-09-03 | 1 | -297/+0 |
| | | | | | | | - source and tests are now splitted by target - utils lib is now called common still pending move error.c from blogc to common | ||||
* | *: fixed includes | Rafael G. Martins | 2016-07-07 | 1 | -6/+3 |
| | | | | | this refactoring was done with the help of the 'include-what-you-use' program. if this breaks the build for you, please report! | ||||
* | blogc: only -D arguments must be validated for UTF-8 | Rafael G. Martins | 2016-07-04 | 1 | -5/+5 |
| | |||||
* | blogc: added utf8 validation | Rafael G. Martins | 2016-07-03 | 1 | -0/+6 |
| | |||||
* | debug: move debug functions to separated file | Rafael G. Martins | 2016-06-25 | 1 | -1/+2 |
| | |||||
* | template-parser: added some ast debug | Rafael G. Martins | 2016-06-22 | 1 | -2/+10 |
| | |||||
* | blogc: fix goto statements | Rafael G. Martins | 2016-05-28 | 1 | -2/+2 |
| | |||||
* | blogc: avoid parsing template when called with -p | Rafael G. Martins | 2016-05-28 | 1 | -7/+7 |
| | |||||
* | blogc-git-receiver: import external tool to blogc repository | Rafael G. Martins | 2016-04-27 | 1 | -0/+285 |
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. |