On branch IR-2018-10-26
Your branch is behind 'origin/IR-WEEK43' by 3 commits, and can be fast-forwarded.
  (use "git pull" to update your local branch)

Untracked files:
  (use "git add ..." to include in what will be committed)

	DrawAppliInit
	VERSION.html
	draw.bat
	env.bat
	exclude.lst
	msvc.bat
	occ_gitlog.bat
	occ_occt_build_ALL.bat
	occ_occt_build_android.bat
	occ_occt_build_wnt.bat
	occ_occt_pack_wnt.bat

nothing added to commit but untracked files present (use "git add" to track)
commit df1d6870c0c8ad74e52f686f0fafed41122f55d9
Author: nbv 
Date:   Thu Oct 25 17:14:21 2018 +0300

    0024676: Wrong result done by intersection algorithm
    
    Only test case has been created because the problem is not reproduced on the current MASTER

commit f15c5f90c3b0600f5095d623ad9f7d874d0036ce
Author: aba 
Date:   Wed Oct 24 19:25:12 2018 +0300

    0030291: Visualization - manipulator crashes when is attached with scaling mode disabled
    
    - in ComputeSelection() method checks are added to avoid taking triangulation of manipulator parts that are not computed

commit cdcf6fc27ae893f873a94eee0e32cebacbea9d7a
Author: nbv 
Date:   Tue Oct 23 16:58:59 2018 +0300

    0026509: Intersection algorithm produces set of curves providing closed contour in 3D-space and not closed contour in 2D-space
    
    Test cases have been created. No fix is needed because the described problem has not to be cause of failing of high-level OCCT-algorithms.
    See the message ~80300 (issue #26509) for detail information.

commit 04f0f1b046fd90b263cb9c1071f468ff7888e94c
Author: kgv 
Date:   Tue Oct 23 17:39:36 2018 +0300

    0030270: Modeling Algorithms - BRepBndLib should provide an option for skipping infinite entities
    
    Bnd_Box now keeps calculating of finite part of bounding box after specifying it to be Open in some direction.
    The finite part can be retrieved using new method Bnd_Box::FinitePart().
    
    Prs3d::GetDeflection() now uses Bnd_Box::FinitePart() when applying relative deflection.
    
    Draw Harness command bounding has been extended with option -finite returing a finite part of AABB.

commit 253cfde728daadd69031667282985fe873a899ed
Author: vro 
Date:   Wed Oct 24 14:04:57 2018 +0300

    0030214: Application Framework, TPrsStd_AISPresentation - Hidden Presentations Cannot Be Removed

commit a8b8f90dd3d7970d7a62c62b2f02fb41473982ce
Author: nbv 
Date:   Tue Oct 23 14:07:11 2018 +0300

    0024905: Boolean cut produced invalid result
    
    The method BOPAlgo_PaveFiller::PutClosingPaveOnCurve(...) has been improved in order to take into account extended vertex tolerance.

commit 5ada54fb790c148956349aa2478316a71c3d968a
Author: skl 
Date:   Tue Oct 23 07:50:33 2018 +0300

    0030280: Data Exchange - broken VRML output due to unescaped symbols starting comment block

commit e5826d916c66b65c26f5d7eb3e78db973b4e8103
Author: ifv 
Date:   Tue Oct 16 17:10:44 2018 +0300

    0030203: ProjLib_ComputeApproxOnPolarSurface::BuildInitialCurve2d array out of bound
    
    Bug fixing: avoiding calculation if tPp == NbOfPnts

commit d8406b2f3aaf717bb631f06633a02ac21acd4c53
Author: ifv 
Date:   Mon Oct 15 15:38:00 2018 +0300

    0030199: Extrema Point<->Curve gives inaccurate result
    
    Special treatment of bspline curve of first degree is implemented in Extrema_GExtPC.gxx
    Test case is added
    Some test cases are modified according to actual state of algorithm

commit 3b4c69452bc6cf55a39bb98281b919a4b0fc6587
Author: mnv 
Date:   Fri Sep 7 10:18:46 2018 +0300

    0030119: Visualization, OpenGl_ShaderManager - implement mechanism generating in/out section of shader programs
    
    Added functionality which generate in/out part of shaders source code from prepared list of variables.

commit 87a64d53ab4714dcaa89370d3c1b47f7d378d4ad
Author: kgv 
Date:   Fri Oct 19 11:06:41 2018 +0300

    0030269: Modeling Algorithms - unhandled Standard_NullObject within BRepBndLib::Add()
    
    Added BRep_Tool::IsGeometric() check before every BRepAdaptor_Curve::Initialize().

commit b49b181901ee3cde623f92547b78194a6bef1d29
Author: osa 
Date:   Mon Oct 22 11:32:46 2018 +0300

    0030278: Foundation Classes - make IndexedMapNode as protected inside of NCollection_IndexedMap

commit cb6a45e3182e3b03ea1616411c26251a0c57b30b
Author: jgv 
Date:   Fri Oct 12 13:02:34 2018 +0300

    0030204: BRepOffsetAPI_MakePipeShell crash
    
    Add protection from type mismatch while ensuring Same Parameter on U-edges

commit b34d86cb28b03b7483f40d69b5c62c50a6807432
Author: szy 
Date:   Tue Oct 9 17:30:10 2018 +0300

    0030169: Application Framework - Document format version management improvement

commit 90fd614536913a34592ba270d8505ca48bd417cb
Author: kgv 
Date:   Wed Oct 17 14:01:30 2018 +0300

    0030248: Volume Rendering - importing volume with default parameters leads to crashes within OpenGl_Texture::Init3D()

commit 5f41ce6626909e1df87d226b9703233697ad7959
Author: ifv 
Date:   Thu Oct 11 15:52:48 2018 +0300

    0030230: An optimal bounding box of a face is too large
    
    Bug fixing
    Test case added

commit 20f720f11b2116846d2b46caf3b2cbcaaac1457d
Author: apn 
Date:   Tue Oct 16 20:24:46 2018 +0300

    0030241: Test system - create option to exclude test groups from testgrid command
    
    Add option "-exclude" to testgrid command.
    It's possible to exclude groups, grids and test cases from test execution.
    Add possibility to exclude subgroups from executed groups and test cases from executed subgroups\groups.

commit 78a8dfb9f85ea4e00907431492225f7d0ae8d537
Author: vro 
Date:   Mon Oct 15 15:07:52 2018 +0300

    0030215: Application Framework, TPrsStd_AISPresentation - Enable Lazy Presentation Updates

commit da87ddc3ebd3893c11f92f5ae42ec29cc6ee1fe0
Author: asl 
Date:   Tue Oct 16 23:17:47 2018 +0300

    0030076: Visualization, TKV3d - API to update certain vertex attribute(s) without recomputing a presentation
    
    Graphic3d_Buffer can be now optionally initialized as non-interleaved array of vertex attributes
    and provides an interface to invalidate buffer sub-range tracked by OpenGl_PrimitiveArray.

commit 34253146da74767b53970591f5aada9e187aeb13
Author: kgv 
Date:   Sun Oct 14 14:00:46 2018 +0300

    0030239: Visualization, Graphic3d_ArrayOfPrimitives - pass Graphic3d_ArrayFlags bitmask instead of dedicated Boolean flags to constructor

commit 751d055356c3ca4684b6e3f5ca3f2a0b8a865540
Author: ifv 
Date:   Thu Oct 4 16:06:54 2018 +0300

    0030194: Modeling Algorithms - Intersection points between line and torus are not found
    
    Calling numerical solution is implemented if analytical algorithm fails

commit 0fdcb9c998d02bdb24010c4fabb4a0bb534ca7a2
Author: emv 
Date:   Fri Sep 21 11:29:23 2018 +0300

    0030150: Modeling Algorithms - Removal of BRepAlgo_BooleanOperations and BRepAlgo_DSAccess classes
    
    Replacing usage of BRepAlgo_DSAccess with usage of modern Boolean operations algorithms in BRepFill_Draft.
    Removing BRepAlgo_BooleanOperations and BRepAlgo_DSAccess classes.
    
    The following classes have been removed as unused:
    * BRepAlgo_DataMapOfShapeBoolean
    * BRepAlgo_DataMapOfShapeInterference
    * BRepAlgo_EdgeConnector
    * BRepAlgo_SequenceOfSequenceOfInteger

commit dc2749cfbdbf460e1deaf85b0d83bf6142245738
Author: kgv 
Date:   Mon Oct 15 14:19:01 2018 +0300

    0030240: Visualization, OpenGl_FrameStatsPrs - chart cannot be erased

commit c3749171b7dc1fb1179f44a6f6054f9571fa0be6
Author: kgv 
Date:   Thu Oct 11 16:05:32 2018 +0300

    0030232: Visualization, StdPrs_BndBox - support Bnd_OBB in addition to Bnd_Box

commit 5e30547b636a14f1e409795c9f207aa61ff98ac6
Author: kgv 
Date:   Mon Sep 17 18:11:05 2018 +0300

    0030144: Visualization, TKOpenGl - extend OpenGl_FrameStats with frame timers

commit 9b9f2fe97288577141bcdc6383469c1342aaf444
Author: skl 
Date:   Tue Oct 9 10:57:42 2018 +0300

    0030221: Data Exchange - VRML is exported with inversed normals
    
    Added test case bugs/xde/bug30221

commit 1b63268eb229e78b3c615975c54e273d6372cd0f
Author: kgv 
Date:   Mon Oct 8 19:16:06 2018 +0300

    0030218: Visualization - custom selection presentation is not updated within SelectMgr_SelectableObject::UpdateTransformation()
    
    SelectMgr_SelectableObject now assigns transformation to mySelectionPrs and myHilightPrs presentations.
    Removed confusing method PrsMgr_PresentableObject::UpdateTransformation() with presentation as argument.

commit 84e847557add7c94d414cdbc1b61e72fbfde0dc7
Author: mnv 
Date:   Thu Sep 27 16:30:48 2018 +0300

    0030166: Visualization, TKOpenGl - add option OpenGl_Caps::glslDumpLevel dumping the source code of the shader program
    
    Added new option -glslcode for vgldebug command with the following values:
    - off   disables glsl source code dump;
    - short to dump glsl source code in short format (except common declarations);
    - full  to dump glsl source code in full format.

commit dce5b3eb0c3814802bade97009739d8a9b2f6a91
Author: emv 
Date:   Thu Oct 4 13:25:06 2018 +0300

    0030198: Regression to 7.1.0: BRepAlgoAPI_Fuse unlimited memory usage
    
    When refining the mesh to achieve required deflection (IntPolyh_Triangle::MultipleMiddleRefinement) limit the number of new triangles to avoid infinite loop.
    Test case for the issue.

commit f67d7efd4ef6bf5e82245f18f40dc83ad820e09e
Author: nbv 
Date:   Mon Oct 8 12:12:07 2018 +0300

    0030207: ChFi3d_KParticular stack-use-after-scope
    
    References to temporary objects have been eliminated.

commit dcd768a49a6b6876442b16b4cf295e232f70da4b
Author: nbv 
Date:   Fri Oct 5 10:50:51 2018 +0300

    0030202: IntPatch_WLineTool::JoinWLines array out of bounds
    
    The main idea of the fix is that the creation of WLine with one point is forbidden.

commit dcf0889fc264ee65fa5fef447bcbfc4a45067a11
Author: ifv 
Date:   Mon Sep 17 17:13:44 2018 +0300

    0030133: Modeling Data - Crash during visualization of invalid part
    
    Control of number of recursive calls is implemented to avoid stack overflow.

commit 6997ff1c8854824a6370dba63aecab98dc14d4a9
Author: mnv 
Date:   Mon Oct 1 13:53:37 2018 +0300

    0029020: Visualization, V3d_View - workaround image dump issue on Intel OpenGL driver
    
    Implemented workaround for dump images with width >= 5462 pix on Intel OpenGl driver.
    Changes according to OpenGl_Context::myVendor field in lowercase.

commit 521648ce023ba9de4bfc887a16cbc0ade73e7968
Author: nbv 
Date:   Wed Oct 3 17:02:44 2018 +0300

    0030176: Modeling Algorithms - Infinite loop in IntWalk_PWalking::Perform()
    
    Currently resetting of counter LevelOfIterWithoutAppend is enabled only if additional iterations have taken some positive effect.

commit 87efa821fa499bc5d01178dd31f68ab3fbe8c7b2
Author: ika 
Date:   Tue Oct 2 18:29:40 2018 +0300

    0030189: Data Exchange - Wrong export to STEP of located root.
    
    Now roots-references in XCAF Document can be exported to STEP without losing structure of assembly/sharing/metadata of this root. New auxiliary root assembly with each root-reference is created to save all necessary data.

commit 13c0e40223d88c00e03d686f85932020b67273d2
Author: emv 
Date:   Fri Sep 7 15:24:49 2018 +0300

    0030145: Modeling Algorithms - Boolean Operations on open solids
    
    Provide possibility to perform Boolean operations on open solids.
    
    Implementation of the new method *BOPAlgo_Builder::BuildBOP* performing the construction of the result shape for the given type of Boolean operation.
    This approach does not rely on the splits of solid to be correct and looks for the faces with necessary state relatively opposite solids to build the result solid.
    The call to this method is performed from BOP algorithm in case there were open solids in the arguments.
    
    Implementation of the draw command *buildbop* performing a call to the method above.

commit 60b1a085c7c0cdb6c1ad2834019ac5206d3d771a
Author: emv 
Date:   Fri Sep 21 16:22:37 2018 +0300

    0030154: [REGRESSION] Modeling Algorithms - Boolean Operation on planar geometry hangs inside BRepLib::FindValidRange()
    
    Do not allow the precision with which the valid range is found to be less than the epsilon of the max parameter of the edge's range.
    Test cases for the issue.

commit a3506de7706346d9b0e472f30aac5c55bbb635d0
Author: skl 
Date:   Thu Sep 6 11:18:13 2018 +0300

    0030115: Implementation of import from XCAF to VRML.

commit eaac086605f1b03a064cfa0b0b4e7fe7d07d1356
Author: mnv 
Date:   Mon Sep 24 11:53:12 2018 +0300

    0030153: Visualization, TKOpenGl - AIS_ColoredShape::SynchronizeAspects() doesn't update all aspects
    
    AIS_InteractiveObject::SynchronizeAspects() now propagates event
    to OpenGl_Group::SynchronizeAspects() which properly handles
    all aspects defined within the group.

commit f2eaecb217b2ca71f4295671ded36a3813c90360
Author: asl 
Date:   Mon Sep 24 11:00:18 2018 +0300

    0030156: Visualization, TKV3d - Triangles outside of selection volume are selected
    
    The addition of elements to map is put under correct condition that element overlaps with selection volume

commit 72a2da560fb2fad58d76a91a63c6a943b7d4f5a9
Author: kgv 
Date:   Mon Sep 24 11:31:40 2018 +0300

    0030157: Draw Harness - xwd image dump should not be limited by desktop size within batch testing
    
    DrawWindow now uses SWP_NOSENDCHANGING flag within batch mode to ensure
    that created window is not clipped in size by desktop dimensions.

commit a922aab52c2f34b20bab68ba3c6b63caa9063b90
Author: jgv 
Date:   Thu Sep 13 16:17:21 2018 +0300

    0028949: BRepOffsetAPI_MakePipe Generated() method produces no result for spine edges
    
    Add history for subshapes of spine: edges and vertices. Each edge of spine generates a shell. Each vertex of spine generates a set of edges and, possibly, faces (in the case of Round Corner).

commit 4ba5491a5086e36ca655c2db882d37308e4ff575
Author: kgv 
Date:   Thu Sep 20 11:40:19 2018 +0300

    0030146: Visualization - exception during attempt to display Edge without geometry
    
    StdPrs_ToolRFace no skips curves with NULL curves.
    Code has been cleaned up from duplicated checks, redundant casts
    and dummy Adaptor2d_Curve2dPtr typedef.
    
    StdSelect_BRepSelectionTool::GetSensitiveForFace() now catches
    Standard_NullObject exception to skip invalid Edges.

commit c39bb31bacfd30a9a604ece1feb84d5363c2e4df
Author: mnv 
Date:   Thu Sep 13 17:47:51 2018 +0300

    0030136: Visualization, TKOpenGl - Graphic3d_TOSM_FACET does not work on mobile devices
    
    Added new type of graphic3d limit Graphic3d_TypeOfLimit_HasFlatShading.
    Added workaround for unexpected behaviour of mobile devices with Adreno GPU.
    Added new complex flag hasFlatShading to OpenGl_Context for indicating support of flat shading.

commit 39effd08e568135d7121b7317df4a99b3e907176
Author: vro 
Date:   Tue Sep 18 16:24:06 2018 +0300

    0030142: Application Framework, TPrsStd_AISPresentation - Hidden Presentations Are Computed During Document Retrieval

commit 7e425ba7b0ed5c17d6785a6e32eeef371f8a7af0
Author: nbv 
Date:   Tue Sep 18 11:10:19 2018 +0300

    0030140: Modeling Algorithms - Access Null Pointer
    
    The array TabP has been allocated correctly.

commit b8f7f6081fb2bb4462a0bedf9b9245f525c36154
Author: kgv 
Date:   Mon Sep 17 13:14:00 2018 +0300

    0030143: Foundation Classes - provide operator[] alias for NCollection_Array1, NCollection_Vector

commit 0de16e296a1501501ce71e5f2e80a4c23e5a1be7
Author: kgv 
Date:   Thu Sep 13 17:34:08 2018 +0300

    0030135: Visualization, TKOpenGl - frame statistics do not include information about instanced structures
    
    OpenGl_FrameStats now takes into account OpenGl_Structure::InstancedStructure().
    OpenGl_View::renderStructs() - fixed resetting non-culled structure counters.

commit 6b1800cb763eef9e7069a3e4270241f5e61f86aa
Author: abv 
Date:   Wed Sep 12 22:38:38 2018 +0300

    0030130: Coding Rules - MSVC 2017 gives warnings about using of std::fpos::seekpos() within RWStl
    
    Use of deprecated method std::fpos::seekpos() is avoided with MSVC 11 (Visual Studio 2012) and above.

commit d0bcf7aa9b69387f144f2bee6d8fa52358c5ec7a
Author: osa 
Date:   Tue Sep 11 21:56:14 2018 +0300

    0030131: Foundation Classes - support of Linear builder for 2D BVH trees
    
    BVH_LinearBuilder and BVH_RadixSorter now accept N==2.
    NCollection_Vec2/3/4 - added missing division by vec operators.

commit 7604a1536514c09cb35998a23ff553493da00b17
Author: kgv 
Date:   Mon Sep 10 18:44:17 2018 +0300

    0029988: AIS_Shape - SetWidth() and SetColor() has no effect for FaceBoundary
    
    AIS_Shape SetWidth and SetColor methods now propagate modifications to FaceBoundary aspect.

commit c60ec7f521a65012019440d91a3c996967350b03
Author: kgv 
Date:   Mon Sep 10 12:25:29 2018 +0300

    0030118: Draw Harness - extend vcomputehlr command with HLR algo type
    
    vcomputehlr has been extended with -algoType argument
    and sets result as DBRep shape in addition to displaying AIS_Shape.

commit 241a61330adaa27e2c2be65b29ea5075cbf57413
Author: emv 
Date:   Wed Aug 29 11:51:43 2018 +0300

    0030092: Modeling Algorithms - Invalid result of Section operation
    
    The following improvements have been made in Boolean operations algorithm in order to fix the problem:
    1. Initialization of the pave blocks which vertices have acquired the SD ones.
    2. Removing from Data Structure the small edges having the same vertices on both ends (either initially or acquired).
    3. Avoid adding empty SD connections when one vertex points to itself.
    
    Test case for the issue.

commit 798a95ed9b104d612e87433dc5dd7527f5a62ead
Author: apn 
Date:   Wed Aug 29 12:40:35 2018 +0300

    0029986: Configuration - environment scripts generated by CMake on Linux do not allow starting DRAW from build folder
    
    Correct launching custom.sh in env.sh.in.
    Correct definition of FFMPEG_DIR in custom.build.bat/sh.in and generation of custom_*.sh (variables CSF_OCCTBinPath and CSF_OCCTLibPath are not empty on the first run)

commit 5fecc4953beebb3b4e5902f9d3085a060dbf1e3f
Author: abv 
Date:   Thu Sep 6 18:59:19 2018 +0300

    0030091: Configuration - allow cross-compilation from Linux (case sensitive filesystem) to x86_64-w64-mingw32
    
    Names of Windows header files are corrected to be lower case to match their actual names on Windows (except Windows.h) and MinGW.
    Files COMMANDWINDOW.h and MAINWINDOW.h in Draw package are renamed to CamelCase according to names of corresponding CXX files.

commit 112139f00ae1277697a6937a921e87d91513ac1e
Author: mnv 
Date:   Thu Aug 9 12:27:10 2018 +0300

    0030026: Configuration, CMake - not clear description of some fields
    
    Updated description for 3RDPARTY_FREETYPE_INCLUDE_DIR_freetype2 and 3RDPARTY_FREETYPE_INCLUDE_DIR_ft2build fields.

commit 82d3cd0b0aba942843213bc81721c518bd7bfb6c
Author: emv 
Date:   Fri Aug 31 10:17:47 2018 +0300

    0030094: Modeling Algorithms - Defeaturing does not work on the attached shape due to incorrect extension of the torus
    
    BRepLib::ExtendFace method when working with analytical and periodic faces now takes into account the possible closeness of the result face.
    Test cases for the issue.

commit 83f7dbeb629b480aa05b955202eb6617c2d88202
Author: emv 
Date:   Fri Aug 31 10:07:05 2018 +0300

    0030100: Modeling Algorithms - ShapeUpgrade_UnifySameDomain is unable to unify faces based on the same toroidal surface
    
    When performing intersection of toroidal faces check first if they are based on the same surface.
    Test cases for the issue.

commit 98974dccef283573c1b7899e144919d3f637d469
Author: nbv 
Date:   Mon Jul 23 14:00:16 2018 +0300

    0029972: Intersection curve has a weird gap in the middle of it
    
    1. The condition of WLine breaking (in IntWalk_IWalking algorithm) has become more independent of the input tolerance.
    
    2. Currently the algorithm of IntPatch_Points of WLine processing depends on the algorithm of obtaining the WLine.
    
    3. The methods IntSurf_LineOn2S::Add(...) and IntSurf_LineOn2S::SetUV(...) have become not inline (see the message ~0077431 in the issue #29866).

commit 06a505ba539da8a77c78502f537e2fbfed0f5eeb
Author: gka 
Date:   Fri Aug 24 19:08:38 2018 +0300

    0030087: Invalid result of the translation of the assembly when relating and related products are mixed in the SRR entity
    
    Detection of specific case of error in the definition of transformation matrix describing position of the component within assembly, when it has Axis Placements swapped, is corrected to handle the case when one of these Axis Placements is contained in both Shape Representations (of the assembly and its component).
    This allows the problematic STEP file to be translated correctly.
    
    Added test bugs step bug30087

commit 1ad3bc4c00f8960745ddf39a55d1e55e55cb05a2
Author: mnv 
Date:   Fri Aug 31 15:14:49 2018 +0300

    0030102: Visualization, TKOpenGl - Graphic3d_TOSM_FACET shading is incorrect in some casesn
    
    gl_FrontFacing is now considered within Normal computation.

commit 93808a4a9cc9052e425a62e3d093d848b028f686
Author: apn 
Date:   Mon Sep 3 11:52:00 2018 +0300

    0030093: Test system - Incorrect parsing of the regular expression
    
    Add "\-" to regular expression (which contained only literal, numeric and underscore character).

commit 0e48692e8201818c9eed57d15715a7ae0ce8801e
Author: emv 
Date:   Tue Aug 28 12:22:01 2018 +0300

    0030090: Modeling Algorithms - BRepLib::FindValidRange does not find valid range for the edge
    
    BRepLib::FindValidRange - check each sampling point to be out of tolerance sphere of the vertex.
    Test case for the issue.

commit 56062e13f2f4852de3904b5529aabc3ca78713ba
Author: emv 
Date:   Wed Aug 29 09:08:13 2018 +0300

    0027928: BOP common produces empty compound
    
    BOPTools_AlgoTools::ComputeState - increase the chance of correct classification of the face relatively solid by classifying the point located inside that face instead of the point taken near the edge of that face.
    Test case for the issue.

commit 7eb3580b7995bbeb9ffbc501ec46c9d3a4ad611a
Author: nbv 
Date:   Thu Aug 23 16:37:59 2018 +0300

    0030082: Intersection algorithm returns curve with big tolerance value
    
    The fix inserts new points at the end of the WLine in case when the direction of the intersection curve is significantly changed.

commit 4a056d205b17a587deae6611c05a2ccf930b1375
Author: kgv 
Date:   Fri Aug 17 15:00:11 2018 +0300

    0030058: Visualization, Select3D_SensitivePrimitiveArray - the selection is not fast enough
    
    Select3D_SensitiveSet::Matches() has been improved to check if BVH node is fully included by selection volume
    and pass this information to overlapsElement()/elementIsInside() interfaces
    to avoid expensive partial overlapping checks for individual elements.
    Select3D_SensitivePrimitiveArray implements this new interface to improve partial overlapping performance.
    Select3D_SensitivePrimitiveArray::Matches() now handles rectangle selection for sub-elements when Elements map is defined.
    Added missing const to SelectMgr_BaseFrustum::Overlaps() methods.
    
    AIS_PointCloud has been extended with new selection mode for collecting selected nodes
    
    Draw Harness command vdrawparray has been extended with an option -shape
    allowing to create a triangulation from tessellated shape.

commit 477000eb31f0dd0c536726d7c5baaadd98123ae3
Author: skl 
Date:   Tue Aug 21 17:33:03 2018 +0300

    0029881: Data Exchange - PMI entities ignore length Units

commit e2a47b0cd2a64ce3b49472cd9440dc8cf83ba5d8
Author: kgv 
Date:   Thu Aug 23 22:26:12 2018 +0900

    0030081: Visualization - selection does not work when two clipping planes cut object from opposite sides
    
    Fixed combining independent clipping planes into single range within SelectMgr_RectangularFrustum::computeClippingRange().

commit 65bb82f241aa3aa8d33ed7289856a4b9d150e673
Author: skl 
Date:   Thu Aug 9 12:26:20 2018 +0300

    0028694: IGES reader produces too small edge covered by its vertices
    
    Methods IsUClosed() and IsVClosed() are changed (check distance to middle point is added).

commit 23826183309ccf84e7b20798e3662aeadde43f37
Author: kgv 
Date:   Wed Aug 15 21:08:00 2018 +0300

    0030068: Documentation - V3d_View::ToPixMap() description should clarify that method will redraw the View content before dump

commit 343f7e4d34095d209d579cc0af881d6ac0e2c5b3
Author: kgv 
Date:   Thu Aug 16 14:42:30 2018 +0300

    0030071: Tests - locate_data_file does not skip .git folders
    
    Regexp is now applied to subfolder name to filter folders starting with dot.

commit cdcb6655e7aecbea0d30c1c04a160db5978ae18f
Author: skl 
Date:   Mon Aug 13 16:34:26 2018 +0300

    0029782: Shape Healing - Reading of invalid shape

commit 47ba172e98d1542bccba2c6e91a9508a32d3f117
Author: bugmaster 
Date:   Wed Aug 8 18:33:16 2018 +0300

    Adjusting testing cases for VC 2017

commit e121dd4d5823769b5072209dda890f7337ac733c
Author: nbv 
Date:   Mon Jul 16 15:32:23 2018 +0300

    0029910: Porting to Debian80-64 : Regressions in Modeling Algorithms
    
    Adjusting test cases.
    Creation of new test cases.

commit 7c5f7e3e043357873f2fefc1003835a60cdfe695
Author: apn 
Date:   Mon Aug 6 16:58:02 2018 +0300

    0030015: Documentation - Correct warnings in OCCT and PRODUCTS documentation
    
    Fix warning multiple use of section label 'upgrade_740_extremaalgo' in the file upgrade.md

commit c16c60a40235f4344ca28847be5ae49e2c123aac
Author: abv 
Date:   Thu Jul 26 10:36:12 2018 +0300

    0029978: Data Exchange, macOS - the result of reading some entity from STEP looks odd
    
    On Apple with XCode 9.4.1 and onwards, the compiler optimization is disabled for method gp_Mat::Transpose() as optimizer generates invalid code when that method is used.
    Some refactoring of the code affected by this bug.

commit 170175554f5aa01b790e66d00b637f44dc562cd6
Author: mnv 
Date:   Mon Jul 23 15:08:01 2018 +0300

    0029938: Visualization - SelectMgr_ViewerSelector::PickedPoint() should return point lying on an object
    
    Extended SelectBasics_PickResult structure by myObjPickedPnt field, which contained the value of the 3d point on the selected object.
    Changed all Overlaps methods. Parameter theDepth replaced on object of the structure SelectBasics_PickResult. This approach will be able to add new fields to SelectBasics_PickResult structure without big changes in modules which contained Overlaps method.

commit c348746059c30939abd0b60c2f061c9ed8dcef2d
Author: kgv 
Date:   Tue Jul 31 22:12:04 2018 +0300

    0030005: Visualization, OpenGl_Context - replace NCollection_SparseArray with NCollection_Array1 for myDrawBuffers

commit b11aef43d4d3bb4f1ec04e64a07d2a71d05a7454
Author: kgv 
Date:   Tue Jul 31 17:37:49 2018 +0300

    0030004: Visualization, AIS_Manipulator - disable detection of Rotating circle when picking ray lies on its plane

commit 4a3610588f094981a3be0205177bf29e4b62ab67
Author: jgv 
Date:   Tue Jul 17 21:16:35 2018 +0300

    0029915: Porting to VC 2017 : Regressions in Modeling Algorithms on VC 2017
    
    Methods GeomConvert::ConcatG1, GeomConvert::ConcatC1, Geom2dConvert::ConcatG1, Geom2dConvert::ConcatC1 are corrected to prevent exceeding maximum degree of BSpline curve in case of closed contour.

commit 31e8d3c1852b4873d4be98dfe056d4c23cb0fd51
Author: vro 
Date:   Tue Jul 10 14:58:08 2018 +0300

    0029940: The method TPrsStd_AISPresentation::SetSelectionMode() seems useless for transactions
    
    A boolean parameter is added with a default value to the method TPrsStd_AISPresentation::SetSelectionMode().
    By default, behavior of the method is not changed. But if the parameter's value is changed to FALSE, change of selection mode for the object will not influence the transaction. In other words, the attribute will not set modified and will not put into transaction delta. This behavior suits the usual notion of the object in an application: the object has color, material, transparency, but selection mode is not a property of the object. It is a property of an operation involving the object. Therefore, it has sense to remove the method SetSelectionMode() from TPrsStd_AISPresentation. For a while, it is marked as obsolete.

commit 6487fb1c9cda7871b401975aac5cd0594f06a742
Author: nbv 
Date:   Fri Jul 27 16:29:55 2018 +0300

    0029994: Misprint in IntWalk_PWalking::Perform(...) method
    
    In the fragment
    
            if (aNewPnt[0] < u1min || aNewPnt[0] > u1max ||
                aNewPnt[1] < v1min || aNewPnt[1] > v1max ||
                aNewPnt[2] < u2min || aNewPnt[2] > u2max ||
                aNewPnt[3] < v2min || aNewPnt[3] > v2max)
            {
              break; // Out of borders, handle this later.
            }
    
    the parameters are compared with values obtained by IntPolyh_MaillageAffinage algorithm and do not have any relations to the domain boundaries.
    
    This misprint has been eliminated.

commit 94783b5111cbefcedf4f6eae72e7cd3b78c7b13b
Author: nbv 
Date:   Tue Jul 17 12:32:14 2018 +0300

    0028085: Incorrect result of CUT operation
    
    Before the fix, small arc of circle returned as intersection result. It was connected with the fact that the circle always was limited in 0 and 2*PI points. Currently the bounds of the circle (retrieved as an intersection curve) are computed from the real domain of the arguments (there is not a snap to the fixed 0 and 2*PI points).

commit 39b7b2a46508d3ed10d6877a59163fcea4f65ee5
Author: kgv 
Date:   Sat Jul 28 21:18:05 2018 +0300

    0029997: Coding Rules - eliminate GCC compiler warnings -Wmaybe-uninitialized in Select3D_InteriorSensitivePointSet.cxx

commit 73a7509fde0e4a3cd4bee5f6b462f7000e0d6499
Author: ifv 
Date:   Fri Jul 27 10:21:43 2018 +0300

    0029573: ConcatenateWireC0 crashes on two edges wire
    
    Wrong setting first/last vertices is fixed
    Test case added

commit 7686e915e21c4b3420bec707696077fc9baf37e9
Author: abv 
Date:   Tue Jul 24 17:45:15 2018 +0300

    0029911: Porting to Debian80-64 : Regressions in Foundation Classes
    
    Test for handles is updated according to behavior expected from modern compilers.
    
    Performance test perf ncollection A1 is updated (valid range extended) according to measurements made on Debian 8 with GCC 4.9 and on Ubuntu 16.04 with CLang 3.8 and 6.0 and GCC 4.7, 4.9, and 5.0.

commit 9dc6c9b8d410ece0a8355f8269aca362f03471ce
Author: abv 
Date:   Thu Jul 26 07:48:56 2018 +0300

    0029859: Coding - GCC compiler warning -Warray-bounds in IntPatch_InterferencePolyhedron.cxx

commit 1f26f80bb7dcfef391ea5d168757183de5ccecaa
Author: kgv 
Date:   Fri Jul 20 13:07:47 2018 +0300

    0029967: Draw Harness - command bounding has annoying syntax
    
    Bnd_OBB constructor from Bnd_Box is fixed for VOID input.
    
    DRAW command bounding command is adjusted:
    - Support of old syntax 'bounding shape'is restored.
    - Exception on VOID bounding box is avoided.
    - Arguments are handled in case-insensitive way.
    - Options -s, -perfmeter, and ability to set result as first argument are removed as redundant.
    - Help is moved to command definition.
    
    Separate command OCC29311 is added (in QADraw) to do the same as option -perfmeter did; tests are updated.

commit 3dc5809557a675453fd352f69a4cfd948d64cd59
Author: emv 
Date:   Fri Jul 20 15:16:50 2018 +0300

    0029973: Modeling Algorithms - access violation within BRepAlgoAPI_Cut on empty input shape
    
    Boolean Operations algorithm has been improved to handle the cases with empty shapes arguments correctly.
    Test cases for the issue.

commit d3578357e3e819c259d2ddd882a5f9932c7c95ee
Author: emv 
Date:   Wed May 16 12:12:09 2018 +0300

    0029711: General Fuse operation produces invalid result
    
    The following improvements have been introduced in Boolean Operations algorithm s:
    1. UBTree is replaced with EBTree in Boolean operations to be able to add/remove elements into the tree of bounding boxes.
    2. Repeated (nested) intersection of sub-shapes is performed with argument vertices whose tolerances increased during the operation.
    3. The algorithms of Edge/Edge and Edge/Face intersection have been improved for the cases when the intersection point is located close to the edge boundaries .
    4. New procedure has been implemented to ensure forced creation of Edge/Face common blocks in cases when the edge is really close to the face.
    5. Post-processing of Face/Face intersection results has been improved.
    6. Extension of the planar faces for Plane/Plane intersection is avoided.
    7. Builder Face now better classifies potentially internal edges relatively to new faces with filtering by bounding boxes.
    
    Side effect changes:
    1. IntTools_ShrunkRange now keeps the length of the valid range of the edge.
    2. The method BOPDS_DS::UpdateEdgeTolerance() has been removed as unused (replaced by the BOPAlgo_PaveFiller::UpdateEdgeTolerance()).
    
    Test case for the issue 0029900.
    Test case for the issue 0029711.
    Adjustments of the existing test cases.
    
    Avoid using uninitialized variables.

commit fb60181a3a213c25c4c63797f52cf48798532d96
Author: kgv 
Date:   Sat Jul 14 13:59:22 2018 +0300

    0029958: Visualization - add method Graphic3d_ArrayOfPrimitives::AddEdges() taking up to 4 edges

commit 6f26baa0fcf640f1829f984ec9e5e6907561af59
Author: kgv 
Date:   Fri Jul 20 10:40:14 2018 +0300

    0029975: Visualization - Graphic3d_ClipPlane::ProbeBox() returns Out for fully In box

commit 321659b075f2233f65a4ee138d3ab563172d8469
Author: abv 
Date:   Mon Jul 23 21:58:47 2018 +0300

    0029981: Coding - Clang 6.0 warning [-Wenum-compare-switch]
    
    In implementation of DRAW command "mkplane", the case labels of the switch statement are corrected to use values of the enum matching the type of the switch argument.

commit 27a4b067ff43710964f4b7e1e816d9a6adaddd8f
Author: kgv 
Date:   Mon Jul 23 19:13:29 2018 +0300

    0029980: Configuration, CMake - impossible to override CMAKE_CXX_USE_RESPONSE_FILE_FOR_OBJECTS
    
    Variables are not assigning only if have not been previously defined.

commit 8f521168b40c198f3bd81ad5f2be6054595142f5
Author: kgv 
Date:   Mon Jul 23 21:12:13 2018 +0300

    0029740: Draw Harness - eliminate redundant casts to AIS_InteractiveObject
    
    NCollecton_DoubleMap has been extended with two new methods Find1() and Find2()
    performing lookup and returning found key withoout throwing an exception
    (similar to NCollection_DataMap::Find()).
    
    ViewerTest_DoubleMapOfInteractiveAndName has been redeclared to define
    Handle(AIS_InteractiveObject) key instead of Handle(Standard_Transient).

commit a6df1715edb46edd645a99b15326ca200c462f72
Author: kgv 
Date:   Thu Jul 19 20:32:51 2018 +0300

    0029974: Visualization - OpenGl_Layer::Render() produces inconsistent state of Polygon Offset settings
    
    OpenGl_Layer::Render() now calls OpenGl_Workspace::SetDefaultPolygonOffset()
    for managing default polygon offset settings considering OpenGl_Workspace applied aspect logic.

commit 9427bc1d1eaa05b8734e49421007e6abd0384695
Author: kgv 
Date:   Wed Jul 11 17:50:39 2018 +0300

    0029949: Draw Harness - simplify vtriangle command implementation
    
    vtriangle and vsegment commands now share presentation created by vdrawparray command.
    
    Added missing accessors to Graphic3d_ArrayOfPrimitives properties
    VertexNumberAllocated(), EdgeNumberAllocated() and BoundNumberAllocated().

commit 288fff89cc83bdffdaccf8a7437e80fc7e74cb02
Author: kgv 
Date:   Wed Jul 18 01:04:58 2018 +0300

    0029969: Modeling Algorithms - BRepPrimAPI_MakeHalfSpace::Shape() returns NULL shape while reporting IsDone()

commit edc9567475d1a110e52440eb99aa2f990b3612e9
Author: emv 
Date:   Tue Jul 17 10:08:27 2018 +0300

    0029955: Face and Solid BOP: Building 2D curve of edge on face has failed
    
    Test case for the issue as it is not reproduced anymore.

commit 4ccdb6f675dee9482cc47cb56d058d35c5dcc8e1
Author: emv 
Date:   Tue Jul 17 12:07:59 2018 +0300

    0028113: BOPAlgo_Builder produces invalid shape
    
    Fast rebuilding of the face is now avoided if its edges have been unified during the intersection.
    Full rebuilding of the face is required in this case (using BuilderFace algorithm).