Changesets: occt

master 90ac6145

2012-09-27 11:58:32

dbv

Details Diff
0023448: Fix QT samples for Mac OS X

Fixed QT samples so they can be built on Mac OS X with qt-x11
Affected Issues
0023448
mod - samples/qt/Tutorial/Tutorial.pro Diff File

master 185e6ec0

2012-09-27 08:43:54

kgv

Details Diff
0023425: diffimage generate OSD_Exception during execution

diffimage out-of-image access during border filter execution

Verify neighbor pixel position for out-of-image access
A list of referenced articles and books is added to Image_Diff.hxx file.

Adding test case bugs/vis/CR23425

Image_Diff - fix compilation error on x86_64 target using msvc
There no std::abs for ptrdiff_t in Microsoft STL implementation

Image_PixMap - fixed compilation on gcc 3

Removed extra newlines in TCL script
Image_Diff, move back extra modifications
Affected Issues
0023425
mod - src/Image/Image_Diff.cxx Diff File
mod - src/Image/Image_Diff.hxx Diff File
mod - src/Image/Image_PixMap.cxx Diff File
add - tests/bugs/vis/CR23425 Diff File

master bb310307

2012-09-27 08:29:04

emv

Details Diff
0023394: Problem with BRepOffset_MakeOffset on a cylindrical face
mod - src/BRepOffset/BRepOffset_MakeOffset.cxx Diff File
add - tests/bugs/modalg/CR23394 Diff File

master 4b66ae76

2012-09-27 08:03:12

pkv

Details Diff
0023129: BRepTools::OuterShell() works wrong - it always returns the first shell
mod - src/BRepClass3d/BRepClass3d.cdl Diff File
add - src/BRepClass3d/BRepClass3d.cxx Diff File
mod - src/BRepTest/BRepTest_ShellCommands.cxx Diff File

master ceeaafcb

2012-09-21 13:43:13

mkv

Details Diff
0023358: Unitialized variables used.

Draw command was fixed
Affected Issues
0023358
mod - src/QABugs/QABugs_3.cxx Diff File

master 3695b8c2

2012-09-21 12:27:23

kgv

Details Diff
0023316: OpenGl package can not be compiled on RedHat40-64

OpenGl_Window avoid early unprotected glx.h inclusion
which may cause system glext.h inclusion
Affected Issues
0023316
mod - src/OpenGl/OpenGl_Window.hxx Diff File

master e9a6ce82

2012-09-20 10:33:48

jgv

Details Diff
0023388: Boolean operations hang up trying to build section of two customer's shapes
mod - src/IntPatch/IntPatch_WLine.cxx Diff File
mod - src/IntWalk/IntWalk_IWalking_3.gxx Diff File
mod - src/IntWalk/IntWalk_IWalking_4.gxx Diff File
mod - src/IntWalk/IntWalk_PWalking_1.gxx Diff File

master 73a97e76

2012-09-20 04:29:26

emv

Details Diff
0023252: Fillet regression
mod - src/TopOpeBRepBuild/TopOpeBRepBuild_CompositeClassifier.cdl Diff File
mod - src/TopOpeBRepBuild/TopOpeBRepBuild_CompositeClassifier.cxx Diff File
mod - src/TopOpeBRepBuild/TopOpeBRepBuild_ShellFaceClassifier.cdl Diff File
mod - src/TopOpeBRepBuild/TopOpeBRepBuild_ShellFaceClassifier.cxx Diff File
mod - src/TopOpeBRepBuild/TopOpeBRepBuild_WireEdgeClassifier.cdl Diff File
mod - src/TopOpeBRepBuild/TopOpeBRepBuild_WireEdgeClassifier.cxx Diff File

master fc9e2095

2012-09-14 13:53:59

szy

Details Diff
0023327: There are identical sub-expressions to the left and to the right of the '&&' operator Affected Issues
0023327
mod - src/TObj/TObj_Model.cxx Diff File

master 7c104885

2012-09-14 13:51:20

jgv

Details Diff
0023429: BRepFeat_SplitShape algorithm misses some section edges while building result from customer's shape

