apn
615876eb63
Rebased on current master.
...
fix for the bug v2.0
2012-08-28 15:15:49 +04:00
bugmaster
09121745ad
Integration of adjusted testing cases.
2012-08-27 16:12:38 +04:00
Roman Lygin
1cc1abe1ab
0023393: Improve usability of OSD_MAllocHook::CollectBySize
...
Usability of OSD_MAllocHook::CollectBySize was improved:
- fields of OSD_MAllocHook::CollectBySize are made public (not private) to enable access for debugging purposes.
- added field myMaxAllocSize to denote maximum tracked size
2012-08-24 15:14:14 +04:00
Roman Lygin
536416f3d2
0023392: Memory leak in OCAF in debug mode
...
TDF_LabelNode::Destroy() does not free memory for entry strings TCollection_AsciiString myDebugEntry problem was corrected.
2012-08-24 15:08:50 +04:00
kgv
17f65eb229
0023397: Marker aspect doesn't applied to points drawn by Primitive Arrays
...
Applying color and point size (marker type currently ignored).
2012-08-24 14:48:55 +04:00
pkv
420399e331
0023341: Wrong result done by 2D classifier algorithm for a point and a face.
...
Class classIntCurve_IntConicConic has been changed.
The intersection point that is definitely out of both domains is rejected.
Improving expression on lines 1101-1104 of IntCurve_IntConicConic_1.cxx to be more clear with adding comments.
2012-08-24 14:32:10 +04:00
Pawel
d93f7683c9
0023373: MSVC++ warnings issued during compilation for 64bits, 'Sparse Arrays'
...
Replaced 'Standard_Integer' with 'Standard_Size' to avoid compiler warning.
Removed redundant casting to 'Standard_Size'.
Removed code checking if a 'Standard_Size' variable is negative.
2012-08-24 14:18:55 +04:00
san
6318e884de
0023385: Bug in AIS_TexturedShape::Compute()
...
Mistake in AIS_TexturedShape::Compute() occurred in the patch for issue 22971 corrected
2012-08-24 14:13:44 +04:00
ski
49c093ae1c
0023371: Expression which check of change of square/volume/length in end files doesn't work properly
...
Modified END files
Corrected tests cases due to modification of END files
2012-08-20 13:33:29 +04:00
ski
368ebb7e4a
0023364: Integration of test grid "cpp" into the new testing system
...
Integration of test grid "cpp" (pipe) into the new testing system
2012-08-20 13:29:20 +04:00
ski
c2a0f4819b
0023382: Integration of test grid "did" into the new testing system
...
Integration of test grid "did" ( heal tests ) into the new testing system
2012-08-20 13:26:43 +04:00
Pawel
40f53a3858
0023369: MSVC++ warnings issued during compilation for 64bits, Materials.cxx
...
Replaced 'Standard_Integer' with 'Standard_Size' to avoid compiler warning.
2012-08-20 13:18:41 +04:00
Pawel
2ac0971028
0023370: MSVC++ warnings issued during compilation for 64bits, WNT_FontMapEntry.cxx
...
Replaced 'int' with 'Standard_Size' to avoid compiler warning.
2012-08-20 13:13:37 +04:00
szy
aa45313282
0023306: Failures reading some attributes of BinOcaf document
...
Saving OCAF attribute TColStd_Array1OfExtendedString to binary file is corrected (missing data field written).
2012-08-20 12:56:47 +04:00
bugmaster
9db37f0e3c
Corrected integration
2012-08-13 15:34:43 +04:00
Pawel
8558350d3c
0023295: A part of conditional expression is always true
...
Checking if curve type is GeomAbs_BSplineCurve.
2012-08-10 10:56:33 +04:00
Pawel
b2d4add4b8
0023349: There are identical sub-expressions 'aS1.ShapeType() != TopAbs_FACE' to the left and to the right of the '||' operator.
...
The same shape was checked twice if it was a face. The other shape was omitted instead.
2012-08-10 10:52:10 +04:00
Pawel
8fb480b35a
0023296: Not verifying method return flag
...
Checking the returned flag. If the method fails return.
2012-08-10 10:48:14 +04:00
Pawel Kowalski
72d873ef3a
0023294: Identical sub-expression in 'if-clause'
...
Correcting probable copy-paste bug.
Test case offset shape_type_i D7 was modified
2012-08-10 10:45:42 +04:00
Roman Lygin
f3fa1d3509
0023365: Name collision of global IsEqual() leads to overriding user's definition
...
Prevent name collision of global IsEqual()
2012-08-10 10:41:48 +04:00
Pawel Kowalski
7c57b71eed
Corrected integration
2012-08-06 16:25:17 +04:00
Pawel
6d1a5d3a0c
0023356: Suspicious assignment inside the condition expression of 'if' operator.
...
Changed the assignments in the if-clauses to comparisons.
2012-08-03 13:34:13 +04:00
Pawel
d4a137d527
0023347: Expression '(* q == ' ') && (* q == '\t')' is always false. Probably the '||' operator should be used here.
...
Replacing '&&' with '||'.
2012-08-03 13:31:24 +04:00
Pawel Kowalski
d33dea30d5
0023348: Expression 'ii >= 0' is always true. Unsigned type value is always >= 0.
...
Redesigned the loop to work correctly with unsigned variables.
Treatment of path to source file is rewritten using OSD_Path for more clarity
Command getsourcefile corrected to return its result as Tcl string, and simplified
Error in treatment of optional arguments in substituted puts is fixed in src/DrawResources/TestCommands.tcl
Test case added: demo draw getsource
2012-08-03 13:28:27 +04:00
Pawel
3b4c36f540
0023350: The null pointer is passed into 'strcmp' function.
...
The method returns if it gets a NULL pointer.
2012-08-03 13:18:31 +04:00
Pawel
aceabd1b53
0023353: Graphic3d_NOM_STONE used twice in an if-clause.
...
Graphic3d_NOM_STONE appeared twice in the if-clause.
2012-08-03 12:45:01 +04:00
san
99c56d44e7
0023362: Adding DRAW command vsetinteriorstyle
...
Adding DRAW command vsetinteriorstyle
- Translated French comments to English
2012-08-03 11:35:36 +04:00
san
26395493b0
0023363: [Regression] Lost gradient background when switching to the hollow interior style
...
Calling glPolygonMode() to ensure filled polygon rendering when drawing
the view background
Revert "Calling glPolygonMode() to ensure filled polygon rendering when drawing"
This reverts commit 41d41ab23cb81acb3bcf7e6ad5d10ea0097eecdd.
OpenGl_Workspace::ResetAppliedAspect() method improved in order to
reset GL parameters to default values specified in default aspects.
This method is now called twice during scene rendering:
- At the very beginning by OpenGl_Workspace::Activate()
- After all structures has been drawn but before the auxiliary stuff
(like trihedrons, overlayer, display callbacks)
2012-08-03 11:16:58 +04:00
ski
5805221e14
0023298: Integration of test grid "off" into the new testing system
2012-07-30 16:09:29 +04:00
bugmaster
15f88c1218
Corrected integration
2012-07-27 17:59:22 +04:00
abk
e26b06c3ae
0023330: Redundant copying in Geom2d_OffsetCurve::Geom2d_OffsetCurve method
...
Redundant copying of 'C' in Geom2d_OffsetCurve::Geom2d_OffsetCurve(const Handle(Curve)& C, const Standard_Real Offset) method was removed.
2012-07-27 17:52:04 +04:00
Pawel Kowalski
e145d04c8d
0023346: MSVC++ Error C2664: 'AIS_InteractiveObject::PolygonOffsets': conversion from 'Standard_Real' in 'Standard_ShortReal &'
...
Changed Standard_Real to Standard_ShortReal.
Modify test case offset shape_type_i D6
2012-07-27 16:52:37 +04:00
Pawel
fb8a73581a
0023274: MSVC++ warnings issued during compilation for 64bits
...
Replacing Standard_Integer with Standard_Size to avoid warnings.
2012-07-27 16:12:24 +04:00
Pawel Kowalski
8ad8260234
0023332: Expression 'anIndex < 0' is always false. Unsigned type value is never < 0. in Vrmldata_Geometry.cxx
...
Examining index sign before casting to Standard_Size.
Argument of method VrmlData_ArrayVec3d::Value() changed from Standard_Integer to Standard_Size to be consistent with its use (avoid compiler warnings)
2012-07-27 16:08:57 +04:00
Pawel
d497b3141d
0023333: The variable 'i' is being used for this loop and for the outer loop in Vrmldata_ShapeConvert.cxx
...
Use separate variable to iterate the inner loop.
2012-07-27 16:04:43 +04:00
Pawel
db3d2a99ae
0023335: Array overrun is possible. The value of 'i' index could reach 200 in Interface_MSG.cxx
...
Iterating from 1 to 199 over the 'buf' in order to avoid an overrun.
2012-07-27 15:55:57 +04:00
Pawel
b28f4666f9
0023337: The 'strcmp' function returns 0 if corresponding strings are equal. (1)
...
Checking if the return value from 'strcmp' is '0'.
2012-07-27 15:53:14 +04:00
Pawel
fafad173ed
0023336: The 'strcmp' function returns 0 if corresponding strings are equal.
...
Checking if the return value from 'strcmp' is '0'.
2012-07-27 15:50:17 +04:00
Pawel
5dc6fb935c
0023339: The 'strcmp' function returns 0 if corresponding strings are equal. (2)
...
Checking if the return value from 'strcmp' is '0'.
2012-07-27 15:40:46 +04:00
Pawel
8d3d66d629
0023340: The values of different enum types are compared: switch(ENUM_TYPE_A) { case ENUM_TYPE_B: ... }. StepToTopoDS.cxx
...
Corrected the used enumeration type.
2012-07-27 15:26:32 +04:00
Pawel
e25709170a
0023325: Always getting the transparency of the back face
...
Added the 'breaks' in the affected 'switch' statement.
2012-07-27 15:23:23 +04:00
Pawel
b804b20e23
0023319: Typo in AIS_ConcentricRelation.cxx line 156
...
Checking if the 'Vertex2' (NOT 'Vertex1') is on plane in order to project it.
2012-07-27 15:20:29 +04:00
Pawel
b31fce3710
0023320: The body of 'OpenCollector' function is fully equivalent to the body of 'CloseCollector' function
...
When opening the collector setting the corresponding flag to Standard_False.
2012-07-27 15:17:16 +04:00
Pawel
d28abc6596
0023326: The 'aSibling' pointer was utilized before it was verified against nullptr. ldom_element.cxx
...
Verifying pointer against NULL before accessing it.
2012-07-27 15:14:35 +04:00
Pawel
e9eb6248dc
0023317: Using the iteration variable in the inner and outer loop in GGraphic2d_SetOfCurves.cxx
...
Replaced the iteration variable for the internal loop.
2012-07-27 15:11:06 +04:00
Pawel
53aa7b3237
0023318: If statement equal to else statement in AIS_ConcentricRelation.cxx, lines 108-115
...
Corrected the else-clause.
2012-07-27 15:05:38 +04:00
Pawel
d015d21804
0023277: Buffer underflow using memset in osd_path.cxx
...
The parameter used in memset matches the buffer size.
2012-07-27 14:58:54 +04:00
Pawel
9d21a648c8
0023322: Identical sub-expressions 'MyCView.Orientation.ViewReferencePoint.y != float (Y)'
...
Changed the duplicate 'y' to 'z'.
2012-07-27 14:44:56 +04:00
Pawel
3f6213c322
0023315: Duplicate comarison in an if-clause ib Prs2d_ToleranceFrame.cxx
...
Testing the length of 'myTxt2' instead of 'myTxt1' twice.
2012-07-27 12:26:44 +04:00
vtn
be10f7a868
0023342: Changing of OCCT tests according to integration of 23.07.2012
...
Tests are changed according to current state of OCCT.
2012-07-23 16:33:47 +04:00