Drew Hess
                                            Drew Hess
                                        
                                    Do you have a fix for the MIN macro on Windows?
Thanks. I'll get to these PRs you've made in the next few days.
Hi, what C compiler are you using? Also, if you could put the full compile log somewhere I can see it (e.g., gist.github.com), that would be helpful.
My C and C++ are rusty, but I can't think of any reason why the code in this project wouldn't be valid C++. I will see if I can find...
Indeed, C++ is pickier about typedefs that use the same name as an existing type, and also wants a few additional typecasts. Try this branch: https://github.com/dhess/c-ringbuf/tree/dhess/c++-fixes The tests will need...
It may work, depending on your compiler and your CPU architecture, but I would not depend on it. The only way to do this portably and safely would be to...
(Apparently C11 may make this possible as well? See https://github.com/dhess/c-ringbuf/pull/4)
There are many more changes than that required to guarantee that this implementation will work in a multi-threaded program, I’m afraid. It may happen to work for you on a...
@greearb Thanks for the quick reply. It would be a bit of a PITA. Is there a particular commit in OpenWRT master that you think might fix this issue? *edit*...
OK, I've tested this with tonight's snapshot: ``` [ 14.452751] ath10k_pci 0000:01:00.0: assign IRQ: got 35 [ 14.452773] ath10k 5.1 driver, optimized for CT firmware, probing pci device: 0x46. [...