Skip to content

Commit

Permalink
Merge pull request #15 from rainman110/ms/fix_windows_build
Browse files Browse the repository at this point in the history
Disable wrapping of non-exported methods
  • Loading branch information
tpaviot committed Dec 8, 2015
2 parents 3f1b28d + 8469c38 commit 0ba5dd1
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions src/Modules.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@
{'Standard_MMgrOpt': 'SetCallBackFunction',
'Standard': 'Free'}),
('StdFail', [], ['*']),
('Storage', [], []),
('Storage', [], ['Storage_Bucket', 'Storage_BucketIterator',
'Storage_BucketOfPersistent']),
('TColStd', [], ['TColStd_PackedMapOfInteger']),
('TCollection', [], []),
('TShort', [], []),
Expand Down Expand Up @@ -303,7 +304,8 @@
('BRepIntCurveSurface', [], []),
('BRepTopAdaptor', ['Geom', 'Geom2d', 'GeomAdaptor',
'TopLoc', 'Geom2dAdaptor'], []),
('BRepBuilderAPI', ['BRep', 'TopLoc', 'TShort', 'Poly'], []),
('BRepBuilderAPI', ['BRep', 'TopLoc', 'TShort', 'Poly'], [],
{'BRepBuilderAPI_VertexInspector': 'Inspect'}),
('BRepApprox', ['TopLoc', 'TopoDS', 'FEmTool', 'GeomAdaptor',
'Geom2dAdaptor'], [],
{'BRepApprox_ResConstraintOfMyGradientbisOfTheComputeLineOfApprox': 'Error',
Expand Down Expand Up @@ -362,7 +364,10 @@
('BRepMesh', ['TShort', 'Adaptor3d', 'Geom2dAdaptor', 'Message',
'Adaptor2d', 'GeomAdaptor', 'Geom', 'TopLoc',
'Geom2d'],
['BRepMesh_DiscretFactory']),
['BRepMesh_DiscretFactory'],
{'BRepMesh_CircleInspector': ['BRepMesh_CircleInspector', 'Inspect'],
'BRepMesh_Delaun': ['Frontier', 'InternalEdges', 'FreeEdges'],
'BRepMesh_VertexInspector': ['BRepMesh_VertexInspector', 'Add', 'Inspect']}),
('IntPoly', ['TColStd', 'TopLoc'], []),
### TKShHealing
('ShapeBuild', ['TShort', 'TColGeom', 'BRep', 'Message',
Expand All @@ -379,7 +384,8 @@
['ShapeCustom_BSplineRestriction',
'ShapeCustom_SweptToElementary',
'ShapeCustom_ConvertToRevolution']),
('ShapeAnalysis', ['TColGeom', 'Message'], []),
('ShapeAnalysis', ['TColGeom', 'Message'],
['ShapeAnalysis_BoxBndTreeSelector']),
('ShapeFix', ['TColGeom', 'BRep', 'TShort',
'Adaptor3d', 'Poly', 'BRepTools',
'IntRes2d', 'BRepBuilderAPI', 'GeomAdaptor'],
Expand Down

0 comments on commit 0ba5dd1

Please sign in to comment.