context
context copied to clipboard
Another piece is missing for x32 build support
* GHA ubuntu-18.04 image is no longer available -> switch to docker container. * arm64 multiarch docker container contains outdated sign keys because their deployment CI is broken -> switch...
This fixes accidental duplication introduced in https://github.com/boostorg/context/pull/248
Boost 1.84 CMake 3.28.3 Visual Studio 2022 17.9.2 Ninja 1.11.1 This is building Boost Context on a ARM64 machine. Not x-compiling. ### Description Failure to assemble ARM64 code: ``` [0/2]...
Although #213, accepted in #184, did apparently fix part of the problem, Boost.Context's own example programs still segfault due to the `_XOPEN_SOURCE` issue described in that pull request: if a...
We are in the process of making B2 build changes to all of the B2 build files to support "modular" consumption of the Boost Libraries by users. See this list...
In a couple of recent PRs I have made some fixes to Darwin PPC assembler here (nothing big, just fixing which was actually breaking the build), which fixed _building_ of...
Our project (https://github.com/DARMA-tasking/vt) uses Boost context for our task-based runtime system for scientific applications in HPC. Recently, we found a bug in a scientific application that uses our library after...
https://github.com/boostorg/context/blob/fb0f3eab4d14ce2de4cf3a5446c8a0f735a9282d/include/boost/context/detail/config.hpp#L33-L35 defines `BOOST_USE_UCONTEXT` on Cygwin. This causes Fiber to fail to build, because it tries to use ucontext, but Context is built with fcontext. If Context is built with ucontext...
Is WebAssembly (WASM) (https://webassembly.org/) supported? C++ to WASM can be used via https://emscripten.org/.