Results 110 issues of Alex2772

This is healthy behaviour of aui.boot; however, it misleads newcomers into thinking that build is stuck. After [logging about building](https://github.com/aui-framework/aui/blob/f6a83191637d4be02293b99770dc5812d6bcfc54/aui.boot.cmake#L994), `aui.boot` invokes build procedure by subsequent `execute_process` call, which is...

cmake

The existing solution sort of works, but it's very fragile system. The current architecture described [here](https://aui-framework.github.io/develop/md_docs_2Contributing_01to_01AUI.html#documentation-generation). In short, we have doxygen executable which is a de facto standard documentation generator...

documentation

I want anything related to AUI in code snippets have respective links to pages with description, as well as instant preview from #575.

documentation

Add an HTML-level links validation plugin and fix issues if any.

documentation

At this moment, `mkdocs --serve` requires around half a minute to fully rebuild docs on my machine. I want this time lower, as well as fix of live preview of...

documentation

Binaries produced with AUI are overwhelmingly large. A debug build of aui.views produces around 100-200mb of binary. The issue is related to excessive usage of template instantiation (#541), most notably...

- framework adoption - [x] https://github.com/xmake-io/xmake-repo/pull/7686 (`v7.1.2`) - [x] #527 - [ ] [AUI_PLATFORM_* macros](https://github.com/aui-framework/aui/pull/534#discussion_r2241545788) https://github.com/xmake-io/xmake-repo/pull/7808 - [ ] GLEW imported as a shared library, importing as a static library...

As the project grows, the build times too. Due to my insane love for template metaprogramming, it contributes to build times, too. A cpp file that includes AForEachUI.h compiles considerably...

### What happened? ### Relevant log output or stack trace ```shell ``` ### Steps to reproduce ```bash 1. Ctrl+F12 2. Try to scroll ``` ### Affected Platforms _No response_ ###...