Vladimir Gladkov

Results 14 comments of Vladimir Gladkov

Hi, Apologies for the late reply. You are right, to support a new language, a new set of frames should be prepared. Modifications of the C++ portion *might* be required,...

Thank you, I'm glad you like the tool! There are no settings for what you ask -- file compounds and program listings are currently ignored :( But Doxyrest can be...

Modifications of C++ is required in this case (file compounds are just not exported to Lua frames at the moment). Something like ``m_fileArray`` should be added to [Module](https://github.com/vovkos/doxyrest/blob/master/src/Module.h#L466), then [CompoundDefType](https://github.com/vovkos/doxyrest/blob/master/src/DoxyXmlType.cpp#L246)...

I believe @loebl already added support for PlantUml and other diagrams a while ago. Could you please share an MWE to demonstrate the issue? That would be great. Or the...

Oh, I see. Thanks! In any case, a real-life project to work with would help a lot.

> What kind of USB HID device is showing such problem? I can't quite put my finger on what exactly triggers this behaviour, but here's an example (Windows10 Pro 21H2,...

> Is this causing un undefined behavior (like reading uninitialized memory) or just is it more a security consern (getting data from some buffer in the memory which we wheren't...

The `windows-cmake` check still fails, but it has nothing to do with this PR (compilation errors in `hid_report_reconstructor_test`)

On Windows & macOS, this allows getting device descriptors (manufacturer, product name, serial number) without actually opening the corresponding `libusb_device`. Opening a device *just to get information* is not really...

As I said, it's not *only* about retrieving string descriptors without opening a device. Being able to find the original node in the system device tree is generally helpful. OK,...