Alex2772
Alex2772
https://github.com/conan-io/conan/issues/330
If AUI would support multi configuration types as is, it basically means that it would have to resolve all dependencies for all 4 build types: Debug, Release, RelWithDebInfo and MinSizeRel....
Partially implemented for lldb
Partially implemented for gdb
# Issues While implementing AStringView I have encountered the following design issues: 1. Should use char16_t instead of wchar_t because size of wchar_t differs on Windows and Linux, causing incompatibility....
Another possible solution: store a global `std::unordered_map` from `const char*` to `const char16_t*`.
New options: - `NO_FIND_PACKAGE` disables `find_package` function call inside `auib_import` New functions: - `auib_find_package( ...)` - wraps `find_package` trying to find packages in `AUIB_IMPORT_NAME` imported dir. Example 1: ```cmake auib_import(MyLibrary...
Hi @Curculigo, The implementation might take a long time. Can you specify which components do you need in the first place? (eg, aui.core, aui.network, aui.views)
> > Hi @Curculigo, > > The implementation might take a long time. Can you specify which components do you need in the first place? (eg, aui.core, aui.network, aui.views) >...
Hi @Arcnor, Thank you for your interest! I saw your post, unfortunately I need some time to make a detailed answer, hopefully I'll do it on the weekend 🙏 For...