Changesets: occt
master d20d815b 2013-10-10 10:47:21
Committer: bugmaster Details Diff |
0024236: Eliminate GCC compiler warning (uninitialized variables) |
Affected Issues 0024236 |
|
mod - src/Adaptor3d/Adaptor3d_CurveOnSurface.cxx | Diff File | ||
mod - src/Approx/Approx_SameParameter.cxx | Diff File | ||
mod - src/ChFi3d/ChFi3d_Builder_CnCrn.cxx | Diff File | ||
mod - src/ChFi3d/ChFi3d_ChBuilder.cxx | Diff File | ||
mod - src/ChFiDS/ChFiDS_FilSpine.cxx | Diff File | ||
mod - src/Contap/Contap_ContourGen_3.gxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_ArrayOfPrimitives.cxx | Diff File | ||
mod - src/Intf/Intf_InterferencePolygonPolyhedron.gxx | Diff File | ||
mod - src/IntPatch/IntPatch_PrmPrmIntersection.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_View.cxx | Diff File | ||
mod - src/ProjLib/ProjLib_ProjectedCurve.cxx | Diff File | ||
mod - src/QANewModTopOpe/QANewModTopOpe_Glue_shell.cxx | Diff File | ||
mod - src/ShapeConstruct/ShapeConstruct_ProjectCurveOnSurface.cxx | Diff File | ||
mod - src/TopOpeBRep/TopOpeBRep_FFTransitionTool.cxx | Diff File | ||
mod - src/TopOpeBRepDS/TopOpeBRepDS_Edge3dInterferenceTool.cxx | Diff File | ||
mod - src/TopOpeBRepDS/TopOpeBRepDS_HDataStructure.cxx | Diff File | ||
master 617cf082 2013-10-10 10:43:03
Committer: bugmaster Details Diff |
0024222: Compiler warnings 'unreacheable code' and 'conditional expression is constant' in MOA Eliminated MSVS L4 warnings. fixed incorrect break invoking in edge searching in SplitEdge. |
Affected Issues 0024222 |
|
mod - src/IntCurveSurface/IntCurveSurface_Polyhedron.gxx | Diff File | ||
mod - src/QANewModTopOpe/QANewModTopOpe_Glue_wire.cxx | Diff File | ||
master 11fca7c1 2013-10-10 10:41:01
Committer: bugmaster Details Diff |
0024227: Enable SS2 instructions for OCCT building Test for exceptions corrected to handle FPE when built with with SSE2 option on Windows (NumericError raised instead of specific exceptions) New test for performance of bspline intersections added sse2 added; build bitness hardlinked to compiler "bitness" variable was hidden |
Affected Issues 0024227 |
|
mod - CMakeLists.txt | Diff File | ||
mod - src/QABugs/QABugs_11.cxx | Diff File | ||
add - tests/perf/bspline/intersect | Diff File | ||
mod - tests/perf/grids.list | Diff File | ||
master 0e09ee8e 2013-10-10 10:27:16
Committer: bugmaster Details Diff |
0024220: bopargcheck returns valid for C0 shape but results of boolean operations are broken with such shapes Added check for C0 geometries to bopargcheck command. Test cases for issue CR24220 |
Affected Issues 0024220 |
|
mod - src/BOPAlgo/BOPAlgo.cdl | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.cdl | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.lxx | Diff File | ||
mod - src/BOPTest/BOPTest_CheckCommands.cxx | Diff File | ||
add - tests/bugs/modalg_5/bug24220 | Diff File | ||
master b514beda 2013-10-10 09:35:04
Committer: bugmaster Details Diff |
0024181: Text to BRep functionality Introduce new class Font_BRepFont for conversion of font glyph in vector format into BRep representation. New text2brep Draw Harness command. bottle.tcl - draw text on the bottle side using new functionality. ViewerTest - process Delete key in 3D-Viewer to delete selected presentations. Font_FontMgr::FindFont - return correct font when font alias and not default aspect is requested. bottle.tcl - use prism instead of pipe TKViewerTest - add required FreeType dependency verase - display the list of erase objects TKViewerTest - add required FreeType dependency for projects generation |
Affected Issues 0024181 |
|
mod - samples/tcl/bottle.tcl | Diff File | ||
mod - src/Font/FILES | Diff File | ||
mod - src/Font/Font.cdl | Diff File | ||
add - src/Font/Font_BRepFont.cxx | Diff File | ||
add - src/Font/Font_BRepFont.hxx | Diff File | ||
mod - src/Font/Font_FontMgr.cxx | Diff File | ||
mod - src/Font/Font_FTFont.cxx | Diff File | ||
mod - src/Font/Font_FTFont.hxx | Diff File | ||
mod - src/Geom2dConvert/Geom2dConvert_CompCurveToBSplineCurve.cdl | Diff File | ||
mod - src/Geom2dConvert/Geom2dConvert_CompCurveToBSplineCurve.cxx | Diff File | ||
mod - src/GeomConvert/GeomConvert_CompCurveToBSplineCurve.cdl | Diff File | ||
mod - src/GeomConvert/GeomConvert_CompCurveToBSplineCurve.cxx | Diff File | ||
mod - src/TKService/EXTERNLIB | Diff File | ||
mod - src/TKViewerTest/EXTERNLIB | Diff File | ||
mod - src/ViewerTest/EXTERNLIB | Diff File | ||
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ObjectCommands.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ViewerCommands.cxx | Diff File | ||
mod - tests/3rdparty/begin | Diff File | ||
add - tests/3rdparty/fonts/B1 | Diff File | ||
add - tests/3rdparty/fonts/B2 | Diff File | ||
add - tests/3rdparty/fonts/B3 | Diff File | ||
master 1c9cffdb 2013-10-10 09:28:30
Committer: bugmaster Details Diff |
0024164: Optimization of OCAF document closing OCAF document closing redesign. added 2 test scripts. removed commented method. added missed Draw commands. |
Affected Issues 0024164 |
|
mod - src/DDataStd/DDataStd_BasicCommands.cxx | Diff File | ||
mod - src/TDocStd/TDocStd_Application.cxx | Diff File | ||
mod - src/TDocStd/TDocStd_Document.cdl | Diff File | ||
mod - src/TDocStd/TDocStd_Document.cxx | Diff File | ||
add - tests/bugs/caf/bug24164_1 | Diff File | ||
add - tests/bugs/caf/bug24164_2 | Diff File | ||
master cbf18624 2013-10-10 04:41:05 Committer: bugmaster Details Diff |
0024245: TKOpenGL - use Message_Messenger interface to report issues |
Affected Issues 0024245 |
|
mod - src/OpenGl/OpenGl_Context.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Font.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_PrimitiveArray.cxx | Diff File | ||
master fcdbe201 2013-10-08 13:04:22 Committer: bugmaster Details Diff |
0024230: TKOpenGl - request debug context by default in debug mode Enable GL_DEBUG_OUTPUT_SYNCHRONOUS_ARB only for debug builds. |
Affected Issues 0024230 |
|
mod - src/OpenGl/OpenGl_Caps.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.cxx | Diff File | ||
master 012d92b6 2013-10-08 12:06:12
Committer: bugmaster Details Diff |
0024239: Eliminate GCC compiler warning (multi-line comment) |
Affected Issues 0024239 |
|
mod - src/DsgPrs/DsgPrs_SymmetricPresentation.cxx | Diff File | ||
mod - src/LDOM/LDOM_CharReference.cxx | Diff File | ||
master eb7c351a 2013-10-07 11:53:19 Committer: bugmaster Details Diff |
0024235: BRepBuilderAPI_Sewing - add protection against too small tolerance |
Affected Issues 0024235 |
|
mod - src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx | Diff File | ||
master 229c0b6a 2013-10-07 10:12:37 Committer: bugmaster Details Diff |
0024233: OpenGl_Window - compilation for Windows NT 4.0 target |
Affected Issues 0024233 |
|
mod - src/OpenGl/OpenGl_Window.cxx | Diff File | ||
master fc73450d 2013-10-07 08:05:29
Committer: bugmaster Details Diff |
0024231: Test case update for bug 23654 Test case update |
Affected Issues 0024231 |
|
mod - tests/bugs/vis/bug23654_MarkersRecompute | Diff File | ||
master 9be3a894 2013-10-04 18:44:26 Committer: bugmaster Details Diff |
0024225: TKOpenGL, OpenGl_FrameBuffer - Wrong ID is used for attachement of depth RenderBuffer to FBO |
Affected Issues 0024225 |
|
mod - src/OpenGl/OpenGl_FrameBuffer.cxx | Diff File | ||
master c63628e8 2013-10-04 14:26:23
Committer: bugmaster Details Diff |
0024211: Definition of Basic Runtime Check parameter causes regression in debug mode Out of ChoixRef array boundaries. Uninitialized variable in IntCurve_IntPolyPolyGen::findIntersect(...) function. Handling of infinity numbers in sprops command is added. test (CPU-limit) |
Affected Issues 0024211 |
|
mod - src/GProp/GProp_SGProps.gxx | Diff File | ||
mod - src/IntImp/IntImp_Int2S.gxx | Diff File | ||
mod - src/IntWalk/IntWalk_PWalking_1.gxx | Diff File | ||
mod - tests/bugs/modalg_1/bug19793_2 | Diff File | ||
master 830d849f 2013-10-04 08:40:11
Committer: bugmaster Details Diff |
0023932: Standard_NoSuchObject thrown computing section between two cylinders - new to 6.6.0 Adding new test cases |
Affected Issues 0023932 |
|
add - tests/bugs/modalg_5/bug23932_1 | Diff File | ||
add - tests/bugs/modalg_5/bug23932_2 | Diff File | ||
master f92826eb 2013-10-04 08:39:02 Details Diff |
0024005: Intersecting a slightly off angle plane with a cylinder takes 7+ seconds Update testing case |
Affected Issues 0024005 |
|
mod - tests/bugs/modalg_5/bug24005 | Diff File | ||
master 8335fd20 2013-10-04 08:37:37 Details Diff |
0024140: Endless loop in BRepAlgoAPI_Section Update testing cases |
||
mod - tests/boolean/bopfuse_simple/ZP6 | Diff File | ||
mod - tests/boolean/bsection/R9 | Diff File | ||
master 367988e8 2013-10-04 08:27:00 Details Diff |
Improvements in test cases bugs/modalg_1/bug13209_1 bug13209_3 bug13211_7 bug13211_9 on MacOS platform after integration fix for 23981 issue | ||
mod - tests/bugs/modalg_1/bug13209_1 | Diff File | ||
mod - tests/bugs/modalg_1/bug13209_3 | Diff File | ||
mod - tests/bugs/modalg_1/bug13211_7 | Diff File | ||
mod - tests/bugs/modalg_1/bug13211_9 | Diff File | ||
master c74961a0 2013-10-04 08:12:45 Details Diff |
Improvements in test cases boolean/bsection/G5 N6 in Debug mode according to integration fix for issue 24140 | ||
mod - tests/boolean/bsection/G5 | Diff File | ||
mod - tests/boolean/bsection/N6 | Diff File | ||
master bcb1adc5 2013-10-04 07:09:24 Details Diff |
0023654: Problem with displaying vertices in OCC view after closing all OCC views and opening new one Update CSharp sample |
||
mod - samples/CSharp/OCC/OCCViewer.cpp | Diff File | ||
master 47980104 2013-10-03 12:36:52
Committer: bugmaster Details Diff |
0024174: [regression] BRepBuilderAPI_Sewing returns result with very high tolerance Fix for bug 0024174: [regression] BRepBuilderAPI_Sewing returns result with very high tolerance Test script for CR24174 Test cases for issue CR24174 Small correction of test cases for issue CR24174 |
Affected Issues 0024174 |
|
mod - src/BRepBuilderAPI/BRepBuilderAPI_Sewing.cxx | Diff File | ||
add - tests/bugs/modalg_5/bug24174_1 | Diff File | ||
add - tests/bugs/modalg_5/bug24174_2 | Diff File | ||
mod - tests/sewing/tol_100/J3 | Diff File | ||
master 1665a85a 2013-10-03 12:30:51
Committer: bugmaster Details Diff |
0024195: Use of uninitialized data in IntCurve_IntPolyPolyGen.gxx 1. Inserting in method IntCurve_IntPolyPolyGen::findIntersect() correct treatment of situation when intersection algorithm cannot find a solution. 2. Modification test cases de/iges_1/R8 and de/iges_2/I7 according to new data |
Affected Issues 0024195 |
|
mod - src/IntCurve/IntCurve_ExactIntersectionPoint.gxx | Diff File | ||
mod - src/IntCurve/IntCurve_IntPolyPolyGen.gxx | Diff File | ||
mod - tests/de/iges_1/R8 | Diff File | ||
mod - tests/de/iges_2/I7 | Diff File | ||
master 7c4e9501 2013-10-03 12:13:10
Committer: bugmaster Details Diff |
0023981: Wrong section curves 1. Insertion in intersection algorithm correct treatment of infinite surface boundaries. 2. Small correction of algorithm of projection of point on preiodic surfaces to avoid wrong periodic adjusting of solution. 3. Adding test case for issue CR23981 |
Affected Issues 0023981 |
|
mod - src/Adaptor3d/Adaptor3d_TopolTool.cxx | Diff File | ||
mod - src/Extrema/Extrema_ExtPElS.cxx | Diff File | ||
mod - src/GeomInt/GeomInt_IntSS_1.cxx | Diff File | ||
mod - src/IntPatch/IntPatch_RstInt.cxx | Diff File | ||
mod - src/IntStart/IntStart_SearchOnBoundaries.gxx | Diff File | ||
mod - tests/bugs/modalg_1/buc60899_1 | Diff File | ||
add - tests/bugs/moddata_3/bug23981 | Diff File | ||
master b1c5c4e6 2013-10-03 11:47:26
Committer: bugmaster Details Diff |
0024140: Endless loop in BRepAlgoAPI_Section Test cases for issue CR24140 |
||
mod - src/IntPatch/IntPatch_PrmPrmIntersection.cxx | Diff File | ||
mod - src/IntWalk/IntWalk.cdl | Diff File | ||
mod - src/IntWalk/IntWalk_IWalking.cdl | Diff File | ||
mod - src/IntWalk/IntWalk_IWalking_1.gxx | Diff File | ||
mod - src/IntWalk/IntWalk_IWalking_2.gxx | Diff File | ||
mod - src/IntWalk/IntWalk_IWalking_5.gxx | Diff File | ||
mod - src/IntWalk/IntWalk_IWalking_6.gxx | Diff File | ||
mod - src/IntWalk/IntWalk_PWalking.cdl | Diff File | ||
mod - src/IntWalk/IntWalk_PWalking_1.gxx | Diff File | ||
mod - src/IntWalk/IntWalk_PWalking_2.gxx | Diff File | ||
mod - src/IntWalk/IntWalk_PWalking_3.gxx | Diff File | ||
mod - src/IntWalk/IntWalk_PWalking_4.gxx | Diff File | ||
mod - tests/bugs/end | Diff File | ||
mod - tests/bugs/modalg_1/buc60533 | Diff File | ||
add - tests/bugs/modalg_5/bug24140 | Diff File | ||
master 59fcbcae 2013-10-03 10:36:41
Committer: bugmaster Details Diff |
0024068: Wrong result done by projection algorithm Corrected number of nodes needed to create tree in case of BSplineSurface on current master. Test case for issue CR24068 |
Affected Issues 0024068 |
|
mod - src/Extrema/Extrema_GenExtPS.cxx | Diff File | ||
add - tests/bugs/moddata_3/bug24068 | Diff File |