gotnone
gotnone
I have been playing around with rangeless as a faster compiling alternative to std::ranges and ranges-v3. I have been getting some compiler warnings that there are redundant or pessimizing moves...
I am trying to write a parser using CppCmb that will match N characters. I see that there are operators for matching zero or many (*) and one or many...
The `default.required.rc.od` modifier seems to be broken in the current build. It does not allow variables which have been modified in targets using appendln or replaceln to actually propagate upward...
This resolves the ability to get the device path from hid_device pointer issue in #163 Add a new hid_get_path function to the API. This adds a new path member to...
Assuming the manufacturer of a device did not use serial_numbers to make particular hid devices unique. Is there a way to uniquely map from a given already open hid_device opaque...
What kind of issue is this? - [X] **PlatformIO Core**. If you’ve found a bug, please provide an information below. ------------------------------------------------------------------ ### Configuration Windows 10 PlatformIO Core, version 5.2.5 Custom...
Here is a preliminary attempt to fix #73
I have a use case where a microcontroller library has non-copyable type for timers. Unfortunately, the library has not created a move constructor for this type either. Several higher level...
**Describe the bug** arv-acquisiton-test fails to pop a buffer on several windows machines. This behavior can be generalized to any of the arv_stream_*_pop_buffer functions. Strangely, it works on another windows...
**Is your feature request related to a problem? Please describe.** Currently arv_debug_print_infos() is contained in the header `arvdebugprivate.h`. It is not available to end users in the PkgConfig includes directories...