Will
Will
Let's go some causal profiling! https://github.com/plasma-umass/coz These modern network-based projects are *exactly* where causal profilers succeed and traditional profilers fall a bit short. We'll need to set up some breakpoints...
This looks like a promising software suite. Need an extra hand to write some documentation? I didn't see too many comments in the source, otherwise I would have started there.
I'm eager to begin using this repo for myself — It's fascinating — but I just don't know where to start. My impression is that the best place to start...
You can use my library: https://github.com/e-dant/watcher I'd be happy to help work it in with you.
If we were to integrate my library fully, we'd create an extern block around the (only three) important symbols. The FFI is not strictly necessary. You could just leave the...
They would require superuser permissions and I would need to revive the `fanotify`-based adapter to be confident in that. `inotify`-based adapters will not work, and the naive fallback adapter would...
I don't see why this shouldn't work with `fanotify` and some sanity checks. I can estimate between 1 week and 1 month before I have this ready and running with...
Using `project_options` will do this, and other things, easily. Something like this will work: ``` FetchContent_Declare( _project_options URL "https://github.com/aminya/project_options/archive/refs/tags/v0.24.0.zip" DOWNLOAD_EXTRACT_TIMESTAMP ) FetchContent_MakeAvailable(_project_options) include("${_project_options_SOURCE_DIR}/Index.cmake") include("${_project_options_SOURCE_DIR}/src/DynamicProjectOptions.cmake") # run_vcpkg() should be called before...
Oops -- I misread. This won't put it in the conan center. Still might be worthwhile for an easier CMake experience, though.
## Update after testing ### SDL2 Tests #### To Reproduce SDL was compiled out-of-directory with CMake. Samples were compiled from source from SDL's github repo [here](https://github.com/libsdl-org/SDL). The source was unmodified...