Adding test case bugs/modalg/CR23429
mod - src/BRepFeat/BRepFeat_SplitShape.cdl Diff File
mod - src/BRepFeat/BRepFeat_SplitShape.lxx Diff File
mod - src/LocOpe/LocOpe_SplitShape.cxx Diff File
mod - src/LocOpe/LocOpe_WiresOnShape.cdl Diff File
mod - src/LocOpe/LocOpe_WiresOnShape.cxx Diff File
mod - src/LocOpe/LocOpe_WiresOnShape.lxx Diff File
mod - src/QABugs/QABugs_11.cxx Diff File
mod - tests/bugs/grids.list Diff File
add - tests/bugs/modalg/CR23429 Diff File
add - tests/bugs/modalg/end Diff File

master 09951da2

2012-09-14 13:38:41

apn

Details Diff
0022888: Wrong shape result imported from IGES file.

Adding test case bugs/iges/CR22888
Modified test case bugs/iges/CR22888
Affected Issues
0022888
add - tests/bugs/iges/CR22888 Diff File
add - tests/bugs/iges/end Diff File

master 3d063ba6

2012-09-14 13:27:38

jgv

Details Diff
0023389: (OCC 6.5.3 regression) BRepAlgoAPI_Cut returns invalid solid

Adding test case boolean/bopcut_complex/P8
Affected Issues
0023389
mod - src/IntPolyh/IntPolyh_Intersection.cxx Diff File
add - tests/boolean/bopcut_complex/P8 Diff File

master 1bc6c5ef

2012-09-14 13:25:19

kgv

Details Diff
0023414: Remove deprecated classes Xw_PixMap and WNT_PixMap Affected Issues
0023414
mod - src/WNT/WNT.cdl Diff File
rm - src/WNT/WNT_PixMap.cdl Diff File
rm - src/WNT/WNT_PixMap.cxx Diff File
mod - src/WNT/WNT_Window.cdl Diff File
mod - src/Xw/FILES Diff File
rm - src/Xw/Test.com Diff File
rm - src/Xw/Test_deb.com Diff File
mod - src/Xw/Xw.cdl Diff File
rm - src/Xw/Xw_PixMap.cdl Diff File
rm - src/Xw/Xw_PixMap.cxx Diff File
mod - src/Xw/Xw_Window.cdl Diff File

master 8b8bffc6

2012-09-14 13:20:57

szy

Details Diff
0021977: Unsafe implementation of TNaming_Builder

The code is corrected to create instances of TNaming_Builder class dynamically. Note that they cannot be created as local variables as they should be instantiated only when needed and then reused for the subshapes of the same type in cycle.

Code around is cleaned from tabs and duplicated fragments.

TNaming_Builder class is changed to use Handles instead of C pointers in its fields.
This should protect from possible access to the freed memory if attribute is deleted while instance of TNaming_Builder is still alive.
In addition, method to construct dummy vertex for storing orientation is simplified.
Affected Issues
0021977
mod - src/TNaming/TNaming_Builder.cdl Diff File
mod - src/TNaming/TNaming_NamedShape.cxx Diff File

master efd4b232

2012-09-14 13:18:59

szy

Details Diff
0023119: TNaming_Selector::Solve() fails (changes from single face to compound of multiple faces)
Patch for Naming improvement.

1). Added persistence.
2). Removed not supported evolution - Replace.

Fix of QADraw commands.
Modified test case: caf named_shape F6

1). Redesigned DNaming commands: SelectShape & SolveSelection
2). Added 2 new scripts: F8 & F9

Adding test cases caf/named_shape/F8 F9
Affected Issues
0023119
mod - src/DNaming/DNaming_SelectionCommands.cxx Diff File
mod - src/TNaming/TNaming_Name.cxx Diff File
mod - src/TNaming/TNaming_Naming.cxx Diff File
mod - tests/caf/named_shape/E1 Diff File
mod - tests/caf/named_shape/E2 Diff File
mod - tests/caf/named_shape/E3 Diff File
mod - tests/caf/named_shape/E4 Diff File
mod - tests/caf/named_shape/E5 Diff File
mod - tests/caf/named_shape/E6 Diff File
mod - tests/caf/named_shape/E7 Diff File
mod - tests/caf/named_shape/E8 Diff File
mod - tests/caf/named_shape/E9 Diff File
mod - tests/caf/named_shape/F1 Diff File
mod - tests/caf/named_shape/F2 Diff File
mod - tests/caf/named_shape/F3 Diff File
mod - tests/caf/named_shape/F4 Diff File
mod - tests/caf/named_shape/F5 Diff File
mod - tests/caf/named_shape/F6 Diff File
mod - tests/caf/named_shape/F7 Diff File
add - tests/caf/named_shape/F8 Diff File
add - tests/caf/named_shape/F9 Diff File

