bmanga

Results 26 issues of bmanga

Is there a way to use the library with gcc trunk where the coroutine header is not marked experimental? Currently it complains about the library including `` while in gcc...

Vc version / revision | Operating System | Compiler & Version | Compiler Flags | Assembler & Version | CPU ----------------------|------------------|--------------------|----------------|---------------------|---- 1.4.2 | Windows | Clang 12 | | |...

Vc version / revision | Operating System | Compiler & Version | Compiler Flags | Assembler & Version | CPU ----------------------|------------------|--------------------|----------------|---------------------|---- 1.4.2 | Windows | Visual Studio 22 | /permissive...

Hi, it seems that `nano::split_view` does not work as expected for a simple case (at least on gcc 8-9-trunk): ``` int main() { std::string words = "hello;world"; std::string delimiter =...

bug

### Package and Environment Details (include every applicable attribute) * Package Name/Version: boost_python/1.68.0@bincrafters/stable * Operating System+version: **Linux Ubuntu 18.04** * Compiler+version: **gcc-7.4** * Conan version: **conan 1.16.1** * Python version:...

bug

Package: gklib:arm64-android@2022-07-27#2 **Host Environment** - Host: x64-linux - Compiler: Clang 17.0.2 - vcpkg-tool version: 2023-12-12-1c9ec1978a6b0c2b39c9e9554a96e3e275f7556e vcpkg-scripts version: 5c5edf494 2024-02-15 (6 hours ago) **To Reproduce** `vcpkg install ` **Failure logs** ```...

Hi, I know this is not the officially supported way to run clvk, but I was trying to statically link the library (OpenCL-static) to my executable. Using the pre-compiled spirv...

This PR changes how/when the `gGlobalState` gets deleted. Instead of using `at_exit`, which destroys the object at the end of main, it uses the destructor a static global variable. I'm...

Hi, From my understanding the clvk global state is initialized on first demand, and it's destruction happens by registering a function to `atexit`. The problem arises where you have other...