aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Rename an action to be shorterPřemysl Eric Janouch2021-11-161-2/+3
| | | | Also, fix make dependencies to include the source file for actions.
* Fix build on macOS and other non-GNU systemsPřemysl Eric Janouch2021-11-081-5/+5
|
* Generate actions from a text filePřemysl Eric Janouch2021-11-081-1/+15
| | | | | | | Mostly because I wanted to nest preprocessing. This makes the build more complex and slightly less portable, but the code itself is much cleaner.
* Add ability to control PulseAudio volumePřemysl Eric Janouch2021-11-071-4/+14
| | | | | | | | I know, son, it might be hard to accept, but you're imported. Your true parents are wmstatus and paswitch, from the desktop-tools family. Also, fix unnecessary linking of optional dependencies.
* Bump version, update NEWSv1.1.1Přemysl Eric Janouch2021-11-041-1/+1
|
* CMakeLists.txt: fix macOS buildPřemysl Eric Janouch2021-11-021-0/+2
|
* CMakeLists.txt: clean upPřemysl Eric Janouch2021-10-301-6/+6
|
* CMakeLists.txt: synchronize with sdtuiPřemysl Eric Janouch2021-10-271-5/+8
|
* Bump version, update NEWSPřemysl Eric Janouch2021-10-211-1/+1
|
* Add an optional spectrum visualiserPřemysl Eric Janouch2021-07-051-4/+21
| | | | | | This is really more of a demo. It's doable, just rather ugly. It would deserve some further tuning, if anyone cared enough.
* Bump version, update NEWSv1.0.0Přemysl Eric Janouch2020-11-051-1/+1
|
* Add a real manual pagePřemysl Eric Janouch2020-11-051-7/+9
| | | | Closes #3
* CMakeLists.txt: install the contrib directoryPřemysl Eric Janouch2020-11-051-0/+1
|
* CMakeLists.txt: make this build in OpenBSDPřemysl Eric Janouch2020-10-291-0/+6
|
* CMakeLists.txt: omit end{if,foreach} expressionsPřemysl Eric Janouch2020-10-291-6/+6
| | | | Their usefulness was almost negative.
* Bump minimum CMake version to 3.0Přemysl Eric Janouch2020-10-291-17/+5
| | | | A nice, round number. This allows us to remove some boilerplate.
* Bump termoPřemysl Eric Janouch2020-10-291-1/+1
| | | | This allows us to get rid of a compiler flag.
* Bump liberty and termoPřemysl Eric Janouch2020-10-101-5/+5
|
* Name changePřemysl Eric Janouch2020-08-011-2/+2
|
* Bump version to 0.9v0.9Přemysl Janouch2018-11-021-1/+1
|
* 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-231-3/+2
|
* Bump libertyPřemysl Janouch2017-01-231-2/+1
|
* Generate a manual pagePřemysl Janouch2016-10-091-1/+25
| | | | Also mention our fancy new stream feature in the README.
* Add CMakeLists.txt, link with cURLPřemysl Janouch2016-10-061-0/+94
My global .gitignore seems to be more trouble than it's worth.