Michael Forney
Michael Forney
I was wondering if there were any plans to add assembly or ELF object output support to MIR, or if that is out of the scope of the project. Although...
I noticed that MIR uses reserved identifiers throughout the codebase: - Names beginning with an underscore and capital letter are reserved for the implementation for *any* use ([C11 7.1.3p1](http://port70.net/~nsz/c/c11/n1570.html#7.1.3p1)). MIR...
This pull request fixes some issues I ran into when trying to build casync against musl libc (though not all, a few still remain). I believe these changes should be...
We should try to use BearSSL whenever possible. To do: - [ ] nginx OpenSSL code is mostly contained in one file. It seems possible, but difficult to port to...
TODO: - [ ] alsa-lib Needs VLAs. Port things to tinyalsa instead? - [ ] catgirl Needs wide string literals. - [ ] efivar - [ ] f2fs-tools - [...
This will allow users to install oasis alongside their existing operating system by setting `config.prefix=os.getenv('HOME')..'/oasis'`.
This is the main new feature in ninja 1.10. Documentation is here: https://github.com/ninja-build/ninja/blob/master/doc/manual.asciidoc#ref_dyndep
Since all the subdaemons communicate with sj using the same FIFO, I think the XML messages may be interleaved if any are larger than PIPE_BUF (POSIX says this could be...
### I did this Recently there's been a lot of changes around man pages concerning generation, installation, distribution, and build-by-default. First, here's my understanding of some automake variables used in...
The LICENSE file contains the GPLv3, but README.md says it is licensed under the AGPLv3. These two should be reconciled.