-
We're using the [android-cmake "toolchain file"](https://github.com/taka-no-me/android-cmake) to build CMake-based software using the NDK. It parses `RELEASE.TXT` to extract the NDK version. However, …
-
We can still build it, but we should search for an existing (host) version to use in plugin building instead.
-
All of the VR code needs to stop setting global functions and variables, and keep everything inside a generic HMD class ideally. In its current state, no matter if all of the licensing issues are reso…
-
The export(EXPORT ... command is not understood on the standard version of Cmake installed on Ubuntu 14.04, which is version 2.8.12.2, even though it claims to work on 2.8.12. It does work under vers…
-
In a server where something might happen that takes a while in the mainloop (in my case, OSVR server running a hardware autodetect to pick up the Hydra, which has a slightly lengthy startup process), …
-
Dodge the issue of CI authentication for now. Following this, should update the Getting Started with Core Dev wiki page accordingly.
-
Sample case is the YEI tracker: we have a VID/PID, want to look up the port so this can be autodetected instead of manually configured.
-
cc @russell-taylor who knows more about the circumstances since it's his machine.
Bug is presumably in https://github.com/rpavlik/cmake-modules/blob/master/FindMarkdown.cmake - perhaps there are spec…
-
Dodge the issue of CI authentication for now. Following this, should update the Getting Started with Core Dev wiki page accordingly.
-
As part of path tree, we now have the fundamentals to easily expose a better way of accessing external VRPN servers - device nodes contain the device name and server. For OSVR-managed devices these ar…