Orvid King

Results 132 comments of Orvid King

CentOS 7 uses OpenSSL 1.0.2 for its system openssl. In order to use the copy of OpenSSL 1.1.1 that's provided by the `openssl11` package, you'll need to pass the path...

What version of GCC or clang are you compiling with?

Could you see if either of these solve the issue? I suspect `SIGSTKSZ` is explicitly unsigned on some systems which is causing confusion when trying to infer the type of...

The portability layer here is intended primarily to port other projects, rather than folly itself, so we try to maintain at least the appearance of the standard version of the...

The .cpp changes here should have no affect, and the config changes don't make sense. If `clock_gettime` is not accessible via `time.h`, `pipe2` is not in `unistd.h`, and `accept4` is...

In general the fixes for clock_gettime on apple platforms have been a bit complicated, but hopefully @chadaustin has some idea if this would be the right fix for iOS.

The code for Caprica hasn't been touched in > 2.5 years at this point, and I'd strongly recommend using the official Papyrus compiler included in the Creation Kit rather than...

I'm gonna be honest, I have no idea what state the code in master is in, I can say for certain though that the only compile style it supports is...

This is largely a result of how Caprica implements compilation... In theory it's possible to fix, but is non-trivial gen Caprica's design :(

In what context? I can certainly add a warning for unused variables on scripts, as well as unused locals in functions, but unused properties would require checking to see if...