oce icon indicating copy to clipboard operation
oce copied to clipboard

OpenCASCADE Community Edition (OCE): a community driven fork of the Open CASCADE library.

Results 58 oce issues
Sort by recently updated
recently updated
newest added

This issue will be fixed when OCE 0.18 is released so that this milestone can get closed.

Any contribution is here welcome to increase the number of OCE tests.

QA

are you interested in me resolving these warnings? see http://stackoverflow.com/questions/3246228/dereferencing-type-punned-pointer-will-break-strict-aliasing-rules cd /home/h4ck3rm1k3/experiments/oce/adm/cmake/TKernel && /usr/bin/c++ -DCSFDB -DHAVE_CONFIG_H -DNDEBUG -DOCC_CONVERT_SIGNALS -DTKernel_EXPORTS -D_OCC64 -std=c++0x -Wall -O3 -DNDEBUG -fPIC -I/hom\ e/h4ck3rm1k3/experiments/oce/build_inc -I/home/h4ck3rm1k3/experiments/oce/inc -I/home/h4ck3rm1k3/experiments/oce/src/StdFail -I/home/h4ck3rm1k3/experiments/oce/drv/StdFail...

Istvan recently posted the following topic on the official OCCT dev portal forum: Apple released GCD about two years ago. GCD is a basically parallel programming toolkit, with super-efficient, lightweight...

OSX

I'm try to do an abi compairison between versio 0.14 and 0.15 but compiling of the headers fails due to windows only headers being installed. It looks like anything with...

Feedback

In the gp_Mat.cxx source file (https://github.com/tpaviot/oce/blob/master/src/gp/gp_Mat.cxx), `Standard_OutOfRange`and `Standard_ConstructionError` checks are performed only in debug mode. However, there are many other checks that are also performed in release mode. To test...

QA

Since OSX 10.9 is released, clang raises some `deprecated` warnings related to the use of glu, for instance: ``` /oce/src/OpenGl/OpenGl_GraduatedTrihedron.cxx:60:3: warning: 'gluUnProject' is deprecated: first deprecated in OS X 10.9...

OSX

The method description with 3 points says: "Make an arc of circle (TrimmedCurve from Geom) from three points P1,P2,P3 between two points P1 and P2." This is incorrect: should be...