master d4832c3e

2012-09-14 12:36:12

szy

Details Diff
0023086: OCC 6.5.2 DNaming bug

The code is corrected to create instances of TNaming_Builder class dynamically. Note that they cannot be created as local variables as they should be instantiated only when needed and then reused for the subshapes of the same type in cycle.
Code around is cleaned from tabs and duplicated fragments.
Affected Issues
0023086
mod - src/DNaming/DNaming_TransformationDriver.cxx Diff File

master 989341c5

2012-09-14 11:37:14

emv

Details Diff
0023214: BOP section operation produces incorrect result.
mod - src/IntTools/IntTools_FaceFace.cxx Diff File

master a2d5ab2e

2012-09-14 10:37:57

apl

Details Diff
0023407: Draw face outlines for XDE objects

FaceOutline aspect and flag added to AIS_Drawer, Prs3d_Drawer.cdl
FaceOutlines computed by StdPrs_ShadedShape and build upon the edge triangulation.
"vshowoutlines" draw command for testing outlines on AIS_Shapes,
"XShowOutlines" draw command for testing outlines on XCAF objects.
remarks corrected:
- FaceOutline renamed to FaceBoundary
- Graphic3d_ArrayOfSegments with edges used instead of Graphic3d_ArrayOfPolylines with bounds.
draw boundaries in separate Graphic3d_Group.
Adding test cases bugs/vis/CR23407_1 CR23407_2
mod - src/AIS/AIS_Drawer.cdl Diff File
mod - src/AIS/AIS_Drawer.cxx Diff File
mod - src/AIS/AIS_Drawer.lxx Diff File
mod - src/Prs3d/Prs3d_Drawer.cdl Diff File
mod - src/Prs3d/Prs3d_Drawer.cxx Diff File
mod - src/StdPrs/StdPrs_ShadedShape.cxx Diff File
mod - src/ViewerTest/ViewerTest_ObjectCommands.cxx Diff File
mod - src/XDEDRAW/XDEDRAW.cxx Diff File
mod - tests/bugs/end Diff File
mod - tests/bugs/grids.list Diff File
add - tests/bugs/vis/CR23407_1 Diff File
add - tests/bugs/vis/CR23407_2 Diff File

master a180e384

2012-09-14 09:09:39

abv


Committer: abv Details Diff
0023433: Compiler warnings in Graphic3d_ArrayOfPrimitives.lxx

Conversion of color components from real [0,1] to char [0,255] corrected to avoid compiler warnings
mod - src/Graphic3d/Graphic3d_ArrayOfPrimitives.lxx Diff File

master b10d190c

2012-09-13 07:56:48

bugmaster

Details Diff
Corrected integration.
mod - src/OpenGl/OpenGl_FontMgr.hxx Diff File

master dd2c7137

2012-09-12 14:24:01

ski


Committer: bugmaster Details Diff
0023430: Tests in xcaf group fail in parallel mode Affected Issues
0023430
mod - tests/xcaf/begin Diff File
mod - tests/xcaf/end Diff File

master c5fc362f

2012-09-11 12:43:12

apn

Details Diff
Corrected integration.
mod - src/OpenGl/OpenGl_FontMgr.hxx Diff File

master cc6a292d

2012-09-11 06:37:11

abv


Committer: abv Details Diff
0023426: Tool to compare two runs of tests on the same station

New command testdiff added to compare two logs of test run. Currently only CPU times are compared, comparison of images can be added later.
Affected Issues
0023426
mod - src/DrawResources/TestCommands.tcl Diff File

master cdc56cc8

2012-09-11 05:51:12

kgv

Details Diff
0023246: TKOpenGl viewer created without depth buffer on some X11 implementations

Apply workaround on Mac OS platforms too
to ensure GL context created with depth buffer.
Affected Issues
0023246
mod - src/OpenGl/OpenGl_Window.cxx Diff File

master 61039c3d

2012-09-10 13:00:39

apn

Details Diff
Adjusting xcaf test group
rm - tests/xcaf/parse.rules Diff File
 First  Prev  1 2 3 ... 30 ... 60 ... 90 ... 120 ... 150 ... 180 ... 210 ... 231 232 233 234 235 236 237 ... 240 ... 254 255 256  Next  Last