Changesets: occt
master a07a0416 2015-07-21 08:19:14
Committer: bugmaster Details Diff |
0026418: Unjustified limitation on tolerance of a input shape in BRepOffset_MakeOffset Performance improvements and regression elimination. Handling of degenerated case added. Update of test-case offset faces_type_a A2 according to the new behavior Test-case for issue #26418 |
||
mod - src/BRepOffset/BRepOffset_MakeOffset.cxx | Diff File | ||
mod - src/BRepOffset/BRepOffset_Tool.cxx | Diff File | ||
mod - src/Geom/Geom_OffsetSurface.cxx | Diff File | ||
add - tests/bugs/modalg_6/bug26418_1 | Diff File | ||
add - tests/bugs/modalg_6/bug26418_2 | Diff File | ||
add - tests/bugs/modalg_6/bug26418_3 | Diff File | ||
add - tests/bugs/modalg_6/bug26418_4 | Diff File | ||
mod - tests/offset/faces_type_a/A2 | Diff File | ||
master cf8096ec 2015-07-21 07:35:52
Committer: bugmaster Details Diff |
0026408: Exception during fixshape procedure. Attached invalid shape is represented by solid containing one face twice. Protection from such case was added in ShapeFix_Shell class. Creation of COMPSOLID was modified for case when shells composing COMPSOLID have the same shared faces in order to prevent hanging. Small modification.Protection to avoid exception Test-case for issue #26408 |
||
mod - src/ShapeFix/ShapeFix_Shell.cxx | Diff File | ||
mod - src/ShapeFix/ShapeFix_Solid.cxx | Diff File | ||
add - tests/bugs/heal/bug26408 | Diff File | ||
master c6ad5e5f 2015-07-20 17:58:55 Committer: bugmaster Details Diff |
0026424: Visualization, TKOpenGl - fix text rendering in core profile OpenGl_Context::init() - fix condition on initializing alien OpenGL context within core profile. OpenGl_Font::renderGlyph() - use GL_RED data format in core profile. OpenGl_Text::render() - do not use GL_ALPHA_TEST in core profile. Test-case for issue 0026424 |
Affected Issues 0026424 |
|
mod - src/OpenGl/OpenGl_Context.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Font.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Text.cxx | Diff File | ||
add - tests/bugs/vis/bug26424 | Diff File | ||
master 5a19c303 2015-07-20 17:26:05
Committer: bugmaster Details Diff |
0026401: Visualization - small boxes in front of big one disappear in perspective view |
Affected Issues 0026401 |
|
mod - src/Graphic3d/Graphic3d_Camera.cxx | Diff File | ||
add - tests/bugs/vis/bug26401 | Diff File | ||
master e03bdee2 2015-07-20 15:21:58 Committer: bugmaster Details Diff |
0026423: Complete documentation of CPnts_AbscissaPoint Adv/Perform methods |
Affected Issues 0026423 |
|
mod - src/CPnts/CPnts_AbscissaPoint.hxx | Diff File | ||
master 71316196 2015-07-20 13:25:14 Committer: bugmaster Details Diff |
0026407: BRepMesh_Delaun should not take into account frontier edges on first pass of algorithm Correction of new vertices insertion: remove all triangles shot by point even if they contain frontier edges in order to prevent cases of free edge glued with frontier; findNextPolygonLink: choose link with opposite direction to previous one as the last resort in case if the is no another option; Enlarge bounding boxes by Precision::PConfusion() in order to not to miss possible intersections; Test-case for issue #26407 Return NoIntersection in case of end point touch and isConsiderEndPointTouch flag is not set Update of test-cases according to the new behavior |
||
mod - src/BRepMesh/BRepMesh_Delaun.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_Delaun.hxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_FastDiscret.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_GeomTool.cxx | Diff File | ||
mod - src/BRepMesh/BRepMesh_VertexTool.hxx | Diff File | ||
mod - src/QABugs/QABugs_19.cxx | Diff File | ||
add - tests/bugs/mesh/bug26407 | Diff File | ||
mod - tests/mesh/data/standard/U7 | Diff File | ||
mod - tests/mesh/data/standard/V4 | Diff File | ||
master fd03c080 2015-07-20 12:23:00
Committer: bugmaster Details Diff |
0026308: Segmentation fault in BSplCLib::LocateParameter Detection of "jumping" knot value has been improved. Test-case for issue 0026308 Comment has been added in test case bugs/modalg_6/bug26308. |
Affected Issues 0026308 |
|
mod - src/BSplCLib/BSplCLib.cxx | Diff File | ||
add - tests/bugs/modalg_6/bug26308 | Diff File | ||
master 4f0fb8b3 2015-07-20 11:59:07
Committer: bugmaster Details Diff |
0026406: BRepPrimAPI_MakeRevol crash when rotating Paraboloid face. Test-case for issue 0026406 |
Affected Issues 0026406 |
|
mod - src/BRepSweep/BRepSweep_NumLinearRegularSweep.cxx | Diff File | ||
mod - src/BRepSweep/BRepSweep_Rotation.cxx | Diff File | ||
add - tests/bugs/modalg_6/bug26406 | Diff File | ||
master 55e738d2 2015-07-20 11:23:56
Committer: bugmaster Details Diff |
0026458: BRepBuilderAPI_Copy does not copy mesh structure * The possibility to copy mesh is implemented. It may be enabled by copyMesh flag, by default it is disabled. * Poly_Triangulation::Copy() method is added. * The mesh is copied if and only if copyMesh flag is true. |
||
mod - src/BRepBuilderAPI/BRepBuilderAPI_Copy.cxx | Diff File | ||
mod - src/BRepBuilderAPI/BRepBuilderAPI_Copy.hxx | Diff File | ||
mod - src/BRepTest/BRepTest_BasicCommands.cxx | Diff File | ||
mod - src/BRepTools/BRepTools_Modification.cxx | Diff File | ||
mod - src/BRepTools/BRepTools_Modification.hxx | Diff File | ||
mod - src/BRepTools/BRepTools_Modifier.cxx | Diff File | ||
mod - src/Poly/Poly_Triangulation.cxx | Diff File | ||
mod - src/Poly/Poly_Triangulation.hxx | Diff File | ||
master 679d4fa8 2015-07-20 11:07:11
Committer: bugmaster Details Diff |
0026387: BRepPrimAPI_MakePrism crash when extruding Paraboloid face. Test-cases for issue 0026387 |
Affected Issues 0026387 |
|
mod - src/BRepSweep/BRepSweep_Translation.cxx | Diff File | ||
add - tests/bugs/modalg_6/bug26387 | Diff File | ||
master dc66be92 2015-07-20 10:06:21 Committer: bugmaster Details Diff |
0026398: Tricheck command should be extended to show free nodes and links breaking mesh consistency Remark from MSV |
Affected Issues 0026398 |
|
mod - src/MeshTest/MeshTest_PluginCommands.cxx | Diff File | ||
master 29a4908e 2015-07-20 08:46:12
Committer: bugmaster Details Diff |
0026413: Visualization, SelectMgr_ViewerSelector - Pixel tolerance is overridden by selection sensitivity - now custom pixel tolerance from vselprecision is added to default sensitivity of the primitive; - unnecessary field mytolerance was removed from SelectMgr_ViewerSelector; - test case for issue 0026413. |
Affected Issues 0026413 |
|
mod - src/IVtkOCC/IVtkOCC_ViewerSelector.cxx | Diff File | ||
mod - src/SelectBasics/SelectBasics_SensitiveEntity.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_ViewerSelector.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_ViewerSelector.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_ViewerSelector.lxx | Diff File | ||
mod - src/StdSelect/StdSelect_ViewerSelector3d.cxx | Diff File | ||
mod - src/StdSelect/StdSelect_ViewerSelector3d.hxx | Diff File | ||
mod - src/StdSelect/StdSelect_ViewerSelector3d.lxx | Diff File | ||
add - tests/bugs/vis/bug26413 | Diff File | ||
master 825aa485 2015-07-20 08:41:38
Committer: bugmaster Details Diff |
0026344: Visualization - provide a support of zoom persistent selection 1) New Graphic3d_TransformPers structure for defining parameters and algorithm methods, featuring: a) application of transformation to projection and world view matrices; b) computation of model-world transformation of persistent object; c) computation of transformed bounding box of persistent object. 2) Transform persistence algorithm does not make any changes to model-world transformation of object (deals with projection and world view matrices only), thus making possible to employ local transformation in a usual way. 3) Support of BVH selection for transform persistent objects (pan, rotate, zoom, trihedron persistence only). 4) Support efficient frustum culling for transform persistent objects (pan, rotate, zoom, trihedron persistence only). 5) Support of z-fitting algorithm for world-view space transform persistent objects (rotate, zoom persistence only). 6) Rewrite usage of transform persistence structures and utilities classes: a) Replaced Graphic3d_CTransPers, TEL_TRANSFORM_PERSISTENCE by Graphic3d_TransformPers; b) Move functions from OpenGl_Utils.hxx to Graphic3d_TransformUtils.hxx; c) Extract matrix stack class from OpenGl_Utils.hxx to OpenGl_MatrixStack.hxx; 7) New class Graphic3d_WorldViewProjState to keep track of projection, world view matrices changes for a camera. 8) New test case bugs/vis/bug26344. 9) Renamed method Graphic3d_Camera::ModelViewState of to ::WorldViewState for consistency. |
||
mod - src/Graphic3d/FILES | Diff File | ||
mod - src/Graphic3d/Graphic3d_Camera.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_Camera.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_CStructure.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_CStructure.hxx | Diff File | ||
rm - src/Graphic3d/Graphic3d_CTransPersStruct.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_Structure.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_Structure.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_Structure.lxx | Diff File | ||
add - src/Graphic3d/Graphic3d_TransformPers.hxx | Diff File | ||
add - src/Graphic3d/Graphic3d_WorldViewProjState.hxx | Diff File | ||
mod - src/InterfaceGraphic/InterfaceGraphic_telem.hxx | Diff File | ||
mod - src/OpenGl/FILES | Diff File | ||
mod - src/OpenGl/OpenGl_BVHClipPrimitiveSet.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_BVHClipPrimitiveSet.hxx | Diff File | ||
add - src/OpenGl/OpenGl_BVHClipPrimitiveTrsfPersSet.cxx | Diff File | ||
add - src/OpenGl/OpenGl_BVHClipPrimitiveTrsfPersSet.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_BVHTreeSelector.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_BVHTreeSelector.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraduatedTrihedron.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Layer.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Layer.hxx | Diff File | ||
add - src/OpenGl/OpenGl_MatrixState.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Structure.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Structure.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_StructureShadow.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Text.cxx | Diff File | ||
rm - src/OpenGl/OpenGl_transform_persistence.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Trihedron.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Vec.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_View.cxx | 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_Workspace.cxx | Diff File | ||
mod - src/PrsMgr/PrsMgr_PresentableObject.cxx | Diff File | ||
mod - src/PrsMgr/PrsMgr_PresentableObject.hxx | Diff File | ||
mod - src/PrsMgr/PrsMgr_PresentableObject.lxx | Diff File | ||
mod - src/SelectMgr/FILES | Diff File | ||
mod - src/SelectMgr/SelectMgr_BaseFrustum.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_BaseFrustum.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_FrustumBuilder.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_FrustumBuilder.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectableObject.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectableObjectSet.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectableObjectSet.hxx | Diff File | ||
add - src/SelectMgr/SelectMgr_SelectableObjectTrsfPersSet.cxx | Diff File | ||
add - src/SelectMgr/SelectMgr_SelectableObjectTrsfPersSet.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectingVolumeManager.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_SelectingVolumeManager.hxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_ViewerSelector.cxx | Diff File | ||
mod - src/SelectMgr/SelectMgr_ViewerSelector.hxx | Diff File | ||
mod - src/StdSelect/StdSelect_ViewerSelector3d.cxx | Diff File | ||
mod - src/StdSelect/StdSelect_ViewerSelector3d.hxx | Diff File | ||
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
mod - src/Visual3d/Visual3d_View.cxx | Diff File | ||
add - tests/bugs/vis/bug26344 | Diff File | ||
master 62e1beed 2015-07-20 08:08:12 Committer: bugmaster Details Diff |
0026392: Visualization, TKD3DHost - provide straight-forward base for integration of TKOpenGl viewer into D3D-based application D3DHost_GraphicDriver - new graphic driver providing D3D host for OpenGL workspace. WNT_Window - handle virtual dimensions within virtual window. OpenGl_FrameBuffer::Init() - add protection against 0 dimensions. V3d_View::IsInvalidated() - add method to check view cache validation state. ViewerTest::ViewerInit() - create virtual window without decorations on Windows. |
||
mod - adm/UDLIST | Diff File | ||
mod - samples/CSharp/msvc_D3D.bat | Diff File | ||
rm - samples/CSharp/OCCTProxy_D3D/BridgeFBO.cxx | Diff File | ||
rm - samples/CSharp/OCCTProxy_D3D/BridgeFBO.hxx | Diff File | ||
rm - samples/CSharp/OCCTProxy_D3D/Direct3DProxy.cpp | Diff File | ||
mod - samples/CSharp/OCCTProxy_D3D/OCCTProxyD3D.cpp | Diff File | ||
mod - samples/CSharp/OCCTProxy_D3D/OCCTProxy_D3D.vcproj | Diff File | ||
mod - samples/CSharp/OCCTProxy_D3D/OCCTProxy_D3D.vcxproj | Diff File | ||
mod - samples/CSharp/WPF_D3D/D3DViewer.cs | Diff File | ||
mod - samples/CSharp/WPF_D3D/MainWindow.xaml.cs | Diff File | ||
mod - samples/CSharp/WPF_D3D/OCCViewer.cs | Diff File | ||
add - src/D3DHost/D3DHost_FrameBuffer.cxx | Diff File | ||
add - src/D3DHost/D3DHost_FrameBuffer.hxx | Diff File | ||
add - src/D3DHost/D3DHost_GraphicDriver.cxx | Diff File | ||
add - src/D3DHost/D3DHost_GraphicDriver.hxx | Diff File | ||
add - src/D3DHost/D3DHost_Workspace.cxx | Diff File | ||
add - src/D3DHost/D3DHost_Workspace.hxx | Diff File | ||
add - src/D3DHost/FILES | Diff File | ||
mod - src/Graphic3d/Graphic3d_GraphicDriver.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_FrameBuffer.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_View.hxx | 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/OS/Visualization.tcl | Diff File | ||
add - src/TKD3DHost/EXTERNLIB | Diff File | ||
add - src/TKD3DHost/FILES | Diff File | ||
add - src/TKD3DHost/PACKAGES | Diff File | ||
mod - src/V3d/V3d_View.cxx | Diff File | ||
mod - src/V3d/V3d_View.hxx | Diff File | ||
mod - src/ViewerTest/ViewerTest_ViewerCommands.cxx | Diff File | ||
mod - src/Visual3d/Visual3d_View.cxx | Diff File | ||
mod - src/Visual3d/Visual3d_View.hxx | Diff File | ||
mod - src/WNT/WNT_Window.cxx | Diff File | ||
master 1c29294e 2015-07-17 16:20:06
Committer: abv Details Diff |
0026457: Failed build with OCCT_DEBUG enabled Debug code enabled with OCCT_DEBUG macro corrected for compiling with new handles. QANCollection_Handle.cxx simplified so as to avoid need of using /bigobj option when building by Visual Studio; templates of project files, CMake projects, and test perf fclasses handle corrected accordingly. Script genproj corrected to recognize VTK and to build DRAWEXE as executable (rather than DLL). |
Affected Issues 0026457 |
|
mod - adm/genproj.tcl | Diff File | ||
mod - adm/templates/template.vc10 | Diff File | ||
mod - adm/templates/template.vc11 | Diff File | ||
mod - adm/templates/template.vc12 | Diff File | ||
mod - adm/templates/template.vc9 | Diff File | ||
mod - src/DNaming/DNaming_RevolutionDriver.cxx | Diff File | ||
mod - src/DNaming/DNaming_SelectionDriver.cxx | Diff File | ||
mod - src/QANCollection/QANCollection_Handle.cxx | Diff File | ||
mod - src/STEPCAFControl/STEPCAFControl_Reader.cxx | Diff File | ||
mod - src/STEPConstruct/STEPConstruct_ValidationProps.cxx | Diff File | ||
mod - src/TKQADraw/CMakeLists.txt | Diff File | ||
mod - src/TNaming/TNaming.cxx | Diff File | ||
mod - src/TopoDSToStep/TopoDSToStep_MakeStepFace.cxx | Diff File | ||
mod - src/UnitsAPI/UnitsAPI.cxx | Diff File | ||
mod - tests/perf/fclasses/handle | Diff File | ||
master 65578e1c 2015-07-17 11:29:50
Committer: bugmaster Details Diff |
0026292: Visualization - Parallelize queue-based BVH builders (subclasses of BVH_QueueBuilder) |
Affected Issues 0026292 |
|
mod - src/BVH/BVH_BinnedBuilder.hxx | Diff File | ||
mod - src/BVH/BVH_BinnedBuilder.lxx | Diff File | ||
add - src/BVH/BVH_BuildQueue.cxx | Diff File | ||
add - src/BVH/BVH_BuildQueue.hxx | Diff File | ||
add - src/BVH/BVH_BuildThread.cxx | Diff File | ||
add - src/BVH/BVH_BuildThread.hxx | Diff File | ||
mod - src/BVH/BVH_DistanceField.lxx | Diff File | ||
mod - src/BVH/BVH_QueueBuilder.hxx | Diff File | ||
mod - src/BVH/BVH_QueueBuilder.lxx | Diff File | ||
mod - src/BVH/BVH_SweepPlaneBuilder.hxx | Diff File | ||
mod - src/BVH/BVH_SweepPlaneBuilder.lxx | Diff File | ||
mod - src/BVH/BVH_Tree.hxx | Diff File | ||
mod - src/BVH/BVH_Tree.lxx | Diff File | ||
mod - src/BVH/BVH_Types.hxx | Diff File | ||
mod - src/BVH/FILES | Diff File | ||
mod - src/OpenGl/OpenGl_SceneGeometry.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_SceneGeometry.hxx | Diff File | ||
master 52f7e0d0 2015-07-17 08:43:33
Committer: abv Details Diff |
0024002: Overall code and build procedure refactoring -- Mac OSX Draw_Window_1.mm, Cocoa_Window.mm - fix compilation issues on OS X CMake env.build.sh - fix libraries path MSVC project templates - /bigobj flag added for all configurations (x64, x86, release and debug) Standard_Type.hxx - enforce initialization of all type descriptors at library load |
Affected Issues 0024002 |
|
mod - adm/templates/env.build.sh.in | Diff File | ||
mod - adm/templates/template.vc10 | Diff File | ||
mod - adm/templates/template.vc11 | Diff File | ||
mod - adm/templates/template.vc12 | Diff File | ||
mod - adm/templates/template.vc9 | Diff File | ||
mod - src/Cocoa/Cocoa_Window.mm | Diff File | ||
mod - src/Draw/Draw_Window_1.mm | Diff File | ||
mod - src/Standard/Standard_Type.hxx | Diff File | ||
master 0e628baf 2015-07-17 08:17:45 Committer: bugmaster Details Diff |
0026454: Visualization, TKOpenGl - do not require deprecated function of GL_ARB_vertex_type_2_10_10_10_rev in core profile |
Affected Issues 0026454 |
|
mod - src/OpenGl/OpenGl_Context.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_GlCore33.hxx | Diff File | ||
master e506f142 2015-07-17 06:44:38 Details Diff |
0026453: NCollection_StlIterator - declare reference getters as const |
Affected Issues 0026453 |
|
mod - src/NCollection/NCollection_StlIterator.hxx | Diff File | ||
master 345d3056 2015-07-17 06:43:21
Committer: bugmaster Details Diff |
0026426: Draft angle algorithm modifies input argument + the result of the operation have very large tolerance values Test-case for issue 0026426 |
Affected Issues 0026426 |
|
mod - src/BRepOffsetAPI/BRepOffsetAPI_DraftAngle.cxx | Diff File | ||
mod - src/BRepOffsetAPI/BRepOffsetAPI_DraftAngle.hxx | Diff File | ||
mod - src/Draft/Draft_Modification.cxx | Diff File | ||
mod - src/Draft/Draft_Modification_1.cxx | Diff File | ||
add - tests/bugs/modalg_6/bug26426 | Diff File | ||
mod - tests/draft/angle/G2 | Diff File | ||
mod - tests/draft/angle/K5 | Diff File | ||
mod - tests/draft/angle/K7 | Diff File | ||
mod - tests/draft/angle/M2 | Diff File | ||
mod - tests/draft/angle/M4 | Diff File | ||
master 3ceb4c3c 2015-07-16 09:10:38
Committer: bugmaster Details Diff |
0026446: GeomConvert::ConcatC1 produces not expected curve Concatenation fixed. |
||
mod - src/GeomConvert/GeomConvert.cxx | Diff File | ||
mod - src/QABugs/QABugs_19.cxx | Diff File | ||
master fac9298e 2015-07-15 21:34:02
Committer: abv Details Diff |
0026448: Method Prepend() of sequence breaks it if argument is empty sequence Check for empty input sequence added in methods Append() and Prepend() of TCollection and NCollection sequences. Test bugs fclasses bug26448 added |
Affected Issues 0026448 |
|
mod - src/NCollection/NCollection_BaseSequence.cxx | Diff File | ||
mod - src/QABugs/QABugs_19.cxx | Diff File | ||
mod - src/TCollection/TCollection_BaseSequence.cxx | Diff File | ||
add - tests/bugs/fclasses/bug26448 | Diff File | ||
master 319da2e4 2015-07-15 10:09:36
Committer: bugmaster Details Diff |
0026019: Unstable behavior of test cases with operation mkvolume The maps have been replaced with indexed maps to provide stability of the algorithms based on the General Fuse algorithm. |
||
mod - src/BOPAlgo/BOPAlgo_ArgumentAnalyzer.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_BOP.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_BuilderArea.hxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_BuilderFace.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_BuilderSolid.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_Builder_1.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_Builder_2.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_Builder_3.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_1.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_3.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_7.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_8.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_WireSplitter.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_WireSplitter_1.cxx | Diff File | ||
add - src/BOPCol/BOPCol_IndexedDataMapOfShapeShape.hxx | Diff File | ||
add - src/BOPCol/BOPCol_IndexedMapOfOrientedShape.hxx | Diff File | ||
mod - src/BOPCol/FILES | Diff File | ||
mod - src/BOPDS/BOPDS_DS.cxx | Diff File | ||
mod - src/BOPDS/BOPDS_IteratorSI.cxx | Diff File | ||
master aacbabe1 2015-07-14 17:21:24
Committer: bugmaster Details Diff |
0026435: Visualization - V3d_View::ConvertToGrid returns wrong coordinates for non-orthogonal projection |
Affected Issues 0026435 |
|
mod - src/V3d/V3d_View_4.cxx | Diff File | ||
add - tests/bugs/vis/bug26435 | Diff File | ||
master d2dfbc4d 2015-07-14 14:42:27
Committer: bugmaster Details Diff |
0026433: AIS_Dimension may attempt to modify the state of default Drawer shading aspect - Added checks to allow modification of only own aspects in AIS_Dimension::DrawText() |
Affected Issues 0026433 |
|
mod - src/AIS/AIS_Dimension.cxx | Diff File |