cr icon indicating copy to clipboard operation
cr copied to clipboard

cr.h: A Simple C Hot Reload Header-only Library

Results 14 cr issues
Sort by recently updated
recently updated
newest added

On linux (elf), when we define a new `.section` add assign some variables to it, the `.state` section data gets mangled. I couldn't solve it yet, because I don't have...

Hi `fungos/cr`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

Not sure what I could be doing wrong, but really just following the README instructions, cloned the project, ran `./fips build`, it clones all the deps, and then fails ```...

Hi, Could you please clarify how does cr behave with threads? Suppose i launch some workers through `std::async()` and a plugin gets reloaded while a thread is running. Is this...