Fabrice de Gans

Results 47 comments of Fabrice de Gans

Hi, The tracking functionality was never ported from the original project at https://code.google.com/p/cvblob/ I will welcome pull requests on that feature.

I am not sure what you mean. There is a link to the research paper describing the algorithm used in the source code.

I made a PR to add `MSYSTEM`, `MSYSTEM_PREFIX` and edit `PATH` as suggested above. But really, I think the main issue here is that cmake should be invoked from within...

I would like to try my hand at implementing this. My thinking goes along those lines: 1. As a short-term fix, output an error when the runtime EGL version is...

Thanks for the comments, everyone. I'll try my best to address everything. > Sorry, but how do you intend to do it non-interactively (I assume it's meant to be non-interactive...

If anyone else is stumbling upon this bug as they are attempting to use a symbol server, this is now supported by `cppvsdbg`. The documentation is [here](https://code.visualstudio.com/docs/cpp/launch-json-reference#_symbol-options). For instance, you'll...

Test run: https://github.com/thebrowsercompany/swift-build/actions/runs/13188123501

Abandoning this approach. I have been working on supporting more recent CMake versions in `build.ps1` upstream and these changes will eventually roll into the new Configure CMake action.

> I'm not sure if we want to necessarily merge these into a single job, there is some value in the parallelism still. I was thinking more that we want...

The problematic include order is ` (ucrt) -> (_visualc_intrinsics) -> ... -> (_visualc_intrinsics) -> (ucrt)`. Windows SDK 10.0.26100.0 adds an include to `` in ``, this is why the issue...