Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make: copy rule should support directories, recursively | Rafael G. Martins | 2017-04-30 | 1 | -2/+4 |
| | | | | | | now any directories listed in the [copy] section of blogcfile will have its files copied recursively to the output dir. this is useful for big chunks of generated files, e.g. doxygen documentation. | ||||
* | make: settings: do not read output_dir from blogcfile | Rafael G. Martins | 2017-04-28 | 1 | -27/+14 |
| | | | | | now it is only possible to override output directory using environment variable. this commit also reduces the number trie lookups. | ||||
* | make: fix compilation on android | Rafael G. Martins | 2017-03-08 | 1 | -3/+3 |
| | |||||
* | make: make the reloader interface generic | Rafael G. Martins | 2017-03-04 | 1 | -1/+1 |
| | | | | this way it can run any rule, even if we don't need this feature now | ||||
* | make: splitted reloader | Rafael G. Martins | 2017-03-04 | 1 | -69/+5 |
| | |||||
* | make: removed useless "verbose" variables | Rafael G. Martins | 2017-03-04 | 1 | -25/+21 |
| | |||||
* | make: reworked ctx usage by exec functions | Rafael G. Martins | 2017-03-03 | 1 | -20/+16 |
| | |||||
* | make: improved runserver thread handling | Rafael G. Martins | 2017-02-27 | 1 | -24/+27 |
| | |||||
* | *: updated copyright | Rafael G. Martins | 2017-02-25 | 1 | -1/+1 |
| | |||||
* | make: parse runserver arguments from cli, instead of env | Rafael G. Martins | 2017-02-24 | 1 | -26/+77 |
| | | | | this is some over-optimized parser, to celebrate #cloudbleed :D | ||||
* | blogc-make: renamed copy_files settings to copy | Rafael G. Martins | 2017-02-14 | 1 | -10/+10 |
| | |||||
* | blogc-make: renamed auto-defined vars to MAKE_* | Rafael G. Martins | 2017-02-13 | 1 | -14/+14 |
| | |||||
* | blogc-make: use absolute path for runserver rule | Rafael G. Martins | 2017-02-12 | 1 | -1/+1 |
| | |||||
* | blogc-make: implemented automatic reloader for runserver rule | Rafael G. Martins | 2017-02-12 | 1 | -1/+67 |
| | | | | | this is not the best implementation possible, but it works for most use cases | ||||
* | make: improved clean rule | Rafael G. Martins | 2017-01-30 | 1 | -0/+4 |
| | |||||
* | make: fixed includes | Rafael G. Martins | 2017-01-03 | 1 | -4/+2 |
| | |||||
* | blogc-make: fixed clean rule | Rafael G. Martins | 2017-01-03 | 1 | -1/+1 |
| | |||||
* | make: implemented runserver rule | Rafael G. Martins | 2016-12-27 | 1 | -0/+20 |
| | |||||
* | make: convert "all" into an actual rule | Rafael G. Martins | 2016-12-27 | 1 | -22/+48 |
| | |||||
* | make: implemented a build tool for blogc | Rafael G. Martins | 2016-12-27 | 1 | -0/+752 |
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 ;) |