EmergReanimator

Results 8 issues of EmergReanimator

"Number of threads to use" settings are bieng disabled as soon as "Check for all known issues (all)" checkbox is marked. Affected version 1.1.1, 6e59275

bug

"Follow system-defined includes (taken from CDT settings)" and "Follow user-defined includes (taken from CDT settings)" have no effect when plugin used within Eclipse 2019.09 Affected version 1.1.1, 6e59275

Under certain circumstances other than POSIX slash path delimiter is required. One of the use cases is backward compatibility in legacy environment as replacement for FAT file system.

enhancement
needs minor version

It would be great to have the full `abs` function set for compatibility purpose with standard library. https://en.cppreference.com/w/cpp/numeric/math/fabs

There is a small bug in configuration parser. It causes an assertion failure like one at the bottom. The reason to assert is single whitespace between checkbox entry name and...

Hi, It would be great if key-identifier option could be supported by CMSIS configuration wizard Version 2.6.0 seems to be lack of that feature. https://www.keil.com/pack/doc/CMSIS/Pack/html/configWizard.html#configWizard_annotations Option with identifier selection replacing...

ERROR:active-user:ServerError(https://admin.fedoraproject.org/accounts/json/person_by_username, -1, Request timed out after 120.0 seconds)

https://en.cppreference.com/w/cpp/numeric/math/atan2 ```c++ // Define a small epsilon for floating-point comparisons const double EPSILON = 1e-5; #if (CONFIG_USE_GCEM) namespace math { float atan2f(float y, float x) { return gcem::atan2(x,y); } }...