Changesets: occt
master 30bf45dc 2013-10-22 04:49:01
Committer: abv Details Diff |
0024276: Memory leak due to a static variable Cleaning of selected entities to avoid a memory leak. |
||
mod - src/AIS/AIS_InteractiveContext.cxx | Diff File | ||
mod - src/AIS/AIS_Selection.cdl | Diff File | ||
mod - src/AIS/AIS_Selection.cxx | Diff File | ||
mod - src/Visual3d/Visual3d_ViewManager.cxx | Diff File | ||
master bf6acfe6 2013-10-21 17:28:14
Committer: abv Details Diff |
0024270: Port viewer3d mfc sample to new clipping |
Affected Issues 0024270 |
|
mod - samples/mfc/standard/04_Viewer3d/src/ModelClippingDlg.cpp | Diff File | ||
mod - samples/mfc/standard/04_Viewer3d/src/ModelClippingDlg.h | Diff File | ||
mod - samples/mfc/standard/04_Viewer3d/src/Viewer3dView.cpp | Diff File | ||
mod - samples/mfc/standard/04_Viewer3d/src/Viewer3dView.h | Diff File | ||
master 8da5fb19 2013-10-21 13:20:07 Committer: bugmaster Details Diff |
0024263: TNaming_CopyShape::CopyTool failure Problem is not reproduced on current state of master. Test case bugs/caf/bug24263 was added. |
||
add - tests/bugs/caf/bug24263 | Diff File | ||
master 2f6cb3ac 2013-10-21 08:04:56
Committer: bugmaster Details Diff |
0024274: Eliminate GCC compiler warning (wrong initialize order) Eliminated GCC compiler warning about wrong initialize order |
Affected Issues 0024274 |
|
mod - src/Adaptor3d/Adaptor3d_TopolTool.cxx | Diff File | ||
mod - src/Aspect/Aspect_ColorScale.cxx | Diff File | ||
mod - src/BOPDS/BOPDS_DS.cxx | Diff File | ||
mod - src/BOPTools/BOPTools_AlgoTools_1.cxx | Diff File | ||
mod - src/BOPTools/BOPTools_ConnexityBlock.hxx | Diff File | ||
mod - src/BRepFill/BRepFill_PipeShell.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_PrinterContext.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_View.cxx | Diff File | ||
mod - src/QANewModTopOpe/QANewModTopOpe_Limitation.cxx | Diff File | ||
mod - src/StepToGeom/StepToGeom_MakeTrimmedCurve2d.cxx | Diff File | ||
mod - src/V3d/V3d_View.cxx | Diff File | ||
mod - src/Voxel/Voxel_FastConverter.cxx | Diff File | ||
master 30f0ad28 2013-10-21 07:47:10
Committer: abv Details Diff |
0024192: Adding support for shaders to OCCT visualization toolkit |
Affected Issues 0024192 |
|
mod - src/Graphic3d/FILES | Diff File | ||
mod - src/Graphic3d/Graphic3d.cdl | Diff File | ||
mod - src/Graphic3d/Graphic3d_AspectFillArea3d.cdl | Diff File | ||
mod - src/Graphic3d/Graphic3d_AspectFillArea3d.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_AspectLine3d.cdl | Diff File | ||
mod - src/Graphic3d/Graphic3d_AspectLine3d.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_AspectMarker3d.cdl | Diff File | ||
mod - src/Graphic3d/Graphic3d_AspectMarker3d.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_AspectText3d.cdl | Diff File | ||
mod - src/Graphic3d/Graphic3d_AspectText3d.cxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_CGroup.hxx | Diff File | ||
mod - src/Graphic3d/Graphic3d_Group_8.cxx | Diff File | ||
add - src/Graphic3d/Graphic3d_ShaderObject.cxx | Diff File | ||
add - src/Graphic3d/Graphic3d_ShaderObject.hxx | Diff File | ||
add - src/Graphic3d/Graphic3d_ShaderObject_Handle.hxx | Diff File | ||
add - src/Graphic3d/Graphic3d_ShaderProgram.cxx | Diff File | ||
add - src/Graphic3d/Graphic3d_ShaderProgram.hxx | Diff File | ||
add - src/Graphic3d/Graphic3d_ShaderProgram_Handle.hxx | Diff File | ||
add - src/Graphic3d/Graphic3d_ShaderVariable.cxx | Diff File | ||
add - src/Graphic3d/Graphic3d_ShaderVariable.hxx | Diff File | ||
add - src/Graphic3d/Graphic3d_ShaderVariable.lxx | Diff File | ||
add - src/Graphic3d/Graphic3d_ShaderVariable_Handle.hxx | Diff File | ||
add - src/Graphic3d/Graphic3d_TypeOfShaderObject.hxx | Diff File | ||
mod - src/InterfaceGraphic/InterfaceGraphic_Graphic3d.hxx | Diff File | ||
mod - src/NCollection/FILES | Diff File | ||
add - src/NCollection/NCollection_Mat4.hxx | Diff File | ||
mod - src/OpenGl/FILES | Diff File | ||
add - src/OpenGl/Handle_OpenGl_ShaderManager.hxx | Diff File | ||
add - src/OpenGl/Handle_OpenGl_ShaderObject.hxx | Diff File | ||
add - src/OpenGl/Handle_OpenGl_ShaderProgram.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_AspectFace.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_AspectFace.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_AspectLine.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_AspectLine.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_AspectMarker.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_AspectMarker.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_AspectText.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_AspectText.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_GraphicDriver_Layer.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Group.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_PrimitiveArray.cxx | Diff File | ||
add - src/OpenGl/OpenGl_ShaderManager.cxx | Diff File | ||
add - src/OpenGl/OpenGl_ShaderManager.hxx | Diff File | ||
add - src/OpenGl/OpenGl_ShaderObject.cxx | Diff File | ||
add - src/OpenGl/OpenGl_ShaderObject.hxx | Diff File | ||
add - src/OpenGl/OpenGl_ShaderProgram.cxx | Diff File | ||
add - src/OpenGl/OpenGl_ShaderProgram.hxx | Diff File | ||
add - src/OpenGl/OpenGl_ShaderStates.cxx | Diff File | ||
add - src/OpenGl/OpenGl_ShaderStates.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Structure.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Structure.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Text.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_TextFormatter.cxx | 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_Workspace.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Workspace_5.cxx | Diff File | ||
add - src/Shaders/Declarations.glsl | Diff File | ||
mod - src/ViewerTest/ViewerTest.cxx | Diff File | ||
master 61043d3f 2013-10-20 05:36:51
Committer: abv Details Diff |
0024273: Eliminate compiler warnings in lex.ExprIntrp.tab.c generated by flex 2.91 Added #include of missing headers; double opening of C comment fixed; some warnings suppressed |
Affected Issues 0024273 |
|
mod - src/ExprIntrp/ExprIntrp.lex | Diff File | ||
master 426dc099 2013-10-18 09:23:25
Committer: abv Details Diff |
0024267: Exception in Visual3d_ViewManager::Redraw() when color scale is displayed Removing V3d_Viewer::Init() and the default views created internally by the viewer. |
||
mod - src/V3d/V3d_Viewer.cdl | Diff File | ||
mod - src/V3d/V3d_Viewer.cxx | Diff File | ||
mod - src/V3d/V3d_Viewer_2.cxx | Diff File | ||
master 3054a9f4 2013-10-18 07:50:48 Committer: bugmaster Details Diff |
Improvements IGES and STEP interface in DEBUG mode | ||
mod - tests/bugs/iges/bug201 | Diff File | ||
mod - tests/bugs/modalg_1/bug165_5 | Diff File | ||
mod - tests/de/iges_1/B5 | Diff File | ||
mod - tests/de/iges_1/B8 | Diff File | ||
mod - tests/de/iges_1/K3 | Diff File | ||
mod - tests/de/iges_1/L2 | Diff File | ||
mod - tests/de/iges_1/L5 | Diff File | ||
mod - tests/de/iges_2/A2 | Diff File | ||
mod - tests/de/iges_2/B8 | Diff File | ||
mod - tests/de/iges_2/D9 | Diff File | ||
mod - tests/de/iges_2/F4 | Diff File | ||
mod - tests/de/iges_2/G1 | Diff File | ||
mod - tests/de/iges_2/G2 | Diff File | ||
mod - tests/de/iges_2/H9 | Diff File | ||
mod - tests/de/step_1/D3 | Diff File | ||
mod - tests/de/step_1/D4 | Diff File | ||
mod - tests/de/step_2/A2 | Diff File | ||
mod - tests/de/step_2/B2 | Diff File | ||
mod - tests/de/step_2/M1 | Diff File | ||
mod - tests/de/step_2/M6 | Diff File | ||
mod - tests/de/step_2/S9 | Diff File | ||
mod - tests/de/step_2/W7 | Diff File | ||
mod - tests/de/step_3/B8 | Diff File | ||
mod - tests/de/step_3/C9 | Diff File | ||
mod - tests/de/step_3/E4 | Diff File | ||
mod - tests/de/step_3/F3 | Diff File | ||
mod - tests/de/step_4/A4 | Diff File | ||
mod - tests/de/step_4/B2 | Diff File | ||
mod - tests/de/step_4/H3 | Diff File | ||
mod - tests/de/step_5/A2 | Diff File | ||
master b0bd9ad0 2013-10-17 10:26:05 Committer: bugmaster Details Diff |
.gitignore - ignore generated sh/bat scripts | ||
mod - .gitignore | Diff File | ||
master 72b7576f 2013-10-17 08:47:29
Committer: bugmaster Details Diff |
0023962: Moving OCCT documentation to sources OCCT documentation (Overview and User Guides) has been converted from MS Word files to text-based MarkDown format and added to OCCT sources, in the new subfolder 'dox'. The HTML and PDF articles can be generated from the sources using Doxygen and MiKTeX. See the file OCCT_Docs_HowTo.md for details on the new documentation system. This branch includes: - new folder structure for Open CASCADE documentation - sources of almost all OCCT User Guides and Overview - tcl and bat scripts, which allow to generate HTML and PDF articles |
Affected Issues 0023962 |
|
mod - .gitattributes | Diff File | ||
mod - .gitignore | Diff File | ||
add - dox/dev_guides/building/automake.md | Diff File | ||
add - dox/dev_guides/building/cmake.md | Diff File | ||
add - dox/dev_guides/building/code_blocks.md | Diff File | ||
add - dox/dev_guides/building/msvc.md | Diff File | ||
add - dox/dev_guides/building/xcode.md | Diff File | ||
add - dox/dev_guides/cdl/cdl.md | Diff File | ||
add - dox/dev_guides/cdl/images/cdl_image001.jpg | Diff File | ||
add - dox/dev_guides/cdl/images/cdl_image002.jpg | Diff File | ||
add - dox/dev_guides/cdl/images/cdl_image003.jpg | Diff File | ||
add - dox/dev_guides/cdl/images/cdl_image004.jpg | Diff File | ||
add - dox/dev_guides/cdl/images/cdl_image005.jpg | Diff File | ||
add - dox/dev_guides/cdl/images/cdl_image006.jpg | Diff File | ||
add - dox/dev_guides/cdl/images/cdl_image007.jpg | Diff File | ||
add - dox/dev_guides/cdl/images/cdl_image008.jpg | Diff File | ||
add - dox/dev_guides/cdl/images/cdl_image009.jpg | Diff File | ||
add - dox/dev_guides/cdl/images/cdl_image010.jpg | Diff File | ||
add - dox/dev_guides/cdl/images/cdl_image011.jpg | Diff File | ||
add - dox/dev_guides/cdl/images/cdl_image012.jpg | Diff File | ||
add - dox/dev_guides/dev_guides.md | Diff File | ||
add - dox/dev_guides/documentation/documentation.md | Diff File | ||
add - dox/dev_guides/documentation/images/documentation_image001.png | Diff File | ||
add - dox/dev_guides/tests/images/tests_image001.png | Diff File | ||
add - dox/dev_guides/tests/tests.md | Diff File | ||
add - dox/dev_guides/wok/images/wok_image001.jpg | Diff File | ||
add - dox/dev_guides/wok/images/wok_image002.jpg | Diff File | ||
add - dox/dev_guides/wok/images/wok_image003.jpg | Diff File | ||
add - dox/dev_guides/wok/images/wok_image004.jpg | Diff File | ||
add - dox/dev_guides/wok/wok.md | Diff File | ||
add - dox/DoxygenLayout.xml | Diff File | ||
add - dox/FILES.txt | Diff File | ||
add - dox/occdoc.tcl | Diff File | ||
add - dox/overview/images/overview_c__ie.png | Diff File | ||
add - dox/overview/images/overview_draw.png | Diff File | ||
add - dox/overview/images/overview_installation.png | Diff File | ||
add - dox/overview/images/overview_mvc.png | Diff File | ||
add - dox/overview/images/overview_occttransparent.png | Diff File | ||
add - dox/overview/images/overview_qt.png | Diff File | ||
add - dox/Overview/LICENSE.md | Diff File | ||
add - dox/Overview/Overview.md | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image001.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image002.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image003.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image004.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image005.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image006.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image007.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image008.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image009.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image010.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image011.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image012.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image013.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image014.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image015.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image016.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image017.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image018.png | Diff File | ||
add - dox/overview/tutorial/images/tutorial_image019.png | Diff File | ||
add - dox/overview/tutorial/tutorial.md | Diff File | ||
add - dox/resources/occt_logo.png | Diff File | ||
add - dox/start.tcl | Diff File | ||
add - dox/technical_overview/images/technical_overview_over.png | Diff File | ||
add - dox/technical_overview/technical_overview.md | Diff File | ||
add - dox/user_guides/draw_test_harness/draw_test_harness.md | Diff File | ||
add - dox/user_guides/draw_test_harness/images/draw_test_harness_image001.jpg | Diff File | ||
add - dox/user_guides/draw_test_harness/images/draw_test_harness_image002.jpg | Diff File | ||
add - dox/user_guides/foundation_classes/foundation_classes.md | Diff File | ||
add - dox/user_guides/foundation_classes/images/foundation_classes_image001.jpg | Diff File | ||
add - dox/user_guides/foundation_classes/images/foundation_classes_image002.jpg | Diff File | ||
add - dox/user_guides/foundation_classes/images/foundation_classes_image003.jpg | Diff File | ||
add - dox/user_guides/foundation_classes/images/foundation_classes_image004.jpg | Diff File | ||
add - dox/user_guides/foundation_classes/images/foundation_classes_image005.jpg | Diff File | ||
add - dox/user_guides/foundation_classes/images/foundation_classes_image006.jpg | Diff File | ||
add - dox/user_guides/foundation_classes/images/foundation_classes_image007.jpg | Diff File | ||
add - dox/user_guides/foundation_classes/images/foundation_classes_image008.jpg | Diff File | ||
add - dox/user_guides/iges/iges.md | Diff File | ||
add - dox/user_guides/iges/images/iges_image001.jpg | Diff File | ||
add - dox/user_guides/iges/images/iges_image002.jpg | Diff File | ||
add - dox/user_guides/iges/images/iges_image003.jpg | Diff File | ||
add - dox/user_guides/iges/images/iges_image004.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image001.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image002.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image003.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image004.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image005.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image006.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image007.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image008.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image009.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image010.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image011.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image012.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image013.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image014.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image015.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image016.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image017.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image018.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image019.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image020.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image021.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image022.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image023.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image024.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image025.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image026.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image027.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image028.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image029.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image030.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image031.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image032.png | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image033.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image034.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image035.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image036.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image037.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image038.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image039.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image040.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image041.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image042.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image043.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image044.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image045.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image046.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image047.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image048.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image049.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image050.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image051.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image052.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image053.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image054.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image055.jpg | Diff File | ||
add - dox/user_guides/modeling_algos/modeling_algos.md | Diff File | ||
add - dox/user_guides/modeling_data/images/modeling_data_image001.jpg | Diff File | ||
add - dox/user_guides/modeling_data/images/modeling_data_image002.jpg | Diff File | ||
add - dox/user_guides/modeling_data/images/modeling_data_image003.jpg | Diff File | ||
add - dox/user_guides/modeling_data/images/modeling_data_image004.jpg | Diff File | ||
add - dox/user_guides/modeling_data/images/modeling_data_image005.jpg | Diff File | ||
add - dox/user_guides/modeling_data/images/modeling_data_image006.jpg | Diff File | ||
add - dox/user_guides/modeling_data/images/modeling_data_image007.jpg | Diff File | ||
add - dox/user_guides/modeling_data/images/modeling_data_image008.jpg | Diff File | ||
add - dox/user_guides/modeling_data/images/modeling_data_image009.jpg | Diff File | ||
add - dox/user_guides/modeling_data/images/modeling_data_image010.jpg | Diff File | ||
add - dox/user_guides/modeling_data/images/modeling_data_image011.jpg | Diff File | ||
add - dox/user_guides/modeling_data/images/modeling_data_image012.jpg | Diff File | ||
add - dox/user_guides/modeling_data/images/modeling_data_image013.jpg | Diff File | ||
add - dox/user_guides/modeling_data/images/modeling_data_image014.jpg | Diff File | ||
add - dox/user_guides/modeling_data/modeling_data.md | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image001.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image002.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image003.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image004.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image005.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image006.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image007.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image008.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image009.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image010.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image011.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image012.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image013.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image014.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image015.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image016.png | Diff File | ||
add - dox/user_guides/ocaf/images/ocaf_image017.png | Diff File | ||
add - dox/user_guides/ocaf/ocaf.md | Diff File | ||
add - dox/user_guides/shape_healing/images/shape_healing_image001.jpg | Diff File | ||
add - dox/user_guides/shape_healing/images/shape_healing_image002.jpg | Diff File | ||
add - dox/user_guides/shape_healing/images/shape_healing_image003.jpg | Diff File | ||
add - dox/user_guides/shape_healing/images/shape_healing_image004.jpg | Diff File | ||
add - dox/user_guides/shape_healing/images/shape_healing_image005.jpg | Diff File | ||
add - dox/user_guides/shape_healing/images/shape_healing_image006.jpg | Diff File | ||
add - dox/user_guides/shape_healing/images/shape_healing_image007.jpg | Diff File | ||
add - dox/user_guides/shape_healing/images/shape_healing_image008.jpg | Diff File | ||
add - dox/user_guides/shape_healing/images/shape_healing_image009.png | Diff File | ||
add - dox/user_guides/shape_healing/images/shape_healing_image010.png | Diff File | ||
add - dox/user_guides/shape_healing/images/shape_healing_image011.png | Diff File | ||
add - dox/user_guides/shape_healing/images/shape_healing_image012.png | Diff File | ||
add - dox/user_guides/shape_healing/images/shape_healing_image013.png | Diff File | ||
add - dox/user_guides/shape_healing/images/shape_healing_image014.png | Diff File | ||
add - dox/user_guides/shape_healing/shape_healing.md | Diff File | ||
add - dox/user_guides/step/images/step_image001.jpg | Diff File | ||
add - dox/user_guides/step/images/step_image002.jpg | Diff File | ||
add - dox/user_guides/step/images/step_image003.jpg | Diff File | ||
add - dox/user_guides/step/images/step_image004.jpg | Diff File | ||
add - dox/user_guides/step/step.md | Diff File | ||
add - dox/user_guides/tobj/images/tobj_image003.png | Diff File | ||
add - dox/user_guides/tobj/images/tobj_image004.jpg | Diff File | ||
add - dox/user_guides/tobj/images/tobj_image005.png | Diff File | ||
add - dox/user_guides/tobj/images/tobj_image006.png | Diff File | ||
add - dox/user_guides/tobj/images/tobj_image007.png | Diff File | ||
add - dox/user_guides/tobj/images/tobj_image008.png | Diff File | ||
add - dox/user_guides/tobj/tobj.md | Diff File | ||
add - dox/user_guides/user_guides.md | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image001.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image002.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image003.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image004.png | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image005.png | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image006.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image007.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image008.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image009.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image010.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image011.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image012.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image013.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image014.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image015.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image016.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image017.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image018.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image019.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image020.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image021.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image022.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image023.png | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image024.png | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image025.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image026.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image027.jpg | Diff File | ||
add - dox/user_guides/visualization/images/visualization_image028.jpg | Diff File | ||
add - dox/user_guides/visualization/visualization.md | Diff File | ||
add - dox/user_guides/wok/images/wok_image001.jpg | Diff File | ||
add - dox/user_guides/wok/images/wok_image002.jpg | Diff File | ||
add - dox/user_guides/wok/images/wok_image005.jpg | Diff File | ||
add - dox/user_guides/wok/images/wok_image005.png | Diff File | ||
add - dox/user_guides/wok/images/wok_image006.png | Diff File | ||
add - dox/user_guides/wok/images/wok_image007.png | Diff File | ||
add - dox/user_guides/wok/images/wok_image008.png | Diff File | ||
add - dox/user_guides/wok/images/wok_image009.png | Diff File | ||
add - dox/user_guides/wok/images/wok_image010.png | Diff File | ||
add - dox/user_guides/wok/images/wok_image011.png | Diff File | ||
add - dox/user_guides/wok/images/wok_image012.png | Diff File | ||
add - dox/user_guides/wok/images/wok_image013.jpg | Diff File | ||
add - dox/user_guides/wok/images/wok_image014.jpg | Diff File | ||
add - dox/user_guides/wok/images/wok_image015.png | Diff File | ||
add - dox/user_guides/wok/images/wok_image016.png | Diff File | ||
add - dox/user_guides/wok/images/wok_image017.png | Diff File | ||
add - dox/user_guides/wok/images/wok_image018.png | Diff File | ||
add - dox/user_guides/wok/images/wok_image019.png | Diff File | ||
add - dox/user_guides/wok/images/wok_image020.png | Diff File | ||
add - dox/user_guides/wok/images/wok_image021.png | Diff File | ||
add - dox/user_guides/wok/images/wok_image022.png | Diff File | ||
add - dox/user_guides/wok/wok.md | Diff File | ||
add - dox/user_guides/xde/images/xde_image001.jpg | Diff File | ||
add - dox/user_guides/xde/images/xde_image002.jpg | Diff File | ||
add - dox/user_guides/xde/images/xde_image003.jpg | Diff File | ||
add - dox/user_guides/xde/images/xde_image004.jpg | Diff File | ||
add - dox/user_guides/xde/images/xde_image005.jpg | Diff File | ||
add - dox/user_guides/xde/images/xde_image006.jpg | Diff File | ||
add - dox/user_guides/xde/xde.md | Diff File | ||
add - gendoc.bat | Diff File | ||
mod - LICENSE | Diff File | ||
master b70bbe58 2013-10-17 08:36:38
Committer: bugmaster Details Diff |
0024144: BRepPrimAPI_MakeWedge wrong fixed direction computing in gp_Lin Primitives_Wedge::Line. Test cases for issue CR24144 |
Affected Issues 0024144 |
|
mod - src/Primitives/Primitives_Wedge.gxx | Diff File | ||
add - tests/bugs/modalg_5/bug24144_1 | Diff File | ||
add - tests/bugs/modalg_5/bug24144_2 | Diff File | ||
master 2bc5e8f1 2013-10-17 08:28:37
Committer: bugmaster Details Diff |
0024244: Command bclear in DRAW does not clear all the data required for BOP re-initialization In BOPTest_Objects::Clear() added clearing of the objects and tools of the operation. Test cases for issue CR24244 |
||
mod - src/BOPTest/BOPTest_Objects.cxx | Diff File | ||
add - tests/bugs/modalg_5/bug24244 | Diff File | ||
master 19941687 2013-10-17 08:26:19
Committer: bugmaster Details Diff |
0024157: Parallelization of assembly part of BO v0.0 I. New features: no new features II. Changes: II.1. class BRepClass3d - method: Standard_Integer BRepClass3d_SolidExplorer::OtherSegment(const gp_Pnt& P, gp_Lin& L, Standard_Real& _Par) The condition to prevent infinite loop has been added. III. Modified entities: packages: BRepClass3d Added test case bugs/modalg_5/bug24242 The phase 1 : Parallelization Building Faces. Part 1.2. Building Same Domain Faces Combined by pkv Small correction of test case for issue CR24157_3 |
Affected Issues 0024157 |
|
mod - src/BOPAlgo/BOPAlgo_Builder_2.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_Builder_2Cnt.hxx | Diff File | ||
mod - src/BOPCol/BOPCol_TBB.hxx | Diff File | ||
mod - tests/bugs/modalg_2/bug472_3 | Diff File | ||
master 1da5279e 2013-10-17 08:19:24
Committer: bugmaster Details Diff |
0024242: Hang-up during classification a 3D point relative to a solid v0.0 I. New features: no new features II. Changes: II.1. class BRepClass3d - method: Standard_Integer BRepClass3d_SolidExplorer::OtherSegment(const gp_Pnt& P, gp_Lin& L, Standard_Real& _Par) The condition to prevent infinite loop has been added. III. Modified entities: packages: BRepClass3d Added test case bugs/modalg_5/bug24242 |
Affected Issues 0024242 |
|
mod - src/BRepClass3d/BRepClass3d_SolidExplorer.cxx | Diff File | ||
add - tests/bugs/modalg_5/bug24242 | Diff File | ||
master af4e6dab 2013-10-17 08:17:35
Committer: bugmaster Details Diff |
0024247: Wrong result obtained by General Fuse algorithm v0.0 I. New features: no new features II. Changes: II.1. class BOPAlgo_PaveFiller - method: void BOPAlgo_PaveFiller::PerformFF() Prepare data to the filter BOPAlgo_PaveFiller::::CheckPlanes(...). - method: Standard_Boolean BOPAlgo_PaveFiller::CheckPlanes(const Standard_Integer nF1, const Standard_Integer nF2)const 1)The contents of the filter has been updated by all vertices of the faces images. 2)The method declared as const III. Modified entities: packages: BOPAlgo Test cases for issue CR24247 |
||
mod - src/BOPAlgo/BOPAlgo_PaveFiller.cdl | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_PaveFiller_6.cxx | Diff File | ||
add - tests/bugs/modalg_5/bug24247 | Diff File | ||
master 2b21c641 2013-10-17 08:14:52
Committer: bugmaster Details Diff |
0023650: Slow mesher: one bspline surface, 80 seconds for 132 triangles Corrections in GeomLib::NormEstim, added norm computing using GeomLProp_SLProps. Corrections in GeomLib::NormEstim, normal is computed with CSLib::Normal in case of a null normal. Modified GeomLib::NormEstim Algo in case of null normal. Added test case bugs/mesh/bug23650 |
Affected Issues 0023650 |
|
mod - src/GeomLib/GeomLib.cxx | Diff File | ||
add - tests/bugs/mesh/bug23650 | Diff File | ||
master f933f9cf 2013-10-17 08:07:09
Committer: bugmaster Details Diff |
0024246: Draw command stepread given whithout arguments throws an exception To stepread command added check for the number of arguments. Minor correction (return 1 to indicate error) |
Affected Issues 0024246 |
|
mod - src/XSDRAWSTEP/XSDRAWSTEP.cxx | Diff File | ||
master 4d42a1a5 2013-10-17 05:20:30
Committer: bugmaster Details Diff |
0024227: Enable SSE2 instructions for OCCT building CMake script changed: SSE2 option is disabled for 64-bit MSVC compilers (redundant) |
Affected Issues 0024227 |
|
mod - CMakeLists.txt | Diff File | ||
master 78fdb3d3 2013-10-16 07:44:18
Committer: bugmaster Details Diff |
0024193: Useless iterations in IntStart_SearchOnBoundaries.gxx |
Affected Issues 0024193 |
|
mod - src/IntStart/IntStart_SearchOnBoundaries.gxx | Diff File | ||
master 6ff736d8 2013-10-15 02:58:03
Committer: bugmaster Details Diff |
0024259: Clean up OSD_File implementation Field myFileChannel removed from OSD_FileNode and introduced to OSD_File as Linux-only along with Windows-only myFileHandle. Implementation of OSD_File cleaned from redundant type casts; some missing type cases added. File mode passed to fdopen() corrected in read-write case ("rw" replaced by "w+"). Method OSD_File::Size() now returns Standard_Size to be able to return correct value for large files (on 64-bit platforms only). |
Affected Issues 0024259 |
|
mod - src/OSD/OSD_File.cdl | Diff File | ||
mod - src/OSD/OSD_File.cxx | Diff File | ||
mod - src/OSD/OSD_FileNode.cdl | Diff File | ||
mod - src/OSD/OSD_FileNode.cxx | Diff File | ||
mod - src/RWStl/RWStl.cxx | Diff File | ||
master 37e640d5 2013-10-14 13:38:02
Committer: bugmaster Details Diff |
0024257: Minor corrections for building / testing on VC++ 11 Several corrections coming from building and testing on MSVC++ 11: - compiler warnings corrected in structiges.c (32-bit mode) and BOPAlgo (64-bit mode) - DRAW command for testing exceptions (OCC6143) refactored for getting some output even if process fails (problem with stack overflow handling) - DRAW command readstep removed as it leads to hang-up in Debug mode due to waiting for user input; the only test that used it changed to use testreadstep command |
Affected Issues 0024257 |
|
mod - src/BOPAlgo/BOPAlgo_Builder_2.cxx | Diff File | ||
mod - src/BOPAlgo/BOPAlgo_Builder_2Cnt.hxx | Diff File | ||
mod - src/IGESFile/structiges.c | Diff File | ||
mod - src/QABugs/QABugs_11.cxx | Diff File | ||
mod - src/XSDRAWSTEP/XSDRAWSTEP.cxx | Diff File | ||
mod - tests/bugs/iges/bug22715_1 | Diff File | ||
master 8fa64b52 2013-10-14 11:04:28 Committer: bugmaster Details Diff |
0024256: TKOpenGl - C++/CLI application compilation issue due to namespaces collision | ||
mod - src/OpenGl/OpenGl_Context.hxx | Diff File | ||
master a55f9281 2013-10-11 05:55:50
Committer: bugmaster Details Diff |
0024227: Enable SSE2 instructions for OCCT building sse2 if used for just vc7, vc8, vc9 and vc10 |
Affected Issues 0024227 |
|
mod - CMakeLists.txt | Diff File | ||
master b859a34d 2013-10-10 13:14:52
Committer: bugmaster Details Diff |
0024224: Suspicious logics in changing clipping planes at OpenGl_Structure 1) Resolved buggy situation of shared clip planes between view and structure; 2) Added clipping plane equation space identification - to be used with shaders; 3) Code refactoring to resolve performance issue reported by 0024189; 4) Attachment of stencil buffer to FBO. Added test case bugs/vis/bug24224 |
Affected Issues 0024224 |
|
mod - src/Graphic3d/FILES | Diff File | ||
mod - src/Graphic3d/Graphic3d_ClipPlane.hxx | Diff File | ||
add - src/Graphic3d/Graphic3d_SetOfHClipPlane_Handle.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_CappingAlgo.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_ClippingState.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_ClippingState.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Context.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_FrameBuffer.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_FrameBuffer.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_Structure.cxx | Diff File | ||
mod - src/OpenGl/OpenGl_Structure.hxx | Diff File | ||
mod - src/OpenGl/OpenGl_View_2.cxx | Diff File | ||
add - tests/bugs/vis/bug24224 | Diff File | ||
master 8be24f10 2013-10-10 11:15:16 Committer: bugmaster Details Diff |
Removing test case bugs/vis/buc60547 according to issue 23922 (test is meaningless and it sometimes hang-ups) | ||
rm - tests/bugs/vis/buc60547 | Diff File |