]> OCCT Git - occt-copy.git/commitdiff
0029181: Jenkins Certification Tool - testing with enabled exceptions (undefined...
authorkgv <kgv@opencascade.com>
Tue, 6 Nov 2018 12:19:06 +0000 (15:19 +0300)
committerkgv <kgv@opencascade.com>
Sun, 24 Mar 2019 07:32:04 +0000 (10:32 +0300)
18 files changed:
adm/cmake/occt_defs_flags.cmake
src/ElSLib/ElSLib.cxx
src/HLRAlgo/HLRAlgo_BiPoint.cxx
src/HLRAlgo/HLRAlgo_EdgeIterator.cxx
src/HLRAlgo/HLRAlgo_EdgeStatus.cxx
src/HLRAlgo/HLRAlgo_EdgesBlock.cxx
src/HLRAlgo/HLRAlgo_PolyAlgo.cxx
src/HLRAlgo/HLRAlgo_PolyShellData.cxx
src/HLRAlgo/HLRAlgo_Projector.cxx
src/HLRAlgo/HLRAlgo_WiresBlock.cxx
src/HLRBRep/HLRBRep_EdgeBuilder.cxx
src/HLRBRep/HLRBRep_EdgeIList.cxx
src/HLRBRep/HLRBRep_EdgeInterferenceTool.cxx
src/HLRBRep/HLRBRep_FaceIterator.cxx
src/HLRBRep/HLRBRep_Intersector.cxx
src/HLRBRep/HLRBRep_ShapeToHLR.cxx
src/HLRBRep/HLRBRep_VertexList.cxx
src/Intrv/Intrv_Intervals.cxx

index 5484c6759f3fcaf4e2a4e918b2362932de3e67ac..ed32e0b6a70faf311d3a8357749a7313202fd5d9 100644 (file)
@@ -144,6 +144,6 @@ if (CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX OR MINGW)
 endif()
 
 if (BUILD_RELEASE_DISABLE_EXCEPTIONS)
-  set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DNo_Exception")
-  set (CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -DNo_Exception")
+  #set (CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -DNo_Exception")
+  #set (CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -DNo_Exception")
 endif()
index e2a815c2cd76e084425aaaf26f915b2bd702d354..a1e1df8da065c7c028302b50fe2ad973147f91ff 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-//  Modified by skv - Tue Sep  9 15:10:35 2003 OCC620
-
-
-#ifndef No_Exception
-#define No_Exception
-#endif
-
-
 #include <ElSLib.hxx>
+
 #include <gp.hxx>
 #include <gp_Ax3.hxx>
 #include <gp_Circ.hxx>
index 127ba04ed3cca2dd3c4c93ecc2066ce13374738a..80feb6782bbbf3ed930553420291b0321643d6a0 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-#define No_Exception
-#endif
-
-
 #include <HLRAlgo_BiPoint.hxx>
 
 //=======================================================================
index a03cb48fa13478b6033a1cda729f61eb99ce5b39..e50e3ba4d422c123c5588f08365604ae17432802 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-#define No_Exception
-#endif
-
-
 #include <HLRAlgo_EdgeIterator.hxx>
 #include <HLRAlgo_EdgeStatus.hxx>
 
index d6feb9319fa84f2185b6f898caf3772ecbd1f287..fbe3a99e621f2619cd8ba00a5f76035a1010ea32 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-#define No_Exception
-#endif
-
-
 #include <HLRAlgo_EdgeStatus.hxx>
 #include <Standard_OutOfRange.hxx>
 
index f7abb9384f31974aad8d7021917107aa5eabaa66..1b56c4d2bf953883565c8ac299c1072f3aad4327 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-#define No_Exception
-#endif
-
-
 #include <HLRAlgo_EdgesBlock.hxx>
 #include <Standard_Type.hxx>
 
index dcfd2a581433f0efd44191e9a4f69aabacbeea09..0107e5523a627cc2967bed7fb530f247a1bbee19 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-//#define No_Exception
-#endif
-
-
 #include <HLRAlgo_BiPoint.hxx>
 #include <HLRAlgo_EdgeStatus.hxx>
 #include <HLRAlgo_ListOfBPoint.hxx>
index eed6553d7fffd34450e4a5d7f302f3883776c250..5a44718c32ee701a33561a476df5fa768340b1a7 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-//#define No_Exception
-#endif
-
-
 #include <HLRAlgo_BiPoint.hxx>
 #include <HLRAlgo_ListIteratorOfListOfBPoint.hxx>
 #include <HLRAlgo_PolyData.hxx>
index d51bff6f1fc54a53a68b706f68be313549d43f94..eacce86a3b5f6861b951d62e497ac248858a8ade 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-// #define No_Exception
-#endif
-
-
 #include <gp_Ax2.hxx>
 #include <gp_Ax3.hxx>
 #include <gp_Lin.hxx>
index d056fb2537f32d74cc724361d034e6d8ab56ecec..e774bdf7507d852f34d8c09019269df7acdfbc9a 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-#define No_Exception
-#endif
-
 #include <HLRAlgo_WiresBlock.hxx>
 #include <Standard_Type.hxx>
 
index b6be40937c735e2ce39972698769a25adc73d8e5..396784decacb63fa73089725bf2567010b5d530a 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-#define No_Exception
-#endif
-
-
 #include <HLRAlgo_Intersection.hxx>
 #include <HLRBRep_AreaLimit.hxx>
 #include <HLRBRep_EdgeBuilder.hxx>
index c539b7dfc7dab60a979121d12d391d7466c6aa99..1049fd9f55c50f33bf3dbe285a1373f783b5bf98 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-#define No_Exception
-#endif
-
-
 #include <HLRAlgo_Interference.hxx>
 #include <HLRAlgo_ListIteratorOfInterferenceList.hxx>
 #include <HLRBRep_EdgeIList.hxx>
index b6c8a4396336ebf12d7f683ee0b43dee1822197f..d810f854a4c16675e7abdda148531f918c04de80 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-#define No_Exception
-#endif
-
-
 #include <gp_Dir.hxx>
 #include <HLRAlgo_Interference.hxx>
 #include <HLRAlgo_Intersection.hxx>
index 44aaf5308f1acbdf44b4ec7e397b6e70cfc15be3..1f5e668e5f46471f4acc430ec34d7d65dbae13c8 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-#define No_Exception
-#endif
-
-
 #include <HLRAlgo_EdgesBlock.hxx>
 #include <HLRAlgo_WiresBlock.hxx>
 #include <HLRBRep_FaceData.hxx>
index 9abd175f0e9c7117e06477146e4cd4cb8a280d67..7e74489f4a666af4b68e2eede381a9e75ae4bb7f 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-#define No_Exception
-#endif
-
-
 #include <Bnd_Box.hxx>
 #include <ElCLib.hxx>
 #include <gp.hxx>
index 052579682ce8566aa58a0e7de32d1926ad8294d8..bc1d23db3f545f67e8331db31aed0ff391673470 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-// #define No_Exception
-#endif
-
-
 #include <BRep_Tool.hxx>
 #include <BRepTools.hxx>
 #include <BRepTopAdaptor_MapOfShapeTool.hxx>
index b970594d703acf28447c15e5358f5208299ac5b0..e42ac8edc2c1f00acf7fdad9d4e7db068c99b654 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-#define No_Exception
-#endif
-
-
 #include <HLRAlgo_Intersection.hxx>
 #include <HLRBRep_EdgeInterferenceTool.hxx>
 #include <HLRBRep_VertexList.hxx>
index a7a961ce3697baaeeacb14cf0a26c52549e49c04..26cf40538518752a1a1a9409ad675e852ea97081 100644 (file)
 // Alternatively, this file may be used under the terms of Open CASCADE
 // commercial license or contractual agreement.
 
-#ifndef No_Exception
-#define No_Exception
-#endif
-
-
 #include <Intrv_Interval.hxx>
 #include <Intrv_Intervals.hxx>
 #include <Standard_OutOfRange.hxx>