Hello everyone, in my organization we are depending on an heavily patched version of serial (mostly for CMake fixes to support FetchContent and lately CMake 4.0), available at https://github.com/ami-iit/serial .
As maintaining the patches is becoming a bit complex and the upstream of wjwwood/serial is not interested in merging changes, I am considering to just rename our fork with a distinct name (to avoid conflicts with existing serial installations) and start maintaining the friendly fork itself (in the sense of tagging releases, not making a lot of development unless we need it).
A possible name to use for this new friendly fork is serial-cpp for the repo name, and serialCpp for include directory and C++ namespace. I plan to do this in the next days, but I tought it was interesting to share this plan here in case there was some similar initiative somewhere that I missed.
Hello everyone, in my organization we are depending on an heavily patched version of
serial(mostly for CMake fixes to supportFetchContentand lately CMake 4.0), available at https://github.com/ami-iit/serial .As maintaining the patches is becoming a bit complex and the upstream of
wjwwood/serialis not interested in merging changes, I am considering to just rename our fork with a distinct name (to avoid conflicts with existingserialinstallations) and start maintaining the friendly fork itself (in the sense of tagging releases, not making a lot of development unless we need it).A possible name to use for this new friendly fork is
serial-cppfor the repo name, andserialCppfor include directory and C++ namespace. I plan to do this in the next days, but I tought it was interesting to share this plan here in case there was some similar initiative somewhere that I missed.