libsathelper icon indicating copy to clipboard operation
libsathelper copied to clipboard

SatHelper Library for use on Satellite Projects

Results 2 libsathelper issues
Sort by recently updated
recently updated
newest added

`../gits/libsathelper/src/extensions.cpp:20:20: error: ambiguating new declaration of ‘long long unsigned int _xgetbv(unsigned int)’ 20 | unsigned long long _xgetbv(unsigned int index) { | ^~~~~~~ In file included from /usr/lib/gcc/x86_64-redhat-linux/9/include/immintrin.h:43, from ...gits/libsathelper/src/extensions.cpp:11:...

Just noticed when doing the SpyServer after some overflow messages on CircularBuffer class the app was crashing. For a temporary fix I removed the CircularBuffer from Frontends (that should be...

bug