Chris Hennes
Chris Hennes
See https://spdx.org/licenses/ -- note that you might actually mean `GPL-3.0-only`, in which case use that instead.
The name of your primary branch is "master", which should be reflected in the package.xml file. This is required for the Addon Manager to correctly display the icon and README...
See https://spdx.org/licenses/ -- note that you might actually mean `LGPL-3.0-only`, in which case use that instead.
We should update the links to X.
@maxwxyz has been given an FPA grant of 500 USD per month to work on the GitHub Issues on 25 jan 2024, per https://forum.freecad.org/viewtopic.php?t=84542 , reconducted for one year and...
Phase 1 is complete: https://github.com/FreeCAD/FPA/blob/main/reports/2024_03_10_Paritosh_ComponentLibraryPhase1.pdf
SnapManager.h had characters encoded using Windows-1252 -- this migrates it to UTF-8.
Combining booleans and integers using bitwise OR is considered unsafe by MSVC, generating `warning C4805: '|': unsafe mix of type 'int' and type 'bool' in operation`. Specifically convert the boolean...
Switch to a more descriptive name for each.
Update the build instructions for the C++ library.