Results 144 comments of Alex2772

Google for some reason rejects to crawl the doc pages deeper. I've added some pages manually: - Main page - Class list - Examples These appear in search results, however,...

Hi, Do I understand correctly, are you trying to address this issue? ```cpp #include #include int main() { std::vector ints = {1, 3, 4}; std::move(ints) | std::views::filter([](int i) { return...

Is this a warning? Is this a fatal error? Is this a bug? Is this a FEATURE?

Still provides `AUI_DECLARATIVE_FOR` for unrelated pages. Use search bar

https://github.com/xmake-io/xmake-repo/pull/7686

@luadebug can you please make up a small example of an aui application with xmake build system and submit it to examples folder?

https://github.com/xmake-io/xmake/issues/1454

clang + -ftime-trace Cmdline: ``` /usr/bin/clang++ -DAPI_AUI_CORE=AUI_IMPORT -DAPI_AUI_IMAGE=AUI_IMPORT -DAPI_AUI_VIEWS=AUI_IMPORT -DAPI_AUI_XML=AUI_IMPORT -DAUI_ARCH_ARM_64=0 -DAUI_ARCH_ARM_V7=0 -DAUI_ARCH_X86=0 -DAUI_ARCH_X86_64=1 -DAUI_CATCH_UNHANDLED=1 -DAUI_CMAKE_PROJECT_VERSION= -DAUI_COMPILER_CLANG=1 -DAUI_COMPILER_GCC=0 -DAUI_COMPILER_MSVC=0 -DAUI_DEBUG=0 -DAUI_ENABLE_DEATH_TESTS=1 -DAUI_MODULE_NAME=aui.example.contacts -DAUI_PLATFORM_ANDROID=0 -DAUI_PLATFORM_APPLE=0 -DAUI_PLATFORM_EMSCRIPTEN=0 -DAUI_PLATFORM_IOS=0 -DAUI_PLATFORM_LINUX=1 -DAUI_PLATFORM_MACOS=0 -DAUI_PLATFORM_UNIX=1 -DAUI_PLATFORM_WIN=0...

Same file as above: Without pch: 17s With pch: 12s `-g` flag omitted: 10s not such a big deal.