Kyle Edwards

Results 7 issues of Kyle Edwards

When building Flex-generated code with clang scan-build, it complains about "Use of zero-allocated memory" when referencing `YY_CURRENT_BUFFER_LVALUE`. See [this build log](https://open.cdash.org/viewBuildError.php?type=1&buildid=5707465) for details. Obviously `YY_CURRENT_BUFFER_VALUE` won't (or shouldn't) be zero-allocated...

**Reasons for making this change:** CMake 3.19 added CMakePresets.json, which is intended to be version-controlled, and CMakeUserPresets.json, which should NOT be version-controlled. Add CMakeUserPresets.json to the gitignore. **Links to documentation...

This will configure bs_worker to allow network access inside the build. Please note that this is contingent on openSUSE/obs-build#555.

Backend

Rather than searching for -lpthread, use find_package(Threads) and use the imported target that it creates. Make sure to use threads in the test program as well.

**Describe the bug** When I use git-lfs to push to a pure-SSH endpoint, I see the following message: ``` Locking support detected on remote "local/ssh". Consider enabling it with: $...

bug

We're having an issue in VIAME with a process that uses Pytorch, which in turn uses the Python multiprocessing module. What we're seeing is that after the pipeline runner ends,...

clang-include-graph should have a JSON printer. This would enable external tooling to get the include graph of a translation unit in a machine-readable format. My use case for this is...