Changesets: occt
master 83a86948 2014-10-17 12:38:33 Details Diff |
Eliminating of warning | ||
mod - src/STEPCAFControl/STEPCAFControl_Reader.cxx | Diff File | ||
master 0644bfa4 2014-10-17 08:50:49
Committer: bugmaster Details Diff |
Fix compilation without TBB (VC9) | ||
mod - src/BOPAlgo/BOPAlgo_Builder_3.cxx | Diff File | ||
master aefdc31b 2014-10-16 12:45:55
Committer: abv Details Diff |
0025266: Debug statements in the source are getting flushed on to the console Suppress remaining couts in packages explicitly mentioned in the original bug description Correction of test cases for issue CR25266 |
||
mod - src/AIS/AIS_InteractiveContext.cxx | Diff File | ||
mod - src/AIS/AIS_InteractiveContext_1.cxx | Diff File | ||
mod - src/Blend/Blend_CSWalking_3.gxx | Diff File | ||
mod - src/Blend/Blend_Walking_3.gxx | Diff File | ||
mod - src/BRepBlend/BRepBlend_RstRstLineBuilder.cxx | Diff File | ||
mod - src/Geom2dHatch/Geom2dHatch_Elements.cxx | Diff File | ||
mod - src/HLRAlgo/HLRAlgo_PolyData.cxx | Diff File | ||
mod - src/HLRAlgo/HLRAlgo_PolyInternalData.cxx | Diff File | ||
mod - src/HLRBRep/HLRBRep_CurveTool.lxx | Diff File | ||
mod - src/HLRBRep/HLRBRep_Data.cxx | Diff File | ||
mod - src/HLRBRep/HLRBRep_Hider.cxx | Diff File | ||
mod - src/HLRBRep/HLRBRep_InternalAlgo.cxx | Diff File | ||
mod - src/HLRBRep/HLRBRep_PolyAlgo.cxx | Diff File | ||
mod - src/HLRTopoBRep/HLRTopoBRep_FaceIsoLiner.cxx | Diff File | ||
mod - src/ShapeAnalysis/ShapeAnalysis_CheckSmallFace.cxx | Diff File | ||
mod - src/ShapeAnalysis/ShapeAnalysis_WireOrder.cxx | Diff File | ||
mod - src/ShapeFix/ShapeFix_Face.cxx | Diff File | ||
mod - src/STEPCAFControl/STEPCAFControl_Reader.cxx | Diff File | ||
mod - tests/bugs/modalg_5/bug24074 | Diff File | ||
mod - tests/chamfer/data/complex/B9 | Diff File | ||
mod - tests/offset/wire_closed_inside_0_005/B4 | Diff File | ||
mod - tests/offset/wire_unclosed_outside_0_005/C3 | Diff File | ||
mod - tests/offset/wire_unclosed_outside_0_025/C3 | Diff File | ||
mod - tests/offset/wire_unclosed_outside_0_075/C3 | Diff File | ||
master 7aa1b65c 2014-10-16 12:13:20 Committer: bugmaster Details Diff |
0025369: Visualization, Image_AlienPixMap - handle UTF-8 names in image read/save operations on Windows Test-case for issue 0025369 |
Affected Issues 0025369 |
|
mod - src/Image/Image_AlienPixMap.cxx | Diff File | ||
add - tests/bugs/vis/bug25369 | Diff File | ||
master 54a16ee4 2014-10-16 12:07:36 Committer: bugmaster Details Diff |
0025340: Visualization, AIS_InteractiveContext - properly apply selection filters at Neutral point Do not use myMainSel->OnePicked() in AIS_InteractiveContext::MoveTo(). Test-case for issue #25340 |
||
mod - src/AIS/AIS_InteractiveContext_1.cxx | Diff File | ||
mod - src/QABugs/QABugs_19.cxx | Diff File | ||
add - tests/bugs/vis/bug25340 | Diff File | ||
master 5203f741 2014-10-16 11:35:22
Committer: bugmaster Details Diff |
0021802: Not all names are transferred from STEP to IGES via XDE Method IGESCAFControl_Writer::WriteNames now iterates over all nested assemblies and collects names for shapes. Regression fix Test-case for issue 0021802 |
Affected Issues 0021802 |
|
mod - src/IGESCAFControl/IGESCAFControl_Writer.cxx | Diff File | ||
add - tests/bugs/xde/bug21802 | Diff File | ||
master 4691b61a 2014-10-16 11:30:12
Committer: bugmaster Details Diff |
0025319: Bop Common produces strange results with same shapes. class BOPAlgo_Builder method void BOPAlgo_Builder::FillIn3DParts (BOPCol_DataMapOfShapeListOfShape& theInParts, BOPCol_DataMapOfShapeShape& theDraftSolids, const BOPCol_BaseAllocator&) Sort faces before its classification relatively to the solid. Test cases for issue CR25319 Correction of test cases for issue CR25319 |
||
mod - src/BOPAlgo/BOPAlgo_Builder_3.cxx | Diff File | ||
mod - tests/boolean/bcut_complex/O8 | Diff File | ||
add - tests/bugs/modalg_5/bug25319_1 | Diff File | ||
add - tests/bugs/modalg_5/bug25319_2 | Diff File | ||
master 2a2e3ecd 2014-10-16 11:26:20
Committer: bugmaster Details Diff |
0025245: General Fuse operation regression class BOPDS_DS method: void BOPDS_DS::InitPaveBlocks(const Standard_Integer theI) Correct treatment of internal edges. Test cases for the issue. Correction of test cases for issue CR25245 |
||
mod - src/BOPDS/BOPDS_DS.cxx | Diff File | ||
add - tests/bugs/modalg_5/bug25245_1 | Diff File | ||
add - tests/bugs/modalg_5/bug25245_2 | Diff File | ||
master d46546cd 2014-10-16 11:14:05
Committer: bugmaster Details Diff |
0023753: Test case bugs modalg_2 bug19793_2 works too long on Linux platform class IntTools_ShrunkRange method void IntTools_ShrunkRange::Perform() Fix to avoid creation of small section edges. Correction of test case for issue CR23753 |
Affected Issues 0023753 |
|
mod - src/IntTools/IntTools_ShrunkRange.cxx | Diff File | ||
mod - tests/bugs/modalg_1/buc60462_2 | Diff File | ||
mod - tests/bugs/modalg_1/bug19793_2 | Diff File | ||
master 8e1e79f0 2014-10-16 11:01:33 Committer: bugmaster Details Diff |
0025317: Failure on attempt to save an Ocaf document with a long double array attribute in a Xml file A draw-command SetRealArrayValue. It is necessary to reproduce the crash. A fix + some additional draw-commands Test cases for issue CR25317 |
||
mod - src/DDataStd/DDataStd_BasicCommands.cxx | Diff File | ||
mod - src/XmlLDrivers/XmlLDrivers_DocumentStorageDriver.cxx | Diff File | ||
mod - src/XmlMDataStd/XmlMDataStd_RealArrayDriver.cxx | Diff File | ||
add - tests/bugs/caf/bug25317 | Diff File | ||
master c6037065 2014-10-16 10:24:19
Committer: bugmaster Details Diff |
0007570: Exception in ShapeFix_Wireframe::FixSmallEdges Exception fixed by checking if subshape removed completely. Test-case for issue 0007570 |
Affected Issues 0007570 |
|
mod - src/QABugs/QABugs_19.cxx | Diff File | ||
mod - src/ShapeFix/ShapeFix_Wireframe.cxx | Diff File | ||
add - tests/bugs/heal/bug7570 | Diff File | ||
master 2c2cebb3 2014-10-16 09:26:16 Details Diff |
Adding dependencies from tbb | ||
mod - src/TKBO/EXTERNLIB | Diff File | ||
mod - src/TKMath/EXTERNLIB | Diff File | ||
master 6d17debb 2014-10-15 14:06:52
Committer: bugmaster Details Diff |
0025383: Broken vrecord command Pass HWND of the current 3D view to OpenGl_AVIWriter::StartRecording() in order to make it work. |
Affected Issues 0025383 |
|
mod - src/ViewerTest/ViewerTest_AviCommands.cxx | Diff File | ||
master ba9e14df 2014-10-15 11:20:26 Committer: bugmaster Details Diff |
0025373: Visualization, AIS_MultipleConnectedInteractive - transformation persistence flags are ignored for connected objects Provide method AIS_MultipleConnectedInteractive::Connect() taking transformation persistence flags. Copy transformation persistence flags from original objects when called Connect() without extra arguments. |
Affected Issues 0025373 |
|
mod - src/AIS/AIS_MultipleConnectedInteractive.cdl | Diff File | ||
mod - src/AIS/AIS_MultipleConnectedInteractive.cxx | Diff File | ||
master 6262a303 2014-10-15 08:01:16
Committer: bugmaster Details Diff |
0025363: Visualization - add test command for V3d_View::FitAll by view area | ||
mod - src/ViewerTest/ViewerTest_ViewerCommands.cxx | Diff File | ||
add - tests/bugs/vis/bug25363 | Diff File | ||
master f82a9555 2014-10-15 07:44:53
Committer: bugmaster Details Diff |
0025376: Inconsistence between function and derivatives evaluation in Extrema_GlobOptFuncCS. Changed "value" function behavior in Extrema/Extrema_GlobOptFuncCS.cxx. Now it compute square distance between point on curve and point on surface. Fixed description in Extrema_GlobOptFuncCC. |
Affected Issues 0025376 |
|
mod - src/Extrema/Extrema_GlobOptFuncCC.hxx | Diff File | ||
mod - src/Extrema/Extrema_GlobOptFuncCS.cxx | Diff File | ||
mod - src/Extrema/Extrema_GlobOptFuncCS.hxx | Diff File | ||
mod - src/math/math_PSO.cxx | Diff File | ||
master 058f130e 2014-10-15 06:41:17
Committer: bugmaster Details Diff |
0025100: Self-intersection of surfaces with using GeomAPI_IntSS rises run-time check failure 1. Bug command added. 2. Dynamic array is used in place of static. |
||
mod - src/IntPatch/IntPatch_InterferencePolyhedron.cxx | Diff File | ||
mod - src/QABugs/QABugs_19.cxx | Diff File | ||
master 40f70ac9 2014-10-14 15:17:11 Committer: bugmaster Details Diff |
0025371: Visualization - raise exception in AIS_ConnectedInteractive::Connect() on invalid argument Indicate API misuse by program exception. |
||
mod - src/AIS/AIS_ConnectedInteractive.cxx | Diff File | ||
master 01d5be80 2014-10-14 15:07:00 Committer: bugmaster Details Diff |
0025370: Visualization - misprint in PrsMgr_PresentationManager::Connect() fix theMode -> theOtherMode |
Affected Issues 0025370 |
|
mod - src/PrsMgr/PrsMgr_PresentationManager.cxx | Diff File | ||
master ed063270 2014-10-14 14:27:57
Committer: bugmaster Details Diff |
0025332: Visualization - rewrite MinMaxValues methods to using of Bnd_Box | ||
mod - src/Bnd/Bnd_Box.cdl | Diff File | ||
mod - src/Bnd/Bnd_Box.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d.cdl | Diff File | ||
mod - src/Graphic3d/Graphic3d_Camera.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_Structure.cdl | Diff File | ||
mod - src/Graphic3d/Graphic3d_Structure.cxx | Diff File | ||
mod - src/NIS/NIS_View.cxx | Diff File | ||
mod - src/V3d/V3d.cdl | Diff File | ||
mod - src/V3d/V3d_View.cdl | Diff File | ||
mod - src/V3d/V3d_View.cxx | Diff File | ||
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
mod - src/Visual3d/Visual3d.cdl | Diff File | ||
mod - src/Visual3d/Visual3d_View.cdl | Diff File | ||
mod - src/Visual3d/Visual3d_View.cxx | Diff File | ||
master ba4feb76 2014-10-14 11:47:34
Committer: bugmaster Details Diff |
0025265: Perspective projection - selecting front point of two |
Affected Issues 0025265 |
|
mod - src/Select3D/Select3D_Projector.cxx | Diff File | ||
add - tests/bugs/vis/bug25265 | Diff File | ||
master 7a13ab2d 2014-10-14 04:28:47 Committer: bugmaster Details Diff |
0025361: Sample "Voxel" crashes during "Demo - Collisions" demonstration Deletion of an array was incorrect. |
Affected Issues 0025361 |
|
mod - src/Voxel/Voxel_CollisionDetection.cxx | Diff File | ||
master 94dea18e 2014-10-13 16:44:33
Committer: bugmaster Details Diff |
0025365: Regressions after changes in IsClosed flag Restore previous behavior of BRep_Tool::IsClosed() for shells: empty shells and shells containing only INTERNAL or EXTERNAL sub-shapes are considered non-closed. |
Affected Issues 0025365 |
|
mod - src/BRep/BRep_Tool.cxx | Diff File | ||
master 5b37e9d1 2014-10-13 14:33:41 Committer: bugmaster Details Diff |
0025366: Method AIS_MultipleConnectedInteractive::AcceptShapeDecomposition() should be exported | ||
mod - src/AIS/AIS_MultipleConnectedInteractive.cdl | Diff File | ||
master f0ecc0cc 2014-10-13 12:53:19
Committer: bugmaster Details Diff |
0025358: Visualization - method V3d_View::Reset has incorrect condition for update | ||
mod - src/V3d/V3d_View.cxx | Diff File |