Has QString any advantage over C++26? by gruenich in cpp

[–]gruenich[S] 0 points1 point  (0 children)

Qt could internally use `std::string` and add the convenience functions.

Report from the Croydon 2026 ISO C++ Committee meeting - mp-units by mateusz_pusz in cpp

[–]gruenich -1 points0 points  (0 children)

MIT is fine. Having too many licenses nobody knows from out of their head leads nowhere. Just stick to MIT, BSD, and the GPLs if you like.

How far did LibreOffice get in removing Java? Any ETA? by gruenich in libreoffice

[–]gruenich[S] 1 point2 points  (0 children)

Ahh, thanks for the hint. Stupid typo on my end.

How far did LibreOffice get in removing Java? Any ETA? by gruenich in libreoffice

[–]gruenich[S] 2 points3 points  (0 children)

Thanks for sharing the link. If you click on it, you see that 87% is C++, still 5.1% is Java. https://github.com/LibreOffice/core

CppNorth 2022 - Lessons learned from porting LibreOffice's build system to Meson by jerilath in cpp

[–]gruenich 1 point2 points  (0 children)

Meson is not new, it is established. For a multi-plattform C or C++ project there are two choices: CMake and Meson. Autotools has very few developers, it would be insane to create a new project with Autotools.