|
| 1 | +diff -ur occt-fd47711/adm/MODULES occt-7.4.0_modified/adm/MODULES |
| 2 | +--- occt-fd47711/adm/MODULES 2019-09-29 11:12:58.000000000 +0200 |
| 3 | ++++ occt-7.4.0_modified/adm/MODULES 2019-12-20 13:20:41.810477040 +0100 |
| 4 | +@@ -1,7 +1,7 @@ |
| 5 | + FoundationClasses TKernel TKMath |
| 6 | + ModelingData TKG2d TKG3d TKGeomBase TKBRep |
| 7 | +-ModelingAlgorithms TKGeomAlgo TKTopAlgo TKPrim TKBO TKBool TKHLR TKFillet TKOffset TKFeat TKMesh TKXMesh TKShHealing |
| 8 | +-Visualization TKService TKV3d TKOpenGl TKMeshVS TKIVtk TKD3DHost |
| 9 | ++ModelingAlgorithms TKGeomAlgo TKTopAlgo TKPrim TKBO TKBool TKHLR TKFillet TKOffset TKFeat TKMesh TKShHealing |
| 10 | ++Visualization TKV3d TKOpenGl TKMeshVS TKIVtk TKD3DHost |
| 11 | + ApplicationFramework TKCDF TKLCAF TKCAF TKBinL TKXmlL TKBin TKXml TKStdL TKStd TKTObj TKBinTObj TKXmlTObj TKVCAF |
| 12 | +-DataExchange TKXSBase TKSTEPBase TKSTEPAttr TKSTEP209 TKSTEP TKIGES TKXCAF TKXDEIGES TKXDESTEP TKSTL TKVRML TKXmlXCAF TKBinXCAF TKRWMesh |
| 13 | ++DataExchange TKXSBase TKService TKXCAF TKSTEPBase TKSTEPAttr TKSTEP209 TKSTEP TKIGES TKSTL TKVRML TKRWMesh |
| 14 | + Draw TKDraw TKTopTest TKViewerTest TKXSDRAW TKDCAF TKXDEDRAW TKTObjDRAW TKQADraw TKIVtkDraw DRAWEXE |
| 15 | +Les fichiers binaires occt-fd47711/dox/user_guides/foundation_classes/images/foundation_classes_image007.png et occt-7.4.0_modified/dox/user_guides/foundation_classes/images/foundation_classes_image007.png sont différents |
| 16 | +diff -ur occt-fd47711/src/Aspect/Aspect_DisplayConnection.cxx occt-7.4.0_modified/src/Aspect/Aspect_DisplayConnection.cxx |
| 17 | +--- occt-fd47711/src/Aspect/Aspect_DisplayConnection.cxx 2019-09-29 11:12:58.000000000 +0200 |
| 18 | ++++ occt-7.4.0_modified/src/Aspect/Aspect_DisplayConnection.cxx 2019-12-20 13:07:45.585064846 +0100 |
| 19 | +@@ -25,7 +25,8 @@ |
| 20 | + // ======================================================================= |
| 21 | + Aspect_DisplayConnection::Aspect_DisplayConnection() |
| 22 | + { |
| 23 | +-#if !defined(_WIN32) && (!defined(__APPLE__) || defined(MACOSX_USE_GLX)) && !defined(__ANDROID__) && !defined(__QNX__) |
| 24 | ++#if defined(USE_GRAPHICS) |
| 25 | ++//#if !defined(_WIN32) && (!defined(__APPLE__) || defined(MACOSX_USE_GLX)) && !defined(__ANDROID__) && !defined(__QNX__) |
| 26 | + myDisplay = NULL; |
| 27 | + myIsOwnDisplay = false; |
| 28 | + OSD_Environment anEnv ("DISPLAY"); |
| 29 | +@@ -40,7 +41,8 @@ |
| 30 | + // ======================================================================= |
| 31 | + Aspect_DisplayConnection::~Aspect_DisplayConnection() |
| 32 | + { |
| 33 | +-#if !defined(_WIN32) && (!defined(__APPLE__) || defined(MACOSX_USE_GLX)) && !defined(__ANDROID__) && !defined(__QNX__) |
| 34 | ++#if defined(USE_GRAPHICS) |
| 35 | ++//#if !defined(_WIN32) && (!defined(__APPLE__) || defined(MACOSX_USE_GLX)) && !defined(__ANDROID__) && !defined(__QNX__) |
| 36 | + if (myDisplay != NULL |
| 37 | + && myIsOwnDisplay) |
| 38 | + { |
| 39 | +@@ -49,7 +51,7 @@ |
| 40 | + #endif |
| 41 | + } |
| 42 | + |
| 43 | +-#if !defined(_WIN32) && (!defined(__APPLE__) || defined(MACOSX_USE_GLX)) && !defined(__ANDROID__) && !defined(__QNX__) |
| 44 | ++#if defined(USE_GRAPHICS) |
| 45 | + // ======================================================================= |
| 46 | + // function : Aspect_DisplayConnection |
| 47 | + // purpose : |
| 48 | +diff -ur occt-fd47711/src/Aspect/Aspect_DisplayConnection.hxx occt-7.4.0_modified/src/Aspect/Aspect_DisplayConnection.hxx |
| 49 | +--- occt-fd47711/src/Aspect/Aspect_DisplayConnection.hxx 2019-09-29 11:12:58.000000000 +0200 |
| 50 | ++++ occt-7.4.0_modified/src/Aspect/Aspect_DisplayConnection.hxx 2019-12-20 13:06:36.927947393 +0100 |
| 51 | +@@ -20,7 +20,8 @@ |
| 52 | + #include <TCollection_AsciiString.hxx> |
| 53 | + #include <NCollection_DataMap.hxx> |
| 54 | + |
| 55 | +-#if !defined(_WIN32) && (!defined(__APPLE__) || defined(MACOSX_USE_GLX)) && !defined(__ANDROID__) && !defined(__QNX__) |
| 56 | ++// #define USE_GRAPHICS FALSE |
| 57 | ++#if defined(USE_GRAPHICS) |
| 58 | + #include <InterfaceGraphic.hxx> |
| 59 | + #endif |
| 60 | + |
| 61 | +@@ -39,7 +40,7 @@ |
| 62 | + //! Destructor. Close opened connection. |
| 63 | + Standard_EXPORT ~Aspect_DisplayConnection(); |
| 64 | + |
| 65 | +-#if !defined(_WIN32) && (!defined(__APPLE__) || defined(MACOSX_USE_GLX)) && !defined(__ANDROID__) && !defined(__QNX__) |
| 66 | ++#if defined(USE_GRAPHICS) |
| 67 | + //! Constructor. Creates connection with display specified in theDisplayName. |
| 68 | + //! Display name should be in format "hostname:number" or "hostname:number.screen_number", where: |
| 69 | + //! hostname - Specifies the name of the host machine on which the display is physically attached. |
| 70 | +diff -ur occt-fd47711/src/TKService/PACKAGES occt-7.4.0_modified/src/TKService/PACKAGES |
| 71 | +--- occt-fd47711/src/TKService/PACKAGES 2019-09-29 11:12:58.000000000 +0200 |
| 72 | ++++ occt-7.4.0_modified/src/TKService/PACKAGES 2019-12-20 13:40:05.940134362 +0100 |
| 73 | +@@ -1,9 +1,7 @@ |
| 74 | + Aspect |
| 75 | + InterfaceGraphic |
| 76 | +-Xw |
| 77 | + Image |
| 78 | + Media |
| 79 | + WNT |
| 80 | + Cocoa |
| 81 | + TColQuantity |
| 82 | +-Font |
0 commit comments