Anonymous | Login | 2021-01-16 05:13 MSK | ![]() |
My View | View Issues | Change Log | Roadmap |
Changesets: occt | [ Browse ] [ Back to Index ] | ||
master a84f14ab
Timestamp: 2020-10-07 14:20:28 Author: kgv Committer: bugmaster [ Details ] [ Diff ] |
0031830: Documentation - broken reference 14 in pbr_math document References to literature are simplified to reduce duplication of names. List of references is converted to table for better presentation. |
||
mod - dox/specification/pbr_math.md | [ Diff ] [ File ] | ||
master 278da162
Timestamp: 2020-10-05 14:38:47 Author: bugmaster [ Details ] [ Diff ] |
Increment OCCT version up to 7.5.0beta | ||
mod - src/Standard/Standard_Version.hxx | [ Diff ] [ File ] | ||
master 50ae6dad
Timestamp: 2020-10-05 06:52:31 Author: tiv Committer: bugmaster [ Details ] [ Diff ] |
0031821: Coding - Uninitialized variables in TKFillet project Some variables that remain uninitialized in the project TKFillet received proper initializers. |
||
mod - src/BlendFunc/BlendFunc_ConstRad.cxx | [ Diff ] [ File ] | ||
mod - src/BlendFunc/BlendFunc_CSConstRad.cxx | [ Diff ] [ File ] | ||
mod - src/ChFi2d/ChFi2d_Builder.cxx | [ Diff ] [ File ] | ||
mod - src/ChFiDS/ChFiDS_ChamfSpine.cxx | [ Diff ] [ File ] | ||
mod - src/ChFiDS/ChFiDS_CircSection.cxx | [ Diff ] [ File ] | ||
mod - src/ChFiDS/ChFiDS_ElSpine.cxx | [ Diff ] [ File ] | ||
mod - src/ChFiDS/ChFiDS_FaceInterference.cxx | [ Diff ] [ File ] | ||
mod - src/ChFiDS/ChFiDS_Regul.cxx | [ Diff ] [ File ] | ||
mod - src/ChFiDS/ChFiDS_Spine.cxx | [ Diff ] [ File ] | ||
mod - src/ChFiDS/ChFiDS_Stripe.cxx | [ Diff ] [ File ] | ||
mod - src/ChFiDS/ChFiDS_SurfData.cxx | [ Diff ] [ File ] | ||
mod - src/FilletSurf/FilletSurf_Builder.cxx | [ Diff ] [ File ] | ||
master 794aa339
Timestamp: 2020-10-05 06:29:19 Author: ifv Committer: bugmaster [ Details ] [ Diff ] |
0029722: Modeling Algorithms - checkshape modifies UV points of parametric curve removed updating uvpoints from WireExplorer |
||
mod - src/BRepTools/BRepTools_WireExplorer.cxx | [ Diff ] [ File ] | ||
master afe3ff9a
Timestamp: 2020-10-03 09:48:19 Author: kgv Committer: bugmaster [ Details ] [ Diff ] |
0031820: Tests - "dlog get" skips last exception when calling 'test" with echo OFF Added missing puts to "test" command. |
||
mod - src/DrawResources/TestCommands.tcl | [ Diff ] [ File ] | ||
master b9ec690a
Timestamp: 2020-10-03 07:12:37 Author: abv Committer: bugmaster [ Details ] [ Diff ] |
0031819: Documentation - add references to Flex and Bison References to Flex and Bison added Related: - table of third-party tools in Requirements section is reorganized to be more clear - sections Acknowledgements and Installation are updated |
||
mod - dox/introduction/introduction.md | [ Diff ] [ File ] | ||
master b81a7e31
Timestamp: 2020-10-03 04:03:51 Author: abv Committer: bugmaster [ Details ] [ Diff ] |
0030378: Data Exchange - extract of subset of model entities fails (regression) Field theflags in class Interface_BitMap is always initialized to avoid exception on operations with the class. Added test bugs step bug30378 |
||
mod - src/Interface/Interface_BitMap.cxx | [ Diff ] [ File ] | ||
mod - src/Interface/Interface_BitMap.hxx | [ Diff ] [ File ] | ||
add - tests/bugs/step/bug30378 | [ Diff ] [ File ] | ||
master d430d129
Timestamp: 2020-10-02 20:54:16 Author: abv Committer: bugmaster [ Details ] [ Diff ] |
0030800: Foundation Classes, UnitsAPI - poise dynamic viscosity unit is not defined correctly Definition of Poise unit corrected. Added test bugs fclasses bug30800 |
||
mod - src/UnitsAPI/Units.dat | [ Diff ] [ File ] | ||
mod - src/UnitsAPI/UnitsAPI_Units_dat.pxx | [ Diff ] [ File ] | ||
add - tests/bugs/fclasses/bug30800 | [ Diff ] [ File ] | ||
master 6522304c
Timestamp: 2020-10-02 11:17:59 Author: nds Committer: bugmaster [ Details ] [ Diff ] |
0029451: Information Message Alert to debug an algorithm or object functionality - Added possibility to send stream information and transient object into Message_Messenger. Message_Printer will process it if needed. - Add Message_PrinterToReport to send messenger information into Message_Report. - Extended Message_Report to collect hierarchical alerts, to be able to collect some metrics during alerts processing. - Added Message_AlertExtended to prepare hierarchical alerts with custom attributes. One attribute for one alert. - Added Message_CompositeAlerts class to handle a container of alerts. - Added Message_Level to start a new hierarchical level by creating an instance, stop by destricting. - Added Message_Attribute and inheritors to store custom information about alert like object, stream, shape, some metrics. - Implement Message_AttributeAlert to collect start/stop information about active metrics of Message_Report. This kind of attribute is created if at least one metric is active in the report. - Add Message_MetricType enumeration with possible kinds of metrics in report. - Implement DumpJson for Message_Report to store all collected alerts into stream. - Added draw commands for Message_Report, Message_Messenger. |
||
mod - src/Draw/Draw.cxx | [ Diff ] [ File ] | ||
mod - src/Draw/Draw.hxx | [ Diff ] [ File ] | ||
mod - src/Draw/Draw_Commands.cxx | [ Diff ] [ File ] | ||
add - src/Draw/Draw_MessageCommands.cxx | [ Diff ] [ File ] | ||
mod - src/Draw/FILES | [ Diff ] [ File ] | ||
mod - src/Message/FILES | [ Diff ] [ File ] | ||
mod - src/Message/Message.cxx | [ Diff ] [ File ] | ||
mod - src/Message/Message.hxx | [ Diff ] [ File ] | ||
mod - src/Message/Message_Alert.cxx | [ Diff ] [ File ] | ||
mod - src/Message/Message_Alert.hxx | [ Diff ] [ File ] | ||
add - src/Message/Message_AlertExtended.cxx | [ Diff ] [ File ] | ||
add - src/Message/Message_AlertExtended.hxx | [ Diff ] [ File ] | ||
add - src/Message/Message_Attribute.cxx | [ Diff ] [ File ] | ||
add - src/Message/Message_Attribute.hxx | [ Diff ] [ File ] | ||
add - src/Message/Message_AttributeMeter.cxx | [ Diff ] [ File ] | ||
add - src/Message/Message_AttributeMeter.hxx | [ Diff ] [ File ] | ||
add - src/Message/Message_AttributeObject.cxx | [ Diff ] [ File ] | ||
add - src/Message/Message_AttributeObject.hxx | [ Diff ] [ File ] | ||
add - src/Message/Message_AttributeStream.cxx | [ Diff ] [ File ] | ||
add - src/Message/Message_AttributeStream.hxx | [ Diff ] [ File ] | ||
add - src/Message/Message_CompositeAlerts.cxx | [ Diff ] [ File ] | ||
add - src/Message/Message_CompositeAlerts.hxx | [ Diff ] [ File ] | ||
add - src/Message/Message_Level.cxx | [ Diff ] [ File ] | ||
add - src/Message/Message_Level.hxx | [ Diff ] [ File ] | ||
mod - src/Message/Message_Messenger.cxx | [ Diff ] [ File ] | ||
mod - src/Message/Message_Messenger.hxx | [ Diff ] [ File ] | ||
add - src/Message/Message_MetricType.hxx | [ Diff ] [ File ] | ||
mod - src/Message/Message_Printer.cxx | [ Diff ] [ File ] | ||
mod - src/Message/Message_Printer.hxx | [ Diff ] [ File ] | ||
add - src/Message/Message_PrinterToReport.cxx | [ Diff ] [ File ] | ||
add - src/Message/Message_PrinterToReport.hxx | [ Diff ] [ File ] | ||
mod - src/Message/Message_Report.cxx | [ Diff ] [ File ] | ||
mod - src/Message/Message_Report.hxx | [ Diff ] [ File ] | ||
mod - src/TopoDS/FILES | [ Diff ] [ File ] | ||
add - src/TopoDS/TopoDS_AlertAttribute.cxx | [ Diff ] [ File ] | ||
add - src/TopoDS/TopoDS_AlertAttribute.hxx | [ Diff ] [ File ] | ||
add - tests/demo/draw/messenger | [ Diff ] [ File ] | ||
master f41fd243
Timestamp: 2020-10-02 03:54:01 Author: abv Committer: abv [ Details ] [ Diff ] |
0031877: DRAW - some Visualization commands are not protected against uninitialized viewer Added protections in DRAW commands against accessing Null context Added test bugs demo bug31877 |
||
mod - src/ViewerTest/ViewerTest.cxx | [ Diff ] [ File ] | ||
mod - src/ViewerTest/ViewerTest_ObjectCommands.cxx | [ Diff ] [ File ] | ||
add - tests/bugs/demo/bug31877 | [ Diff ] [ File ] | ||
master e6c8fcfe
Timestamp: 2020-10-01 12:34:55 Author: abv Committer: abv [ Details ] [ Diff ] |
0027191: Documentation - redesign of information architecture -- revision (user guides) Revision of User Guides - Changes in User Guides Section to correspond with OCCT Overview structure: Mesh became a direct subsection of User Guides (it was a part of Modeling Algorithms). TObj is included into OCAF. - Changes in User Guides – Modeling Algorithms section: Fillets and Chamfers, Offsets, Drafts, Pipes and Evolved shapes, Sewing, Features, 3D Model Defeaturing, 3D Model Periodicity, Object Modification are moved into The Topology API section. - Changes in User Guides – Modeling Data section: Naming shapes, sub-shapes, their orientation and state section is renamed to Shape content. Shape Location is moved into Shape content section. Storage of Shapes is moved into BRep Format section of Specification. Lists and Maps of Shapes subsection is moved into Topology - Exploration of Topological Data Structures. - Some pictures in User Guides (Foundation Classes, Modeling Data, Modeling Algorithms) and Tutorial are updated to improve quality and correct mistakes. |
||
mod - dox/FILES_HTML.txt | [ Diff ] [ File ] | ||
mod - dox/FILES_PDF.txt | [ Diff ] [ File ] | ||
mod - dox/introduction/introduction.md | [ Diff ] [ File ] | ||
mod - dox/user_guides/draw_test_harness/draw_test_harness.md | [ Diff ] [ File ] | ||
mod - dox/user_guides/foundation_classes/foundation_classes.md | [ Diff ] [ File ] | ||
mod - dox/user_guides/foundation_classes/images/foundation_classes_image004.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/foundation_classes/images/foundation_classes_image005.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/foundation_classes/images/foundation_classes_image006.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/iges/iges.md | [ Diff ] [ File ] | ||
add - dox/user_guides/mesh/mesh.md | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image003.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image004.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image014.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image015.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image016.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image017.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image021.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image023.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image028.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image030.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image035.png | [ Diff ] [ File ] | ||
add - dox/user_guides/modeling_algos/images/modeling_algos_image037.gif | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image040.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image041.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image043.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image045.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image047.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image048.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image049.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image051.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/images/modeling_algos_image058.png | [ Diff ] [ File ] | ||
add - dox/user_guides/modeling_algos/images/modeling_data_image003.png | [ Diff ] [ File ] | ||
add - dox/user_guides/modeling_algos/images/modeling_data_image014.png | [ Diff ] [ File ] | ||
add - dox/user_guides/modeling_algos/images/modeling_data_image015.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/modeling_algos.md | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_data/images/modeling_data_image003.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_data/images/modeling_data_image014.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_data/images/modeling_data_image015.png | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_data/modeling_data.md | [ Diff ] [ File ] | ||
mod - dox/user_guides/ocaf/ocaf.md | [ Diff ] [ File ] | ||
mod - dox/user_guides/step/step.md | [ Diff ] [ File ] | ||
rm - dox/user_guides/tobj/tobj.md | [ Diff ] [ File ] | ||
mod - dox/user_guides/user_guides.md | [ Diff ] [ File ] | ||
mod - dox/user_guides/visualization/visualization.md | [ Diff ] [ File ] | ||
mod - dox/user_guides/xde/xde.md | [ Diff ] [ File ] | ||
master 0a6d9742
Timestamp: 2020-10-01 12:18:59 Author: abv Committer: abv [ Details ] [ Diff ] |
0027191: Documentation - redesign of information architecture -- revision (overview and samples) Revision of Introduction, Overview, Samples, Tutorial - Technical Overview is incorporated into Introduction - Samples (from Overview) and Tutorial are moved into new section Tutorials and Samples - Content of Getting Started section (Draw Test Harness and Experimenting with Draw Test Harness) is moved into Tutorial and Samples section. - Content changes: links to Open Cascade website promoting paid training and support are deleted. - Some pictures in User Guides (Foundation Classes, Modeling Data, Modeling Algorithms) and Tutorial are updated to improve quality and correct mistakes. |
||
mod - dox/build/build_occt/building_occt.md | [ Diff ] [ File ] | ||
mod - dox/contribution/coding_rules.md | [ Diff ] [ File ] | ||
mod - dox/contribution/contribution.md | [ Diff ] [ File ] | ||
mod - dox/contribution/contribution_workflow/contribution_workflow.md | [ Diff ] [ File ] | ||
mod - dox/contribution/documentation/documentation.md | [ Diff ] [ File ] | ||
mod - dox/contribution/git_guide/git_guide.md | [ Diff ] [ File ] | ||
mod - dox/contribution/tests/tests.md | [ Diff ] [ File ] | ||
mod - dox/FILES_HTML.txt | [ Diff ] [ File ] | ||
mod - dox/introduction/introduction.md | [ Diff ] [ File ] | ||
mod - dox/resources/occ_logo.png | [ Diff ] [ File ] | ||
add - dox/samples/draw_scripts.md | [ Diff ] [ File ] | ||
add - dox/samples/images/overview_overview_qt.png | [ Diff ] [ File ] | ||
add - dox/samples/images/samples_c__ie.png | [ Diff ] [ File ] | ||
add - dox/samples/images/samples_draw.png | [ Diff ] [ File ] | ||
add - dox/samples/images/samples_java_android_occt.jpg | [ Diff ] [ File ] | ||
add - dox/samples/images/samples_mvc.png | [ Diff ] [ File ] | ||
add - dox/samples/images/samples_qml_android_occt.jpg | [ Diff ] [ File ] | ||
add - dox/samples/images/samples_qt.png | [ Diff ] [ File ] | ||
add - dox/samples/images/sample_ios_uikit.png | [ Diff ] [ File ] | ||
add - dox/samples/images/sample_webgl.png | [ Diff ] [ File ] | ||
add - dox/samples/ocaf.md | [ Diff ] [ File ] | ||
add - dox/samples/ocaf_func.md | [ Diff ] [ File ] | ||
add - dox/samples/samples.md | [ Diff ] [ File ] | ||
mod - dox/specification/boolean_operations/boolean_operations.md | [ Diff ] [ File ] | ||
rm - dox/technical_overview/images/technical_overview_occt_logo.png | [ Diff ] [ File ] | ||
rm - dox/technical_overview/images/technical_overview_over.png | [ Diff ] [ File ] | ||
rm - dox/technical_overview/technical_overview.md | [ Diff ] [ File ] | ||
mod - dox/tutorial/images/tutorial_image004.png | [ Diff ] [ File ] | ||
mod - dox/tutorial/images/tutorial_image005.png | [ Diff ] [ File ] | ||
mod - dox/tutorial/images/tutorial_image006.png | [ Diff ] [ File ] | ||
mod - dox/tutorial/images/tutorial_image011.png | [ Diff ] [ File ] | ||
mod - dox/tutorial/images/tutorial_image012.png | [ Diff ] [ File ] | ||
mod - dox/tutorial/images/tutorial_image013.png | [ Diff ] [ File ] | ||
mod - dox/tutorial/images/tutorial_image014.png | [ Diff ] [ File ] | ||
mod - dox/tutorial/images/tutorial_image015.png | [ Diff ] [ File ] | ||
mod - dox/tutorial/images/tutorial_image016.png | [ Diff ] [ File ] | ||
mod - dox/tutorial/images/tutorial_image017.png | [ Diff ] [ File ] | ||
mod - dox/tutorial/images/tutorial_image018.png | [ Diff ] [ File ] | ||
master dba98873
Timestamp: 2020-10-01 12:07:46 Author: kgv Committer: bugmaster [ Details ] [ Diff ] |
0031816: Data Exchange - RWMesh_MaterialMap::CopyTexture() copies glb file instead of a texture inside it Image_Texture is now checked if it defines an additional offset within the file to avoided copying an old glb file with embedded image files instead of extracting them. |
||
mod - src/RWMesh/RWMesh_MaterialMap.cxx | [ Diff ] [ File ] | ||
add - tests/de_mesh/gltf_write/lantern | [ Diff ] [ File ] | ||
master 06ce029f
Timestamp: 2020-10-01 11:54:01 Author: abv Committer: abv [ Details ] [ Diff ] |
0027191: Documentation - redesign of information architecture -- revision (build) Revised documentation of building OCCT and third-parties; some related tags updated |
||
add - dox/build/build_3rdparty/building_3rdparty.md | [ Diff ] [ File ] | ||
add - dox/build/build_3rdparty/images/genconf_linux.png | [ Diff ] [ File ] | ||
add - dox/build/build_3rdparty/images/genconf_windows.png | [ Diff ] [ File ] | ||
add - dox/build/build_documentation/building_documentation.md | [ Diff ] [ File ] | ||
add - dox/build/build_occt/building_occt.md | [ Diff ] [ File ] | ||
add - dox/build/build_occt/images/android_image001.png | [ Diff ] [ File ] | ||
add - dox/build/build_occt/images/android_image002.png | [ Diff ] [ File ] | ||
add - dox/build/build_occt/images/android_image003.png | [ Diff ] [ File ] | ||
add - dox/build/build_occt/images/android_image004.png | [ Diff ] [ File ] | ||
add - dox/build/build_occt/images/android_image005.png | [ Diff ] [ File ] | ||
add - dox/build/build_occt/images/android_image006.png | [ Diff ] [ File ] | ||
add - dox/build/build_occt/images/genconf_linux.png | [ Diff ] [ File ] | ||
add - dox/build/build_occt/images/genconf_windows.png | [ Diff ] [ File ] | ||
add - dox/build/build_upgrade.md | [ Diff ] [ File ] | ||
mod - dox/contribution/contribution.md | [ Diff ] [ File ] | ||
mod - dox/contribution/contribution_workflow/contribution_workflow.md | [ Diff ] [ File ] | ||
mod - dox/contribution/documentation/documentation.md | [ Diff ] [ File ] | ||
mod - dox/contribution/git_guide/git_guide.md | [ Diff ] [ File ] | ||
mod - dox/debug/debug.md | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/3rdparty/3rdparty_linux.md | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/3rdparty/3rdparty_osx.md | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/3rdparty/3rdparty_windows.md | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/3rdparty/images/genconf_linux.png | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/3rdparty/images/genconf_windows.png | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/android/android.md | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/android/images/android_image001.png | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/android/images/android_image002.png | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/android/images/android_image003.png | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/android/images/android_image004.png | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/android/images/android_image005.png | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/android/images/android_image006.png | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/building.md | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/cmake/cmake.md | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/code_blocks.md | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/msvc.md | [ Diff ] [ File ] | ||
rm - dox/dev_guides/building/xcode.md | [ Diff ] [ File ] | ||
mod - dox/FILES_HTML.txt | [ Diff ] [ File ] | ||
mod - dox/introduction/introduction.md | [ Diff ] [ File ] | ||
mod - dox/upgrade/upgrade.md | [ Diff ] [ File ] | ||
master 7e6da17b
Timestamp: 2020-10-01 11:42:10 Author: abv Committer: abv [ Details ] [ Diff ] |
0027922: Samples - Qt sample document window display problem | ||
mod - samples/qt/Common/src/OcctWindow.cxx | [ Diff ] [ File ] | ||
master 6b6d06fa
Timestamp: 2020-10-01 11:27:14 Author: abv Committer: abv [ Details ] [ Diff ] |
0027191: Documentation - redesign of information architecture -- renaming (4) Move documents describing BREP format, Boolean operations, and PBR math to dox/specification |
||
mod - dox/contribution/contribution.md | [ Diff ] [ File ] | ||
mod - dox/FILES_HTML.txt | [ Diff ] [ File ] | ||
mod - dox/FILES_PDF.txt | [ Diff ] [ File ] | ||
add - dox/specification/specification.md | [ Diff ] [ File ] | ||
mod - dox/upgrade/upgrade.md | [ Diff ] [ File ] | ||
mod - dox/user_guides/draw_test_harness/draw_test_harness.md | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_algos/modeling_algos.md | [ Diff ] [ File ] | ||
mod - dox/user_guides/modeling_data/modeling_data.md | [ Diff ] [ File ] | ||
mod - dox/user_guides/user_guides.md | [ Diff ] [ File ] | ||
master 825c3a4a
Timestamp: 2020-10-01 11:18:48 Author: abv Committer: abv [ Details ] [ Diff ] |
0027191: Documentation - redesign of information architecture -- renaming (3) Move guides on documentation, tests, coding rules, contribution workflow to dox/contribution |
||
mod - dox/FILES_HTML.txt | [ Diff ] [ File ] | ||
mod - dox/FILES_PDF.txt | [ Diff ] [ File ] | ||
master 2d863ff7
Timestamp: 2020-10-01 10:52:22 Author: abv Committer: abv [ Details ] [ Diff ] |
0027191: Documentation - redesign of information architecture -- renaming (1) Move / rename overview to introduction |
||
mod - dox/FILES_HTML.txt | [ Diff ] [ File ] | ||
master 5dab9b57
Timestamp: 2020-10-01 10:34:57 Author: abv Committer: abv [ Details ] [ Diff ] |
0027191: Documentation - redesign of information architecture -- renaming (2) Move debug and upgrade user guides to corresponding folders on upper level Related: remove "debug" pattern from .gitignore to avoid ignoring relevant folder in dox |
||
mod - .gitignore | [ Diff ] [ File ] | ||
mod - dox/FILES_HTML.txt | [ Diff ] [ File ] | ||
mod - dox/FILES_PDF.txt | [ Diff ] [ File ] | ||
master 28828566
Timestamp: 2020-10-01 09:43:54 Author: abv Committer: abv [ Details ] [ Diff ] |
0031813: Data Exchange, RWGltf_GltfJsonParser - debug assertion in progress scope on reading glTF1.0 files RWGltf_GltfJsonParser::gltfParseSceneNode() - removed redundant progress indication on sub-meshes list level. |
||
mod - src/RWGltf/RWGltf_GltfJsonParser.cxx | [ Diff ] [ File ] | ||
mod - src/RWGltf/RWGltf_GltfJsonParser.pxx | [ Diff ] [ File ] | ||
master 809a2e13
Timestamp: 2020-10-01 09:37:34 Author: gka Committer: bugmaster [ Details ] [ Diff ] |
0031812: IGES import - NURBS patches lost in the import process - 720 Correction for case invalid color definition to avoid considering an entity that has a number corresponding to the color field as erroneous if entity is not a color entity. |
||
mod - src/IGESData/IGESData_IGESReaderTool.cxx | [ Diff ] [ File ] | ||
add - tests/bugs/iges/bug31812 | [ Diff ] [ File ] | ||
master baf60a87
Timestamp: 2020-09-30 12:54:25 Author: dpasukhi Committer: bugmaster [ Details ] [ Diff ] |
0031670: Data Exchange - cp1251 Cyrillic characters in STEP file Add support for converting pages from Windows encoding to Unicode |
||
mod - src/Resource/FILES | [ Diff ] [ File ] | ||
add - src/Resource/Resource_ANSI.pxx | [ Diff ] [ File ] | ||
mod - src/Resource/Resource_ConvertUnicode.c | [ Diff ] [ File ] | ||
rm - src/Resource/Resource_DataMapIteratorOfDataMapOfAsciiStringAsciiString.hxx | [ Diff ] [ File ] | ||
rm - src/Resource/Resource_DataMapIteratorOfDataMapOfAsciiStringExtendedString.hxx | [ Diff ] [ File ] | ||
mod - src/Resource/Resource_DataMapOfAsciiStringAsciiString.hxx | [ Diff ] [ File ] | ||
mod - src/Resource/Resource_DataMapOfAsciiStringExtendedString.hxx | [ Diff ] [ File ] | ||
mod - src/Resource/Resource_FormatType.hxx | [ Diff ] [ File ] | ||
mod - src/Resource/Resource_Manager.cxx | [ Diff ] [ File ] | ||
mod - src/Resource/Resource_Unicode.cxx | [ Diff ] [ File ] | ||
mod - src/Resource/Resource_Unicode.hxx | [ Diff ] [ File ] | ||
mod - src/STEPCAFControl/STEPCAFControl_Controller.cxx | [ Diff ] [ File ] | ||
add - tests/bugs/step/bug31670 | [ Diff ] [ File ] | ||
add - tests/bugs/step/bug31670_1 | [ Diff ] [ File ] | ||
master 6183f3fe
Timestamp: 2020-09-29 09:12:14 Author: abv Committer: abv [ Details ] [ Diff ] |
0031762: Visualization, Font_TextFormatter - tabulation length is respected with one extra symbol shift Integrate test case for checking various scenarios with tabulation symbol. |
||
add - tests/3rdparty/fonts/tabs | [ Diff ] [ File ] | ||
master 27ce2519
Timestamp: 2020-09-28 02:27:16 Author: abv Committer: abv [ Details ] [ Diff ] |
0031645: Documentation - provide external article references to PBR developer guide References have been added. |
||
mod - dox/dev_guides/visualization/pbr_math.md | [ Diff ] [ File ] | ||
master 42624fdc
Timestamp: 2020-09-27 16:51:56 Author: abv Committer: abv [ Details ] [ Diff ] |
0031799: Configuration - compilation errors with Android NDK r12 Added missing <stdarg.h> include (va_list) to Standard_CString.hxx. Do not include <search.h> in delabella.cpp when using gcc 4.9 from Android NDK. |
||
mod - src/BRepMesh/delabella.cpp | [ Diff ] [ File ] | ||
mod - src/Standard/Standard_CString.hxx | [ Diff ] [ File ] | ||
<< 1 2 3 4 5 6 7 8 9 10 ... 20 ... 40 ... 60 ... 80 ... 100 ... 120 ... 140 ... 160 ... 180 ... 200 ... 220 221 222 223 >> |
Copyright © 2000 - 2021 MantisBT Team |