▲ | chris_wot 14 hours ago | ||||||||||||||||
I think he has this about right. The project I contribute to (and no, I'm not a massive contributor) is LibreOffice and it is a C++ codebase. It has a decent build system that is easy for anyone to run out of the box. It uses modern C++17+ code, and though it has a lot of legacy code, it is being constantly modified by people like Noel Grandin via clang plugins (along with a lot of manual effort). This code was originally developed in the late 1980s. A good packaging tool would have helped a lot. | |||||||||||||||||
▲ | umanwizard 8 hours ago | parent [-] | ||||||||||||||||
I'm stoked to hear they're on C++17 now. When I contributed to LibreOffice (GSoC 2012) they were still on C++03 ! | |||||||||||||||||
|