Thijs Withaar
Thijs Withaar
This defines a cmake package, such that 'make package' will create an package or installer which can be removed from the system. It also fixes a linker error (multiple definitions...
When testing on linux, sample code runs fine on host (host_selector), but not on any OpenCL device (cpu_selector). Not sure if it's a mistake on my side, or if it's...
When scanning for cell towers, the app only shows and logs the one the phone is currently connected to. According to http://stackoverflow.com/a/39504564/673137, the API for neighbouring cells has changed on...
Hi, I came across https://github.com/ssvb/xf86-video-sunxifb/issues/11 This PR makes the warning in the config.log dissappear for me. Since I typed it in anyway, I thought I'd just as well make a...
The current build scripts require root access, since LLVM's SPIRV is installed during the build. This PR enables CPACK, and allows everything to build without root access. Having packages instead...