JanosGit

Results 30 issues of JanosGit

While trying to integrate RTNeural into a larger project that already has some dependencies, including Eigen, I wanted to find out which Eigen version is bundled in this repository. Looking...

I ran into a compile error here when attempting to build the unit tests with a recent Xcode version. Seems like the compiler attempted to instantiate the function template with...

This happened e.g. with `MagToDb` and `DbToMag`. A current quick fix is in place but that's a rather convoluted and non-generic workaround

bug

There were some issues that were not covered by the tests. These tests failed before deleting the default assignment operator ```c++ TEST_CASE ("Span assignments") { vctr::Array a (0); vctr::Array b...

clang 15 based Linux runners have temporarily been disabled

bug
actions

This includes: - Agreeing on a common expression implementation style in terms of function order, separator comments - Specify a coding style in a dedicated document - Rename all uppercase...