Alex Beimler
Alex Beimler
Add function to setup `-DCMAKE_TOOLCHAIN_FILE`/`-DVCPKG_TOOLCHAIN_FILE` and `include()` toolchain via `-DOPT_TARGET_TRIPLET:STRING=x64-mingw-dynamic` option. **Example:** ```cmake project_options( TARGET_TRIPLET "x64-mingw-dynamic" ) ``` or with cmake arguments: ```cmake # for custom toolchains cmake ... -DOPT_TOOLCHAIN_FILE:STRING="..."...
Hi, I was experimenting with gcc-mingw for ubuntu and cross-compiling. So I added [gcc-mingw-w64](https://packages.ubuntu.com/jammy/gcc-mingw-w64) into setup-cpp. It seems to work in a docker container and builds. `pnpm build && docker...
**Is your feature request related to a problem? Please describe.** I'm trying to make a (const) getter with `return m_container.service()`, but I get an Error: `error: no matching function for...
Build Error: ```bash In file included from /home/runner/work/ecs_benchmark/ecs_benchmark/build/_deps/mustache-src/src/mustache/ecs/system.cpp:1: Warning: /home/runner/work/ecs_benchmark/ecs_benchmark/build/_deps/mustache-src/src/mustache/ecs/system.hpp:27:10: warning: elaborated-type-specifier for a scoped enum must not use the ‘class’ keyword 27 | enum class SystemState : uint32_t {...
Similar to llvm, install [emscripten](https://emscripten.org/docs/getting_started/downloads.html#installation-instructions-using-the-emsdk-recommended) in `~/emscripten` (?) * [ ] Install on Linux * [ ] Ubuntu: `apt-get install emscripten` ? * [ ] Arch: https://archlinux.org/packages/community/x86_64/emscripten/ * [ ]...
Hi, I have found a "bug", if I switch On/Off the Server mode, my Character gets Level Up ... I understand why you need to do it, BUT if you...
Hi, I'm getting some errors while building with GCC 13. 1. In my other Project I'm getting the error: ```bash Error: /home/runner/work/ecs_benchmark/ecs_benchmark/build/_deps/mustache-src/src/mustache/ecs/system.hpp:27:28: error: found ‘:’ in nested-name-specifier, expected ‘::’ 27...
Hi, I can't build the example(s) on Windows with MSVC. Getting this Error: ```cpp src\mustache\utils\timer.cpp(14): error C2220: the following warning is treated as an error src\mustache\utils\timer.cpp(14): warning C4273: 'mustache::Timer::elapsed': inconsistent...
Hi, I am experiencing a compiler error when using emscripten (compiling to wasm) since the latest update. ```bash In file included from libs/fixed_containers/include/fixed_containers/fixed_circular_deque.hpp:4: In file included from libs/fixed_containers/include/fixed_containers/fixed_deque.hpp:14: libs/fixed_containers/include/fixed_containers/random_access_iterator.hpp:171:37: error:...