aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMakeLists.txt: declare compatibility with 3.27origin/masterPř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-6/+7
|
* CMakeLists.txt: fix OpenBSD buildPřemysl Eric Janouch2023-07-041-6/+5
| | | | Note that we still don't use link_directories() as often as we should.
* CMakeLists.txt: fix build on macOSPřemysl Eric Janouch2023-07-041-0/+2
|
* Bump liberty, improve fallback manual page outputPřemysl Eric Janouch2022-10-091-2/+3
|
* Bump liberty, make use of its new asciiman.awkPřemysl Eric Janouch2022-09-251-1/+9
|
* Build with AsciiDoc as well as AsciidoctorPřemysl Eric Janouch2022-08-241-9/+20
|
* FindLibEV.cmake: synchronisePřemysl Eric Janouch2021-10-301-2/+2
|
* CMakeLists.txt: fix copy-pasted variable namePřemysl Eric Janouch2020-10-301-2/+2
|
* CMakeLists.txt: make this build in OpenBSDPřemysl Eric Janouch2020-10-301-1/+19
|
* CMakeLists.txt: omit end{if,foreach} expressionsPřemysl Eric Janouch2020-10-301-7/+7
| | | | Their usefulness was almost negative.
* Bump minimum CMake version to 3.0Přemysl Eric Janouch2020-10-301-18/+6
| | | | A nice, round number. This allows us to remove some boilerplate.
* CMakeLists.txt: fix an outdated commentPřemysl Eric Janouch2020-10-301-1/+1
|
* This software is no longer simplePřemysl Eric Janouch2020-10-141-2/+1
|
* Bump version, update NEWSv1.1.0Přemysl Eric Janouch2020-10-131-1/+1
|
* Make a release, create NEWSv1.0.0Přemysl Eric Janouch2020-09-051-2/+2
|
* Write a nice new man page in AsciiDocPřemysl Eric Janouch2020-09-051-8/+11
| | | | | | | | | Taking some preliminary steps for inclusion in Linux distributions. The help message has been slightly improved and the README extended, with part of it now residing in the man page. One less GNU dependency, for what it's worth.
* Name changePřemysl Eric Janouch2020-09-011-2/+2
|
* Merge in a JSON-RPC 2.0 test serverPřemysl Janouch2018-10-181-0/+10
|\
| * demo-json-rpc-server -> json-rpc-test-serveracid/masterPřemysl Janouch2018-10-181-3/+3
| |
| * 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
| |
| * Steady progressPřemysl Janouch2015-03-151-1/+2
| | | | | | | | | | | | | | Started parsing Content-Type properly after studying the HTTP RFC for a significant period of time. Some further WebSockets stuff.
| * Some intial WebSockets codePřemysl Janouch2015-03-091-2/+3
| |
| * Steady progressPřemysl Janouch2015-03-081-2/+5
| | | | | | | | | | | | | | Added static content serving with sane content type detection. Started working on WebSockets (meanwhile neither SCGI or FastCGI is finished and almost nothing has been tested).
| * Initial commitPřemysl Janouch2015-03-021-0/+83
| | | | | | Not even the demo is able to compile yet. I'm just tracking my progress.
* 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.
* Bump liberty, fix GNUC detection, update READMEPřemysl Janouch2018-04-161-2/+2
|
* Fix OpenSSL 1.1 compatibilityPřemysl Janouch2017-01-251-0/+2
|
* Add and install json-format.plPřemysl Janouch2017-01-251-0/+1
| | | | Seemed somewhat related to what this program does.
* Fix CMakeLists.txtPřemysl Janouch2016-03-101-2/+3
|
* Rewrite the input layerPřemysl Janouch2015-12-251-1/+18
| | | | Now we also support libedit for the backend.
* Stubplement WebSocketsPřemysl Janouch2015-03-291-3/+6
|
* Not so trivial anymorePřemysl Janouch2015-03-231-1/+1
| | | | | | We're gonna implement WebSockets soon, so make appropriate changes to texts. Updated copyright in LICENSE.
* Move to libertyPřemysl Janouch2015-02-281-3/+3
|
* Also build with ncursesw onlyPřemysl Janouch2015-02-221-5/+15
|
* Add support for attributed outputPřemysl Janouch2015-02-221-2/+4
| | | | Colours, colours, colours. Configurable.
* Rewrite to use utils.c from ponymapPřemysl Janouch2015-02-221-1/+5
| | | | I'm starting to get tired of repeatingly doing this.
* Add manpage generation, update READMEPřemysl Janouch2015-02-141-1/+24
|
* Convert to CMake, fix terminal resize behaviourPřemysl Janouch2014-11-181-0/+56
Fucking terminals, always broken in one way or another. For future reference, libedit acts even worse than readline.