Raziel Alphadios

Results 13 issues of Raziel Alphadios

I would expect any of the given flags to change what openSSL .lib file Poco looks for, or, in the case of POCO_NO_AUTOMATIC_LIBS, stop it from looking for it automatically...

Would there be any interest in 32bit support for the library? I am aware that some features (primarily anything relying on marked_ptr) cannot compile/run on 32bit, but as far as...

The provided msvc projects (for VS 2019, at least) are using /GL and /LTCG (Whole program optimization and link-time code generation) in release configurations, currently. This is a bit of...

windows

In a lot of use cases for frozen, such as enum-to-string mappings, it feels like it would be very useful to have the option for looking up values from either...

Specify library name and version: **async_simple/1.3** This quite heavily modifies the recipe to support non-header-only-mode (only on not windows, since the only reason to compile it is for uthread, which...

A bit of an odd one as it seems weirdly specific. Given a relatively simple repro such as: ```c++ struct kTest { int a, b; bool operator==(const kTest&) const =...

enhancement

Windows, scnlib 3.0.1, msvc latest. Repeated calls to prompt seem to return/start with the whitespace from the previous call. For example: ```c++ #include #include int main(int argc, char* argv[]) {...

Tested on msvc, glaze 3.1.9, 3.2.1 and 3.2.5 Given code such as ```c++ #include #include "glaze-3.2.5/include/glaze/glaze.hpp" struct FirstStruct { int64_t MyVar {}; }; struct SecondStruct { int64_t OtherVar{}; }; int...

duplicate
enhancement

scnlib 4.0.1 Take for example this simple test code: ``` #include #include #include int main() { auto scanResult = scn::scan( "TEST.32.bar", "TEST.{}.{}"); if (!scanResult) { std::cout

I've opened a [PR in conan-center-index](https://github.com/conan-io/conan-center-index/pull/26692) to add xenium to conancenter, making it easily added to projects using the conan package manager. However, since I've noticed there have been quite...