Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make: added atom_dump helper rule | Rafael G. Martins | 2018-07-26 | 1 | -12/+29 |
| | |||||
* | make: prevent dereferencing segfaults. minor style fixes | Rafael G. Martins | 2018-07-26 | 1 | -1/+1 |
| | |||||
* | make: implemented atom_legacy_entry_id setting | Rafael G. Martins | 2018-07-25 | 1 | -1/+11 |
| | | | | This allows current users to avoid atom entry id changes. | ||||
* | make: fixed filename generation for rules and atom feed | Rafael G. Martins | 2018-07-25 | 1 | -11/+28 |
| | |||||
* | make: handle empty prefixes properly | Rafael G. Martins | 2018-07-24 | 1 | -6/+9 |
| | | | | still needs to add integration tests | ||||
* | Revert "build: introduced an unused variable to test clang-analyzer" | Rafael G. Martins | 2018-05-07 | 1 | -3/+0 |
| | | | | This reverts commit e07e1d66e892764582fbe091fa1cd4cc13619e2f. | ||||
* | build: introduced an unused variable to test clang-analyzer | Rafael G. Martins | 2018-05-07 | 1 | -0/+3 |
| | |||||
* | Revert "build: introduced a minor memory leak to test clang-analyzer" | Rafael G. Martins | 2018-05-07 | 1 | -2/+2 |
| | | | | This reverts commit 42259e6b0036935e00fca6b780f8d8b616d132c7. | ||||
* | build: introduced a minor memory leak to test clang-analyzer | Rafael G. Martins | 2018-05-07 | 1 | -2/+2 |
| | |||||
* | *: updated copyright | Rafael G. Martins | 2017-02-25 | 1 | -1/+1 |
| | |||||
* | make: implemented a build tool for blogc | Rafael G. Martins | 2016-12-27 | 1 | -0/+93 |
so, this is basically what happens when you don't have anything better to do in the christmas weekend. most of this code was written in the last 2 or 3 days. i'd like to thank the chivas brothers, the weather and my psychological problems for this achievement. on a serious note, this tool still needs a man page, more tests, and the aws lambda function should be adapted to use it instead of (or together with) make/busybox. also, while talking about aws lambda, this tool can be nicely embedded into the blogc binary, to produce a single "small" static binary for usage in lambda ;) |