├── .DS_Store ├── ._.DS_Store ├── .gitignore ├── App ├── AppPartDesign.cpp ├── AppPartDesignPy.cpp ├── BOPTools.cxx ├── BOPTools.hxx ├── Body.cpp ├── Body.h ├── BodyPy.xml ├── BodyPyImp.cpp ├── CMakeLists.txt ├── DatumCS.cpp ├── DatumCS.h ├── DatumLine.cpp ├── DatumLine.h ├── DatumPlane.cpp ├── DatumPlane.h ├── DatumPoint.cpp ├── DatumPoint.h ├── Feature.cpp ├── Feature.h ├── FeatureAddSub.cpp ├── FeatureAddSub.h ├── FeatureBase.cpp ├── FeatureBase.h ├── FeatureBoolean.cpp ├── FeatureBoolean.h ├── FeatureChamfer.cpp ├── FeatureChamfer.h ├── FeatureDraft.cpp ├── FeatureDraft.h ├── FeatureDressUp.cpp ├── FeatureDressUp.h ├── FeatureFillet.cpp ├── FeatureFillet.h ├── FeatureGroove.cpp ├── FeatureGroove.h ├── FeatureHole.cpp ├── FeatureHole.h ├── FeatureLinearPattern.cpp ├── FeatureLinearPattern.h ├── FeatureLoft.cpp ├── FeatureLoft.h ├── FeatureMirrored.cpp ├── FeatureMirrored.h ├── FeatureMultiTransform.cpp ├── FeatureMultiTransform.h ├── FeaturePad.cpp ├── FeaturePad.h ├── FeaturePipe.cpp ├── FeaturePipe.h ├── FeaturePocket.cpp ├── FeaturePocket.h ├── FeaturePolarPattern.cpp ├── FeaturePolarPattern.h ├── FeaturePrimitive.cpp ├── FeaturePrimitive.h ├── FeaturePy.xml ├── FeaturePyImp.cpp ├── FeatureRevolution.cpp ├── FeatureRevolution.h ├── FeatureScaled.cpp ├── FeatureScaled.h ├── FeatureSketchBased.cpp ├── FeatureSketchBased.h ├── FeatureSolid.cpp ├── FeatureSolid.h ├── FeatureThickness.cpp ├── FeatureThickness.h ├── FeatureTransformed.cpp ├── FeatureTransformed.h ├── GEOMAlgo_Splitter.cxx ├── GEOMAlgo_Splitter.hxx ├── PreCompiled.cpp ├── PreCompiled.h ├── ShapeBinder.cpp └── ShapeBinder.h ├── CMakeLists.txt ├── DemoDesigns ├── .DS_Store ├── ._.DS_Store ├── 1_new_four.FCStd ├── 1_new_four_with_controllers.FCStd ├── 2x8.FCStd ├── Anirondack.FCStd ├── Bench.FCStd ├── Birdhouse.FCStd ├── Birdhouse │ ├── mat.txt │ ├── part_global_0.iges │ ├── part_global_1.iges │ ├── part_global_2.iges │ ├── part_global_3.iges │ ├── part_global_4.iges │ ├── part_global_5.iges │ ├── part_global_6.iges │ ├── part_global_7.iges │ ├── part_local_0.iges │ ├── part_local_1.iges │ ├── part_local_2.iges │ ├── part_local_3.iges │ ├── part_local_4.iges │ ├── part_local_5.iges │ ├── part_local_6.iges │ └── part_local_7.iges ├── Birdhouse_no_holes.FCStd ├── Drafting Table.FCStd ├── MainObj │ ├── ._part_global_4.obj │ ├── mat.txt │ ├── part_global_0.iges │ ├── part_global_0.obj │ ├── part_global_1.iges │ ├── part_global_1.obj │ ├── part_global_2.iges │ ├── part_global_2.obj │ ├── part_global_3.iges │ ├── part_global_3.obj │ ├── part_global_4.iges │ ├── part_global_4.obj │ ├── part_local_0.iges │ ├── part_local_0.obj │ ├── part_local_1.iges │ ├── part_local_1.obj │ ├── part_local_2.iges │ ├── part_local_2.obj │ ├── part_local_3.iges │ ├── part_local_3.obj │ ├── part_local_4.iges │ └── part_local_4.obj ├── MainObj19.5 │ ├── mat.txt │ ├── part_global_0.iges │ ├── part_global_1.iges │ ├── part_global_2.iges │ ├── part_global_3.iges │ ├── part_local_0.iges │ ├── part_local_1.iges │ ├── part_local_2.iges │ └── part_local_3.iges ├── MainObj_3holes_longer │ ├── mat.txt │ ├── order_levels_4.gml │ ├── part_global_0.iges │ ├── part_global_1.iges │ ├── part_global_2.iges │ ├── part_global_3.iges │ ├── part_global_4.iges │ ├── part_global_5.iges │ ├── part_local_0.iges │ ├── part_local_1.iges │ ├── part_local_2.iges │ ├── part_local_3.iges │ ├── part_local_4.iges │ └── part_local_5.iges ├── MainObj_3holes_shorter │ ├── mat.txt │ ├── part_global_0.iges │ ├── part_global_1.iges │ ├── part_global_2.iges │ ├── part_global_3.iges │ ├── part_global_4.iges │ ├── part_global_5.iges │ ├── part_local_0.iges │ ├── part_local_1.iges │ ├── part_local_2.iges │ ├── part_local_3.iges │ ├── part_local_4.iges │ └── part_local_5.iges ├── TestChair.FCStd ├── ZTable-bug.FCStd ├── ZTable.FCStd ├── bookcase.FCStd ├── bookcase │ ├── 0_input_global_0.obj │ ├── 0_input_global_1.obj │ ├── 0_input_global_10.obj │ ├── 0_input_global_11.obj │ ├── 0_input_global_2.obj │ ├── 0_input_global_3.obj │ ├── 0_input_global_4.obj │ ├── 0_input_global_5.obj │ ├── 0_input_global_6.obj │ ├── 0_input_global_7.obj │ ├── 0_input_global_8.obj │ ├── 0_input_global_9.obj │ ├── 0_input_local_0.obj │ ├── 0_input_local_1.obj │ ├── 0_input_local_10.obj │ ├── 0_input_local_11.obj │ ├── 0_input_local_2.obj │ ├── 0_input_local_3.obj │ ├── 0_input_local_4.obj │ ├── 0_input_local_5.obj │ ├── 0_input_local_6.obj │ ├── 0_input_local_7.obj │ ├── 0_input_local_8.obj │ ├── 0_input_local_9.obj │ ├── mat.txt │ ├── part_global_0.iges │ ├── part_global_1.iges │ ├── part_global_10.iges │ ├── part_global_11.iges │ ├── part_global_2.iges │ ├── part_global_3.iges │ ├── part_global_4.iges │ ├── part_global_5.iges │ ├── part_global_6.iges │ ├── part_global_7.iges │ ├── part_global_8.iges │ ├── part_global_9.iges │ ├── part_local_0.iges │ ├── part_local_1.iges │ ├── part_local_10.iges │ ├── part_local_11.iges │ ├── part_local_2.iges │ ├── part_local_3.iges │ ├── part_local_4.iges │ ├── part_local_5.iges │ ├── part_local_6.iges │ ├── part_local_7.iges │ ├── part_local_8.iges │ └── part_local_9.iges ├── bookcase1 │ ├── 0_input_global_0.obj │ ├── 0_input_global_1.obj │ ├── 0_input_global_10.obj │ ├── 0_input_global_11.obj │ ├── 0_input_global_2.obj │ ├── 0_input_global_3.obj │ ├── 0_input_global_4.obj │ ├── 0_input_global_5.obj │ ├── 0_input_global_6.obj │ ├── 0_input_global_7.obj │ ├── 0_input_global_8.obj │ ├── 0_input_global_9.obj │ ├── 0_input_local_0.obj │ ├── 0_input_local_1.obj │ ├── 0_input_local_10.obj │ ├── 0_input_local_11.obj │ ├── 0_input_local_2.obj │ ├── 0_input_local_3.obj │ ├── 0_input_local_4.obj │ ├── 0_input_local_5.obj │ ├── 0_input_local_6.obj │ ├── 0_input_local_7.obj │ ├── 0_input_local_8.obj │ ├── 0_input_local_9.obj │ ├── egraph.txt │ ├── mat.txt │ ├── order_levels_4.gml │ ├── part_global_0.iges │ ├── part_global_1.iges │ ├── part_global_10.iges │ ├── part_global_11.iges │ ├── part_global_2.iges │ ├── part_global_3.iges │ ├── part_global_4.iges │ ├── part_global_5.iges │ ├── part_global_6.iges │ ├── part_global_7.iges │ ├── part_global_8.iges │ ├── part_global_9.iges │ ├── part_local_0.iges │ ├── part_local_1.iges │ ├── part_local_10.iges │ ├── part_local_11.iges │ ├── part_local_2.iges │ ├── part_local_3.iges │ ├── part_local_4.iges │ ├── part_local_5.iges │ ├── part_local_6.iges │ ├── part_local_7.iges │ ├── part_local_8.iges │ └── part_local_9.iges ├── bookcase_short.FCStd ├── bookcase_short.FCStd1 ├── chair │ ├── mat.txt │ ├── part_global_0.iges │ ├── part_global_1.iges │ ├── part_global_10.iges │ ├── part_global_11.iges │ ├── part_global_2.iges │ ├── part_global_3.iges │ ├── part_global_4.iges │ ├── part_global_5.iges │ ├── part_global_6.iges │ ├── part_global_7.iges │ ├── part_global_8.iges │ ├── part_global_9.iges │ ├── part_local_0.iges │ ├── part_local_1.iges │ ├── part_local_10.iges │ ├── part_local_11.iges │ ├── part_local_2.iges │ ├── part_local_3.iges │ ├── part_local_4.iges │ ├── part_local_5.iges │ ├── part_local_6.iges │ ├── part_local_7.iges │ ├── part_local_8.iges │ └── part_local_9.iges ├── chair_longer │ ├── mat.txt │ ├── part_global_0.iges │ ├── part_global_1.iges │ ├── part_global_10.iges │ ├── part_global_11.iges │ ├── part_global_2.iges │ ├── part_global_3.iges │ ├── part_global_4.iges │ ├── part_global_5.iges │ ├── part_global_6.iges │ ├── part_global_7.iges │ ├── part_global_8.iges │ ├── part_global_9.iges │ ├── part_local_0.iges │ ├── part_local_1.iges │ ├── part_local_10.iges │ ├── part_local_11.iges │ ├── part_local_2.iges │ ├── part_local_3.iges │ ├── part_local_4.iges │ ├── part_local_5.iges │ ├── part_local_6.iges │ ├── part_local_7.iges │ ├── part_local_8.iges │ └── part_local_9.iges ├── coffeeTable.FCStd ├── diningRoomChair.FCStd ├── flowerpot.FCStd ├── four.FCStd1 ├── new_four.FCStd ├── new_four.FCStd1 ├── new_four_var.FCStd1 ├── tiltingTrack.FCStd ├── toycarCurved.FCStd ├── triangle.FCStd ├── triangle_1.FCStd └── update.obj ├── Dll ├── carpentry_geom.dll ├── libgmp-10.dll ├── mydll.dll └── slvs.dll ├── Ext ├── CarpentryCompiler-SIGA2019.pdf ├── CarpentryCompiler.pdf ├── CarpentryCompilerSup.pdf ├── asm3 │ ├── FCADLogger.py │ ├── FUNDING.yml │ ├── Gui │ │ └── Resources │ │ │ └── icons │ │ │ ├── AssemblyWorkbench.svg │ │ │ ├── Assembly_Add_New_Part.svg │ │ │ ├── Assembly_Add_Origin.svg │ │ │ ├── Assembly_Add_Placement.svg │ │ │ ├── Assembly_Add_Workplane.svg │ │ │ ├── Assembly_Add_WorkplaneXZ.svg │ │ │ ├── Assembly_Add_WorkplaneZY.svg │ │ │ ├── Assembly_Assembly_Constraints_Tree.svg │ │ │ ├── Assembly_Assembly_Create_New.svg │ │ │ ├── Assembly_Assembly_Element.svg │ │ │ ├── Assembly_Assembly_ElementDetached.svg │ │ │ ├── Assembly_Assembly_Element_Tree.svg │ │ │ ├── Assembly_Assembly_Frozen_Tree.svg │ │ │ ├── Assembly_Assembly_Part_Tree.svg │ │ │ ├── Assembly_Assembly_Relation_Tree.svg │ │ │ ├── Assembly_Assembly_Tree.svg │ │ │ ├── Assembly_AutoElementVis.svg │ │ │ ├── Assembly_AutoRecompute.svg │ │ │ ├── Assembly_AxialMove.svg │ │ │ ├── Assembly_ConstraintMultiply.svg │ │ │ ├── Assembly_Disabled.svg │ │ │ ├── Assembly_GotoRelation.svg │ │ │ ├── Assembly_Import.svg │ │ │ ├── Assembly_ImportMulti.svg │ │ │ ├── Assembly_LockMover.svg │ │ │ ├── Assembly_Move.svg │ │ │ ├── Assembly_New_Assembly.svg │ │ │ ├── Assembly_New_Element.svg │ │ │ ├── Assembly_New_Group.svg │ │ │ ├── Assembly_QuickMove.svg │ │ │ ├── Assembly_QuickSolve.svg │ │ │ ├── Assembly_ShowElementCS.svg │ │ │ ├── Assembly_SmartRecompute.svg │ │ │ ├── Assembly_TogglePartVisibility.svg │ │ │ ├── Assembly_Trace.svg │ │ │ ├── Assembly_TreeItemDown.svg │ │ │ ├── Assembly_TreeItemUp.svg │ │ │ ├── Assembly_Workplane.svg │ │ │ └── constraints │ │ │ ├── Assembly_ConstraintAlignment.svg │ │ │ ├── Assembly_ConstraintAngle.svg │ │ │ ├── Assembly_ConstraintArcLineTangent.svg │ │ │ ├── Assembly_ConstraintAttachment.svg │ │ │ ├── Assembly_ConstraintAxial.svg │ │ │ ├── Assembly_ConstraintBidirectional.svg │ │ │ ├── Assembly_ConstraintCoincidence.svg │ │ │ ├── Assembly_ConstraintColinear.svg │ │ │ ├── Assembly_ConstraintDiameter.svg │ │ │ ├── Assembly_ConstraintDistance.svg │ │ │ ├── Assembly_ConstraintEqual.svg │ │ │ ├── Assembly_ConstraintEqualAngle.svg │ │ │ ├── Assembly_ConstraintEqualLength.svg │ │ │ ├── Assembly_ConstraintEqualLineArcLength.svg │ │ │ ├── Assembly_ConstraintEqualPointLineDistance.svg │ │ │ ├── Assembly_ConstraintEqualRadius.svg │ │ │ ├── Assembly_ConstraintGeneral.svg │ │ │ ├── Assembly_ConstraintLengthDifference.svg │ │ │ ├── Assembly_ConstraintLengthEqualPointLineDistance.svg │ │ │ ├── Assembly_ConstraintLengthRatio.svg │ │ │ ├── Assembly_ConstraintLineHorizontal.svg │ │ │ ├── Assembly_ConstraintLineLength.svg │ │ │ ├── Assembly_ConstraintLineVertical.svg │ │ │ ├── Assembly_ConstraintLock.svg │ │ │ ├── Assembly_ConstraintMidPoint.svg │ │ │ ├── Assembly_ConstraintMore.svg │ │ │ ├── Assembly_ConstraintMultiParallel.svg │ │ │ ├── Assembly_ConstraintOrientation.svg │ │ │ ├── Assembly_ConstraintParallel.svg │ │ │ ├── Assembly_ConstraintPerpendicular.svg │ │ │ ├── Assembly_ConstraintPointCoincident.svg │ │ │ ├── Assembly_ConstraintPointDistance.svg │ │ │ ├── Assembly_ConstraintPointInPlane.svg │ │ │ ├── Assembly_ConstraintPointLineDistance.svg │ │ │ ├── Assembly_ConstraintPointOnCircle.svg │ │ │ ├── Assembly_ConstraintPointOnLine.svg │ │ │ ├── Assembly_ConstraintPointPlaneDistance.svg │ │ │ ├── Assembly_ConstraintPointsDistance.svg │ │ │ ├── Assembly_ConstraintPointsHorizontal.svg │ │ │ ├── Assembly_ConstraintPointsProjectDistance.svg │ │ │ ├── Assembly_ConstraintPointsSymmetric.svg │ │ │ ├── Assembly_ConstraintPointsVertical.svg │ │ │ ├── Assembly_ConstraintSketchPlane.svg │ │ │ ├── Assembly_ConstraintSymmetric.svg │ │ │ ├── Assembly_ConstraintSymmetricLine.svg │ │ │ ├── Assembly_ConstraintUnidirectional1.svg │ │ │ ├── Assembly_ConstraintUnidirectional2.svg │ │ │ ├── Assembly_MeasureAngle.svg │ │ │ ├── Assembly_MeasurePointDistance.svg │ │ │ ├── Assembly_MeasurePointLineDistance.svg │ │ │ └── Assembly_MeasurePointPlaneDistance.svg │ ├── LICENSE │ ├── Readme.md │ ├── __init__.py │ ├── assembly.py │ ├── constraint.py │ ├── deps │ │ ├── __init__.py │ │ └── six.py │ ├── gui.py │ ├── init_gui.py │ ├── mover.py │ ├── proxy.py │ ├── py3_slvs │ │ ├── __init__.py │ │ ├── _slvs.pyd │ │ ├── _slvs.so │ │ └── slvs.py │ ├── py_slvs │ │ ├── __init__.py │ │ ├── _slvs.pyd │ │ ├── _slvs.so │ │ └── slvs.py │ ├── solver.py │ ├── sys_slvs.py │ ├── sys_sympy.py │ ├── system.py │ └── utils.py ├── e-graph │ ├── 742 │ ├── collapse │ │ ├── all_progs.xml │ │ ├── hyervolume.txt │ │ ├── init.txt │ │ ├── livefile.txt │ │ └── livefile.txt.png │ ├── egraph.xml │ └── programs │ │ ├── -1.xml │ │ ├── 0.xml │ │ ├── 1.xml │ │ ├── 10.xml │ │ ├── 2.xml │ │ ├── 3.xml │ │ ├── 4.xml │ │ ├── 5.xml │ │ ├── 6.xml │ │ ├── 7.xml │ │ ├── 8.xml │ │ └── 9.xml └── obj │ ├── 0.obj │ ├── 1.obj │ ├── 2.obj │ ├── 3.obj │ ├── 4.obj │ ├── 5.obj │ ├── 6.obj │ ├── 7.obj │ ├── 8.obj │ ├── 9.obj │ ├── base_circle.obj │ ├── base_square_1.obj │ ├── base_square_2.obj │ ├── full_setup.obj │ ├── half_angle_setup.obj │ ├── half_offset_setup.obj │ ├── half_setup.obj │ └── sphere.obj ├── FeatureHole ├── FeatureHole.py ├── HoleGui.py ├── PartDesign_Hole.svg ├── Standards.py ├── TaskHole.py ├── TaskHole.ui ├── ViewProviderHole.py └── __init__.py ├── Gui ├── AppPartDesignGui.cpp ├── CMakeLists.txt ├── CodeEditor.cpp ├── CodeEditor.h ├── Command.cpp ├── CommandBody.cpp ├── CommandPrimitive.cpp ├── Compiler.cpp ├── Compiler.h ├── CompilerConfig.cpp ├── CompilerConfig.h ├── DlgReference.ui ├── GEOMAlgo_Splitter.cxx ├── GEOMAlgo_Splitter.hxx ├── Geom2d_Edge.cpp ├── Geom2d_Edge.h ├── GeomCommonFunctions.cpp ├── GeomCommonFunctions.h ├── HLParser.cpp ├── HLParser.h ├── Highlighter.cpp ├── Highlighter.h ├── ISA.cpp ├── ISA.h ├── PCE.cpp ├── PCE.h ├── PCE_CS.cpp ├── PCE_Part.cpp ├── PCE_WoodLumber.cpp ├── PCE_arrange.cpp ├── PCE_edge.cpp ├── PCE_end.cpp ├── PCE_functs.cpp ├── PCE_position.cpp ├── PCE_transform.cpp ├── PHELM.cpp ├── PHELM.h ├── PHELM_Utils.cpp ├── PreCompiled.cpp ├── PreCompiled.h ├── ReferenceSelection.cpp ├── ReferenceSelection.h ├── Resources │ ├── Drawing.qrc │ ├── PartDesign.qrc │ ├── UpdateResources.bat │ ├── icons │ │ ├── Carpentry.svg │ │ ├── PartDesignWorkbench.svg │ │ ├── PartDesign_Additive_Box.svg │ │ ├── PartDesign_Additive_Cone.svg │ │ ├── PartDesign_Additive_Cylinder.svg │ │ ├── PartDesign_Additive_Ellipsoid.svg │ │ ├── PartDesign_Additive_Loft.svg │ │ ├── PartDesign_Additive_Pipe.svg │ │ ├── PartDesign_Additive_Prism.svg │ │ ├── PartDesign_Additive_Sphere.svg │ │ ├── PartDesign_Additive_Torus.svg │ │ ├── PartDesign_Additive_Wedge.svg │ │ ├── PartDesign_BaseFeature.svg │ │ ├── PartDesign_Body.svg │ │ ├── PartDesign_Body_Create_New.svg │ │ ├── PartDesign_Body_Tree.svg │ │ ├── PartDesign_Boolean.svg │ │ ├── PartDesign_Chamfer.svg │ │ ├── PartDesign_Clone.svg │ │ ├── PartDesign_CoordinateSystem.svg │ │ ├── PartDesign_Draft.svg │ │ ├── PartDesign_Fillet.svg │ │ ├── PartDesign_Groove.svg │ │ ├── PartDesign_Hole.svg │ │ ├── PartDesign_InternalExternalGear.svg │ │ ├── PartDesign_InvoluteGear.svg │ │ ├── PartDesign_Line.svg │ │ ├── PartDesign_LinearPattern.svg │ │ ├── PartDesign_Mirrored.svg │ │ ├── PartDesign_MoveTip.svg │ │ ├── PartDesign_MultiTransform.svg │ │ ├── PartDesign_Pad.svg │ │ ├── PartDesign_Plane.svg │ │ ├── PartDesign_Pocket.svg │ │ ├── PartDesign_Point.svg │ │ ├── PartDesign_PolarPattern.svg │ │ ├── PartDesign_Revolution.svg │ │ ├── PartDesign_Scaled.svg │ │ ├── PartDesign_ShapeBinder.svg │ │ ├── PartDesign_SubShapeBinder.svg │ │ ├── PartDesign_Subtractive_Box.svg │ │ ├── PartDesign_Subtractive_Cone.svg │ │ ├── PartDesign_Subtractive_Cylinder.svg │ │ ├── PartDesign_Subtractive_Ellipsoid.svg │ │ ├── PartDesign_Subtractive_Loft.svg │ │ ├── PartDesign_Subtractive_Pipe.svg │ │ ├── PartDesign_Subtractive_Prism.svg │ │ ├── PartDesign_Subtractive_Sphere.svg │ │ ├── PartDesign_Subtractive_Torus.svg │ │ ├── PartDesign_Subtractive_Wedge.svg │ │ ├── PartDesign_Thickness.svg │ │ ├── PartDesign_Variable.svg │ │ ├── Tree_PartDesign_Pad.svg │ │ ├── Tree_PartDesign_Revolution.svg │ │ ├── bandsaw.jpg │ │ ├── chospaw.jpg │ │ ├── drill.jpg │ │ └── jigsaw.jpg │ ├── tools.qrc │ └── translations │ │ ├── PartDesign_af.qm │ │ ├── PartDesign_af.ts │ │ ├── PartDesign_ca.qm │ │ ├── PartDesign_ca.ts │ │ ├── PartDesign_cs.qm │ │ ├── PartDesign_cs.ts │ │ ├── PartDesign_de.qm │ │ ├── PartDesign_de.ts │ │ ├── PartDesign_el.qm │ │ ├── PartDesign_el.ts │ │ ├── PartDesign_es-ES.qm │ │ ├── PartDesign_es-ES.ts │ │ ├── PartDesign_eu.qm │ │ ├── PartDesign_eu.ts │ │ ├── PartDesign_fi.qm │ │ ├── PartDesign_fi.ts │ │ ├── PartDesign_fil.qm │ │ ├── PartDesign_fil.ts │ │ ├── PartDesign_fr.qm │ │ ├── PartDesign_fr.ts │ │ ├── PartDesign_gl.qm │ │ ├── PartDesign_gl.ts │ │ ├── PartDesign_hr.qm │ │ ├── PartDesign_hr.ts │ │ ├── PartDesign_hu.qm │ │ ├── PartDesign_hu.ts │ │ ├── PartDesign_id.qm │ │ ├── PartDesign_id.ts │ │ ├── PartDesign_it.qm │ │ ├── PartDesign_it.ts │ │ ├── PartDesign_ja.qm │ │ ├── PartDesign_ja.ts │ │ ├── PartDesign_kab.qm │ │ ├── PartDesign_kab.ts │ │ ├── PartDesign_ko.qm │ │ ├── PartDesign_ko.ts │ │ ├── PartDesign_lt.qm │ │ ├── PartDesign_lt.ts │ │ ├── PartDesign_nl.qm │ │ ├── PartDesign_nl.ts │ │ ├── PartDesign_no.qm │ │ ├── PartDesign_no.ts │ │ ├── PartDesign_pl.qm │ │ ├── PartDesign_pl.ts │ │ ├── PartDesign_pt-BR.qm │ │ ├── PartDesign_pt-BR.ts │ │ ├── PartDesign_pt-PT.qm │ │ ├── PartDesign_pt-PT.ts │ │ ├── PartDesign_ro.qm │ │ ├── PartDesign_ro.ts │ │ ├── PartDesign_ru.qm │ │ ├── PartDesign_ru.ts │ │ ├── PartDesign_sk.qm │ │ ├── PartDesign_sk.ts │ │ ├── PartDesign_sl.qm │ │ ├── PartDesign_sl.ts │ │ ├── PartDesign_sr.qm │ │ ├── PartDesign_sr.ts │ │ ├── PartDesign_sv-SE.qm │ │ ├── PartDesign_sv-SE.ts │ │ ├── PartDesign_tr.qm │ │ ├── PartDesign_tr.ts │ │ ├── PartDesign_uk.qm │ │ ├── PartDesign_uk.ts │ │ ├── PartDesign_val-ES.qm │ │ ├── PartDesign_val-ES.ts │ │ ├── PartDesign_zh-CN.qm │ │ ├── PartDesign_zh-CN.ts │ │ ├── PartDesign_zh-TW.qm │ │ └── PartDesign_zh-TW.ts ├── TaskChamferParameters.ui ├── TaskDatumParameters.cpp ├── TaskDatumParameters.h ├── TaskFeatureParameters.cpp ├── TaskFeatureParameters.h ├── TaskFeaturePick.cpp ├── TaskFeaturePick.h ├── TaskFeaturePick.ui ├── TaskHoleParameters.cpp ├── TaskHoleParameters.h ├── TaskHoleParameters.ui ├── TaskPocketParameters.cpp ├── TaskPocketParameters.h ├── TaskPocketParameters.ui ├── TaskPrimitiveParameters.cpp ├── TaskPrimitiveParameters.h ├── TaskPrimitiveParameters.ui ├── TaskSketchBasedParameters.cpp ├── TaskSketchBasedParameters.h ├── ToolsConfiguration.cpp ├── ToolsConfiguration.h ├── ToolsConfiguration.ui ├── Utils.cpp ├── Utils.h ├── ViewProvider.cpp ├── ViewProvider.h ├── ViewProviderAddSub.cpp ├── ViewProviderAddSub.h ├── ViewProviderBase.cpp ├── ViewProviderBase.h ├── ViewProviderBody.cpp ├── ViewProviderBody.h ├── ViewProviderDatum.cpp ├── ViewProviderDatum.h ├── ViewProviderDatumVariable.cpp ├── ViewProviderDatumVariable.h ├── ViewProviderDraft.cpp ├── ViewProviderDraft.h ├── ViewProviderHole.cpp ├── ViewProviderHole.h ├── ViewProviderMainPart.cpp ├── ViewProviderMainPart.h ├── ViewProviderPocket.cpp ├── ViewProviderPocket.h ├── ViewProviderPrimitive.cpp ├── ViewProviderPrimitive.h ├── ViewProviderPy.xml ├── ViewProviderPyImp.cpp ├── ViewProviderSketchBased.cpp ├── ViewProviderSketchBased.h ├── Workbench.cpp ├── Workbench.h ├── WorkflowManager.cpp ├── WorkflowManager.h ├── cgal.h ├── clipper │ ├── .DS_Store │ ├── clipper.cpp │ └── clipper.hpp ├── error.hpp ├── float.cpp ├── float.hpp ├── io.cpp ├── io.hpp ├── lexer.cpp ├── lexer.hpp ├── math.hpp ├── opt │ ├── .gitignore │ ├── README.md │ ├── config.hpp │ ├── config.hpp.in │ ├── egraph.cpp │ ├── egraph.hpp │ ├── evaluator.cpp │ ├── evaluator.hpp │ ├── graphmap.hpp │ ├── llhelm.cpp │ ├── llhelm.hpp │ ├── nsgaii.hpp │ ├── optimizer.cpp │ ├── optimizer.hpp │ ├── pagmo │ │ └── config.hpp │ ├── parsers.cpp │ ├── parsers.hpp │ ├── scripts │ │ ├── 2dprojection.py │ │ ├── after │ │ │ └── plot.py │ │ ├── data.py │ │ ├── draw_curve │ │ │ └── compute_iter.py │ │ ├── hlhelm_sugar.py │ │ ├── llhelm_sugar.py │ │ ├── llhelm_sugar_old.py │ │ ├── not-necessary │ │ │ ├── Stat.py │ │ │ ├── Test.py │ │ │ ├── clean.py │ │ │ ├── collapse.py │ │ │ └── parse.py │ │ ├── pareto-exploration │ │ │ ├── EGraph.exe │ │ │ ├── explore_result.py │ │ │ ├── get_pareto_comb.py │ │ │ ├── pareto-front-v2.py │ │ │ ├── pareto-front.py │ │ │ ├── plot.py │ │ │ └── plot_with_blue_dots.py │ │ └── plot.py │ ├── tinyxml2.cpp │ ├── tinyxml2.h │ └── types.hpp ├── pagmo │ ├── .vs │ │ ├── VSWorkspaceState.json │ │ ├── pagmo │ │ │ └── v16 │ │ │ │ ├── .suo │ │ │ │ └── Browse.VC.db │ │ └── slnx.sqlite │ ├── algorithm.hpp │ ├── algorithms │ │ ├── bee_colony.hpp │ │ ├── cmaes.hpp │ │ ├── compass_search.hpp │ │ ├── cstrs_self_adaptive.hpp │ │ ├── de.hpp │ │ ├── de1220.hpp │ │ ├── gaco.hpp │ │ ├── gwo.hpp │ │ ├── ihs.hpp │ │ ├── ipopt.hpp │ │ ├── mbh.hpp │ │ ├── moead.hpp │ │ ├── nlopt.hpp │ │ ├── not_population_based.hpp │ │ ├── nsga2.hpp │ │ ├── pso.hpp │ │ ├── pso_gen.hpp │ │ ├── sade.hpp │ │ ├── sea.hpp │ │ ├── sga.hpp │ │ ├── simulated_annealing.hpp │ │ └── xnes.hpp │ ├── archipelago.hpp │ ├── config.hpp │ ├── detail │ │ ├── cec2013_data.hpp │ │ ├── cec2014_data.hpp │ │ ├── constants.hpp │ │ ├── custom_comparisons.hpp │ │ ├── eigen.hpp │ │ ├── make_unique.hpp │ │ ├── prime_numbers.hpp │ │ └── task_queue.hpp │ ├── exceptions.hpp │ ├── external │ │ ├── cereal │ │ │ ├── access.hpp │ │ │ ├── archives │ │ │ │ ├── adapters.hpp │ │ │ │ ├── binary.hpp │ │ │ │ ├── json.hpp │ │ │ │ ├── portable_binary.hpp │ │ │ │ └── xml.hpp │ │ │ ├── cereal.hpp │ │ │ ├── details │ │ │ │ ├── helpers.hpp │ │ │ │ ├── polymorphic_impl.hpp │ │ │ │ ├── polymorphic_impl_fwd.hpp │ │ │ │ ├── static_object.hpp │ │ │ │ ├── traits.hpp │ │ │ │ └── util.hpp │ │ │ ├── external │ │ │ │ ├── base64.hpp │ │ │ │ ├── rapidjson │ │ │ │ │ ├── allocators.h │ │ │ │ │ ├── document.h │ │ │ │ │ ├── encodedstream.h │ │ │ │ │ ├── encodings.h │ │ │ │ │ ├── error │ │ │ │ │ │ ├── en.h │ │ │ │ │ │ └── error.h │ │ │ │ │ ├── filereadstream.h │ │ │ │ │ ├── filewritestream.h │ │ │ │ │ ├── fwd.h │ │ │ │ │ ├── internal │ │ │ │ │ │ ├── biginteger.h │ │ │ │ │ │ ├── diyfp.h │ │ │ │ │ │ ├── dtoa.h │ │ │ │ │ │ ├── ieee754.h │ │ │ │ │ │ ├── itoa.h │ │ │ │ │ │ ├── meta.h │ │ │ │ │ │ ├── pow10.h │ │ │ │ │ │ ├── regex.h │ │ │ │ │ │ ├── stack.h │ │ │ │ │ │ ├── strfunc.h │ │ │ │ │ │ ├── strtod.h │ │ │ │ │ │ └── swap.h │ │ │ │ │ ├── istreamwrapper.h │ │ │ │ │ ├── memorybuffer.h │ │ │ │ │ ├── memorystream.h │ │ │ │ │ ├── msinttypes │ │ │ │ │ │ ├── inttypes.h │ │ │ │ │ │ └── stdint.h │ │ │ │ │ ├── ostreamwrapper.h │ │ │ │ │ ├── pointer.h │ │ │ │ │ ├── prettywriter.h │ │ │ │ │ ├── rapidjson.h │ │ │ │ │ ├── reader.h │ │ │ │ │ ├── schema.h │ │ │ │ │ ├── stream.h │ │ │ │ │ ├── stringbuffer.h │ │ │ │ │ └── writer.h │ │ │ │ └── rapidxml │ │ │ │ │ ├── license.txt │ │ │ │ │ ├── manual.html │ │ │ │ │ ├── rapidxml.hpp │ │ │ │ │ ├── rapidxml_iterators.hpp │ │ │ │ │ ├── rapidxml_print.hpp │ │ │ │ │ └── rapidxml_utils.hpp │ │ │ ├── macros.hpp │ │ │ └── types │ │ │ │ ├── array.hpp │ │ │ │ ├── base_class.hpp │ │ │ │ ├── bitset.hpp │ │ │ │ ├── boost_variant.hpp │ │ │ │ ├── chrono.hpp │ │ │ │ ├── common.hpp │ │ │ │ ├── complex.hpp │ │ │ │ ├── concepts │ │ │ │ └── pair_associative_container.hpp │ │ │ │ ├── deque.hpp │ │ │ │ ├── forward_list.hpp │ │ │ │ ├── functional.hpp │ │ │ │ ├── list.hpp │ │ │ │ ├── map.hpp │ │ │ │ ├── memory.hpp │ │ │ │ ├── polymorphic.hpp │ │ │ │ ├── queue.hpp │ │ │ │ ├── set.hpp │ │ │ │ ├── stack.hpp │ │ │ │ ├── string.hpp │ │ │ │ ├── tuple.hpp │ │ │ │ ├── unordered_map.hpp │ │ │ │ ├── unordered_set.hpp │ │ │ │ ├── utility.hpp │ │ │ │ ├── valarray.hpp │ │ │ │ └── vector.hpp │ │ └── fix_includes.txt │ ├── io.hpp │ ├── island.hpp │ ├── islands │ │ ├── fork_island.hpp │ │ └── thread_island.hpp │ ├── pagmo.hpp │ ├── population.hpp │ ├── problem.hpp │ ├── problems │ │ ├── ackley.hpp │ │ ├── cec2006.hpp │ │ ├── cec2009.hpp │ │ ├── cec2013.hpp │ │ ├── cec2014.hpp │ │ ├── decompose.hpp │ │ ├── dtlz.hpp │ │ ├── golomb_ruler.hpp │ │ ├── griewank.hpp │ │ ├── hock_schittkowsky_71.hpp │ │ ├── inventory.hpp │ │ ├── lennard_jones.hpp │ │ ├── luksan_vlcek1.hpp │ │ ├── minlp_rastrigin.hpp │ │ ├── rastrigin.hpp │ │ ├── rosenbrock.hpp │ │ ├── schwefel.hpp │ │ ├── translate.hpp │ │ ├── unconstrain.hpp │ │ └── zdt.hpp │ ├── rng.hpp │ ├── serialization.hpp │ ├── threading.hpp │ ├── type_traits.hpp │ ├── types.hpp │ └── utils │ │ ├── constrained.hpp │ │ ├── discrepancy.hpp │ │ ├── generic.hpp │ │ ├── gradients_and_hessians.hpp │ │ ├── hv_algos │ │ ├── hv_algorithm.hpp │ │ ├── hv_bf_approx.hpp │ │ ├── hv_bf_fpras.hpp │ │ ├── hv_hv2d.hpp │ │ ├── hv_hv3d.hpp │ │ └── hv_hvwfg.hpp │ │ ├── hypervolume.hpp │ │ └── multi_objective.hpp ├── parser.cpp ├── parser.hpp ├── sexp │ ├── .appveyor.yml │ ├── .clang-tidy │ ├── .gitignore │ ├── .gitlab-ci.yml │ ├── .gitmodules │ ├── .travis.yml │ ├── CMakeLists.txt │ ├── LICENSE.txt │ ├── README.md │ ├── benchmarks │ │ ├── lexer.cpp │ │ ├── parser.cpp │ │ └── test.sexp │ ├── include │ │ └── sexp │ │ │ ├── error.hpp │ │ │ ├── io.hpp │ │ │ ├── lexer.hpp │ │ │ ├── parser.hpp │ │ │ ├── util.hpp │ │ │ └── value.hpp │ ├── logo.png │ ├── logo.svg │ ├── src │ │ ├── float.cpp │ │ ├── float.hpp │ │ ├── io.cpp │ │ ├── lexer.cpp │ │ ├── parser.cpp │ │ ├── util.cpp │ │ └── value.cpp │ └── tests │ │ ├── float_test.cpp │ │ ├── io_test.cpp │ │ ├── lexer_test.cpp │ │ ├── parser_test.cpp │ │ ├── util_test.cpp │ │ └── value_test.cpp ├── solvespace │ ├── slvs.h │ └── slvs.lib ├── tinyxml2.cpp ├── tinyxml2.h ├── util.cpp ├── util.hpp ├── value.cpp └── value.hpp ├── HELMConfig.xml ├── Init.py ├── InitGui.py ├── InvoluteGearFeature.py ├── InvoluteGearFeature.ui ├── PartDesignTests ├── TestBoolean.py ├── TestChamfer.py ├── TestDatum.py ├── TestDraft.py ├── TestFillet.py ├── TestHole.py ├── TestLinearPattern.py ├── TestLoft.py ├── TestMirrored.py ├── TestMultiTransform.py ├── TestPad.py ├── TestPipe.py ├── TestPocket.py ├── TestPolarPattern.py ├── TestPrimitive.py ├── TestRevolve.py ├── TestShapeBinder.py ├── TestThickness.py └── __init__.py ├── PartDesign_Model.xml ├── README.md ├── Scripts ├── DistanceBolt.py ├── Epitrochoid.py ├── FilletArc.py ├── Gear.py ├── Parallelepiped.py ├── Parser.py ├── Plot_bach.py ├── RadialCopy.py ├── Spring.py ├── __init__.py ├── lifetime.bat ├── lifetime.py ├── plot.bat ├── plot.py └── plot_bach.bat ├── TestPartDesignApp.py ├── TestPartDesignGui.py ├── WizardShaft ├── SegmentFunction.py ├── Shaft.py ├── ShaftDiagram.py ├── ShaftFeature.py ├── WizardShaft.py ├── WizardShaft.svg ├── WizardShaftTable.py └── __init__.py ├── __init__.py ├── fcgear ├── README ├── __init__.py ├── fcgear.py ├── fcgeardialog.py ├── involute.py └── svggear.py ├── glm ├── CMakeLists.txt ├── common.hpp ├── detail │ ├── _features.hpp │ ├── _fixes.hpp │ ├── _noise.hpp │ ├── _swizzle.hpp │ ├── _swizzle_func.hpp │ ├── _vectorize.hpp │ ├── dummy.cpp │ ├── func_common.hpp │ ├── func_common.inl │ ├── func_exponential.hpp │ ├── func_exponential.inl │ ├── func_geometric.hpp │ ├── func_geometric.inl │ ├── func_integer.hpp │ ├── func_integer.inl │ ├── func_matrix.hpp │ ├── func_matrix.inl │ ├── func_packing.hpp │ ├── func_packing.inl │ ├── func_trigonometric.hpp │ ├── func_trigonometric.inl │ ├── func_vector_relational.hpp │ ├── func_vector_relational.inl │ ├── glm.cpp │ ├── intrinsic_common.hpp │ ├── intrinsic_common.inl │ ├── intrinsic_exponential.hpp │ ├── intrinsic_exponential.inl │ ├── intrinsic_geometric.hpp │ ├── intrinsic_geometric.inl │ ├── intrinsic_integer.hpp │ ├── intrinsic_integer.inl │ ├── intrinsic_matrix.hpp │ ├── intrinsic_matrix.inl │ ├── intrinsic_trigonometric.hpp │ ├── intrinsic_trigonometric.inl │ ├── intrinsic_vector_relational.hpp │ ├── intrinsic_vector_relational.inl │ ├── precision.hpp │ ├── setup.hpp │ ├── type_float.hpp │ ├── type_gentype.hpp │ ├── type_gentype.inl │ ├── type_half.hpp │ ├── type_half.inl │ ├── type_int.hpp │ ├── type_mat.hpp │ ├── type_mat.inl │ ├── type_mat2x2.hpp │ ├── type_mat2x2.inl │ ├── type_mat2x3.hpp │ ├── type_mat2x3.inl │ ├── type_mat2x4.hpp │ ├── type_mat2x4.inl │ ├── type_mat3x2.hpp │ ├── type_mat3x2.inl │ ├── type_mat3x3.hpp │ ├── type_mat3x3.inl │ ├── type_mat3x4.hpp │ ├── type_mat3x4.inl │ ├── type_mat4x2.hpp │ ├── type_mat4x2.inl │ ├── type_mat4x3.hpp │ ├── type_mat4x3.inl │ ├── type_mat4x4.hpp │ ├── type_mat4x4.inl │ ├── type_vec.hpp │ ├── type_vec.inl │ ├── type_vec1.hpp │ ├── type_vec1.inl │ ├── type_vec2.hpp │ ├── type_vec2.inl │ ├── type_vec3.hpp │ ├── type_vec3.inl │ ├── type_vec4.hpp │ ├── type_vec4.inl │ ├── type_vec4_avx.inl │ ├── type_vec4_avx2.inl │ └── type_vec4_sse2.inl ├── exponential.hpp ├── ext.hpp ├── fwd.hpp ├── geometric.hpp ├── glm.hpp ├── gtc │ ├── bitfield.hpp │ ├── bitfield.inl │ ├── color_space.hpp │ ├── color_space.inl │ ├── constants.hpp │ ├── constants.inl │ ├── epsilon.hpp │ ├── epsilon.inl │ ├── integer.hpp │ ├── integer.inl │ ├── matrix_access.hpp │ ├── matrix_access.inl │ ├── matrix_integer.hpp │ ├── matrix_inverse.hpp │ ├── matrix_inverse.inl │ ├── matrix_transform.hpp │ ├── matrix_transform.inl │ ├── noise.hpp │ ├── noise.inl │ ├── packing.hpp │ ├── packing.inl │ ├── quaternion.hpp │ ├── quaternion.inl │ ├── random.hpp │ ├── random.inl │ ├── reciprocal.hpp │ ├── reciprocal.inl │ ├── round.hpp │ ├── round.inl │ ├── type_precision.hpp │ ├── type_precision.inl │ ├── type_ptr.hpp │ ├── type_ptr.inl │ ├── ulp.hpp │ ├── ulp.inl │ ├── vec1.hpp │ └── vec1.inl ├── gtx │ ├── associated_min_max.hpp │ ├── associated_min_max.inl │ ├── bit.hpp │ ├── bit.inl │ ├── closest_point.hpp │ ├── closest_point.inl │ ├── color_space.hpp │ ├── color_space.inl │ ├── color_space_YCoCg.hpp │ ├── color_space_YCoCg.inl │ ├── common.hpp │ ├── common.inl │ ├── compatibility.hpp │ ├── compatibility.inl │ ├── component_wise.hpp │ ├── component_wise.inl │ ├── dual_quaternion.hpp │ ├── dual_quaternion.inl │ ├── euler_angles.hpp │ ├── euler_angles.inl │ ├── extend.hpp │ ├── extend.inl │ ├── extented_min_max.hpp │ ├── extented_min_max.inl │ ├── fast_exponential.hpp │ ├── fast_exponential.inl │ ├── fast_square_root.hpp │ ├── fast_square_root.inl │ ├── fast_trigonometry.hpp │ ├── fast_trigonometry.inl │ ├── gradient_paint.hpp │ ├── gradient_paint.inl │ ├── handed_coordinate_space.hpp │ ├── handed_coordinate_space.inl │ ├── hash.hpp │ ├── hash.inl │ ├── integer.hpp │ ├── integer.inl │ ├── intersect.hpp │ ├── intersect.inl │ ├── io.hpp │ ├── io.inl │ ├── log_base.hpp │ ├── log_base.inl │ ├── matrix_cross_product.hpp │ ├── matrix_cross_product.inl │ ├── matrix_decompose.hpp │ ├── matrix_decompose.inl │ ├── matrix_interpolation.hpp │ ├── matrix_interpolation.inl │ ├── matrix_major_storage.hpp │ ├── matrix_major_storage.inl │ ├── matrix_operation.hpp │ ├── matrix_operation.inl │ ├── matrix_query.hpp │ ├── matrix_query.inl │ ├── matrix_transform_2d.hpp │ ├── matrix_transform_2d.inl │ ├── mixed_product.hpp │ ├── mixed_product.inl │ ├── norm.hpp │ ├── norm.inl │ ├── normal.hpp │ ├── normal.inl │ ├── normalize_dot.hpp │ ├── normalize_dot.inl │ ├── number_precision.hpp │ ├── number_precision.inl │ ├── optimum_pow.hpp │ ├── optimum_pow.inl │ ├── orthonormalize.hpp │ ├── orthonormalize.inl │ ├── perpendicular.hpp │ ├── perpendicular.inl │ ├── polar_coordinates.hpp │ ├── polar_coordinates.inl │ ├── projection.hpp │ ├── projection.inl │ ├── quaternion.hpp │ ├── quaternion.inl │ ├── range.hpp │ ├── raw_data.hpp │ ├── raw_data.inl │ ├── rotate_normalized_axis.hpp │ ├── rotate_normalized_axis.inl │ ├── rotate_vector.hpp │ ├── rotate_vector.inl │ ├── scalar_multiplication.hpp │ ├── scalar_relational.hpp │ ├── scalar_relational.inl │ ├── simd_mat4.hpp │ ├── simd_mat4.inl │ ├── simd_quat.hpp │ ├── simd_quat.inl │ ├── simd_vec4.hpp │ ├── simd_vec4.inl │ ├── spline.hpp │ ├── spline.inl │ ├── std_based_type.hpp │ ├── std_based_type.inl │ ├── string_cast.hpp │ ├── string_cast.inl │ ├── transform.hpp │ ├── transform.inl │ ├── transform2.hpp │ ├── transform2.inl │ ├── type_aligned.hpp │ ├── type_aligned.inl │ ├── vector_angle.hpp │ ├── vector_angle.inl │ ├── vector_query.hpp │ ├── vector_query.inl │ ├── wrap.hpp │ └── wrap.inl ├── integer.hpp ├── mat2x2.hpp ├── mat2x3.hpp ├── mat2x4.hpp ├── mat3x2.hpp ├── mat3x3.hpp ├── mat3x4.hpp ├── mat4x2.hpp ├── mat4x3.hpp ├── mat4x4.hpp ├── matrix.hpp ├── packing.hpp ├── trigonometric.hpp ├── vec2.hpp ├── vec3.hpp ├── vec4.hpp └── vector_relational.hpp └── partdesign.dox /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/.DS_Store -------------------------------------------------------------------------------- /._.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/._.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/.gitignore -------------------------------------------------------------------------------- /App/AppPartDesign.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/AppPartDesign.cpp -------------------------------------------------------------------------------- /App/AppPartDesignPy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/AppPartDesignPy.cpp -------------------------------------------------------------------------------- /App/BOPTools.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/BOPTools.cxx -------------------------------------------------------------------------------- /App/BOPTools.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/BOPTools.hxx -------------------------------------------------------------------------------- /App/Body.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/Body.cpp -------------------------------------------------------------------------------- /App/Body.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/Body.h -------------------------------------------------------------------------------- /App/BodyPy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/BodyPy.xml -------------------------------------------------------------------------------- /App/BodyPyImp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/BodyPyImp.cpp -------------------------------------------------------------------------------- /App/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/CMakeLists.txt -------------------------------------------------------------------------------- /App/DatumCS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/DatumCS.cpp -------------------------------------------------------------------------------- /App/DatumCS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/DatumCS.h -------------------------------------------------------------------------------- /App/DatumLine.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/DatumLine.cpp -------------------------------------------------------------------------------- /App/DatumLine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/DatumLine.h -------------------------------------------------------------------------------- /App/DatumPlane.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/DatumPlane.cpp -------------------------------------------------------------------------------- /App/DatumPlane.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/DatumPlane.h -------------------------------------------------------------------------------- /App/DatumPoint.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/DatumPoint.cpp -------------------------------------------------------------------------------- /App/DatumPoint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/DatumPoint.h -------------------------------------------------------------------------------- /App/Feature.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/Feature.cpp -------------------------------------------------------------------------------- /App/Feature.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/Feature.h -------------------------------------------------------------------------------- /App/FeatureAddSub.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureAddSub.cpp -------------------------------------------------------------------------------- /App/FeatureAddSub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureAddSub.h -------------------------------------------------------------------------------- /App/FeatureBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureBase.cpp -------------------------------------------------------------------------------- /App/FeatureBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureBase.h -------------------------------------------------------------------------------- /App/FeatureBoolean.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureBoolean.cpp -------------------------------------------------------------------------------- /App/FeatureBoolean.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureBoolean.h -------------------------------------------------------------------------------- /App/FeatureChamfer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureChamfer.cpp -------------------------------------------------------------------------------- /App/FeatureChamfer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureChamfer.h -------------------------------------------------------------------------------- /App/FeatureDraft.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureDraft.cpp -------------------------------------------------------------------------------- /App/FeatureDraft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureDraft.h -------------------------------------------------------------------------------- /App/FeatureDressUp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureDressUp.cpp -------------------------------------------------------------------------------- /App/FeatureDressUp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureDressUp.h -------------------------------------------------------------------------------- /App/FeatureFillet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureFillet.cpp -------------------------------------------------------------------------------- /App/FeatureFillet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureFillet.h -------------------------------------------------------------------------------- /App/FeatureGroove.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureGroove.cpp -------------------------------------------------------------------------------- /App/FeatureGroove.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureGroove.h -------------------------------------------------------------------------------- /App/FeatureHole.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureHole.cpp -------------------------------------------------------------------------------- /App/FeatureHole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureHole.h -------------------------------------------------------------------------------- /App/FeatureLinearPattern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureLinearPattern.cpp -------------------------------------------------------------------------------- /App/FeatureLinearPattern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureLinearPattern.h -------------------------------------------------------------------------------- /App/FeatureLoft.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureLoft.cpp -------------------------------------------------------------------------------- /App/FeatureLoft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureLoft.h -------------------------------------------------------------------------------- /App/FeatureMirrored.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureMirrored.cpp -------------------------------------------------------------------------------- /App/FeatureMirrored.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureMirrored.h -------------------------------------------------------------------------------- /App/FeatureMultiTransform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureMultiTransform.cpp -------------------------------------------------------------------------------- /App/FeatureMultiTransform.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureMultiTransform.h -------------------------------------------------------------------------------- /App/FeaturePad.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeaturePad.cpp -------------------------------------------------------------------------------- /App/FeaturePad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeaturePad.h -------------------------------------------------------------------------------- /App/FeaturePipe.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeaturePipe.cpp -------------------------------------------------------------------------------- /App/FeaturePipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeaturePipe.h -------------------------------------------------------------------------------- /App/FeaturePocket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeaturePocket.cpp -------------------------------------------------------------------------------- /App/FeaturePocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeaturePocket.h -------------------------------------------------------------------------------- /App/FeaturePolarPattern.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeaturePolarPattern.cpp -------------------------------------------------------------------------------- /App/FeaturePolarPattern.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeaturePolarPattern.h -------------------------------------------------------------------------------- /App/FeaturePrimitive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeaturePrimitive.cpp -------------------------------------------------------------------------------- /App/FeaturePrimitive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeaturePrimitive.h -------------------------------------------------------------------------------- /App/FeaturePy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeaturePy.xml -------------------------------------------------------------------------------- /App/FeaturePyImp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeaturePyImp.cpp -------------------------------------------------------------------------------- /App/FeatureRevolution.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureRevolution.cpp -------------------------------------------------------------------------------- /App/FeatureRevolution.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureRevolution.h -------------------------------------------------------------------------------- /App/FeatureScaled.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureScaled.cpp -------------------------------------------------------------------------------- /App/FeatureScaled.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureScaled.h -------------------------------------------------------------------------------- /App/FeatureSketchBased.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureSketchBased.cpp -------------------------------------------------------------------------------- /App/FeatureSketchBased.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureSketchBased.h -------------------------------------------------------------------------------- /App/FeatureSolid.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureSolid.cpp -------------------------------------------------------------------------------- /App/FeatureSolid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureSolid.h -------------------------------------------------------------------------------- /App/FeatureThickness.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureThickness.cpp -------------------------------------------------------------------------------- /App/FeatureThickness.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureThickness.h -------------------------------------------------------------------------------- /App/FeatureTransformed.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureTransformed.cpp -------------------------------------------------------------------------------- /App/FeatureTransformed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/FeatureTransformed.h -------------------------------------------------------------------------------- /App/GEOMAlgo_Splitter.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/GEOMAlgo_Splitter.cxx -------------------------------------------------------------------------------- /App/GEOMAlgo_Splitter.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/GEOMAlgo_Splitter.hxx -------------------------------------------------------------------------------- /App/PreCompiled.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/PreCompiled.cpp -------------------------------------------------------------------------------- /App/PreCompiled.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/PreCompiled.h -------------------------------------------------------------------------------- /App/ShapeBinder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/ShapeBinder.cpp -------------------------------------------------------------------------------- /App/ShapeBinder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/App/ShapeBinder.h -------------------------------------------------------------------------------- /CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/CMakeLists.txt -------------------------------------------------------------------------------- /DemoDesigns/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/.DS_Store -------------------------------------------------------------------------------- /DemoDesigns/._.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/._.DS_Store -------------------------------------------------------------------------------- /DemoDesigns/1_new_four.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/1_new_four.FCStd -------------------------------------------------------------------------------- /DemoDesigns/2x8.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/2x8.FCStd -------------------------------------------------------------------------------- /DemoDesigns/Anirondack.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Anirondack.FCStd -------------------------------------------------------------------------------- /DemoDesigns/Bench.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Bench.FCStd -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse.FCStd -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/mat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/mat.txt -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_global_0.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_global_0.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_global_1.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_global_1.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_global_2.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_global_2.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_global_3.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_global_3.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_global_4.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_global_4.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_global_5.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_global_5.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_global_6.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_global_6.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_global_7.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_global_7.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_local_0.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_local_0.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_local_1.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_local_1.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_local_2.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_local_2.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_local_3.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_local_3.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_local_4.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_local_4.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_local_5.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_local_5.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_local_6.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_local_6.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse/part_local_7.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse/part_local_7.iges -------------------------------------------------------------------------------- /DemoDesigns/Birdhouse_no_holes.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Birdhouse_no_holes.FCStd -------------------------------------------------------------------------------- /DemoDesigns/Drafting Table.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/Drafting Table.FCStd -------------------------------------------------------------------------------- /DemoDesigns/MainObj/._part_global_4.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/._part_global_4.obj -------------------------------------------------------------------------------- /DemoDesigns/MainObj/mat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/mat.txt -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_global_0.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_global_0.iges -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_global_0.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_global_0.obj -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_global_1.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_global_1.iges -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_global_1.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_global_1.obj -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_global_2.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_global_2.iges -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_global_2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_global_2.obj -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_global_3.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_global_3.iges -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_global_3.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_global_3.obj -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_global_4.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_global_4.iges -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_global_4.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_global_4.obj -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_local_0.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_local_0.iges -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_local_0.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_local_0.obj -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_local_1.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_local_1.iges -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_local_1.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_local_1.obj -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_local_2.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_local_2.iges -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_local_2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_local_2.obj -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_local_3.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_local_3.iges -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_local_3.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_local_3.obj -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_local_4.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_local_4.iges -------------------------------------------------------------------------------- /DemoDesigns/MainObj/part_local_4.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj/part_local_4.obj -------------------------------------------------------------------------------- /DemoDesigns/MainObj19.5/mat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/MainObj19.5/mat.txt -------------------------------------------------------------------------------- /DemoDesigns/TestChair.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/TestChair.FCStd -------------------------------------------------------------------------------- /DemoDesigns/ZTable-bug.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/ZTable-bug.FCStd -------------------------------------------------------------------------------- /DemoDesigns/ZTable.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/ZTable.FCStd -------------------------------------------------------------------------------- /DemoDesigns/bookcase.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase.FCStd -------------------------------------------------------------------------------- /DemoDesigns/bookcase/0_input_local_0.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/0_input_local_0.obj -------------------------------------------------------------------------------- /DemoDesigns/bookcase/0_input_local_1.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/0_input_local_1.obj -------------------------------------------------------------------------------- /DemoDesigns/bookcase/0_input_local_2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/0_input_local_2.obj -------------------------------------------------------------------------------- /DemoDesigns/bookcase/0_input_local_3.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/0_input_local_3.obj -------------------------------------------------------------------------------- /DemoDesigns/bookcase/0_input_local_4.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/0_input_local_4.obj -------------------------------------------------------------------------------- /DemoDesigns/bookcase/0_input_local_5.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/0_input_local_5.obj -------------------------------------------------------------------------------- /DemoDesigns/bookcase/0_input_local_6.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/0_input_local_6.obj -------------------------------------------------------------------------------- /DemoDesigns/bookcase/0_input_local_7.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/0_input_local_7.obj -------------------------------------------------------------------------------- /DemoDesigns/bookcase/0_input_local_8.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/0_input_local_8.obj -------------------------------------------------------------------------------- /DemoDesigns/bookcase/0_input_local_9.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/0_input_local_9.obj -------------------------------------------------------------------------------- /DemoDesigns/bookcase/mat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/mat.txt -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_global_0.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_global_0.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_global_1.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_global_1.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_global_10.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_global_10.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_global_11.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_global_11.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_global_2.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_global_2.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_global_3.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_global_3.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_global_4.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_global_4.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_global_5.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_global_5.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_global_6.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_global_6.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_global_7.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_global_7.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_global_8.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_global_8.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_global_9.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_global_9.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_local_0.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_local_0.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_local_1.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_local_1.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_local_10.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_local_10.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_local_11.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_local_11.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_local_2.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_local_2.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_local_3.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_local_3.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_local_4.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_local_4.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_local_5.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_local_5.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_local_6.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_local_6.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase/part_local_7.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase/part_local_7.iges -------------------------------------------------------------------------------- /DemoDesigns/bookcase1/egraph.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase1/egraph.txt -------------------------------------------------------------------------------- /DemoDesigns/bookcase1/mat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase1/mat.txt -------------------------------------------------------------------------------- /DemoDesigns/bookcase_short.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase_short.FCStd -------------------------------------------------------------------------------- /DemoDesigns/bookcase_short.FCStd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/bookcase_short.FCStd1 -------------------------------------------------------------------------------- /DemoDesigns/chair/mat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/mat.txt -------------------------------------------------------------------------------- /DemoDesigns/chair/part_global_0.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_global_0.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_global_1.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_global_1.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_global_10.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_global_10.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_global_11.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_global_11.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_global_2.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_global_2.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_global_3.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_global_3.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_global_4.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_global_4.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_global_5.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_global_5.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_global_6.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_global_6.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_global_7.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_global_7.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_global_8.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_global_8.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_global_9.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_global_9.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_local_0.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_local_0.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_local_1.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_local_1.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_local_10.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_local_10.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_local_11.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_local_11.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_local_2.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_local_2.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_local_3.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_local_3.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_local_4.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_local_4.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_local_5.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_local_5.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_local_6.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_local_6.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_local_7.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_local_7.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_local_8.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_local_8.iges -------------------------------------------------------------------------------- /DemoDesigns/chair/part_local_9.iges: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair/part_local_9.iges -------------------------------------------------------------------------------- /DemoDesigns/chair_longer/mat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/chair_longer/mat.txt -------------------------------------------------------------------------------- /DemoDesigns/coffeeTable.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/coffeeTable.FCStd -------------------------------------------------------------------------------- /DemoDesigns/diningRoomChair.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/diningRoomChair.FCStd -------------------------------------------------------------------------------- /DemoDesigns/flowerpot.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/flowerpot.FCStd -------------------------------------------------------------------------------- /DemoDesigns/four.FCStd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/four.FCStd1 -------------------------------------------------------------------------------- /DemoDesigns/new_four.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/new_four.FCStd -------------------------------------------------------------------------------- /DemoDesigns/new_four.FCStd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/new_four.FCStd1 -------------------------------------------------------------------------------- /DemoDesigns/new_four_var.FCStd1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/new_four_var.FCStd1 -------------------------------------------------------------------------------- /DemoDesigns/tiltingTrack.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/tiltingTrack.FCStd -------------------------------------------------------------------------------- /DemoDesigns/toycarCurved.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/toycarCurved.FCStd -------------------------------------------------------------------------------- /DemoDesigns/triangle.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/triangle.FCStd -------------------------------------------------------------------------------- /DemoDesigns/triangle_1.FCStd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/triangle_1.FCStd -------------------------------------------------------------------------------- /DemoDesigns/update.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/DemoDesigns/update.obj -------------------------------------------------------------------------------- /Dll/carpentry_geom.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Dll/carpentry_geom.dll -------------------------------------------------------------------------------- /Dll/libgmp-10.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Dll/libgmp-10.dll -------------------------------------------------------------------------------- /Dll/mydll.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Dll/mydll.dll -------------------------------------------------------------------------------- /Dll/slvs.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Dll/slvs.dll -------------------------------------------------------------------------------- /Ext/CarpentryCompiler-SIGA2019.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/CarpentryCompiler-SIGA2019.pdf -------------------------------------------------------------------------------- /Ext/CarpentryCompiler.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/CarpentryCompiler.pdf -------------------------------------------------------------------------------- /Ext/CarpentryCompilerSup.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/CarpentryCompilerSup.pdf -------------------------------------------------------------------------------- /Ext/asm3/FCADLogger.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/FCADLogger.py -------------------------------------------------------------------------------- /Ext/asm3/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/FUNDING.yml -------------------------------------------------------------------------------- /Ext/asm3/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/LICENSE -------------------------------------------------------------------------------- /Ext/asm3/Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/Readme.md -------------------------------------------------------------------------------- /Ext/asm3/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ext/asm3/assembly.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/assembly.py -------------------------------------------------------------------------------- /Ext/asm3/constraint.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/constraint.py -------------------------------------------------------------------------------- /Ext/asm3/deps/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/deps/__init__.py -------------------------------------------------------------------------------- /Ext/asm3/deps/six.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/deps/six.py -------------------------------------------------------------------------------- /Ext/asm3/gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/gui.py -------------------------------------------------------------------------------- /Ext/asm3/init_gui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/init_gui.py -------------------------------------------------------------------------------- /Ext/asm3/mover.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/mover.py -------------------------------------------------------------------------------- /Ext/asm3/proxy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/proxy.py -------------------------------------------------------------------------------- /Ext/asm3/py3_slvs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ext/asm3/py3_slvs/_slvs.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/py3_slvs/_slvs.pyd -------------------------------------------------------------------------------- /Ext/asm3/py3_slvs/_slvs.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/py3_slvs/_slvs.so -------------------------------------------------------------------------------- /Ext/asm3/py3_slvs/slvs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/py3_slvs/slvs.py -------------------------------------------------------------------------------- /Ext/asm3/py_slvs/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Ext/asm3/py_slvs/_slvs.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/py_slvs/_slvs.pyd -------------------------------------------------------------------------------- /Ext/asm3/py_slvs/_slvs.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/py_slvs/_slvs.so -------------------------------------------------------------------------------- /Ext/asm3/py_slvs/slvs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/py_slvs/slvs.py -------------------------------------------------------------------------------- /Ext/asm3/solver.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/solver.py -------------------------------------------------------------------------------- /Ext/asm3/sys_slvs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/sys_slvs.py -------------------------------------------------------------------------------- /Ext/asm3/sys_sympy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/sys_sympy.py -------------------------------------------------------------------------------- /Ext/asm3/system.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/system.py -------------------------------------------------------------------------------- /Ext/asm3/utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/asm3/utils.py -------------------------------------------------------------------------------- /Ext/e-graph/742: -------------------------------------------------------------------------------- 1 | 742 -------------------------------------------------------------------------------- /Ext/e-graph/collapse/all_progs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/collapse/all_progs.xml -------------------------------------------------------------------------------- /Ext/e-graph/collapse/hyervolume.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/collapse/hyervolume.txt -------------------------------------------------------------------------------- /Ext/e-graph/collapse/init.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/collapse/init.txt -------------------------------------------------------------------------------- /Ext/e-graph/collapse/livefile.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/collapse/livefile.txt -------------------------------------------------------------------------------- /Ext/e-graph/collapse/livefile.txt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/collapse/livefile.txt.png -------------------------------------------------------------------------------- /Ext/e-graph/egraph.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/egraph.xml -------------------------------------------------------------------------------- /Ext/e-graph/programs/-1.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /Ext/e-graph/programs/0.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/programs/0.xml -------------------------------------------------------------------------------- /Ext/e-graph/programs/1.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/programs/1.xml -------------------------------------------------------------------------------- /Ext/e-graph/programs/10.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/programs/10.xml -------------------------------------------------------------------------------- /Ext/e-graph/programs/2.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/programs/2.xml -------------------------------------------------------------------------------- /Ext/e-graph/programs/3.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/programs/3.xml -------------------------------------------------------------------------------- /Ext/e-graph/programs/4.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/programs/4.xml -------------------------------------------------------------------------------- /Ext/e-graph/programs/5.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/programs/5.xml -------------------------------------------------------------------------------- /Ext/e-graph/programs/6.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/programs/6.xml -------------------------------------------------------------------------------- /Ext/e-graph/programs/7.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/programs/7.xml -------------------------------------------------------------------------------- /Ext/e-graph/programs/8.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/programs/8.xml -------------------------------------------------------------------------------- /Ext/e-graph/programs/9.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/e-graph/programs/9.xml -------------------------------------------------------------------------------- /Ext/obj/0.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/0.obj -------------------------------------------------------------------------------- /Ext/obj/1.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/1.obj -------------------------------------------------------------------------------- /Ext/obj/2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/2.obj -------------------------------------------------------------------------------- /Ext/obj/3.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/3.obj -------------------------------------------------------------------------------- /Ext/obj/4.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/4.obj -------------------------------------------------------------------------------- /Ext/obj/5.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/5.obj -------------------------------------------------------------------------------- /Ext/obj/6.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/6.obj -------------------------------------------------------------------------------- /Ext/obj/7.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/7.obj -------------------------------------------------------------------------------- /Ext/obj/8.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/8.obj -------------------------------------------------------------------------------- /Ext/obj/9.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/9.obj -------------------------------------------------------------------------------- /Ext/obj/base_circle.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/base_circle.obj -------------------------------------------------------------------------------- /Ext/obj/base_square_1.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/base_square_1.obj -------------------------------------------------------------------------------- /Ext/obj/base_square_2.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/base_square_2.obj -------------------------------------------------------------------------------- /Ext/obj/full_setup.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/full_setup.obj -------------------------------------------------------------------------------- /Ext/obj/half_angle_setup.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/half_angle_setup.obj -------------------------------------------------------------------------------- /Ext/obj/half_offset_setup.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/half_offset_setup.obj -------------------------------------------------------------------------------- /Ext/obj/half_setup.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/half_setup.obj -------------------------------------------------------------------------------- /Ext/obj/sphere.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Ext/obj/sphere.obj -------------------------------------------------------------------------------- /FeatureHole/FeatureHole.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/FeatureHole/FeatureHole.py -------------------------------------------------------------------------------- /FeatureHole/HoleGui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/FeatureHole/HoleGui.py -------------------------------------------------------------------------------- /FeatureHole/PartDesign_Hole.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/FeatureHole/PartDesign_Hole.svg -------------------------------------------------------------------------------- /FeatureHole/Standards.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/FeatureHole/Standards.py -------------------------------------------------------------------------------- /FeatureHole/TaskHole.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/FeatureHole/TaskHole.py -------------------------------------------------------------------------------- /FeatureHole/TaskHole.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/FeatureHole/TaskHole.ui -------------------------------------------------------------------------------- /FeatureHole/ViewProviderHole.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/FeatureHole/ViewProviderHole.py -------------------------------------------------------------------------------- /FeatureHole/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/FeatureHole/__init__.py -------------------------------------------------------------------------------- /Gui/AppPartDesignGui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/AppPartDesignGui.cpp -------------------------------------------------------------------------------- /Gui/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/CMakeLists.txt -------------------------------------------------------------------------------- /Gui/CodeEditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/CodeEditor.cpp -------------------------------------------------------------------------------- /Gui/CodeEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/CodeEditor.h -------------------------------------------------------------------------------- /Gui/Command.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Command.cpp -------------------------------------------------------------------------------- /Gui/CommandBody.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/CommandBody.cpp -------------------------------------------------------------------------------- /Gui/CommandPrimitive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/CommandPrimitive.cpp -------------------------------------------------------------------------------- /Gui/Compiler.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Compiler.cpp -------------------------------------------------------------------------------- /Gui/Compiler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Compiler.h -------------------------------------------------------------------------------- /Gui/CompilerConfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/CompilerConfig.cpp -------------------------------------------------------------------------------- /Gui/CompilerConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/CompilerConfig.h -------------------------------------------------------------------------------- /Gui/DlgReference.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/DlgReference.ui -------------------------------------------------------------------------------- /Gui/GEOMAlgo_Splitter.cxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/GEOMAlgo_Splitter.cxx -------------------------------------------------------------------------------- /Gui/GEOMAlgo_Splitter.hxx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/GEOMAlgo_Splitter.hxx -------------------------------------------------------------------------------- /Gui/Geom2d_Edge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Geom2d_Edge.cpp -------------------------------------------------------------------------------- /Gui/Geom2d_Edge.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Geom2d_Edge.h -------------------------------------------------------------------------------- /Gui/GeomCommonFunctions.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/GeomCommonFunctions.cpp -------------------------------------------------------------------------------- /Gui/GeomCommonFunctions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/GeomCommonFunctions.h -------------------------------------------------------------------------------- /Gui/HLParser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/HLParser.cpp -------------------------------------------------------------------------------- /Gui/HLParser.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/HLParser.h -------------------------------------------------------------------------------- /Gui/Highlighter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Highlighter.cpp -------------------------------------------------------------------------------- /Gui/Highlighter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Highlighter.h -------------------------------------------------------------------------------- /Gui/ISA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ISA.cpp -------------------------------------------------------------------------------- /Gui/ISA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ISA.h -------------------------------------------------------------------------------- /Gui/PCE.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PCE.cpp -------------------------------------------------------------------------------- /Gui/PCE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PCE.h -------------------------------------------------------------------------------- /Gui/PCE_CS.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PCE_CS.cpp -------------------------------------------------------------------------------- /Gui/PCE_Part.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PCE_Part.cpp -------------------------------------------------------------------------------- /Gui/PCE_WoodLumber.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PCE_WoodLumber.cpp -------------------------------------------------------------------------------- /Gui/PCE_arrange.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PCE_arrange.cpp -------------------------------------------------------------------------------- /Gui/PCE_edge.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PCE_edge.cpp -------------------------------------------------------------------------------- /Gui/PCE_end.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PCE_end.cpp -------------------------------------------------------------------------------- /Gui/PCE_functs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PCE_functs.cpp -------------------------------------------------------------------------------- /Gui/PCE_position.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PCE_position.cpp -------------------------------------------------------------------------------- /Gui/PCE_transform.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PCE_transform.cpp -------------------------------------------------------------------------------- /Gui/PHELM.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PHELM.cpp -------------------------------------------------------------------------------- /Gui/PHELM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PHELM.h -------------------------------------------------------------------------------- /Gui/PHELM_Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PHELM_Utils.cpp -------------------------------------------------------------------------------- /Gui/PreCompiled.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PreCompiled.cpp -------------------------------------------------------------------------------- /Gui/PreCompiled.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/PreCompiled.h -------------------------------------------------------------------------------- /Gui/ReferenceSelection.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ReferenceSelection.cpp -------------------------------------------------------------------------------- /Gui/ReferenceSelection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ReferenceSelection.h -------------------------------------------------------------------------------- /Gui/Resources/Drawing.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Resources/Drawing.qrc -------------------------------------------------------------------------------- /Gui/Resources/PartDesign.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Resources/PartDesign.qrc -------------------------------------------------------------------------------- /Gui/Resources/UpdateResources.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Resources/UpdateResources.bat -------------------------------------------------------------------------------- /Gui/Resources/icons/Carpentry.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Resources/icons/Carpentry.svg -------------------------------------------------------------------------------- /Gui/Resources/icons/bandsaw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Resources/icons/bandsaw.jpg -------------------------------------------------------------------------------- /Gui/Resources/icons/chospaw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Resources/icons/chospaw.jpg -------------------------------------------------------------------------------- /Gui/Resources/icons/drill.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Resources/icons/drill.jpg -------------------------------------------------------------------------------- /Gui/Resources/icons/jigsaw.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Resources/icons/jigsaw.jpg -------------------------------------------------------------------------------- /Gui/Resources/tools.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Resources/tools.qrc -------------------------------------------------------------------------------- /Gui/TaskChamferParameters.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskChamferParameters.ui -------------------------------------------------------------------------------- /Gui/TaskDatumParameters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskDatumParameters.cpp -------------------------------------------------------------------------------- /Gui/TaskDatumParameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskDatumParameters.h -------------------------------------------------------------------------------- /Gui/TaskFeatureParameters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskFeatureParameters.cpp -------------------------------------------------------------------------------- /Gui/TaskFeatureParameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskFeatureParameters.h -------------------------------------------------------------------------------- /Gui/TaskFeaturePick.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskFeaturePick.cpp -------------------------------------------------------------------------------- /Gui/TaskFeaturePick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskFeaturePick.h -------------------------------------------------------------------------------- /Gui/TaskFeaturePick.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskFeaturePick.ui -------------------------------------------------------------------------------- /Gui/TaskHoleParameters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskHoleParameters.cpp -------------------------------------------------------------------------------- /Gui/TaskHoleParameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskHoleParameters.h -------------------------------------------------------------------------------- /Gui/TaskHoleParameters.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskHoleParameters.ui -------------------------------------------------------------------------------- /Gui/TaskPocketParameters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskPocketParameters.cpp -------------------------------------------------------------------------------- /Gui/TaskPocketParameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskPocketParameters.h -------------------------------------------------------------------------------- /Gui/TaskPocketParameters.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskPocketParameters.ui -------------------------------------------------------------------------------- /Gui/TaskPrimitiveParameters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskPrimitiveParameters.cpp -------------------------------------------------------------------------------- /Gui/TaskPrimitiveParameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskPrimitiveParameters.h -------------------------------------------------------------------------------- /Gui/TaskPrimitiveParameters.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskPrimitiveParameters.ui -------------------------------------------------------------------------------- /Gui/TaskSketchBasedParameters.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskSketchBasedParameters.cpp -------------------------------------------------------------------------------- /Gui/TaskSketchBasedParameters.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/TaskSketchBasedParameters.h -------------------------------------------------------------------------------- /Gui/ToolsConfiguration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ToolsConfiguration.cpp -------------------------------------------------------------------------------- /Gui/ToolsConfiguration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ToolsConfiguration.h -------------------------------------------------------------------------------- /Gui/ToolsConfiguration.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ToolsConfiguration.ui -------------------------------------------------------------------------------- /Gui/Utils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Utils.cpp -------------------------------------------------------------------------------- /Gui/Utils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Utils.h -------------------------------------------------------------------------------- /Gui/ViewProvider.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProvider.cpp -------------------------------------------------------------------------------- /Gui/ViewProvider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProvider.h -------------------------------------------------------------------------------- /Gui/ViewProviderAddSub.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderAddSub.cpp -------------------------------------------------------------------------------- /Gui/ViewProviderAddSub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderAddSub.h -------------------------------------------------------------------------------- /Gui/ViewProviderBase.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderBase.cpp -------------------------------------------------------------------------------- /Gui/ViewProviderBase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderBase.h -------------------------------------------------------------------------------- /Gui/ViewProviderBody.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderBody.cpp -------------------------------------------------------------------------------- /Gui/ViewProviderBody.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderBody.h -------------------------------------------------------------------------------- /Gui/ViewProviderDatum.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderDatum.cpp -------------------------------------------------------------------------------- /Gui/ViewProviderDatum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderDatum.h -------------------------------------------------------------------------------- /Gui/ViewProviderDatumVariable.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderDatumVariable.cpp -------------------------------------------------------------------------------- /Gui/ViewProviderDatumVariable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderDatumVariable.h -------------------------------------------------------------------------------- /Gui/ViewProviderDraft.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderDraft.cpp -------------------------------------------------------------------------------- /Gui/ViewProviderDraft.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderDraft.h -------------------------------------------------------------------------------- /Gui/ViewProviderHole.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderHole.cpp -------------------------------------------------------------------------------- /Gui/ViewProviderHole.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderHole.h -------------------------------------------------------------------------------- /Gui/ViewProviderMainPart.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderMainPart.cpp -------------------------------------------------------------------------------- /Gui/ViewProviderMainPart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderMainPart.h -------------------------------------------------------------------------------- /Gui/ViewProviderPocket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderPocket.cpp -------------------------------------------------------------------------------- /Gui/ViewProviderPocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderPocket.h -------------------------------------------------------------------------------- /Gui/ViewProviderPrimitive.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderPrimitive.cpp -------------------------------------------------------------------------------- /Gui/ViewProviderPrimitive.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderPrimitive.h -------------------------------------------------------------------------------- /Gui/ViewProviderPy.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderPy.xml -------------------------------------------------------------------------------- /Gui/ViewProviderPyImp.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderPyImp.cpp -------------------------------------------------------------------------------- /Gui/ViewProviderSketchBased.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderSketchBased.cpp -------------------------------------------------------------------------------- /Gui/ViewProviderSketchBased.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/ViewProviderSketchBased.h -------------------------------------------------------------------------------- /Gui/Workbench.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Workbench.cpp -------------------------------------------------------------------------------- /Gui/Workbench.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/Workbench.h -------------------------------------------------------------------------------- /Gui/WorkflowManager.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/WorkflowManager.cpp -------------------------------------------------------------------------------- /Gui/WorkflowManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/WorkflowManager.h -------------------------------------------------------------------------------- /Gui/cgal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/cgal.h -------------------------------------------------------------------------------- /Gui/clipper/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/clipper/.DS_Store -------------------------------------------------------------------------------- /Gui/clipper/clipper.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/clipper/clipper.cpp -------------------------------------------------------------------------------- /Gui/clipper/clipper.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/clipper/clipper.hpp -------------------------------------------------------------------------------- /Gui/error.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/error.hpp -------------------------------------------------------------------------------- /Gui/float.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/float.cpp -------------------------------------------------------------------------------- /Gui/float.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/float.hpp -------------------------------------------------------------------------------- /Gui/io.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/io.cpp -------------------------------------------------------------------------------- /Gui/io.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/io.hpp -------------------------------------------------------------------------------- /Gui/lexer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/lexer.cpp -------------------------------------------------------------------------------- /Gui/lexer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/lexer.hpp -------------------------------------------------------------------------------- /Gui/math.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/math.hpp -------------------------------------------------------------------------------- /Gui/opt/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/.gitignore -------------------------------------------------------------------------------- /Gui/opt/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/README.md -------------------------------------------------------------------------------- /Gui/opt/config.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/config.hpp -------------------------------------------------------------------------------- /Gui/opt/config.hpp.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/config.hpp.in -------------------------------------------------------------------------------- /Gui/opt/egraph.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/egraph.cpp -------------------------------------------------------------------------------- /Gui/opt/egraph.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/egraph.hpp -------------------------------------------------------------------------------- /Gui/opt/evaluator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/evaluator.cpp -------------------------------------------------------------------------------- /Gui/opt/evaluator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/evaluator.hpp -------------------------------------------------------------------------------- /Gui/opt/graphmap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/graphmap.hpp -------------------------------------------------------------------------------- /Gui/opt/llhelm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/llhelm.cpp -------------------------------------------------------------------------------- /Gui/opt/llhelm.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/llhelm.hpp -------------------------------------------------------------------------------- /Gui/opt/nsgaii.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/nsgaii.hpp -------------------------------------------------------------------------------- /Gui/opt/optimizer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/optimizer.cpp -------------------------------------------------------------------------------- /Gui/opt/optimizer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/optimizer.hpp -------------------------------------------------------------------------------- /Gui/opt/pagmo/config.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/pagmo/config.hpp -------------------------------------------------------------------------------- /Gui/opt/parsers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/parsers.cpp -------------------------------------------------------------------------------- /Gui/opt/parsers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/parsers.hpp -------------------------------------------------------------------------------- /Gui/opt/scripts/2dprojection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/scripts/2dprojection.py -------------------------------------------------------------------------------- /Gui/opt/scripts/after/plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/scripts/after/plot.py -------------------------------------------------------------------------------- /Gui/opt/scripts/data.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/scripts/data.py -------------------------------------------------------------------------------- /Gui/opt/scripts/hlhelm_sugar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/scripts/hlhelm_sugar.py -------------------------------------------------------------------------------- /Gui/opt/scripts/llhelm_sugar.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/scripts/llhelm_sugar.py -------------------------------------------------------------------------------- /Gui/opt/scripts/llhelm_sugar_old.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/scripts/llhelm_sugar_old.py -------------------------------------------------------------------------------- /Gui/opt/scripts/not-necessary/Stat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/scripts/not-necessary/Stat.py -------------------------------------------------------------------------------- /Gui/opt/scripts/not-necessary/Test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/scripts/not-necessary/Test.py -------------------------------------------------------------------------------- /Gui/opt/scripts/plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/scripts/plot.py -------------------------------------------------------------------------------- /Gui/opt/tinyxml2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/tinyxml2.cpp -------------------------------------------------------------------------------- /Gui/opt/tinyxml2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/opt/tinyxml2.h -------------------------------------------------------------------------------- /Gui/opt/types.hpp: -------------------------------------------------------------------------------- 1 | #pragma once 2 | -------------------------------------------------------------------------------- /Gui/pagmo/.vs/VSWorkspaceState.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/.vs/VSWorkspaceState.json -------------------------------------------------------------------------------- /Gui/pagmo/.vs/pagmo/v16/.suo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/.vs/pagmo/v16/.suo -------------------------------------------------------------------------------- /Gui/pagmo/.vs/pagmo/v16/Browse.VC.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/.vs/pagmo/v16/Browse.VC.db -------------------------------------------------------------------------------- /Gui/pagmo/.vs/slnx.sqlite: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/.vs/slnx.sqlite -------------------------------------------------------------------------------- /Gui/pagmo/algorithm.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithm.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/bee_colony.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/bee_colony.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/cmaes.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/cmaes.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/de.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/de.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/de1220.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/de1220.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/gaco.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/gaco.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/gwo.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/gwo.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/ihs.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/ihs.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/ipopt.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/ipopt.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/mbh.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/mbh.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/moead.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/moead.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/nlopt.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/nlopt.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/nsga2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/nsga2.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/pso.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/pso.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/pso_gen.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/pso_gen.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/sade.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/sade.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/sea.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/sea.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/sga.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/sga.hpp -------------------------------------------------------------------------------- /Gui/pagmo/algorithms/xnes.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/algorithms/xnes.hpp -------------------------------------------------------------------------------- /Gui/pagmo/archipelago.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/archipelago.hpp -------------------------------------------------------------------------------- /Gui/pagmo/config.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/config.hpp -------------------------------------------------------------------------------- /Gui/pagmo/detail/cec2013_data.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/detail/cec2013_data.hpp -------------------------------------------------------------------------------- /Gui/pagmo/detail/cec2014_data.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/detail/cec2014_data.hpp -------------------------------------------------------------------------------- /Gui/pagmo/detail/constants.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/detail/constants.hpp -------------------------------------------------------------------------------- /Gui/pagmo/detail/eigen.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/detail/eigen.hpp -------------------------------------------------------------------------------- /Gui/pagmo/detail/make_unique.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/detail/make_unique.hpp -------------------------------------------------------------------------------- /Gui/pagmo/detail/prime_numbers.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/detail/prime_numbers.hpp -------------------------------------------------------------------------------- /Gui/pagmo/detail/task_queue.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/detail/task_queue.hpp -------------------------------------------------------------------------------- /Gui/pagmo/exceptions.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/exceptions.hpp -------------------------------------------------------------------------------- /Gui/pagmo/external/cereal/access.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/external/cereal/access.hpp -------------------------------------------------------------------------------- /Gui/pagmo/external/cereal/cereal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/external/cereal/cereal.hpp -------------------------------------------------------------------------------- /Gui/pagmo/external/cereal/macros.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/external/cereal/macros.hpp -------------------------------------------------------------------------------- /Gui/pagmo/external/fix_includes.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/external/fix_includes.txt -------------------------------------------------------------------------------- /Gui/pagmo/io.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/io.hpp -------------------------------------------------------------------------------- /Gui/pagmo/island.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/island.hpp -------------------------------------------------------------------------------- /Gui/pagmo/islands/fork_island.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/islands/fork_island.hpp -------------------------------------------------------------------------------- /Gui/pagmo/islands/thread_island.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/islands/thread_island.hpp -------------------------------------------------------------------------------- /Gui/pagmo/pagmo.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/pagmo.hpp -------------------------------------------------------------------------------- /Gui/pagmo/population.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/population.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problem.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problem.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/ackley.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/ackley.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/cec2006.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/cec2006.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/cec2009.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/cec2009.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/cec2013.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/cec2013.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/cec2014.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/cec2014.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/decompose.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/decompose.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/dtlz.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/dtlz.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/golomb_ruler.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/golomb_ruler.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/griewank.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/griewank.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/inventory.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/inventory.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/lennard_jones.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/lennard_jones.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/luksan_vlcek1.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/luksan_vlcek1.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/rastrigin.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/rastrigin.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/rosenbrock.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/rosenbrock.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/schwefel.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/schwefel.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/translate.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/translate.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/unconstrain.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/unconstrain.hpp -------------------------------------------------------------------------------- /Gui/pagmo/problems/zdt.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/problems/zdt.hpp -------------------------------------------------------------------------------- /Gui/pagmo/rng.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/rng.hpp -------------------------------------------------------------------------------- /Gui/pagmo/serialization.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/serialization.hpp -------------------------------------------------------------------------------- /Gui/pagmo/threading.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/threading.hpp -------------------------------------------------------------------------------- /Gui/pagmo/type_traits.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/type_traits.hpp -------------------------------------------------------------------------------- /Gui/pagmo/types.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/types.hpp -------------------------------------------------------------------------------- /Gui/pagmo/utils/constrained.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/utils/constrained.hpp -------------------------------------------------------------------------------- /Gui/pagmo/utils/discrepancy.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/utils/discrepancy.hpp -------------------------------------------------------------------------------- /Gui/pagmo/utils/generic.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/utils/generic.hpp -------------------------------------------------------------------------------- /Gui/pagmo/utils/hv_algos/hv_hv2d.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/utils/hv_algos/hv_hv2d.hpp -------------------------------------------------------------------------------- /Gui/pagmo/utils/hv_algos/hv_hv3d.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/utils/hv_algos/hv_hv3d.hpp -------------------------------------------------------------------------------- /Gui/pagmo/utils/hv_algos/hv_hvwfg.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/utils/hv_algos/hv_hvwfg.hpp -------------------------------------------------------------------------------- /Gui/pagmo/utils/hypervolume.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/utils/hypervolume.hpp -------------------------------------------------------------------------------- /Gui/pagmo/utils/multi_objective.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/pagmo/utils/multi_objective.hpp -------------------------------------------------------------------------------- /Gui/parser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/parser.cpp -------------------------------------------------------------------------------- /Gui/parser.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/parser.hpp -------------------------------------------------------------------------------- /Gui/sexp/.appveyor.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/.appveyor.yml -------------------------------------------------------------------------------- /Gui/sexp/.clang-tidy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/.clang-tidy -------------------------------------------------------------------------------- /Gui/sexp/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/.gitignore -------------------------------------------------------------------------------- /Gui/sexp/.gitlab-ci.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/.gitlab-ci.yml -------------------------------------------------------------------------------- /Gui/sexp/.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/.gitmodules -------------------------------------------------------------------------------- /Gui/sexp/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/.travis.yml -------------------------------------------------------------------------------- /Gui/sexp/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/CMakeLists.txt -------------------------------------------------------------------------------- /Gui/sexp/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/LICENSE.txt -------------------------------------------------------------------------------- /Gui/sexp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/README.md -------------------------------------------------------------------------------- /Gui/sexp/benchmarks/lexer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/benchmarks/lexer.cpp -------------------------------------------------------------------------------- /Gui/sexp/benchmarks/parser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/benchmarks/parser.cpp -------------------------------------------------------------------------------- /Gui/sexp/benchmarks/test.sexp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/benchmarks/test.sexp -------------------------------------------------------------------------------- /Gui/sexp/include/sexp/error.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/include/sexp/error.hpp -------------------------------------------------------------------------------- /Gui/sexp/include/sexp/io.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/include/sexp/io.hpp -------------------------------------------------------------------------------- /Gui/sexp/include/sexp/lexer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/include/sexp/lexer.hpp -------------------------------------------------------------------------------- /Gui/sexp/include/sexp/parser.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/include/sexp/parser.hpp -------------------------------------------------------------------------------- /Gui/sexp/include/sexp/util.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/include/sexp/util.hpp -------------------------------------------------------------------------------- /Gui/sexp/include/sexp/value.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/include/sexp/value.hpp -------------------------------------------------------------------------------- /Gui/sexp/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/logo.png -------------------------------------------------------------------------------- /Gui/sexp/logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/logo.svg -------------------------------------------------------------------------------- /Gui/sexp/src/float.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/src/float.cpp -------------------------------------------------------------------------------- /Gui/sexp/src/float.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/src/float.hpp -------------------------------------------------------------------------------- /Gui/sexp/src/io.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/src/io.cpp -------------------------------------------------------------------------------- /Gui/sexp/src/lexer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/src/lexer.cpp -------------------------------------------------------------------------------- /Gui/sexp/src/parser.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/src/parser.cpp -------------------------------------------------------------------------------- /Gui/sexp/src/util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/src/util.cpp -------------------------------------------------------------------------------- /Gui/sexp/src/value.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/src/value.cpp -------------------------------------------------------------------------------- /Gui/sexp/tests/float_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/tests/float_test.cpp -------------------------------------------------------------------------------- /Gui/sexp/tests/io_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/tests/io_test.cpp -------------------------------------------------------------------------------- /Gui/sexp/tests/lexer_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/tests/lexer_test.cpp -------------------------------------------------------------------------------- /Gui/sexp/tests/parser_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/tests/parser_test.cpp -------------------------------------------------------------------------------- /Gui/sexp/tests/util_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/tests/util_test.cpp -------------------------------------------------------------------------------- /Gui/sexp/tests/value_test.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/sexp/tests/value_test.cpp -------------------------------------------------------------------------------- /Gui/solvespace/slvs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/solvespace/slvs.h -------------------------------------------------------------------------------- /Gui/solvespace/slvs.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/solvespace/slvs.lib -------------------------------------------------------------------------------- /Gui/tinyxml2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/tinyxml2.cpp -------------------------------------------------------------------------------- /Gui/tinyxml2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/tinyxml2.h -------------------------------------------------------------------------------- /Gui/util.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/util.cpp -------------------------------------------------------------------------------- /Gui/util.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/util.hpp -------------------------------------------------------------------------------- /Gui/value.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/value.cpp -------------------------------------------------------------------------------- /Gui/value.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Gui/value.hpp -------------------------------------------------------------------------------- /HELMConfig.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/HELMConfig.xml -------------------------------------------------------------------------------- /Init.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Init.py -------------------------------------------------------------------------------- /InitGui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/InitGui.py -------------------------------------------------------------------------------- /InvoluteGearFeature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/InvoluteGearFeature.py -------------------------------------------------------------------------------- /InvoluteGearFeature.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/InvoluteGearFeature.ui -------------------------------------------------------------------------------- /PartDesignTests/TestBoolean.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestBoolean.py -------------------------------------------------------------------------------- /PartDesignTests/TestChamfer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestChamfer.py -------------------------------------------------------------------------------- /PartDesignTests/TestDatum.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestDatum.py -------------------------------------------------------------------------------- /PartDesignTests/TestDraft.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestDraft.py -------------------------------------------------------------------------------- /PartDesignTests/TestFillet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestFillet.py -------------------------------------------------------------------------------- /PartDesignTests/TestHole.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestHole.py -------------------------------------------------------------------------------- /PartDesignTests/TestLinearPattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestLinearPattern.py -------------------------------------------------------------------------------- /PartDesignTests/TestLoft.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestLoft.py -------------------------------------------------------------------------------- /PartDesignTests/TestMirrored.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestMirrored.py -------------------------------------------------------------------------------- /PartDesignTests/TestMultiTransform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestMultiTransform.py -------------------------------------------------------------------------------- /PartDesignTests/TestPad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestPad.py -------------------------------------------------------------------------------- /PartDesignTests/TestPipe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestPipe.py -------------------------------------------------------------------------------- /PartDesignTests/TestPocket.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestPocket.py -------------------------------------------------------------------------------- /PartDesignTests/TestPolarPattern.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestPolarPattern.py -------------------------------------------------------------------------------- /PartDesignTests/TestPrimitive.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestPrimitive.py -------------------------------------------------------------------------------- /PartDesignTests/TestRevolve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestRevolve.py -------------------------------------------------------------------------------- /PartDesignTests/TestShapeBinder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestShapeBinder.py -------------------------------------------------------------------------------- /PartDesignTests/TestThickness.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesignTests/TestThickness.py -------------------------------------------------------------------------------- /PartDesignTests/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /PartDesign_Model.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/PartDesign_Model.xml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/README.md -------------------------------------------------------------------------------- /Scripts/DistanceBolt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Scripts/DistanceBolt.py -------------------------------------------------------------------------------- /Scripts/Epitrochoid.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Scripts/Epitrochoid.py -------------------------------------------------------------------------------- /Scripts/FilletArc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Scripts/FilletArc.py -------------------------------------------------------------------------------- /Scripts/Gear.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Scripts/Gear.py -------------------------------------------------------------------------------- /Scripts/Parallelepiped.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Scripts/Parallelepiped.py -------------------------------------------------------------------------------- /Scripts/Parser.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Scripts/Parser.py -------------------------------------------------------------------------------- /Scripts/Plot_bach.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Scripts/Plot_bach.py -------------------------------------------------------------------------------- /Scripts/RadialCopy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Scripts/RadialCopy.py -------------------------------------------------------------------------------- /Scripts/Spring.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Scripts/Spring.py -------------------------------------------------------------------------------- /Scripts/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /Scripts/lifetime.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Scripts/lifetime.bat -------------------------------------------------------------------------------- /Scripts/lifetime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Scripts/lifetime.py -------------------------------------------------------------------------------- /Scripts/plot.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Scripts/plot.bat -------------------------------------------------------------------------------- /Scripts/plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/Scripts/plot.py -------------------------------------------------------------------------------- /Scripts/plot_bach.bat: -------------------------------------------------------------------------------- 1 | python plot_bach.py Z:\Users\haisenzhao\Downloads\packing 7 -------------------------------------------------------------------------------- /TestPartDesignApp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/TestPartDesignApp.py -------------------------------------------------------------------------------- /TestPartDesignGui.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/TestPartDesignGui.py -------------------------------------------------------------------------------- /WizardShaft/SegmentFunction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/WizardShaft/SegmentFunction.py -------------------------------------------------------------------------------- /WizardShaft/Shaft.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/WizardShaft/Shaft.py -------------------------------------------------------------------------------- /WizardShaft/ShaftDiagram.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/WizardShaft/ShaftDiagram.py -------------------------------------------------------------------------------- /WizardShaft/ShaftFeature.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/WizardShaft/ShaftFeature.py -------------------------------------------------------------------------------- /WizardShaft/WizardShaft.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/WizardShaft/WizardShaft.py -------------------------------------------------------------------------------- /WizardShaft/WizardShaft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/WizardShaft/WizardShaft.svg -------------------------------------------------------------------------------- /WizardShaft/WizardShaftTable.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/WizardShaft/WizardShaftTable.py -------------------------------------------------------------------------------- /WizardShaft/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/WizardShaft/__init__.py -------------------------------------------------------------------------------- /__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/__init__.py -------------------------------------------------------------------------------- /fcgear/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/fcgear/README -------------------------------------------------------------------------------- /fcgear/__init__.py: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /fcgear/fcgear.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/fcgear/fcgear.py -------------------------------------------------------------------------------- /fcgear/fcgeardialog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/fcgear/fcgeardialog.py -------------------------------------------------------------------------------- /fcgear/involute.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/fcgear/involute.py -------------------------------------------------------------------------------- /fcgear/svggear.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/fcgear/svggear.py -------------------------------------------------------------------------------- /glm/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/CMakeLists.txt -------------------------------------------------------------------------------- /glm/common.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/common.hpp -------------------------------------------------------------------------------- /glm/detail/_features.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/_features.hpp -------------------------------------------------------------------------------- /glm/detail/_fixes.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/_fixes.hpp -------------------------------------------------------------------------------- /glm/detail/_noise.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/_noise.hpp -------------------------------------------------------------------------------- /glm/detail/_swizzle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/_swizzle.hpp -------------------------------------------------------------------------------- /glm/detail/_swizzle_func.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/_swizzle_func.hpp -------------------------------------------------------------------------------- /glm/detail/_vectorize.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/_vectorize.hpp -------------------------------------------------------------------------------- /glm/detail/dummy.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/dummy.cpp -------------------------------------------------------------------------------- /glm/detail/func_common.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_common.hpp -------------------------------------------------------------------------------- /glm/detail/func_common.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_common.inl -------------------------------------------------------------------------------- /glm/detail/func_exponential.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_exponential.hpp -------------------------------------------------------------------------------- /glm/detail/func_exponential.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_exponential.inl -------------------------------------------------------------------------------- /glm/detail/func_geometric.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_geometric.hpp -------------------------------------------------------------------------------- /glm/detail/func_geometric.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_geometric.inl -------------------------------------------------------------------------------- /glm/detail/func_integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_integer.hpp -------------------------------------------------------------------------------- /glm/detail/func_integer.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_integer.inl -------------------------------------------------------------------------------- /glm/detail/func_matrix.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_matrix.hpp -------------------------------------------------------------------------------- /glm/detail/func_matrix.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_matrix.inl -------------------------------------------------------------------------------- /glm/detail/func_packing.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_packing.hpp -------------------------------------------------------------------------------- /glm/detail/func_packing.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_packing.inl -------------------------------------------------------------------------------- /glm/detail/func_trigonometric.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_trigonometric.hpp -------------------------------------------------------------------------------- /glm/detail/func_trigonometric.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_trigonometric.inl -------------------------------------------------------------------------------- /glm/detail/func_vector_relational.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_vector_relational.hpp -------------------------------------------------------------------------------- /glm/detail/func_vector_relational.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/func_vector_relational.inl -------------------------------------------------------------------------------- /glm/detail/glm.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/glm.cpp -------------------------------------------------------------------------------- /glm/detail/intrinsic_common.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/intrinsic_common.hpp -------------------------------------------------------------------------------- /glm/detail/intrinsic_common.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/intrinsic_common.inl -------------------------------------------------------------------------------- /glm/detail/intrinsic_exponential.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/intrinsic_exponential.hpp -------------------------------------------------------------------------------- /glm/detail/intrinsic_exponential.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/intrinsic_exponential.inl -------------------------------------------------------------------------------- /glm/detail/intrinsic_geometric.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/intrinsic_geometric.hpp -------------------------------------------------------------------------------- /glm/detail/intrinsic_geometric.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/intrinsic_geometric.inl -------------------------------------------------------------------------------- /glm/detail/intrinsic_integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/intrinsic_integer.hpp -------------------------------------------------------------------------------- /glm/detail/intrinsic_integer.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/intrinsic_integer.inl -------------------------------------------------------------------------------- /glm/detail/intrinsic_matrix.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/intrinsic_matrix.hpp -------------------------------------------------------------------------------- /glm/detail/intrinsic_matrix.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/intrinsic_matrix.inl -------------------------------------------------------------------------------- /glm/detail/precision.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/precision.hpp -------------------------------------------------------------------------------- /glm/detail/setup.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/setup.hpp -------------------------------------------------------------------------------- /glm/detail/type_float.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_float.hpp -------------------------------------------------------------------------------- /glm/detail/type_gentype.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_gentype.hpp -------------------------------------------------------------------------------- /glm/detail/type_gentype.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_gentype.inl -------------------------------------------------------------------------------- /glm/detail/type_half.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_half.hpp -------------------------------------------------------------------------------- /glm/detail/type_half.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_half.inl -------------------------------------------------------------------------------- /glm/detail/type_int.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_int.hpp -------------------------------------------------------------------------------- /glm/detail/type_mat.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat.hpp -------------------------------------------------------------------------------- /glm/detail/type_mat.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat.inl -------------------------------------------------------------------------------- /glm/detail/type_mat2x2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat2x2.hpp -------------------------------------------------------------------------------- /glm/detail/type_mat2x2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat2x2.inl -------------------------------------------------------------------------------- /glm/detail/type_mat2x3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat2x3.hpp -------------------------------------------------------------------------------- /glm/detail/type_mat2x3.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat2x3.inl -------------------------------------------------------------------------------- /glm/detail/type_mat2x4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat2x4.hpp -------------------------------------------------------------------------------- /glm/detail/type_mat2x4.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat2x4.inl -------------------------------------------------------------------------------- /glm/detail/type_mat3x2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat3x2.hpp -------------------------------------------------------------------------------- /glm/detail/type_mat3x2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat3x2.inl -------------------------------------------------------------------------------- /glm/detail/type_mat3x3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat3x3.hpp -------------------------------------------------------------------------------- /glm/detail/type_mat3x3.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat3x3.inl -------------------------------------------------------------------------------- /glm/detail/type_mat3x4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat3x4.hpp -------------------------------------------------------------------------------- /glm/detail/type_mat3x4.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat3x4.inl -------------------------------------------------------------------------------- /glm/detail/type_mat4x2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat4x2.hpp -------------------------------------------------------------------------------- /glm/detail/type_mat4x2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat4x2.inl -------------------------------------------------------------------------------- /glm/detail/type_mat4x3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat4x3.hpp -------------------------------------------------------------------------------- /glm/detail/type_mat4x3.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat4x3.inl -------------------------------------------------------------------------------- /glm/detail/type_mat4x4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat4x4.hpp -------------------------------------------------------------------------------- /glm/detail/type_mat4x4.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_mat4x4.inl -------------------------------------------------------------------------------- /glm/detail/type_vec.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_vec.hpp -------------------------------------------------------------------------------- /glm/detail/type_vec.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_vec.inl -------------------------------------------------------------------------------- /glm/detail/type_vec1.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_vec1.hpp -------------------------------------------------------------------------------- /glm/detail/type_vec1.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_vec1.inl -------------------------------------------------------------------------------- /glm/detail/type_vec2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_vec2.hpp -------------------------------------------------------------------------------- /glm/detail/type_vec2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_vec2.inl -------------------------------------------------------------------------------- /glm/detail/type_vec3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_vec3.hpp -------------------------------------------------------------------------------- /glm/detail/type_vec3.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_vec3.inl -------------------------------------------------------------------------------- /glm/detail/type_vec4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_vec4.hpp -------------------------------------------------------------------------------- /glm/detail/type_vec4.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_vec4.inl -------------------------------------------------------------------------------- /glm/detail/type_vec4_avx.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_vec4_avx.inl -------------------------------------------------------------------------------- /glm/detail/type_vec4_avx2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_vec4_avx2.inl -------------------------------------------------------------------------------- /glm/detail/type_vec4_sse2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/detail/type_vec4_sse2.inl -------------------------------------------------------------------------------- /glm/exponential.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/exponential.hpp -------------------------------------------------------------------------------- /glm/ext.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/ext.hpp -------------------------------------------------------------------------------- /glm/fwd.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/fwd.hpp -------------------------------------------------------------------------------- /glm/geometric.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/geometric.hpp -------------------------------------------------------------------------------- /glm/glm.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/glm.hpp -------------------------------------------------------------------------------- /glm/gtc/bitfield.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/bitfield.hpp -------------------------------------------------------------------------------- /glm/gtc/bitfield.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/bitfield.inl -------------------------------------------------------------------------------- /glm/gtc/color_space.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/color_space.hpp -------------------------------------------------------------------------------- /glm/gtc/color_space.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/color_space.inl -------------------------------------------------------------------------------- /glm/gtc/constants.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/constants.hpp -------------------------------------------------------------------------------- /glm/gtc/constants.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/constants.inl -------------------------------------------------------------------------------- /glm/gtc/epsilon.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/epsilon.hpp -------------------------------------------------------------------------------- /glm/gtc/epsilon.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/epsilon.inl -------------------------------------------------------------------------------- /glm/gtc/integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/integer.hpp -------------------------------------------------------------------------------- /glm/gtc/integer.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/integer.inl -------------------------------------------------------------------------------- /glm/gtc/matrix_access.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/matrix_access.hpp -------------------------------------------------------------------------------- /glm/gtc/matrix_access.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/matrix_access.inl -------------------------------------------------------------------------------- /glm/gtc/matrix_integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/matrix_integer.hpp -------------------------------------------------------------------------------- /glm/gtc/matrix_inverse.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/matrix_inverse.hpp -------------------------------------------------------------------------------- /glm/gtc/matrix_inverse.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/matrix_inverse.inl -------------------------------------------------------------------------------- /glm/gtc/matrix_transform.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/matrix_transform.hpp -------------------------------------------------------------------------------- /glm/gtc/matrix_transform.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/matrix_transform.inl -------------------------------------------------------------------------------- /glm/gtc/noise.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/noise.hpp -------------------------------------------------------------------------------- /glm/gtc/noise.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/noise.inl -------------------------------------------------------------------------------- /glm/gtc/packing.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/packing.hpp -------------------------------------------------------------------------------- /glm/gtc/packing.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/packing.inl -------------------------------------------------------------------------------- /glm/gtc/quaternion.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/quaternion.hpp -------------------------------------------------------------------------------- /glm/gtc/quaternion.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/quaternion.inl -------------------------------------------------------------------------------- /glm/gtc/random.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/random.hpp -------------------------------------------------------------------------------- /glm/gtc/random.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/random.inl -------------------------------------------------------------------------------- /glm/gtc/reciprocal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/reciprocal.hpp -------------------------------------------------------------------------------- /glm/gtc/reciprocal.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/reciprocal.inl -------------------------------------------------------------------------------- /glm/gtc/round.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/round.hpp -------------------------------------------------------------------------------- /glm/gtc/round.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/round.inl -------------------------------------------------------------------------------- /glm/gtc/type_precision.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/type_precision.hpp -------------------------------------------------------------------------------- /glm/gtc/type_precision.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/type_precision.inl -------------------------------------------------------------------------------- /glm/gtc/type_ptr.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/type_ptr.hpp -------------------------------------------------------------------------------- /glm/gtc/type_ptr.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/type_ptr.inl -------------------------------------------------------------------------------- /glm/gtc/ulp.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/ulp.hpp -------------------------------------------------------------------------------- /glm/gtc/ulp.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/ulp.inl -------------------------------------------------------------------------------- /glm/gtc/vec1.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/vec1.hpp -------------------------------------------------------------------------------- /glm/gtc/vec1.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtc/vec1.inl -------------------------------------------------------------------------------- /glm/gtx/associated_min_max.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/associated_min_max.hpp -------------------------------------------------------------------------------- /glm/gtx/associated_min_max.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/associated_min_max.inl -------------------------------------------------------------------------------- /glm/gtx/bit.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/bit.hpp -------------------------------------------------------------------------------- /glm/gtx/bit.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/bit.inl -------------------------------------------------------------------------------- /glm/gtx/closest_point.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/closest_point.hpp -------------------------------------------------------------------------------- /glm/gtx/closest_point.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/closest_point.inl -------------------------------------------------------------------------------- /glm/gtx/color_space.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/color_space.hpp -------------------------------------------------------------------------------- /glm/gtx/color_space.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/color_space.inl -------------------------------------------------------------------------------- /glm/gtx/color_space_YCoCg.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/color_space_YCoCg.hpp -------------------------------------------------------------------------------- /glm/gtx/color_space_YCoCg.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/color_space_YCoCg.inl -------------------------------------------------------------------------------- /glm/gtx/common.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/common.hpp -------------------------------------------------------------------------------- /glm/gtx/common.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/common.inl -------------------------------------------------------------------------------- /glm/gtx/compatibility.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/compatibility.hpp -------------------------------------------------------------------------------- /glm/gtx/compatibility.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/compatibility.inl -------------------------------------------------------------------------------- /glm/gtx/component_wise.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/component_wise.hpp -------------------------------------------------------------------------------- /glm/gtx/component_wise.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/component_wise.inl -------------------------------------------------------------------------------- /glm/gtx/dual_quaternion.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/dual_quaternion.hpp -------------------------------------------------------------------------------- /glm/gtx/dual_quaternion.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/dual_quaternion.inl -------------------------------------------------------------------------------- /glm/gtx/euler_angles.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/euler_angles.hpp -------------------------------------------------------------------------------- /glm/gtx/euler_angles.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/euler_angles.inl -------------------------------------------------------------------------------- /glm/gtx/extend.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/extend.hpp -------------------------------------------------------------------------------- /glm/gtx/extend.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/extend.inl -------------------------------------------------------------------------------- /glm/gtx/extented_min_max.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/extented_min_max.hpp -------------------------------------------------------------------------------- /glm/gtx/extented_min_max.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/extented_min_max.inl -------------------------------------------------------------------------------- /glm/gtx/fast_exponential.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/fast_exponential.hpp -------------------------------------------------------------------------------- /glm/gtx/fast_exponential.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/fast_exponential.inl -------------------------------------------------------------------------------- /glm/gtx/fast_square_root.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/fast_square_root.hpp -------------------------------------------------------------------------------- /glm/gtx/fast_square_root.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/fast_square_root.inl -------------------------------------------------------------------------------- /glm/gtx/fast_trigonometry.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/fast_trigonometry.hpp -------------------------------------------------------------------------------- /glm/gtx/fast_trigonometry.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/fast_trigonometry.inl -------------------------------------------------------------------------------- /glm/gtx/gradient_paint.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/gradient_paint.hpp -------------------------------------------------------------------------------- /glm/gtx/gradient_paint.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/gradient_paint.inl -------------------------------------------------------------------------------- /glm/gtx/handed_coordinate_space.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/handed_coordinate_space.hpp -------------------------------------------------------------------------------- /glm/gtx/handed_coordinate_space.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/handed_coordinate_space.inl -------------------------------------------------------------------------------- /glm/gtx/hash.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/hash.hpp -------------------------------------------------------------------------------- /glm/gtx/hash.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/hash.inl -------------------------------------------------------------------------------- /glm/gtx/integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/integer.hpp -------------------------------------------------------------------------------- /glm/gtx/integer.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/integer.inl -------------------------------------------------------------------------------- /glm/gtx/intersect.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/intersect.hpp -------------------------------------------------------------------------------- /glm/gtx/intersect.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/intersect.inl -------------------------------------------------------------------------------- /glm/gtx/io.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/io.hpp -------------------------------------------------------------------------------- /glm/gtx/io.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/io.inl -------------------------------------------------------------------------------- /glm/gtx/log_base.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/log_base.hpp -------------------------------------------------------------------------------- /glm/gtx/log_base.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/log_base.inl -------------------------------------------------------------------------------- /glm/gtx/matrix_cross_product.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/matrix_cross_product.hpp -------------------------------------------------------------------------------- /glm/gtx/matrix_cross_product.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/matrix_cross_product.inl -------------------------------------------------------------------------------- /glm/gtx/matrix_decompose.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/matrix_decompose.hpp -------------------------------------------------------------------------------- /glm/gtx/matrix_decompose.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/matrix_decompose.inl -------------------------------------------------------------------------------- /glm/gtx/matrix_interpolation.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/matrix_interpolation.hpp -------------------------------------------------------------------------------- /glm/gtx/matrix_interpolation.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/matrix_interpolation.inl -------------------------------------------------------------------------------- /glm/gtx/matrix_major_storage.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/matrix_major_storage.hpp -------------------------------------------------------------------------------- /glm/gtx/matrix_major_storage.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/matrix_major_storage.inl -------------------------------------------------------------------------------- /glm/gtx/matrix_operation.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/matrix_operation.hpp -------------------------------------------------------------------------------- /glm/gtx/matrix_operation.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/matrix_operation.inl -------------------------------------------------------------------------------- /glm/gtx/matrix_query.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/matrix_query.hpp -------------------------------------------------------------------------------- /glm/gtx/matrix_query.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/matrix_query.inl -------------------------------------------------------------------------------- /glm/gtx/matrix_transform_2d.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/matrix_transform_2d.hpp -------------------------------------------------------------------------------- /glm/gtx/matrix_transform_2d.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/matrix_transform_2d.inl -------------------------------------------------------------------------------- /glm/gtx/mixed_product.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/mixed_product.hpp -------------------------------------------------------------------------------- /glm/gtx/mixed_product.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/mixed_product.inl -------------------------------------------------------------------------------- /glm/gtx/norm.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/norm.hpp -------------------------------------------------------------------------------- /glm/gtx/norm.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/norm.inl -------------------------------------------------------------------------------- /glm/gtx/normal.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/normal.hpp -------------------------------------------------------------------------------- /glm/gtx/normal.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/normal.inl -------------------------------------------------------------------------------- /glm/gtx/normalize_dot.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/normalize_dot.hpp -------------------------------------------------------------------------------- /glm/gtx/normalize_dot.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/normalize_dot.inl -------------------------------------------------------------------------------- /glm/gtx/number_precision.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/number_precision.hpp -------------------------------------------------------------------------------- /glm/gtx/number_precision.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/number_precision.inl -------------------------------------------------------------------------------- /glm/gtx/optimum_pow.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/optimum_pow.hpp -------------------------------------------------------------------------------- /glm/gtx/optimum_pow.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/optimum_pow.inl -------------------------------------------------------------------------------- /glm/gtx/orthonormalize.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/orthonormalize.hpp -------------------------------------------------------------------------------- /glm/gtx/orthonormalize.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/orthonormalize.inl -------------------------------------------------------------------------------- /glm/gtx/perpendicular.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/perpendicular.hpp -------------------------------------------------------------------------------- /glm/gtx/perpendicular.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/perpendicular.inl -------------------------------------------------------------------------------- /glm/gtx/polar_coordinates.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/polar_coordinates.hpp -------------------------------------------------------------------------------- /glm/gtx/polar_coordinates.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/polar_coordinates.inl -------------------------------------------------------------------------------- /glm/gtx/projection.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/projection.hpp -------------------------------------------------------------------------------- /glm/gtx/projection.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/projection.inl -------------------------------------------------------------------------------- /glm/gtx/quaternion.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/quaternion.hpp -------------------------------------------------------------------------------- /glm/gtx/quaternion.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/quaternion.inl -------------------------------------------------------------------------------- /glm/gtx/range.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/range.hpp -------------------------------------------------------------------------------- /glm/gtx/raw_data.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/raw_data.hpp -------------------------------------------------------------------------------- /glm/gtx/raw_data.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/raw_data.inl -------------------------------------------------------------------------------- /glm/gtx/rotate_normalized_axis.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/rotate_normalized_axis.hpp -------------------------------------------------------------------------------- /glm/gtx/rotate_normalized_axis.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/rotate_normalized_axis.inl -------------------------------------------------------------------------------- /glm/gtx/rotate_vector.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/rotate_vector.hpp -------------------------------------------------------------------------------- /glm/gtx/rotate_vector.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/rotate_vector.inl -------------------------------------------------------------------------------- /glm/gtx/scalar_multiplication.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/scalar_multiplication.hpp -------------------------------------------------------------------------------- /glm/gtx/scalar_relational.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/scalar_relational.hpp -------------------------------------------------------------------------------- /glm/gtx/scalar_relational.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/scalar_relational.inl -------------------------------------------------------------------------------- /glm/gtx/simd_mat4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/simd_mat4.hpp -------------------------------------------------------------------------------- /glm/gtx/simd_mat4.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/simd_mat4.inl -------------------------------------------------------------------------------- /glm/gtx/simd_quat.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/simd_quat.hpp -------------------------------------------------------------------------------- /glm/gtx/simd_quat.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/simd_quat.inl -------------------------------------------------------------------------------- /glm/gtx/simd_vec4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/simd_vec4.hpp -------------------------------------------------------------------------------- /glm/gtx/simd_vec4.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/simd_vec4.inl -------------------------------------------------------------------------------- /glm/gtx/spline.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/spline.hpp -------------------------------------------------------------------------------- /glm/gtx/spline.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/spline.inl -------------------------------------------------------------------------------- /glm/gtx/std_based_type.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/std_based_type.hpp -------------------------------------------------------------------------------- /glm/gtx/std_based_type.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/std_based_type.inl -------------------------------------------------------------------------------- /glm/gtx/string_cast.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/string_cast.hpp -------------------------------------------------------------------------------- /glm/gtx/string_cast.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/string_cast.inl -------------------------------------------------------------------------------- /glm/gtx/transform.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/transform.hpp -------------------------------------------------------------------------------- /glm/gtx/transform.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/transform.inl -------------------------------------------------------------------------------- /glm/gtx/transform2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/transform2.hpp -------------------------------------------------------------------------------- /glm/gtx/transform2.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/transform2.inl -------------------------------------------------------------------------------- /glm/gtx/type_aligned.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/type_aligned.hpp -------------------------------------------------------------------------------- /glm/gtx/type_aligned.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/type_aligned.inl -------------------------------------------------------------------------------- /glm/gtx/vector_angle.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/vector_angle.hpp -------------------------------------------------------------------------------- /glm/gtx/vector_angle.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/vector_angle.inl -------------------------------------------------------------------------------- /glm/gtx/vector_query.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/vector_query.hpp -------------------------------------------------------------------------------- /glm/gtx/vector_query.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/vector_query.inl -------------------------------------------------------------------------------- /glm/gtx/wrap.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/wrap.hpp -------------------------------------------------------------------------------- /glm/gtx/wrap.inl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/gtx/wrap.inl -------------------------------------------------------------------------------- /glm/integer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/integer.hpp -------------------------------------------------------------------------------- /glm/mat2x2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/mat2x2.hpp -------------------------------------------------------------------------------- /glm/mat2x3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/mat2x3.hpp -------------------------------------------------------------------------------- /glm/mat2x4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/mat2x4.hpp -------------------------------------------------------------------------------- /glm/mat3x2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/mat3x2.hpp -------------------------------------------------------------------------------- /glm/mat3x3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/mat3x3.hpp -------------------------------------------------------------------------------- /glm/mat3x4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/mat3x4.hpp -------------------------------------------------------------------------------- /glm/mat4x2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/mat4x2.hpp -------------------------------------------------------------------------------- /glm/mat4x3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/mat4x3.hpp -------------------------------------------------------------------------------- /glm/mat4x4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/mat4x4.hpp -------------------------------------------------------------------------------- /glm/matrix.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/matrix.hpp -------------------------------------------------------------------------------- /glm/packing.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/packing.hpp -------------------------------------------------------------------------------- /glm/trigonometric.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/trigonometric.hpp -------------------------------------------------------------------------------- /glm/vec2.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/vec2.hpp -------------------------------------------------------------------------------- /glm/vec3.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/vec3.hpp -------------------------------------------------------------------------------- /glm/vec4.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/vec4.hpp -------------------------------------------------------------------------------- /glm/vector_relational.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/glm/vector_relational.hpp -------------------------------------------------------------------------------- /partdesign.dox: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/helm-compiler/carpentry-compiler/HEAD/partdesign.dox --------------------------------------------------------------------------------