Jamie Walker
Jamie Walker
I'm trying to program add tags to an [RFiD reader](https://www.zipato.com/wp-content/uploads/2015/07/wt-rfid-Zipato-Mini-Keypad-RFiD-Z-Wave-User-Manual-v1.4.pdf). The device has ExposeRawUserCodes set to true, because the codes have non ascii characters in them, so I am trying...
The use-case we have for this is a (JNI) shared library where different source files use different compiler options. This is supported in the old software model by declaring multiple...
I've found two issues when trying to make a cpp-library build reproducible (i.e. produce the same binary output from the same source files): 1. The order of objectFiles in LinkerSpec...