Fabian Seidl

Results 4 comments of Fabian Seidl

**Merge Container class functionality with Widget class to simplify widget hierarchies management** I guess you propose making Widgets work with STL containers and \ ? **Add events processing to Widget...

I have added several sanitizers, clang-tidy to my [draft](https://github.com/sourcehold/Sourcehold/pull/45). You can check the [cmake](https://github.com/skrax/Sourcehold/tree/skrax-master/cmake) directory and the main [CMakeLists.txt](https://github.com/skrax/Sourcehold/blob/skrax-master/CMakeLists.txt) for changes

Yes. It's a bit annoying, because of cxxopts and ghc_filesystem warnings. I had to add diagnostic guards to skip over them. Might not work on MSVC, so no PR.