aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists.txt: declare compatibility with 3.27Přemysl Eric Janouch2023-08-011-1/+1
| | | | Sadly, the 3.5 deprecation warning doesn't go away after this.
* CMakeLists.txt: link properlyPřemysl Eric Janouch2023-07-041-1/+1
|
* CMakeLists.txt: fix macOS buildPřemysl Eric Janouch2021-11-161-0/+2
|
* Rename the projectPřemysl Eric Janouch2021-11-161-1/+1
| | | | | | The old name had its context, but now it's mostly just confusing. Make it netdraw with an extra 'e'.
* General project maintenancePřemysl Eric Janouch2021-10-301-52/+43
| | | | | | Bump the minimum required CMake version to 3.0. Bump dependencies.
* Name changePřemysl Eric Janouch2020-09-281-2/+2
|
* Relicense to 0BSD, update mail addressPřemysl Janouch2018-06-241-1/+1
| | | | | | | | | I've come to the conclusion that copyright mostly just stands in the way of software development. In my jurisdiction I cannot give up my own copyright and 0BSD seems to be the closest thing to public domain. The updated mail address, also used in my author/committer lines, is shorter and looks nicer. People rarely interact anyway.
* CMakeLists.txt: fix variable namePřemysl Janouch2018-06-241-2/+2
|
* Bump libertyPřemysl Janouch2017-06-221-2/+2
|
* Don't force compile flagsPřemysl Janouch2016-03-141-1/+2
|
* Fix build on *BSDPřemysl Janouch2016-01-141-0/+16
|
* Try harder to find ncurseswPřemysl Janouch2016-01-141-9/+6
|
* Move to libertyPřemysl Janouch2015-02-281-3/+2
|
* Little fixesPřemysl Janouch2015-02-081-1/+2
|
* Rewrite to use libevPřemysl Janouch2014-10-281-4/+9
| | | | | | | | | 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.
* Apparently we need the new libuvPřemysl Janouch2014-10-261-1/+1
|
* Use PROJECT_* instead of CMAKE_CURRENT_*Přemysl Janouch2014-10-241-5/+4
|
* Rewrite to use libuvPřemysl Janouch2014-10-241-1/+1
| | | | | | Also instead of resize_term() we use resizeterm() because the former seems to cause massive glitches. Not flicker-free in urxvt anymore though.
* Initial commitPřemysl Janouch2014-10-221-0/+86
Forked from termo's demo-draw.c