aboutsummaryrefslogtreecommitdiff
path: root/cmake
Commit message (Collapse)AuthorAgeFilesLines
* General project maintenancePřemysl Eric Janouch2021-10-302-26/+9
| | | | | | Bump the minimum required CMake version to 3.0. Bump dependencies.
* Try harder to find ncurseswPřemysl Janouch2016-01-142-5/+24
|
* Rewrite to use libevPřemysl Janouch2014-10-281-0/+18
libuv is too immature so far and I'm not in the mood to try and link it statically via some horrible hack (no CMake support). Also libev is much closer to my understanding of event loops. The messaging model stays for when/if I want to return to libuv.