summaryrefslogtreecommitdiffstatshomepage
path: root/compile
Commit message (Collapse)AuthorAgeFilesLines
* Convert `compile` script to makefileGravatar Antti K2014-07-301-1/+0
| | | | More standard this way.
* Crank up optimisationGravatar Antti K2014-07-301-1/+1
| | | | | Since this thing runs many times a second, but is very small, optimise aggressively.
* Consistency: Make default display a const char *Gravatar Antti K2014-07-301-1/+1
| | | | | | | Yep, `hostname` is a `const char *` too, even though it's potentially being assigned to. This is [unintuitive](http://stackoverflow.com/a/9834194/777586), but intentional.
* Use nanosleep instead of usleepGravatar Antti K2014-07-291-1/+1
| | | | `usleep` is removed from POSIX C11.
* Convert simple macros to C99 constantsGravatar Antti K2014-07-291-1/+1
| | | | Constants are type-checked; macros aren't.
* Rebrand to xkbcatGravatar Antti K2014-07-261-1/+1
| | | | | Having taken all reasonable measures to reach the author, I'll rename to avoid confusion.
* InitGravatar Antti K2014-07-261-0/+1
Straight from https://www.eigenheimstrasse.de/~ben/keyspeedapplet/xspy.c