Ethin Probst

Results 128 issues of Ethin Probst

Would it be possible to add a `subdir` kwarg to `cmake.subproject` to specify where a project's `CMakeLists.txt` file is? This would greatly simplify using CMake projects that have non-conventional project...

I'm using the openssl wrap but I need it for a CMake dependency. The problem is that CMake can't find it even though I've `dependency()`'d it. An example snippet from...

module:cmake

I'm not sure how complicated this would be, but if it's possible I think it would be great if this library implemented some of the handshake patterns in the Noise...

Package: pkgconf:[email protected] **Host Environment** - Host: x64-windows - Compiler: MSVC 19.41.34120.0 - vcpkg-tool version: 2024-09-30-ab8988503c7cffabfd440b243a383c0a352a023d vcpkg-scripts version: d567b667a 2024-10-19 (22 hours ago) **To Reproduce** `vcpkg install bullet3[multithreading,extras,rtti] bzip2[*] curl[brotli,c-ares,http2,non-http,gsasl,idn2,ssl,websockets,zstd] enet[*]...

Currently there is no top-level CMakeLists.txt file. That makes it difficult to use for non-CMake build systems like Meson. It would be nice if this were included.

Has anyone considered adding the grammar for Ada 2022? I'm not positive precisely what all the differences are (there are some new keywords and definitely some syntactic rules). I found...

ada

@stcarrez Would it be possible to have a winhttp back-end for HTTP in utilada? According to version 2.7.0, AWS 24 is broken on Windows, and though cURL sort-of works, it...

### Xmake Version 2.9.8+HEAD.13fc39238 ### Operating System Version and Architecture Windows 10 21H2 (AMD64) build 19044.5487 ### Describe Bug When you add a custom package that then depends on a...

bug

It'd be really cool if this had a Python module. I'd develop one but I'm not certain how to do the template argument expansions and such. But pybind11 would make...

Is it possible to interrupt execution to call another function, and then resume execution of the old function? I.e., in a game loop, I might want to do this. (I...