aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists.txt: declare compatibility with 3.27HEADorigin/mastermasterPřemysl Eric Janouch2023-08-011-1/+1
| | | | Sadly, the 3.5 deprecation warning doesn't go away after this.
* Try harder to find ncurseswPřemysl Eric Janouch2023-07-241-5/+5
|
* CMakeLists.txt: link properlyPřemysl Eric Janouch2023-07-041-1/+1
|
* Fix plugin search path on NixPřemysl Eric Janouch2023-06-291-0/+1
| | | | | Even its non-full GNUInstallDirs paths are absolute, which is apparently allowed.
* Bump minimum CMake version and termoPřemysl Eric Janouch2020-10-291-36/+31
| | | | And some related cleanup or unification.
* Allow Lua 5.4Přemysl Eric Janouch2020-09-281-3/+3
| | | | It seems to build, and this entire thing is experimental anyway.
* 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
|
* Fix packaging, update READMEPřemysl Janouch2016-03-111-2/+3
|
* Fix build without LuaPřemysl Janouch2015-10-011-1/+5
|
* Compile in Lua support opportunisticallyPřemysl Janouch2015-10-011-6/+5
|
* Fix library searchingPřemysl Janouch2015-08-061-3/+4
|
* Bump libertypremysl2015-08-061-0/+6
| | | | Pulling in kqueue support.
* Fix BSD buildPřemysl Janouch2015-08-061-3/+12
|
* Move to libertyPřemysl Janouch2015-02-281-1/+1
|
* Tiny fixesPřemysl Janouch2015-02-121-1/+1
|
* Make sure to install Lua plugins if enabledPřemysl Janouch2015-02-091-0/+5
|
* Make sure to link with libcryptoPřemysl Janouch2015-02-081-1/+1
| | | | Archlinux seems to have removed -lcrypto from libssl.pc.
* Fix Lua detectionPřemysl Janouch2015-01-211-1/+3
|
* Implement a Lua 5.3 plugin loader pluginPřemysl Janouch2015-01-181-1/+5
| | | | | | | | | Also implemented SOCKS detection in said language. There are probably going to be some bugs. The program is no longer Valgrind-clean, as that would require plugin deinitialization, in which there is very little point.
* Rewrite to use CMakePřemysl Janouch2015-01-171-0/+125
Now the project is at least installable. Added a LICENSE file. Likely about to implement Lua plugins.