Changesets: occt
master 15173a08 2014-03-27 12:51:39
Committer: bugmaster Details Diff |
0024633: Incorrect projection of a curve on a surface Test cases for issue CR24633 |
||
mod - src/ProjLib/ProjLib_ComputeApproxOnPolarSurface.cxx | Diff File | ||
add - tests/bugs/moddata_3/bug24633_1 | Diff File | ||
add - tests/bugs/moddata_3/bug24633_2 | Diff File | ||
master 3497d552 2014-03-27 12:48:46
Committer: bugmaster Details Diff |
0024565: MgtBRep persistence bug Fix of the persistence bug (exception with message "Persistant CurveRep is Null"). Creating new draw command for testing CR24565 Revert license header corruption Correction for new draw command OCC24565 Test case for issue CR24565 |
||
mod - src/MgtBRep/MgtBRep_TranslateTool.cxx | Diff File | ||
mod - src/QABugs/QABugs_19.cxx | Diff File | ||
mod - src/TKQADraw/EXTERNLIB | Diff File | ||
add - tests/bugs/caf/bug24565 | Diff File | ||
master bbd47d8f 2014-03-27 12:36:03
Committer: apn Details Diff |
0024748: Remove unused instantiations of collection classes Removed: - packages PColPGeom, PColPGeom2d - in Geom package: classes SequenceOfBoundedSurface, (H)SequenceOfSurface - in TColGeom package: classes Array1OfBoundedCurve, (H)Array1OfBoundedSurface, HArray1OfBoundedCurve, (H)Array2OfBoundedSurface, (H)Array2OfBSplineSurface, HArray2OfBezierSurface, (H)SequenceOfBoundedSurface, HSequenceOfSurface - in TColGeom2d package: classes (H)Array1OfGeometry, (H)Array1OfBoundedCurve, HSequenceOfGeometry |
Affected Issues 0024748 |
|
mod - adm/UDLIST | Diff File | ||
mod - src/Geom/Geom.cdl | Diff File | ||
rm - src/PColPGeom/PColPGeom.cdl | Diff File | ||
rm - src/PColPGeom2d/PColPGeom2d.cdl | Diff File | ||
mod - src/ShapeSchema/ShapeSchema.cdl | Diff File | ||
mod - src/TColGeom/TColGeom.cdl | Diff File | ||
mod - src/TColGeom2d/TColGeom2d.cdl | Diff File | ||
mod - src/TKPShape/PACKAGES | Diff File | ||
mod - tests/de/iges_1/B4 | Diff File | ||
mod - tests/de/iges_1/L5 | Diff File | ||
mod - tests/de/iges_1/P9 | Diff File | ||
mod - tests/de/iges_2/B1 | Diff File | ||
mod - tests/de/iges_2/H9 | Diff File | ||
mod - tests/de/step_1/D1 | Diff File | ||
mod - tests/de/step_1/E6 | Diff File | ||
mod - tests/de/step_1/F9 | Diff File | ||
mod - tests/de/step_1/G2 | Diff File | ||
mod - tests/de/step_1/G3 | Diff File | ||
mod - tests/de/step_1/G5 | Diff File | ||
mod - tests/de/step_1/G6 | Diff File | ||
mod - tests/de/step_1/G7 | Diff File | ||
mod - tests/de/step_1/ZF7 | Diff File | ||
mod - tests/de/step_1/ZG2 | Diff File | ||
mod - tests/de/step_1/ZH7 | Diff File | ||
mod - tests/de/step_2/A5 | Diff File | ||
mod - tests/de/step_2/D9 | Diff File | ||
mod - tests/de/step_2/E1 | Diff File | ||
mod - tests/de/step_2/E7 | Diff File | ||
mod - tests/de/step_2/E9 | Diff File | ||
mod - tests/de/step_2/F2 | Diff File | ||
mod - tests/de/step_2/F3 | Diff File | ||
mod - tests/de/step_3/E6 | Diff File | ||
master a104bb8f 2014-03-27 12:29:16
Committer: apn Details Diff |
0024734: Convertation of the generic classes to the non-generic. Part 4 Generic classes "LProp_FuncCurExt", "LProp_FuncCurNul" and "LProp_NumericCurInf" from "LProp" package converted to the non-generic classes and moved to the "Geom2dLProp" package. Therefore names of this classes were changed to "Geom2dLProp_FuncCurExt", "Geom2dLProp_FuncCurNul" and "Geom2dLProp_NumericCurInf". Generic class "Sweep_LinearRegularSweep" from "Sweep" package converted to the non-generic classes and moved to the "BRepSweep" package. Therefore name of this class was changed to "BRepSweep_NumLinearRegularSweep". Also 2 internal classes of "BRepSweep_NumLinearRegularSweep" moved to "BRepSweep.cdl". Generic classes "Primitives_Wedge" and "Primitives_OneAxis" from "Primitives" package converted to the non-generic classes and moved to the "BRepPrim" package. Therefore names of this classes were changed to "BRepPrim_GWedge" and "BRepPrim_OneAxis". Also enum "Direction" moved to BRepPrim. Therefore all "Primitives" package was deleted. And some other minor changes were done. Internal classes Array2OfShapes and SequenceOfShapes from BRepSweep_NumLinearRegularSweep replaced to Array2OfShape and SequenceOfShape from TopTools. |
Affected Issues 0024734 |
|
mod - adm/UDLIST | Diff File | ||
mod - src/BRepPrim/BRepPrim.cdl | Diff File | ||
rm - src/BRepPrim/BRepPrim_OneAxis.hxx | Diff File | ||
rm - src/BRepPrim/BRepPrim_Replace.tcl | Diff File | ||
rm - src/BRepPrim/BRepPrim_WOKSteps.edl | Diff File | ||
rm - src/BRepPrim/FILES | Diff File | ||
mod - src/BRepPrimAPI/BRepPrimAPI_MakeBox.cxx | Diff File | ||
mod - src/BRepSweep/BRepSweep.cdl | Diff File | ||
rm - src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx | Diff File | ||
rm - src/BRepSweep/BRepSweep_Replace.tcl | Diff File | ||
rm - src/BRepSweep/BRepSweep_WOKSteps.edl | Diff File | ||
rm - src/BRepSweep/FILES | Diff File | ||
mod - src/Geom2dLProp/Geom2dLProp.cdl | Diff File | ||
mod - src/LProp/LProp.cdl | Diff File | ||
rm - src/Primitives/Primitives.cdl | Diff File | ||
mod - src/Sweep/Sweep.cdl | Diff File | ||
mod - src/TKPrim/PACKAGES | Diff File | ||
master 04f7bd75 2014-03-27 12:24:53
Committer: apn Details Diff |
0024683: Convertation of the generic classes to the non-generic. Part 1 Generic classes from "BRepApprox" package: "BRepApprox_ApproxLineGen" and "BRepApprox_SurfaceToolGen" converted to the non-generic classes "BRepApprox_ApproxLine" and "BRepApprox_SurfaceTool". Generic classes from "BRepBlend" package: "BRepBlend_HCurve3dToolGen" and "BRepBlend_HCurve2dToolGen" converted to the non-generic classes "BRepBlend_HCurve3dTool" and "BRepBlend_HCurve2dTool". Generic classes from "Blend" package: "Blend_Extremity", "Blend_Line" and "Blend_PointOnRst" moved to the corresponding non-generic classes "BRepBlend_Extremity", "BRepBlend_Line" and "BRepBlend_PointOnRst" to "BRepBlend" package. And some other minor changes were done. Field "myPntOn2S" was deleted from "BRepApprox_ApproxLine" class. Therefore BRepApprox_ApproxLine::Point(...) method was a little changed. |
Affected Issues 0024683 |
|
mod - src/Blend/Blend.cdl | Diff File | ||
mod - src/Blend/Blend_CSWalking.cdl | Diff File | ||
mod - src/Blend/Blend_Walking.cdl | Diff File | ||
mod - src/BRepApprox/BRepApprox.cdl | Diff File | ||
mod - src/BRepBlend/BRepBlend.cdl | Diff File | ||
master 2cb0e213 2014-03-26 12:49:44
Committer: bugmaster Details Diff |
0024535: Bad type cast in TDocStd_Document::Update() Eliminating of GCC compiler warning on breakage of C pointer aliasing rules. |
Affected Issues 0024535 |
|
mod - src/TDocStd/TDocStd_Document.cxx | Diff File | ||
master 900f7229 2014-03-26 12:06:10
Committer: bugmaster Details Diff |
0024765: Compile errors on Mac OS X with GCC 4.2 Sequence replaced by handle in map, to avoid involvement of copy constructor (private) |
Affected Issues 0024765 |
|
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ViewerCommands.cxx | Diff File | ||
master e2065c2f 2014-03-25 07:55:53
Committer: apn Details Diff |
0024763: Convertation of the generic classes to the non-generic. Part 6 Next generic classes: "Contap_ArcFunction", "Contap_ContourGen", "Contap_HContToolGen", "Contap_HCurve2dToolGen", "Contap_Line", "Contap_Point", "Contap_SurfFunction", "Contap_SurfProps" from "Contap" package were converted to the non-generic classes. Names of several classes were changed: "Contap_Contour", "Contap_HContTool", "Contap_HCurve2dTool", "Contap_Line", "Contap_Point" Also all instantiations of the "internal" classes of this classes were moved to the "Contap.cdl". And sources of the "Contap_ContourGen" class were merged to one .cxx file. |
Affected Issues 0024763 |
|
mod - src/Contap/Contap.cdl | Diff File | ||
mod - src/Contap/Contap_ArcFunction.cdl | Diff File | ||
mod - src/Contap/Contap_ArcFunction.lxx | Diff File | ||
add - src/Contap/Contap_Contour.cxx | Diff File | ||
rm - src/Contap/Contap_ContourGen.gxx | Diff File | ||
rm - src/Contap/Contap_ContourGen_1.gxx | Diff File | ||
rm - src/Contap/Contap_ContourGen_2.gxx | Diff File | ||
rm - src/Contap/Contap_ContourGen_3.gxx | Diff File | ||
mod - src/Contap/Contap_Line.cdl | Diff File | ||
mod - src/Contap/Contap_Line.lxx | Diff File | ||
mod - src/Contap/Contap_Point.cdl | Diff File | ||
mod - src/Contap/Contap_Point.lxx | Diff File | ||
mod - src/Contap/Contap_SurfFunction.cdl | Diff File | ||
mod - src/Contap/Contap_SurfFunction.lxx | Diff File | ||
mod - src/Contap/Contap_SurfProps.cdl | Diff File | ||
rm - src/Contap/FILES | Diff File | ||
mod - src/HLRTopoBRep/HLRTopoBRep_DSFiller.cdl | Diff File | ||
mod - src/HLRTopoBRep/HLRTopoBRep_DSFiller.cxx | Diff File | ||
master 505abfb8 2014-03-24 05:34:34
Committer: bugmaster Details Diff |
0024639: Parallelization FillDS part of BO Modifications to avoid compilation errors |
Affected Issues 0024639 |
|
mod - src/BOPAlgo/BOPAlgo_PaveFiller.cdl | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_2.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_3.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx | Diff File | ||
add - src/BOPAlgo/BOPAlgo_PaveFiller_9.cxx | Diff File | ||
mod - src/BOPAlgo/FILES | Diff File | ||
mod - src/BOPCol/BOPCol_TBB.hxx | Diff File | ||
mod - src/BOPInt/BOPInt_ShrunkRange.cdl | Diff File | ||
mod - src/BOPInt/BOPInt_ShrunkRange.cxx | Diff File | ||
mod - src/BOPTools/BOPTools_AlgoTools.cxx | Diff File | ||
mod - src/BOPTools/BOPTools_AlgoTools_2.cxx | Diff File | ||
master 30194ce3 2014-03-21 12:17:39 Committer: apn Details Diff |
0024745: Needless inheritance of OSD_MemInfo from Standard_Transient |
Affected Issues 0024745 |
|
mod - src/OSD/OSD_MemInfo.hxx | Diff File | ||
master 0a58bfe2 2014-03-21 12:16:29
Committer: bugmaster Details Diff |
Update test cases for debug mode | ||
mod - tests/bugs/heal/bug24596_1 | Diff File | ||
mod - tests/bugs/heal/bug24596_2 | Diff File | ||
mod - tests/bugs/modalg_5/bug24696 | Diff File | ||
mod - tests/de/begin | Diff File | ||
mod - tests/de/iges_1/B4 | Diff File | ||
mod - tests/de/iges_1/L5 | Diff File | ||
mod - tests/de/iges_1/P9 | Diff File | ||
mod - tests/de/iges_2/B1 | Diff File | ||
mod - tests/de/iges_2/H9 | Diff File | ||
mod - tests/de/step_1/D1 | Diff File | ||
mod - tests/de/step_1/E6 | Diff File | ||
mod - tests/de/step_1/F9 | Diff File | ||
mod - tests/de/step_1/G2 | Diff File | ||
mod - tests/de/step_1/G3 | Diff File | ||
mod - tests/de/step_1/G5 | Diff File | ||
mod - tests/de/step_1/G6 | Diff File | ||
mod - tests/de/step_1/G7 | Diff File | ||
mod - tests/de/step_1/ZF7 | Diff File | ||
mod - tests/de/step_1/ZG2 | Diff File | ||
mod - tests/de/step_1/ZH7 | Diff File | ||
mod - tests/de/step_2/A5 | Diff File | ||
mod - tests/de/step_2/D9 | Diff File | ||
mod - tests/de/step_2/E1 | Diff File | ||
mod - tests/de/step_2/E7 | Diff File | ||
mod - tests/de/step_2/E9 | Diff File | ||
mod - tests/de/step_2/F2 | Diff File | ||
mod - tests/de/step_2/F3 | Diff File | ||
mod - tests/de/step_3/E6 | Diff File | ||
master 630ab8c7 2014-03-20 10:59:22
Committer: bugmaster Details Diff |
0024549: Faulty shape after IGES translation with xstep.cascade.unit set to M pcurve as line isn't created to avoid incorrect parameterization Test case for issue CR24549 Test cases were corrected according to their new behavior |
||
mod - src/ShapeConstruct/ShapeConstruct_ProjectCurveOnSurface.cxx | Diff File | ||
mod - tests/bugs/heal/bug210 | Diff File | ||
add - tests/bugs/heal/bug24549 | Diff File | ||
mod - tests/de/end | Diff File | ||
mod - tests/de/iges_1/A1 | Diff File | ||
mod - tests/de/iges_1/A3 | Diff File | ||
mod - tests/de/iges_1/A7 | Diff File | ||
mod - tests/de/iges_1/B2 | Diff File | ||
mod - tests/de/iges_1/B4 | Diff File | ||
mod - tests/de/iges_1/B5 | Diff File | ||
mod - tests/de/iges_1/B6 | Diff File | ||
mod - tests/de/iges_1/B8 | Diff File | ||
mod - tests/de/iges_1/C7 | Diff File | ||
mod - tests/de/iges_1/C9 | Diff File | ||
mod - tests/de/iges_1/D7 | Diff File | ||
mod - tests/de/iges_1/D8 | Diff File | ||
mod - tests/de/iges_1/E1 | Diff File | ||
mod - tests/de/iges_1/E2 | Diff File | ||
mod - tests/de/iges_1/E9 | Diff File | ||
mod - tests/de/iges_1/F2 | Diff File | ||
mod - tests/de/iges_1/F6 | Diff File | ||
mod - tests/de/iges_1/F7 | Diff File | ||
mod - tests/de/iges_1/G9 | Diff File | ||
mod - tests/de/iges_1/H3 | Diff File | ||
mod - tests/de/iges_1/H6 | Diff File | ||
mod - tests/de/iges_1/H8 | Diff File | ||
mod - tests/de/iges_1/I1 | Diff File | ||
mod - tests/de/iges_1/I2 | Diff File | ||
mod - tests/de/iges_1/I4 | Diff File | ||
mod - tests/de/iges_1/I5 | Diff File | ||
mod - tests/de/iges_1/I6 | Diff File | ||
mod - tests/de/iges_1/I7 | Diff File | ||
mod - tests/de/iges_1/I8 | Diff File | ||
mod - tests/de/iges_1/I9 | Diff File | ||
mod - tests/de/iges_1/J2 | Diff File | ||
mod - tests/de/iges_1/J3 | Diff File | ||
mod - tests/de/iges_1/J5 | Diff File | ||
mod - tests/de/iges_1/J6 | Diff File | ||
mod - tests/de/iges_1/J7 | Diff File | ||
mod - tests/de/iges_1/J8 | Diff File | ||
mod - tests/de/iges_1/K3 | Diff File | ||
mod - tests/de/iges_1/K4 | Diff File | ||
mod - tests/de/iges_1/K6 | Diff File | ||
mod - tests/de/iges_1/K7 | Diff File | ||
mod - tests/de/iges_1/K9 | Diff File | ||
mod - tests/de/iges_1/L1 | Diff File | ||
mod - tests/de/iges_1/L2 | Diff File | ||
mod - tests/de/iges_1/L3 | Diff File | ||
mod - tests/de/iges_1/L4 | Diff File | ||
mod - tests/de/iges_1/L5 | Diff File | ||
mod - tests/de/iges_1/L9 | Diff File | ||
mod - tests/de/iges_1/M1 | Diff File | ||
mod - tests/de/iges_1/M2 | Diff File | ||
mod - tests/de/iges_1/M4 | Diff File | ||
mod - tests/de/iges_1/M6 | Diff File | ||
mod - tests/de/iges_1/M9 | Diff File | ||
mod - tests/de/iges_1/N3 | Diff File | ||
mod - tests/de/iges_1/N4 | Diff File | ||
mod - tests/de/iges_1/N5 | Diff File | ||
mod - tests/de/iges_1/N7 | Diff File | ||
mod - tests/de/iges_1/N9 | Diff File | ||
mod - tests/de/iges_1/O1 | Diff File | ||
mod - tests/de/iges_1/O2 | Diff File | ||
mod - tests/de/iges_1/O3 | Diff File | ||
mod - tests/de/iges_1/O4 | Diff File | ||
mod - tests/de/iges_1/P2 | Diff File | ||
mod - tests/de/iges_1/P4 | Diff File | ||
mod - tests/de/iges_1/P5 | Diff File | ||
mod - tests/de/iges_1/P6 | Diff File | ||
mod - tests/de/iges_1/P8 | Diff File | ||
mod - tests/de/iges_1/P9 | Diff File | ||
mod - tests/de/iges_1/Q2 | Diff File | ||
mod - tests/de/iges_1/Q3 | Diff File | ||
mod - tests/de/iges_1/Q4 | Diff File | ||
mod - tests/de/iges_1/Q5 | Diff File | ||
mod - tests/de/iges_1/Q6 | Diff File | ||
mod - tests/de/iges_1/R1 | Diff File | ||
mod - tests/de/iges_1/R3 | Diff File | ||
mod - tests/de/iges_1/R5 | Diff File | ||
mod - tests/de/iges_1/R6 | Diff File | ||
mod - tests/de/iges_1/R7 | Diff File | ||
mod - tests/de/iges_1/R8 | Diff File | ||
mod - tests/de/iges_2/A2 | Diff File | ||
mod - tests/de/iges_2/A3 | Diff File | ||
mod - tests/de/iges_2/A4 | Diff File | ||
mod - tests/de/iges_2/A5 | Diff File | ||
mod - tests/de/iges_2/A6 | Diff File | ||
mod - tests/de/iges_2/A7 | Diff File | ||
mod - tests/de/iges_2/A9 | Diff File | ||
mod - tests/de/iges_2/B1 | Diff File | ||
mod - tests/de/iges_2/B3 | Diff File | ||
mod - tests/de/iges_2/B4 | Diff File | ||
mod - tests/de/iges_2/B5 | Diff File | ||
mod - tests/de/iges_2/B6 | Diff File | ||
mod - tests/de/iges_2/B7 | Diff File | ||
mod - tests/de/iges_2/B8 | Diff File | ||
mod - tests/de/iges_2/C2 | Diff File | ||
mod - tests/de/iges_2/C4 | Diff File | ||
mod - tests/de/iges_2/C7 | Diff File | ||
mod - tests/de/iges_2/C8 | Diff File | ||
mod - tests/de/iges_2/C9 | Diff File | ||
mod - tests/de/iges_2/D1 | Diff File | ||
mod - tests/de/iges_2/D2 | Diff File | ||
mod - tests/de/iges_2/D3 | Diff File | ||
mod - tests/de/iges_2/D4 | Diff File | ||
mod - tests/de/iges_2/D5 | Diff File | ||
mod - tests/de/iges_2/D8 | Diff File | ||
mod - tests/de/iges_2/D9 | Diff File | ||
mod - tests/de/iges_2/E2 | Diff File | ||
mod - tests/de/iges_2/E3 | Diff File | ||
mod - tests/de/iges_2/E4 | Diff File | ||
mod - tests/de/iges_2/E5 | Diff File | ||
mod - tests/de/iges_2/E6 | Diff File | ||
mod - tests/de/iges_2/E7 | Diff File | ||
mod - tests/de/iges_2/E8 | Diff File | ||
mod - tests/de/iges_2/F1 | Diff File | ||
mod - tests/de/iges_2/F5 | Diff File | ||
mod - tests/de/iges_2/F6 | Diff File | ||
mod - tests/de/iges_2/F7 | Diff File | ||
mod - tests/de/iges_2/F9 | Diff File | ||
mod - tests/de/iges_2/G1 | Diff File | ||
mod - tests/de/iges_2/G2 | Diff File | ||
mod - tests/de/iges_2/G3 | Diff File | ||
mod - tests/de/iges_2/G4 | Diff File | ||
mod - tests/de/iges_2/G5 | Diff File | ||
mod - tests/de/iges_2/G6 | Diff File | ||
mod - tests/de/iges_2/G7 | Diff File | ||
mod - tests/de/iges_2/G8 | Diff File | ||
mod - tests/de/iges_2/G9 | Diff File | ||
mod - tests/de/iges_2/H1 | Diff File | ||
mod - tests/de/iges_2/H4 | Diff File | ||
mod - tests/de/iges_2/H6 | Diff File | ||
mod - tests/de/iges_2/H7 | Diff File | ||
mod - tests/de/iges_2/H9 | Diff File | ||
mod - tests/de/iges_2/I1 | Diff File | ||
mod - tests/de/iges_2/I2 | Diff File | ||
mod - tests/de/iges_2/I3 | Diff File | ||
mod - tests/de/iges_2/I4 | Diff File | ||
mod - tests/de/iges_2/I5 | Diff File | ||
mod - tests/de/iges_2/I6 | Diff File | ||
mod - tests/de/iges_2/I7 | Diff File | ||
mod - tests/de/iges_2/I9 | Diff File | ||
mod - tests/de/iges_2/J1 | Diff File | ||
mod - tests/de/iges_3/A1 | Diff File | ||
mod - tests/de/iges_3/A2 | Diff File | ||
mod - tests/de/iges_3/A3 | Diff File | ||
mod - tests/de/iges_3/A4 | Diff File | ||
mod - tests/de/iges_3/A6 | Diff File | ||
mod - tests/de/iges_3/A7 | Diff File | ||
mod - tests/de/iges_3/A8 | Diff File | ||
mod - tests/de/iges_3/A9 | Diff File | ||
mod - tests/de/iges_3/B1 | Diff File | ||
mod - tests/de/iges_3/B2 | Diff File | ||
mod - tests/de/step_1/A2 | Diff File | ||
mod - tests/de/step_1/A3 | Diff File | ||
mod - tests/de/step_1/A4 | Diff File | ||
mod - tests/de/step_1/B1 | Diff File | ||
mod - tests/de/step_1/B4 | Diff File | ||
mod - tests/de/step_1/B9 | Diff File | ||
mod - tests/de/step_1/C2 | Diff File | ||
mod - tests/de/step_1/C6 | Diff File | ||
mod - tests/de/step_1/C8 | Diff File | ||
mod - tests/de/step_1/D1 | Diff File | ||
mod - tests/de/step_1/D3 | Diff File | ||
mod - tests/de/step_1/D4 | Diff File | ||
mod - tests/de/step_1/D7 | Diff File | ||
mod - tests/de/step_1/D9 | Diff File | ||
mod - tests/de/step_1/E1 | Diff File | ||
mod - tests/de/step_1/E2 | Diff File | ||
mod - tests/de/step_1/E3 | Diff File | ||
mod - tests/de/step_1/E6 | Diff File | ||
mod - tests/de/step_1/E7 | Diff File | ||
mod - tests/de/step_1/E9 | Diff File | ||
mod - tests/de/step_1/F6 | Diff File | ||
mod - tests/de/step_1/F9 | Diff File | ||
mod - tests/de/step_1/G1 | Diff File | ||
mod - tests/de/step_1/G2 | Diff File | ||
mod - tests/de/step_1/G3 | Diff File | ||
mod - tests/de/step_1/G5 | Diff File | ||
mod - tests/de/step_1/G6 | Diff File | ||
mod - tests/de/step_1/G7 | Diff File | ||
mod - tests/de/step_1/G8 | Diff File | ||
mod - tests/de/step_1/G9 | Diff File | ||
mod - tests/de/step_1/H4 | Diff File | ||
mod - tests/de/step_1/H8 | Diff File | ||
mod - tests/de/step_1/I1 | Diff File | ||
mod - tests/de/step_1/I4 | Diff File | ||
mod - tests/de/step_1/J5 | Diff File | ||
mod - tests/de/step_1/K1 | Diff File | ||
mod - tests/de/step_1/K2 | Diff File | ||
mod - tests/de/step_1/L4 | Diff File | ||
mod - tests/de/step_1/L5 | Diff File | ||
mod - tests/de/step_1/L7 | Diff File | ||
mod - tests/de/step_1/M4 | Diff File | ||
mod - tests/de/step_1/M6 | Diff File | ||
mod - tests/de/step_1/M7 | Diff File | ||
mod - tests/de/step_1/N2 | Diff File | ||
mod - tests/de/step_1/N3 | Diff File | ||
mod - tests/de/step_1/N4 | Diff File | ||
mod - tests/de/step_1/N5 | Diff File | ||
mod - tests/de/step_1/N6 | Diff File | ||
mod - tests/de/step_1/N8 | Diff File | ||
mod - tests/de/step_1/N9 | Diff File | ||
mod - tests/de/step_1/O4 | Diff File | ||
mod - tests/de/step_1/Q4 | Diff File | ||
mod - tests/de/step_1/Q5 | Diff File | ||
mod - tests/de/step_1/R3 | Diff File | ||
mod - tests/de/step_1/R4 | Diff File | ||
mod - tests/de/step_1/R6 | Diff File | ||
mod - tests/de/step_1/S2 | Diff File | ||
mod - tests/de/step_1/S5 | Diff File | ||
mod - tests/de/step_1/T2 | Diff File | ||
mod - tests/de/step_1/T3 | Diff File | ||
mod - tests/de/step_1/U8 | Diff File | ||
mod - tests/de/step_1/U9 | Diff File | ||
mod - tests/de/step_1/V1 | Diff File | ||
mod - tests/de/step_1/V2 | Diff File | ||
mod - tests/de/step_1/V3 | Diff File | ||
mod - tests/de/step_1/V5 | Diff File | ||
mod - tests/de/step_1/V6 | Diff File | ||
mod - tests/de/step_1/V7 | Diff File | ||
mod - tests/de/step_1/W2 | Diff File | ||
mod - tests/de/step_1/W6 | Diff File | ||
mod - tests/de/step_1/W9 | Diff File | ||
mod - tests/de/step_1/X1 | Diff File | ||
mod - tests/de/step_1/X6 | Diff File | ||
mod - tests/de/step_1/Y1 | Diff File | ||
mod - tests/de/step_1/Y3 | Diff File | ||
mod - tests/de/step_1/Y4 | Diff File | ||
mod - tests/de/step_1/Z4 | Diff File | ||
mod - tests/de/step_1/Z5 | Diff File | ||
mod - tests/de/step_1/Z9 | Diff File | ||
mod - tests/de/step_1/ZA1 | Diff File | ||
mod - tests/de/step_1/ZA2 | Diff File | ||
mod - tests/de/step_1/ZA5 | Diff File | ||
mod - tests/de/step_1/ZB6 | Diff File | ||
mod - tests/de/step_1/ZB9 | Diff File | ||
mod - tests/de/step_1/ZC1 | Diff File | ||
mod - tests/de/step_1/ZC3 | Diff File | ||
mod - tests/de/step_1/ZC4 | Diff File | ||
mod - tests/de/step_1/ZC5 | Diff File | ||
mod - tests/de/step_1/ZC9 | Diff File | ||
mod - tests/de/step_1/ZF7 | Diff File | ||
mod - tests/de/step_1/ZG1 | Diff File | ||
mod - tests/de/step_1/ZG2 | Diff File | ||
mod - tests/de/step_1/ZG3 | Diff File | ||
mod - tests/de/step_1/ZG9 | Diff File | ||
mod - tests/de/step_1/ZH7 | Diff File | ||
mod - tests/de/step_1/ZI4 | Diff File | ||
mod - tests/de/step_1/ZI6 | Diff File | ||
mod - tests/de/step_1/ZI7 | Diff File | ||
mod - tests/de/step_1/ZK6 | Diff File | ||
mod - tests/de/step_1/ZK8 | Diff File | ||
mod - tests/de/step_1/ZM2 | Diff File | ||
mod - tests/de/step_1/ZM8 | Diff File | ||
mod - tests/de/step_1/ZQ9 | Diff File | ||
mod - tests/de/step_1/ZS3 | Diff File | ||
mod - tests/de/step_1/ZX4 | Diff File | ||
mod - tests/de/step_1/ZX5 | Diff File | ||
mod - tests/de/step_1/ZZ9 | Diff File | ||
mod - tests/de/step_2/A1 | Diff File | ||
mod - tests/de/step_2/A2 | Diff File | ||
mod - tests/de/step_2/A3 | Diff File | ||
mod - tests/de/step_2/A4 | Diff File | ||
mod - tests/de/step_2/A5 | Diff File | ||
mod - tests/de/step_2/A6 | Diff File | ||
mod - tests/de/step_2/A7 | Diff File | ||
mod - tests/de/step_2/A9 | Diff File | ||
mod - tests/de/step_2/B2 | Diff File | ||
mod - tests/de/step_2/B3 | Diff File | ||
mod - tests/de/step_2/B4 | Diff File | ||
mod - tests/de/step_2/B5 | Diff File | ||
mod - tests/de/step_2/B6 | Diff File | ||
mod - tests/de/step_2/B7 | Diff File | ||
mod - tests/de/step_2/B9 | Diff File | ||
mod - tests/de/step_2/C1 | Diff File | ||
mod - tests/de/step_2/C3 | Diff File | ||
mod - tests/de/step_2/C5 | Diff File | ||
mod - tests/de/step_2/C6 | Diff File | ||
mod - tests/de/step_2/C9 | Diff File | ||
mod - tests/de/step_2/D1 | Diff File | ||
mod - tests/de/step_2/D2 | Diff File | ||
mod - tests/de/step_2/D3 | Diff File | ||
mod - tests/de/step_2/D4 | Diff File | ||
mod - tests/de/step_2/D6 | Diff File | ||
mod - tests/de/step_2/D7 | Diff File | ||
mod - tests/de/step_2/D8 | Diff File | ||
mod - tests/de/step_2/D9 | Diff File | ||
mod - tests/de/step_2/E1 | Diff File | ||
mod - tests/de/step_2/E3 | Diff File | ||
mod - tests/de/step_2/E5 | Diff File | ||
mod - tests/de/step_2/E6 | Diff File | ||
mod - tests/de/step_2/E7 | Diff File | ||
mod - tests/de/step_2/E9 | Diff File | ||
mod - tests/de/step_2/F1 | Diff File | ||
mod - tests/de/step_2/F2 | Diff File | ||
mod - tests/de/step_2/F3 | Diff File | ||
mod - tests/de/step_2/F4 | Diff File | ||
mod - tests/de/step_2/F5 | Diff File | ||
mod - tests/de/step_2/F6 | Diff File | ||
mod - tests/de/step_2/F7 | Diff File | ||
mod - tests/de/step_2/F8 | Diff File | ||
mod - tests/de/step_2/G1 | Diff File | ||
mod - tests/de/step_2/G3 | Diff File | ||
mod - tests/de/step_2/G6 | Diff File | ||
mod - tests/de/step_2/H1 | Diff File | ||
mod - tests/de/step_2/H3 | Diff File | ||
mod - tests/de/step_2/H6 | Diff File | ||
mod - tests/de/step_2/H8 | Diff File | ||
mod - tests/de/step_2/I5 | Diff File | ||
mod - tests/de/step_2/I6 | Diff File | ||
mod - tests/de/step_2/I7 | Diff File | ||
mod - tests/de/step_2/I9 | Diff File | ||
mod - tests/de/step_2/J1 | Diff File | ||
mod - tests/de/step_2/J5 | Diff File | ||
mod - tests/de/step_2/J7 | Diff File | ||
mod - tests/de/step_2/K1 | Diff File | ||
mod - tests/de/step_2/K7 | Diff File | ||
mod - tests/de/step_2/L3 | Diff File | ||
mod - tests/de/step_2/L4 | Diff File | ||
mod - tests/de/step_2/L6 | Diff File | ||
mod - tests/de/step_2/M1 | Diff File | ||
mod - tests/de/step_2/M2 | Diff File | ||
mod - tests/de/step_2/M3 | Diff File | ||
mod - tests/de/step_2/M4 | Diff File | ||
mod - tests/de/step_2/M5 | Diff File | ||
mod - tests/de/step_2/M6 | Diff File | ||
mod - tests/de/step_2/M8 | Diff File | ||
mod - tests/de/step_2/N1 | Diff File | ||
mod - tests/de/step_2/N3 | Diff File | ||
mod - tests/de/step_2/N7 | Diff File | ||
mod - tests/de/step_2/N8 | Diff File | ||
mod - tests/de/step_2/N9 | Diff File | ||
mod - tests/de/step_2/O1 | Diff File | ||
mod - tests/de/step_2/O2 | Diff File | ||
mod - tests/de/step_2/O3 | Diff File | ||
mod - tests/de/step_2/O4 | Diff File | ||
mod - tests/de/step_2/O7 | Diff File | ||
mod - tests/de/step_2/O8 | Diff File | ||
mod - tests/de/step_2/O9 | Diff File | ||
mod - tests/de/step_2/P3 | Diff File | ||
mod - tests/de/step_2/P4 | Diff File | ||
mod - tests/de/step_2/P6 | Diff File | ||
mod - tests/de/step_2/Q4 | Diff File | ||
mod - tests/de/step_2/Q8 | Diff File | ||
mod - tests/de/step_2/Q9 | Diff File | ||
mod - tests/de/step_2/R2 | Diff File | ||
mod - tests/de/step_2/R3 | Diff File | ||
mod - tests/de/step_2/R5 | Diff File | ||
mod - tests/de/step_2/R7 | Diff File | ||
mod - tests/de/step_2/R8 | Diff File | ||
mod - tests/de/step_2/R9 | Diff File | ||
mod - tests/de/step_2/S2 | Diff File | ||
mod - tests/de/step_2/S3 | Diff File | ||
mod - tests/de/step_2/S6 | Diff File | ||
mod - tests/de/step_2/S7 | Diff File | ||
mod - tests/de/step_2/S8 | Diff File | ||
mod - tests/de/step_2/S9 | Diff File | ||
mod - tests/de/step_2/T1 | Diff File | ||
mod - tests/de/step_2/T4 | Diff File | ||
mod - tests/de/step_2/T6 | Diff File | ||
mod - tests/de/step_2/T9 | Diff File | ||
mod - tests/de/step_2/U3 | Diff File | ||
mod - tests/de/step_2/U7 | Diff File | ||
mod - tests/de/step_2/U8 | Diff File | ||
mod - tests/de/step_2/U9 | Diff File | ||
mod - tests/de/step_2/V1 | Diff File | ||
mod - tests/de/step_2/V2 | Diff File | ||
mod - tests/de/step_2/V3 | Diff File | ||
mod - tests/de/step_2/V4 | Diff File | ||
mod - tests/de/step_2/V6 | Diff File | ||
mod - tests/de/step_2/V9 | Diff File | ||
mod - tests/de/step_2/W1 | Diff File | ||
mod - tests/de/step_2/W2 | Diff File | ||
mod - tests/de/step_2/W3 | Diff File | ||
mod - tests/de/step_2/W4 | Diff File | ||
mod - tests/de/step_2/W6 | Diff File | ||
mod - tests/de/step_2/W7 | Diff File | ||
mod - tests/de/step_2/W9 | Diff File | ||
mod - tests/de/step_2/X2 | Diff File | ||
mod - tests/de/step_2/X4 | Diff File | ||
mod - tests/de/step_2/X6 | Diff File | ||
mod - tests/de/step_2/X7 | Diff File | ||
mod - tests/de/step_2/X8 | Diff File | ||
mod - tests/de/step_2/X9 | Diff File | ||
mod - tests/de/step_2/Y1 | Diff File | ||
mod - tests/de/step_2/Y2 | Diff File | ||
mod - tests/de/step_2/Y3 | Diff File | ||
mod - tests/de/step_2/Y5 | Diff File | ||
mod - tests/de/step_3/A2 | Diff File | ||
mod - tests/de/step_3/A3 | Diff File | ||
mod - tests/de/step_3/A5 | Diff File | ||
mod - tests/de/step_3/A6 | Diff File | ||
mod - tests/de/step_3/A7 | Diff File | ||
mod - tests/de/step_3/A8 | Diff File | ||
mod - tests/de/step_3/A9 | Diff File | ||
mod - tests/de/step_3/B2 | Diff File | ||
mod - tests/de/step_3/B3 | Diff File | ||
mod - tests/de/step_3/B4 | Diff File | ||
mod - tests/de/step_3/B5 | Diff File | ||
mod - tests/de/step_3/B6 | Diff File | ||
mod - tests/de/step_3/B7 | Diff File | ||
mod - tests/de/step_3/B8 | Diff File | ||
mod - tests/de/step_3/B9 | Diff File | ||
mod - tests/de/step_3/C1 | Diff File | ||
mod - tests/de/step_3/C3 | Diff File | ||
mod - tests/de/step_3/C4 | Diff File | ||
mod - tests/de/step_3/C5 | Diff File | ||
mod - tests/de/step_3/C6 | Diff File | ||
mod - tests/de/step_3/C9 | Diff File | ||
mod - tests/de/step_3/D1 | Diff File | ||
mod - tests/de/step_3/D3 | Diff File | ||
mod - tests/de/step_3/D7 | Diff File | ||
mod - tests/de/step_3/D8 | Diff File | ||
mod - tests/de/step_3/D9 | Diff File | ||
mod - tests/de/step_3/E2 | Diff File | ||
mod - tests/de/step_3/E3 | Diff File | ||
mod - tests/de/step_3/E4 | Diff File | ||
mod - tests/de/step_3/E6 | Diff File | ||
mod - tests/de/step_3/E7 | Diff File | ||
mod - tests/de/step_3/E8 | Diff File | ||
mod - tests/de/step_3/E9 | Diff File | ||
mod - tests/de/step_3/F1 | Diff File | ||
mod - tests/de/step_3/F2 | Diff File | ||
mod - tests/de/step_3/F3 | Diff File | ||
mod - tests/de/step_3/F4 | Diff File | ||
mod - tests/de/step_4/A1 | Diff File | ||
mod - tests/de/step_4/A2 | Diff File | ||
mod - tests/de/step_4/A3 | Diff File | ||
mod - tests/de/step_4/A4 | Diff File | ||
mod - tests/de/step_4/A6 | Diff File | ||
mod - tests/de/step_4/A7 | Diff File | ||
mod - tests/de/step_4/A8 | Diff File | ||
mod - tests/de/step_4/A9 | Diff File | ||
mod - tests/de/step_4/B2 | Diff File | ||
mod - tests/de/step_4/B3 | Diff File | ||
mod - tests/de/step_4/B4 | Diff File | ||
mod - tests/de/step_4/B8 | Diff File | ||
mod - tests/de/step_4/B9 | Diff File | ||
mod - tests/de/step_4/C1 | Diff File | ||
mod - tests/de/step_4/C2 | Diff File | ||
mod - tests/de/step_4/C3 | Diff File | ||
mod - tests/de/step_4/C7 | Diff File | ||
mod - tests/de/step_4/D2 | Diff File | ||
mod - tests/de/step_4/D4 | Diff File | ||
mod - tests/de/step_4/D5 | Diff File | ||
mod - tests/de/step_4/D7 | Diff File | ||
mod - tests/de/step_4/D8 | Diff File | ||
mod - tests/de/step_4/D9 | Diff File | ||
mod - tests/de/step_4/E1 | Diff File | ||
mod - tests/de/step_4/E2 | Diff File | ||
mod - tests/de/step_4/E4 | Diff File | ||
mod - tests/de/step_4/E5 | Diff File | ||
mod - tests/de/step_4/E6 | Diff File | ||
mod - tests/de/step_4/E7 | Diff File | ||
mod - tests/de/step_4/E9 | Diff File | ||
mod - tests/de/step_4/F1 | Diff File | ||
mod - tests/de/step_4/F4 | Diff File | ||
mod - tests/de/step_4/F5 | Diff File | ||
mod - tests/de/step_4/F6 | Diff File | ||
mod - tests/de/step_4/F7 | Diff File | ||
mod - tests/de/step_4/F8 | Diff File | ||
mod - tests/de/step_4/F9 | Diff File | ||
mod - tests/de/step_4/G1 | Diff File | ||
mod - tests/de/step_4/G2 | Diff File | ||
mod - tests/de/step_4/G3 | Diff File | ||
mod - tests/de/step_4/G4 | Diff File | ||
mod - tests/de/step_4/G5 | Diff File | ||
mod - tests/de/step_4/G6 | Diff File | ||
mod - tests/de/step_4/G7 | Diff File | ||
mod - tests/de/step_4/G8 | Diff File | ||
mod - tests/de/step_4/H1 | Diff File | ||
mod - tests/de/step_4/H2 | Diff File | ||
mod - tests/de/step_4/H3 | Diff File | ||
mod - tests/de/step_4/H4 | Diff File | ||
mod - tests/de/step_4/H5 | Diff File | ||
mod - tests/de/step_4/H6 | Diff File | ||
mod - tests/de/step_4/H7 | Diff File | ||
mod - tests/de/step_4/H8 | Diff File | ||
mod - tests/de/step_4/H9 | Diff File | ||
mod - tests/de/step_4/I1 | Diff File | ||
mod - tests/de/step_4/I2 | Diff File | ||
mod - tests/de/step_4/I3 | Diff File | ||
mod - tests/de/step_5/A1 | Diff File | ||
mod - tests/de/step_5/A2 | Diff File | ||
mod - tests/de/step_5/A3 | Diff File | ||
mod - tests/de/step_5/A4 | Diff File | ||
mod - tests/de/step_5/A5 | Diff File | ||
mod - tests/de/step_5/A7 | Diff File | ||
mod - tests/de/step_5/A8 | Diff File | ||
mod - tests/de/step_5/A9 | Diff File | ||
mod - tests/de/step_5/B2 | Diff File | ||
mod - tests/de/step_5/B4 | Diff File | ||
mod - tests/de/step_5/B5 | Diff File | ||
mod - tests/xcaf/brep_to_stp_add_CL/I6 | Diff File | ||
master e6804ff7 2014-03-20 10:39:23
Committer: bugmaster Details Diff |
0024687: TKOpenGl shader programs - same view state for different v3d views OpenGl_ShaderManager::IsSameView() - add const |
Affected Issues 0024687 |
|
mod - src/OpenGl/OpenGl_ShaderManager.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_ShaderManager.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_View_2.cxx | Diff File | ||
master 1704c576 2014-03-20 10:22:54 Committer: bugmaster Details Diff |
Update test cases database - bugs modalg_5 bug23954 - Added test case for issue 23954 - bugs modalg_1 bug60776_1 - Corrected square of shape and deleted appropriate TODO - bugs moddata_1 bug13 - Added check for the curve length obtained as a result of intersection - feat featprism S2 - Corrected square of shape and deleted appropriate TODO |
||
mod - tests/bugs/modalg_1/buc60776_1 | Diff File | ||
add - tests/bugs/modalg_5/bug23954 | Diff File | ||
mod - tests/bugs/moddata_1/bug13 | Diff File | ||
mod - tests/feat/featprism/S2 | Diff File | ||
master ebc93ae7 2014-03-20 10:12:12 Committer: bugmaster Details Diff |
0024737: Coding - remove <br> tag from header files Eliminate #ifdefs around #includes, some unnecessary includes and macros |
Affected Issues 0024737 |
|
mod - src/AdvApp2Var/AdvApp2Var_Data.hxx | Diff File | ||
mod - src/AdvApp2Var/AdvApp2Var_EvaluatorFunc2Var.hxx | Diff File | ||
mod - src/AdvApprox/AdvApprox_EvaluatorFunction.hxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_WireSplitter.lxx | Diff File | ||
mod - src/BOPCol/BOPCol_DataMapOfIntegerInteger.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_DataMapOfIntegerListOfInteger.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_DataMapOfIntegerListOfShape.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_DataMapOfIntegerMapOfInteger.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_DataMapOfIntegerReal.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_DataMapOfIntegerShape.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_DataMapOfShapeAddress.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_DataMapOfShapeInteger.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_DataMapOfShapeListOfShape.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_DataMapOfShapeShape.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_DataMapOfTransientAddress.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_IndexedDataMapOfIntegerListOfInteger.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_IndexedDataMapOfShapeBox.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_IndexedDataMapOfShapeInteger.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_IndexedDataMapOfShapeListOfShape.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_IndexedMapOfInteger.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_IndexedMapOfShape.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_ListOfInteger.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_MapOfInteger.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_MapOfOrientedShape.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_MapOfShape.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_VectorOfInteger.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_DataMapOfIntegerListOfPaveBlock.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_DataMapOfPassKeyListOfPaveBlock.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_DataMapOfPaveBlockCommonBlock.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_DataMapOfPaveBlockListOfInteger.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_DataMapOfPaveBlockListOfPaveBlock.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_DataMapOfShapeCoupleOfPaveBlocks.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_IndexedDataMapOfPaveBlockListOfInteger.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_IndexedDataMapOfPaveBlockListOfPaveBlock.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_IndexedDataMapOfShapeCoupleOfPaveBlocks.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_IndexedMapOfPaveBlock.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_Interf.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_MapOfCommonBlock.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_MapOfPassKey.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_MapOfPassKeyBoolean.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_MapOfPave.hxx | Diff File | ||
mod - src/BOPDS/BOPDS_MapOfPaveBlock.hxx | Diff File | ||
mod - src/BOPTools/BOPTools_ConnexityBlock.hxx | Diff File | ||
mod - src/BOPTools/BOPTools_DataMapOfShapeSet.hxx | Diff File | ||
mod - src/BOPTools/BOPTools_MapOfSet.hxx | Diff File | ||
mod - src/BRepBuilderAPI/BRepBuilderAPI_BndBoxTreeSelector.hxx | Diff File | ||
mod - src/BRepBuilderAPI/BRepBuilderAPI_CellFilter.hxx | Diff File | ||
mod - src/BRepBuilderAPI/BRepBuilderAPI_VertexInspector.hxx | Diff File | ||
mod - src/BRepExtrema/BRepExtrema_DistanceSS.hxx | Diff File | ||
mod - src/BRepExtrema/BRepExtrema_DistShapeShape.hxx | Diff File | ||
mod - src/BRepExtrema/BRepExtrema_ExtCC.hxx | Diff File | ||
mod - src/BRepExtrema/BRepExtrema_ExtCF.hxx | Diff File | ||
mod - src/BRepExtrema/BRepExtrema_ExtFF.hxx | Diff File | ||
mod - src/BRepExtrema/BRepExtrema_ExtPC.hxx | Diff File | ||
mod - src/BRepExtrema/BRepExtrema_ExtPF.hxx | Diff File | ||
mod - src/BRepExtrema/BRepExtrema_Poly.hxx | Diff File | ||
mod - src/BRepExtrema/BRepExtrema_SeqOfSolution.hxx | Diff File | ||
mod - src/BRepExtrema/BRepExtrema_SolutionElem.hxx | Diff File | ||
mod - src/BRepExtrema/BRepExtrema_SupportType.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_Delaun.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_PluginEntryType.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_Status.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_VectorOfVertex.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_VertexCellFilter.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_VertexInspector.hxx | Diff File | ||
mod - src/BRepPrim/BRepPrim_OneAxis.hxx | Diff File | ||
mod - src/BRepSweep/BRepSweep_NumLinearRegularSweep.hxx | Diff File | ||
mod - src/BSplCLib/BSplCLib_EvaluatorFunction.hxx | Diff File | ||
mod - src/DBC/DBC_BaseArray_objs.hxx | Diff File | ||
mod - src/DBC/DBC_DBVArray.hxx | Diff File | ||
mod - src/DDF/DDF_IOStream.hxx | Diff File | ||
mod - src/Draw/Draw_Main.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_Camera.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_Vertex.hxx | Diff File | ||
mod - src/IntAna2d/IntAna2d_Outils.hxx | Diff File | ||
mod - src/IntImp/IntImp_ZerParFunc.lxx | Diff File | ||
mod - src/IntImpParGen/IntImpParGen_Tool.hxx | Diff File | ||
mod - src/IntPolyh/IntPolyh_ArrayOfCouples.hxx | Diff File | ||
mod - src/IntPolyh/IntPolyh_ArrayOfEdges.hxx | Diff File | ||
mod - src/IntPolyh/IntPolyh_ArrayOfPoints.hxx | Diff File | ||
mod - src/IntPolyh/IntPolyh_ArrayOfSectionLines.hxx | Diff File | ||
mod - src/IntPolyh/IntPolyh_ArrayOfStartPoints.hxx | Diff File | ||
mod - src/IntPolyh/IntPolyh_ArrayOfTangentZones.hxx | Diff File | ||
mod - src/IntPolyh/IntPolyh_ArrayOfTriangles.hxx | Diff File | ||
mod - src/IntSurf/IntSurf_Quadric.lxx | Diff File | ||
mod - src/IntWalk/IntWalk_IWLine.lxx | Diff File | ||
mod - src/MeshVS/MeshVS_TwoColors.hxx | Diff File | ||
mod - src/Message/Message_Messenger.lxx | Diff File | ||
mod - src/NIS/NIS_InteractiveContext.hxx | Diff File | ||
mod - src/NIS/NIS_InteractiveObject.hxx | Diff File | ||
mod - src/NIS/NIS_SelectFilter.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_AVIWriter.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraphicDriver.hxx | Diff File | ||
mod - src/Poly/Poly_CoherentTriangulation.hxx | Diff File | ||
mod - src/Standard/Handle_Standard_Persistent.hxx | Diff File | ||
mod - src/Standard/Handle_Standard_Transient.hxx | Diff File | ||
mod - src/Standard/Standard_Address.hxx | Diff File | ||
mod - src/Standard/Standard_Boolean.cxx | Diff File | ||
mod - src/Standard/Standard_Character.cxx | Diff File | ||
mod - src/Standard/Standard_DefineHandle.hxx | Diff File | ||
mod - src/Standard/Standard_ExtCharacter.cxx | Diff File | ||
mod - src/Standard/Standard_ExtString.hxx | Diff File | ||
mod - src/Standard/Standard_Integer.cxx | Diff File | ||
mod - src/Standard/Standard_Integer.hxx | Diff File | ||
mod - src/Standard/Standard_IStream.hxx | Diff File | ||
mod - src/Standard/Standard_MMgrOpt.hxx | Diff File | ||
mod - src/Standard/Standard_MMgrRaw.hxx | Diff File | ||
mod - src/Standard/Standard_MMgrRoot.hxx | Diff File | ||
mod - src/Standard/Standard_MMgrTBBalloc.hxx | Diff File | ||
mod - src/Standard/Standard_OId.hxx | Diff File | ||
mod - src/Standard/Standard_OStream.hxx | Diff File | ||
mod - src/Standard/Standard_Persistent_proto.hxx | Diff File | ||
mod - src/Standard/Standard_PrimitiveTypes.hxx | Diff File | ||
mod - src/Standard/Standard_Real.cxx | Diff File | ||
mod - src/Standard/Standard_Real.hxx | Diff File | ||
mod - src/Standard/Standard_ShortReal.cxx | Diff File | ||
mod - src/Standard/Standard_ShortReal.hxx | Diff File | ||
mod - src/Standard/Standard_SStream.hxx | Diff File | ||
mod - src/Standard/Standard_Stream.hxx | Diff File | ||
mod - src/Standard/Standard_Time.hxx | Diff File | ||
mod - src/Standard/Standard_Transient.hxx | Diff File | ||
mod - src/Standard/Standard_Transient_proto.hxx | Diff File | ||
mod - src/Standard/Standard_TypeDef.hxx | Diff File | ||
mod - src/TColStd/TColStd_PackedMapOfInteger.hxx | Diff File | ||
mod - src/TDF/TDF_AttributeIterator.hxx | Diff File | ||
mod - src/V3d/V3d_Plane.hxx | Diff File | ||
mod - src/WNT/FILES | Diff File | ||
rm - src/WNT/WNT_Dword.cxx | Diff File | ||
rm - src/WNT/WNT_Uint.cxx | Diff File | ||
rm - src/WNT/WNT_WindowData.cxx | Diff File | ||
master df80c6dd 2014-03-20 10:09:47
Committer: bugmaster Details Diff |
0024706: Solids produced by BOP do not have flag Closed set in shells Flag CLOSED is set for closed shells created during perform of Boolean Operation. Test cases for issue CR24706 |
Affected Issues 0024706 |
|
mod - src/BOPAlgo/BOPAlgo_ShellSplitter.cxx | Diff File | ||
add - tests/bugs/modalg_5/bug24706 | Diff File | ||
master 679ecdee 2014-03-20 09:54:12 Committer: bugmaster Details Diff |
0024637: Visualization - clean up implementation of rendering in immediate mode Remove unused flag "DoubleBuf". Remove Visual3d_TransientManager "class" (functionality moved to PrsMgr_PresentationManager). Remove unused "Add" immediate mode. V3d_View class - remove methods ::TransientManagerBeginDraw(), ::TransientManagerClearDraw(), ::TransientManagerBeginAddDraw(). Add method ::RedrawImmediate() to redraw only immediate presentations. OpenGl_GraphicDriver - add methods ::DisplayImmediateStructure(), ::EraseImmediateStructure(), ::RedrawImmediate(). OpenGl_View - manage list of immediate structures. OpenGl_Workspace - automate rendering workflow of immediate + persistent layers. Merge PrsMgr_PresentationManager3d class into PrsMgr_PresentationManager. Mark PrsMgr_PresentationManager3d as alias to PrsMgr_PresentationManager to simplify porting. Prs3d_Presentation - remove unused field myStruct. Prs3d_PresentationShadow - shadow link to existing presentation with custom attributes. Graphic3d_Structure::Highlight() - do not register undisplayed structure in structure manager. AIS_InteractiveContext, AIS_LocalContext add flag to prevent view update into methods ::MoveTo(), ::HilightNextDetected(), ::HilightPreviousDetected() to allow update of customized immediate structures before redraw but after ::MoveTo(). Remove unused method AIS_InteractiveContext::Drag(). StdSelect_ViewerSelector3d do not user immediate mode in methods ::DisplayAreas(), ::ClearAreas(), ::ClearSensitive(), ::DisplaySensitive(), GridEcho - update value in StdSelect_ViewerSelector3d::Pick() instead of V3d_View::Compute(). Do not use global variable for GridEcho vertex. Redraw immediate mode not within GridEcho but at AIS_InteractiveContext, AIS_LocalContext layer. V3d_View::ToPixMap() - disable autoupdate during FitAll. Avoid Redraw() into FBO without ImmediateModeDrawToFront flag. PrsMgr_PresentationManager stores list of temporary immediate presentations, automatically cleared within BeginImmediateMode() call. Methods with ambiguous names have been renamed (new names now consistent with pre-existed method names in AIS_LocalContext class): - BeginDraw -> BeginImmediateDraw - EndDraw -> EndImmediateDraw Remove now useless Remove() method (and ImmediateRemove() in AIS). Visual3d_View now stores map of displayed immediate presentations. ViewerTest_EventManager - eliminate double redraw in selection methods. Fix warning |
||
mod - src/AIS/AIS_InteractiveContext.cdl | Diff File | ||
mod - src/AIS/AIS_InteractiveContext_1.cxx | Diff File | ||
mod - src/AIS/AIS_InteractiveContext_2.cxx | Diff File | ||
mod - src/AIS/AIS_LengthDimension.hxx | Diff File | ||
mod - src/AIS/AIS_LocalContext.cdl | Diff File | ||
mod - src/AIS/AIS_LocalContext.cxx | Diff File | ||
mod - src/AIS/AIS_LocalContext_1.cxx | Diff File | ||
mod - src/AIS/AIS_TexturedShape.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_CStructure.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_GraphicDriver.cdl | Diff File | ||
mod - src/Graphic3d/Graphic3d_Structure.cdl | Diff File | ||
mod - src/Graphic3d/Graphic3d_Structure.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_StructureManager.cdl | Diff File | ||
mod - src/MeshVS/MeshVS_Mesh.cxx | Diff File | ||
mod - src/OpenGl/FILES | Diff File | ||
mod - src/OpenGl/OpenGl_Flipper.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraphicDriver.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraphicDriver.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraphicDriver_7.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_NamedStatus.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Structure.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Structure.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_View.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_View_2.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Window.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Window.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Workspace.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Workspace.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Workspace_2.cxx | Diff File | ||
rm - src/OpenGl/OpenGl_Workspace_3.cxx | Diff File | ||
mod - src/Prs3d/FILES | Diff File | ||
mod - src/Prs3d/Prs3d_Presentation.cdl | Diff File | ||
mod - src/Prs3d/Prs3d_Presentation.cxx | Diff File | ||
add - src/Prs3d/Prs3d_PresentationShadow.cxx | Diff File | ||
add - src/Prs3d/Prs3d_PresentationShadow.hxx | Diff File | ||
add - src/PrsMgr/FILES | Diff File | ||
mod - src/PrsMgr/PrsMgr.cdl | Diff File | ||
add - src/PrsMgr/PrsMgr_ListOfPresentations.hxx | Diff File | ||
mod - src/PrsMgr/PrsMgr_Presentation3d.cdl | Diff File | ||
mod - src/PrsMgr/PrsMgr_PresentationManager.cdl | Diff File | ||
mod - src/PrsMgr/PrsMgr_PresentationManager.cxx | Diff File | ||
mod - src/PrsMgr/PrsMgr_PresentationManager.lxx | Diff File | ||
rm - src/PrsMgr/PrsMgr_PresentationManager3d.cdl | Diff File | ||
rm - src/PrsMgr/PrsMgr_PresentationManager3d.cxx | Diff File | ||
rm - src/PrsMgr/PrsMgr_PresentationManager3d.lxx | Diff File | ||
mod - src/StdSelect/StdSelect_ViewerSelector3d.cxx | Diff File | ||
mod - src/V3d/V3d_View.cdl | Diff File | ||
mod - src/V3d/V3d_View.cxx | Diff File | ||
mod - src/V3d/V3d_Viewer.cdl | Diff File | ||
mod - src/V3d/V3d_Viewer.cxx | Diff File | ||
mod - src/V3d/V3d_Viewer_4.cxx | Diff File | ||
mod - src/V3d/V3d_View_4.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_EventManager.cxx | Diff File | ||
mod - src/Visual3d/Visual3d.cdl | Diff File | ||
rm - src/Visual3d/Visual3d_TransientManager.cdl | Diff File | ||
rm - src/Visual3d/Visual3d_TransientManager.cxx | Diff File | ||
mod - src/Visual3d/Visual3d_View.cdl | Diff File | ||
mod - src/Visual3d/Visual3d_View.cxx | Diff File | ||
mod - src/Visual3d/Visual3d_ViewManager.cdl | Diff File | ||
mod - src/Visual3d/Visual3d_ViewManager.cxx | Diff File | ||
master 01ca42b2 2014-03-20 09:50:28 Committer: bugmaster Details Diff |
0024732: OpenGl_Context - retrieve functions up to GL4.4 Drop unused OpenGl_ArbVBO. Replace OpenGl_ExtFBO with OpenGl_ArbFBO. OpenGl_Context - reorganize GL functions management. OpenGl_GlFunctions structure now stores pointers for all GL functions, while inheritors specify functions subset using access levels. Drop fields core12, core13, core14; replace extFBO by arbFBO. OpenGl_ArbIns, OpenGl_ArbTBO - use GL3.1 core functions instead of ARB extensions when available. OpenGl_ArbFBO - provide complete list of functions OpenGl_GlCore11 - fix misprint OpenGl_Context.hxx - remove redundant declarations |
||
mod - src/OpenGl/FILES | Diff File | ||
mod - src/OpenGl/OpenGl_ArbDbg.hxx | Diff File | ||
add - src/OpenGl/OpenGl_ArbFBO.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_ArbIns.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_ArbTBO.hxx | Diff File | ||
rm - src/OpenGl/OpenGl_ArbVBO.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.hxx | Diff File | ||
rm - src/OpenGl/OpenGl_ExtFBO.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_ExtGS.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_FrameBuffer.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_FrameBuffer.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GlCore11.hxx | Diff File | ||
add - src/OpenGl/OpenGl_GlCore11Fwd.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GlCore12.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GlCore13.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GlCore14.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GlCore15.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GlCore20.hxx | Diff File | ||
add - src/OpenGl/OpenGl_GlCore21.hxx | Diff File | ||
add - src/OpenGl/OpenGl_GlCore30.hxx | Diff File | ||
add - src/OpenGl/OpenGl_GlCore31.hxx | Diff File | ||
add - src/OpenGl/OpenGl_GlCore32.hxx | Diff File | ||
add - src/OpenGl/OpenGl_GlCore33.hxx | Diff File | ||
add - src/OpenGl/OpenGl_GlCore40.hxx | Diff File | ||
add - src/OpenGl/OpenGl_GlCore41.hxx | Diff File | ||
add - src/OpenGl/OpenGl_GlCore42.hxx | Diff File | ||
add - src/OpenGl/OpenGl_GlCore43.hxx | Diff File | ||
add - src/OpenGl/OpenGl_GlCore44.hxx | Diff File | ||
add - src/OpenGl/OpenGl_GlFunctions.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Text.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Texture.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_TextureBufferArb.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_OpenGlCommands.cxx | Diff File | ||
master d399d3c3 2014-03-20 09:46:40
Committer: bugmaster Details Diff |
0024725: AIS_TexturedShape - flag switching texture modulation mode does not work - Missing code restored - "vtexture" command improved to support texture modulation option remarks from kgv |
||
mod - src/AIS/AIS_TexturedShape.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
add - tests/bugs/vis/bug24725 | Diff File | ||
master 91b16a64 2014-03-20 09:44:02
Committer: bugmaster Details Diff |
0024668: Null flyout value case in AIS_Dimension::SetTextPosition() method is not considered. Corrected checks of working plane and dimension geometry. Corrected remarks: IsComputed flag was added to the SelectionGeometry to check if it is filled; AdjustParameters() methods became const ones. minor remark |
Affected Issues 0024668 |
|
mod - src/AIS/AIS_AngleDimension.cxx | Diff File | ||
mod - src/AIS/AIS_AngleDimension.hxx | Diff File | ||
mod - src/AIS/AIS_DiameterDimension.cxx | Diff File | ||
mod - src/AIS/AIS_Dimension.cxx | Diff File | ||
mod - src/AIS/AIS_Dimension.hxx | Diff File | ||
mod - src/AIS/AIS_LengthDimension.cxx | Diff File | ||
mod - src/AIS/AIS_RadiusDimension.cxx | Diff File | ||
master 785a9540 2014-03-20 09:38:41 Committer: bugmaster Details Diff |
0024644: Draw_Printer - provide the way to control messages gravity filter Message_Printer - define GetTraceLevel()/SetTraceLevel() methods in base interface. Implement message gravity filter in Draw_Printer. Add new Draw Harness command dtracelevel to show/change message gravity filter. Redirect default messenger to Draw_Printer within TKDraw instead of TKXSDRAW Draw::Commands() - assign Draw_Printer only once |
Affected Issues 0024644 |
|
mod - src/Draw/Draw_BasicCommands.cxx | Diff File | ||
mod - src/Draw/Draw_Commands.cxx | Diff File | ||
mod - src/Draw/Draw_Interpretor.cxx | Diff File | ||
mod - src/Draw/Draw_Interpretor.hxx | Diff File | ||
mod - src/Draw/Draw_Printer.cxx | Diff File | ||
mod - src/Message/Message_Printer.cdl | Diff File | ||
mod - src/Message/Message_Printer.cxx | Diff File | ||
add - src/Message/Message_Printer.lxx | Diff File | ||
mod - src/Message/Message_PrinterOStream.cdl | Diff File | ||
mod - src/Message/Message_PrinterOStream.cxx | Diff File | ||
mod - src/Message/Message_PrinterOStream.lxx | Diff File | ||
mod - src/XSDRAW/XSDRAW.cxx | Diff File | ||
mod - src/XSDRAWIGES/XSDRAWIGES.cxx | Diff File | ||
mod - src/XSDRAWSTEP/XSDRAWSTEP.cxx | Diff File | ||
master 0d19eb34 2014-03-20 09:36:43
Committer: bugmaster Details Diff |
0024696: Lower performance of the new Edge/Edge intersection algorithm Performance improvements in IntTools_EdgeEdge algorithm: 1. Added check for common box between edges: if common box between edges is thin, find exact solutions at once, without looking for rough ranges first; 2. Improved methods IntTools_EdgeEdge::FindBestSolution() and IntTools_EdgeEdge::CheckCoincidence(...) by using method SplitRangeOnSegments with resolution of the curve as a criteria for size of the ranges. Test cases for issue CR24696 |
Affected Issues 0024696 |
|
mod - src/IntTools/IntTools_EdgeEdge.cdl | Diff File | ||
mod - src/IntTools/IntTools_EdgeEdge.cxx | Diff File | ||
add - tests/bugs/modalg_5/bug24696 | Diff File | ||
master 0b85f9a6 2014-03-20 04:19:13
Committer: apn Details Diff |
0024761: Convertation of the generic classes to the non-generic. Part 5 1) Generic class "GccEnt_QualifiedCurv" from "GccEnt" package converted to the non-generic class and moved to the "Geom2dGcc" package. Name of this class was changed to "Geom2dGcc_QCurve". 2) Generic classes "HatchGen_ElementGen", "HatchGen_ElementsGen", "HatchGen_HatchingGen" and "HatchGen_Hatcher" from "HatchGen" package converted to the non-generic classes and moved to the "Geom2dHatch" package. Names of this classes were changed to "Geom2dHatch_Element", "Geom2dHatch_Elements", "Geom2dHatch_Hatching" and "Geom2dHatch_Hatcher". Also all instantiations of the "internal" classes of this classes were moved to the "Geom2dHatch.cdl". 3) Generic classes "Extrema_GExtCC", "Extrema_GExtCC2d", "Extrema_GLocateExtCC" and "Extrema_GLocateExtCC2d" from "Extrema" package converted to the non-generic classes. Names of this classes were changed to "Extrema_ExtCC", "Extrema_ExtCC2d", "Extrema_LocateExtCC" and "Extrema_LocateExtCC2d". Also all instantiations of the "internal" classes of this classes were moved to the "Extrema.cdl". |
Affected Issues 0024761 |
|
mod - src/Extrema/Extrema.cdl | Diff File | ||
mod - src/GccEnt/GccEnt.cdl | Diff File | ||
mod - src/Geom2dGcc/Geom2dGcc.cdl | Diff File | ||
mod - src/Geom2dGcc/Geom2dGcc_Circ2d2TanOn.cxx | Diff File | ||
mod - src/Geom2dGcc/Geom2dGcc_Circ2d2TanRad.cxx | Diff File | ||
mod - src/Geom2dGcc/Geom2dGcc_Circ2d3Tan.cxx | Diff File | ||
mod - src/Geom2dGcc/Geom2dGcc_Circ2dTanCen.cxx | Diff File | ||
mod - src/Geom2dGcc/Geom2dGcc_Circ2dTanOnRad.cxx | Diff File | ||
mod - src/Geom2dGcc/Geom2dGcc_Lin2d2Tan.cxx | Diff File | ||
mod - src/Geom2dGcc/Geom2dGcc_Lin2dTanObl.cxx | Diff File | ||
mod - src/Geom2dHatch/Geom2dHatch.cdl | Diff File | ||
mod - src/HatchGen/HatchGen.cdl | Diff File | ||
mod - src/QABugs/QABugs_17.cxx | Diff File | ||
master 65b88edb 2014-03-19 12:10:05 Committer: bugmaster Details Diff |
0024730: remove constructor for class TopOpeBRep_PointGeomTool |
Affected Issues 0024730 |
|
mod - src/TopOpeBRep/TopOpeBRep_GeomTool.cdl | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_GeomTool.cxx | Diff File | ||
master b56dd33f 2014-03-19 08:32:39 Committer: bugmaster Details Diff |
0024736: There is new additional compilation warning on Linux platform |
Affected Issues 0024736 |
|
mod - src/QABugs/QABugs_19.cxx | Diff File |