Gavin

Results 27 comments of Gavin

Its easy to work around if you know that ImU64 will not be the same as a uint64_t. I replaced my code with the following ```c++ if constexpr( std::is_unsigned_v &&...

Hi, I was looking for a feature like this as well. My main reason, like OP said is to run an application with full access to my HOME folder, but...

Hi @memsharded , just found this request since I was tinkering with zig. I wanted to build a small project using zig's C++ compiler mostly because it allows me to...

Ahh thank you for the info. I ended up getting it to work by creating a `zig` profile: ``` [settings] os=Linux arch=x86_64 compiler=clang compiler.version=18 compiler.libcxx=libstdc++11 build_type=Release [buildenv] CC="/usr/bin/zigcc" CXX="/usr/bin/zigpp" ```...

> * The approach above does not distinguish binaries created with `clang` or `zig`. It will have identical `package_id` for both and consider them fully compatible. Conan has several mechanisms...

Hi Smcv, There are two immediate use cases that I was experimenting with ## Single Binary (appimage style) Executables I wanted to create a single-file shell+squasfs executable similar to how...

> @GavinNL did you ever get this figured out? Hi @ryanabx , no, I did not get this figured out. I think I would require the feature request to be...