pywrap
pywrap copied to clipboard
C++ binding generator based on libclang and pybind11
The previous patch I submitted is creating problems with clang-15 as the option --no-default-config is available from clang-16 only. Now is also possible to detect clang version which can be...
some upstream opencascade files include a BOM character at the beginning which leads to an error when parsing the file by clang This will make out-of-date two other OCP PRs...
Hi Friends, As mentioned in this issue: https://github.com/CadQuery/OCP/issues/121 Some OCCT methods return a read-write refererence, if it is an object it is ok, but when the reference is to a...
`error_bad_lines` as been deprecated in pandas 2.0 and since there is no upper version limit it result in a broken install. This should fix the issue
The current OCP GeomLib_Tool.Parameter_s function stores the computed result in the 4th reference argument U and returns a bool indicating success. https://github.com/CadQuery/OCP/blob/036b08c136528fecb6df570453be218df0ed72f6/opencascade/GeomLib_Tool.hxx#L51 Return value should probably be `Tuple[bool, float]` or...
https://github.com/lief-project/LIEF
E.g. `BRepTools.UVBounds_s`