aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite to use CMakePřemysl Janouch2015-01-171-30/+0
| | | | | | | | Now the project is at least installable. Added a LICENSE file. Likely about to implement Lua plugins.
* No more Clang bullshitPřemysl Janouch2014-09-261-1/+0
|
* -Wpedantic/scan-build stuffPřemysl Janouch2014-09-261-1/+1
|
* Implement the HTTP pluginPřemysl Janouch2014-09-211-1/+6
| | | | Ended up including Joyent's http-parser library.
* Generate a manpagePřemysl Janouch2014-09-201-1/+4
| | | | help2man should be enough so far.
* JSON output supportPřemysl Janouch2014-09-171-1/+1
| | | | This was rather simple.
* Even more stuffPřemysl Janouch2014-09-141-1/+1
| | | | Some reorganisation has taken place.
* More stuffPřemysl Janouch2014-09-141-1/+1
| | | | | | | - renamed *_func to *_fn - some initial code for the indicator (needs curses) - moved option handler to utils - more work on unit generation & processing
* Write stubs for the pluginsPřemysl Janouch2014-09-111-2/+4
| | | | Make them compile.
* Initial commitPřemysl Janouch2014-09-081-0/+21
Nothing's working yet, only some supporting code has been put in place.