Tobias Schlüter

Results 5 issues of Tobias Schlüter

The driver documentation states > double vecAngularVelocity[ 3 ]; - The angular velocity of the device's tracking reference in driver world space, in radians per second. > Used for prediction...

This seems to be missing. With this, I can cross-build out of the box akin to ``` conan_cmake_run( SETTINGS ${settings} ENV ${conan_env} PROFILE_BUILD default PROFILE_HOST android REQUIRES boost/1.78.0 catch2/2.13.8 eigen/3.4.0...

For example https://godbolt.org/z/aMv65aPW8 Deep in the innards of Eigen 3.4.0 a large number of assignment operators are found to be viable. ```#include int f(Eigen::Matrix3f m, Eigen::Vector3f v) { Eigen::Vector3f v2...

### Description This is a behavioral change in nlohmann::json 3.11.3 compared to previous versions. Old code of mine started behaving differently. Output of the test program changed from: nlohmann::json 3.11.2...

kind: bug

The docs say that glfw asks that "all objects" be shared. This is misleading. Qualify this by making explicit that there are shareable (and thus non-shareable) objects.