Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a CMake module for icon conversions | Přemysl Eric Janouch | 2024-02-10 | 2 | -4/+44 |
| | |||||
* | CMakeLists.txt: declare compatibility with 3.27 | Přemysl Eric Janouch | 2023-08-01 | 1 | -1/+1 |
| | | | | Sadly, the 3.5 deprecation warning doesn't go away after this. | ||||
* | MPD client: fix build on OpenIndiana | Přemysl Eric Janouch | 2023-07-24 | 1 | -5/+5 |
| | |||||
* | Find ncursesw on OpenIndiana | Přemysl Eric Janouch | 2023-07-24 | 1 | -1/+1 |
| | |||||
* | lxdrgen-cpp-win32: fix return value handling | Přemysl Eric Janouch | 2023-07-10 | 1 | -2/+2 |
| | |||||
* | Add a C++ backend for LibertyXDR | Přemysl Eric Janouch | 2023-07-07 | 13 | -12/+638 |
| | | | | | Also change the C backend so that it also de/serializes unions without any other fields besides the tag. | ||||
* | lxdrgen-swift: fix prefix handling | Přemysl Eric Janouch | 2023-07-06 | 1 | -13/+14 |
| | | | | "Any prefix will work, so long as it's 'Relay'." | ||||
* | lxdrgen-swift: fix warnings with exhaustive unions | Přemysl Eric Janouch | 2023-07-06 | 6 | -12/+23 |
| | |||||
* | Add a Swift backend for LibertyXDR | Přemysl Eric Janouch | 2023-07-06 | 5 | -12/+298 |
| | |||||
* | CMakeLists.txt: link properly | Přemysl Eric Janouch | 2023-07-04 | 1 | -1/+1 |
| | |||||
* | liberty-xui: fix build on systems without A_ITALIC | Přemysl Eric Janouch | 2023-07-04 | 1 | -1/+2 |
| | |||||
* | lxdrgen: fix decapitalization | Přemysl Eric Janouch | 2023-06-28 | 1 | -3/+4 |
| | | | | | decapitalize() is typically called on snaketocamel() output, which always makes the first letter uppercase. | ||||
* | liberty-xui: fix a build warning | Přemysl Eric Janouch | 2023-06-28 | 1 | -2/+2 |
| | | | | On macOS, TIOCGWINSZ seems to be defined earlier. | ||||
* | Fix a CMake warning | Přemysl Eric Janouch | 2023-06-20 | 1 | -1/+1 |
| | |||||
* | Turn liberty-tui into a terminal/X11 hybrid | Přemysl Eric Janouch | 2023-06-19 | 4 | -292/+2198 |
| | | | | Importing code from nncmpp, adjusting it to work with hex as well. | ||||
* | Parse block attribute list lines | Přemysl Eric Janouch | 2023-06-11 | 1 | -3/+55 |
| | | | | This code is of strategic importance, but its output is so far unused. | ||||
* | asciiman: improve attribute handling | Přemysl Eric Janouch | 2022-10-09 | 1 | -21/+24 |
| | |||||
* | asciiman: fixes, improve mandoc compatibility | Přemysl Eric Janouch | 2022-10-09 | 2 | -12/+36 |
| | |||||
* | Improve documentation | Přemysl Eric Janouch | 2022-10-04 | 2 | -8/+9 |
| | |||||
* | asciiman: support attribute passing | Přemysl Eric Janouch | 2022-09-30 | 1 | -5/+16 |
| | |||||
* | asciiman: render libertyxdr.adoc properly | Přemysl Eric Janouch | 2022-09-30 | 1 | -30/+27 |
| | |||||
* | Document the recently added scripts | Přemysl Eric Janouch | 2022-09-30 | 4 | -18/+155 |
| | |||||
* | Import protocol code generator from xK, add tests | Přemysl Eric Janouch | 2022-09-30 | 8 | -0/+1608 |
| | | | | | | Also add a VIM syntax highlighting file. This also fixes some previously untriggered bugs. | ||||
* | cmake-parser: clean up | Přemysl Eric Janouch | 2022-09-28 | 1 | -35/+37 |
| | |||||
* | Add a rudimentary CMake script parser | Přemysl Eric Janouch | 2022-09-27 | 3 | -0/+278 |
| | |||||
* | asciiman: fix the first line of output | Přemysl Eric Janouch | 2022-09-25 | 1 | -1/+1 |
| | |||||
* | asciiman: improve command escaping | Přemysl Eric Janouch | 2022-09-25 | 1 | -4/+10 |
| | |||||
* | Add a stupid AsciiDoc to manual page converter | Přemysl Eric Janouch | 2022-09-25 | 1 | -0/+231 |
| | | | | Most of my projects that could need it make use of liberty. | ||||
* | Allow for overriding feature test macros | Přemysl Eric Janouch | 2022-09-11 | 1 | -1/+6 |
| | |||||
* | Add some consts to function arguments | Přemysl Eric Janouch | 2022-09-01 | 1 | -2/+2 |
| | |||||
* | Fix up the PEG change from the last commit | Přemysl Eric Janouch | 2022-08-14 | 1 | -2/+2 |
| | | | | This is not a regular expression. | ||||
* | Extend string syntax in config | Přemysl Eric Janouch | 2022-08-14 | 3 | -9/+52 |
| | | | | And actually test the results of string parsing. | ||||
* | Remove pointless, wrong constant | Přemysl Eric Janouch | 2021-12-18 | 1 | -1/+0 |
| | | | | C99 allows trailing commas. | ||||
* | Import libpulse poller integration, add tests | Přemysl Eric Janouch | 2021-11-07 | 3 | -2/+487 |
| | |||||
* | Update .gitignore | Přemysl Eric Janouch | 2021-10-30 | 1 | -0/+2 |
| | |||||
* | Add clang-format configuration, clean up | Přemysl Eric Janouch | 2021-10-30 | 3 | -2/+33 |
| | |||||
* | Use kqueue on Darwin as well | Přemysl Eric Janouch | 2021-09-29 | 1 | -4/+3 |
| | | | | | | | | | | Since poll() is implemented in terms of kqueue() there, it doesn't seem like this could have improved anything. Besides man 3 ev, libevent code, and [1], I haven't managed to find much relevant information. [1] https://daniel.haxx.se/blog/2016/10/11/poll-on-mac-10-12-is-broken/ | ||||
* | Ignore empty XDG_*_DIRS env. variables | Přemysl Eric Janouch | 2021-09-26 | 1 | -2/+2 |
| | | | | | | | | As the specification says we should. GLib does this as well. It is still possible to achieve an empty set by using ":", which are two non-absolute paths that should be ignored. GLib doesn't implement this. Thus, we're now better than GLib. | ||||
* | Escape DEL character in config_item_write_string() | Přemysl Eric Janouch | 2020-10-31 | 1 | -7/+9 |
| | |||||
* | CMakeLists.txt: omit end{if,foreach} expressions | Přemysl Eric Janouch | 2020-10-29 | 1 | -5/+5 |
| | | | | Their usefulness was almost negative. | ||||
* | CMakeLists.txt: clean up OpenBSD support | Přemysl Eric Janouch | 2020-10-29 | 1 | -2/+0 |
| | | | | A few things might have changed. | ||||
* | Don't suppress -Wimplicit-fallthrough | Přemysl Eric Janouch | 2020-10-26 | 1 | -1/+1 |
| | | | | Might have already been resolved by: 9494e8e da75b6f | ||||
* | Fix validation of overlong UTF-8 | Přemysl Eric Janouch | 2020-10-24 | 2 | -8/+6 |
| | | | | | It was too strict and Egyptian dicks didn't want to pass, so we'll do it half-arsedly for a subset. | ||||
* | Fix config PEG grammar to match strtoll() | Přemysl Eric Janouch | 2020-10-24 | 1 | -1/+1 |
| | |||||
* | Split out utf8_validate_cp(), adhere to RFC 3629 | Přemysl Eric Janouch | 2020-10-21 | 1 | -1/+8 |
| | |||||
* | Reject overlong UTF-8 sequences | Přemysl Eric Janouch | 2020-10-21 | 2 | -4/+11 |
| | |||||
* | Fix optional arguments in --help output | Přemysl Eric Janouch | 2020-10-13 | 1 | -1/+1 |
| | | | | An equals sign is necessary. | ||||
* | Improve the UTF-8 API | Přemysl Eric Janouch | 2020-10-12 | 2 | -29/+30 |
| | | | | We need to be able to detect partial sequences. | ||||
* | Fix a memory leak in mpd_client_parse_line() | Přemysl Eric Janouch | 2020-10-12 | 1 | -4/+3 |
| | |||||
* | Import configuration test from degesch | Přemysl Eric Janouch | 2020-10-12 | 1 | -0/+73 |
| |