mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-08-09 13:22:24 +03:00
0027350: Support for Universal Windows Platform
- Toolchain file to configure a Visual Studio generator for a Windows 10 Universal Application was added (CMake). - There is no support for environment variables in UWP. - SID is not supported (were excluded). - Windows registry is not supported (were excluded). - Mess with usage of Unicode/ANSI was corrected. - Added sample to check UWP functionality. - Excluded usage of methods with Unicode characters where it is possible. - Minor corrections to allow building OCAF (except TKVCAF) and DE (except VRML and XDE) - Building of unsupported modules for UWP platform is off by default . - Checking of DataExchange functionality was added to XAML (UWP) sample. - Added information about UWP to the documentation. - Update of results of merge with issue 27801
This commit is contained in:
@@ -161,7 +161,6 @@
|
||||
#include <ChFi3d_Builder_0.hxx>
|
||||
|
||||
#ifdef OCCT_DEBUG
|
||||
#include <OSD_Chronometer.hxx>
|
||||
extern Standard_Boolean ChFi3d_GetcontextFORCEBLEND();
|
||||
extern Standard_Boolean ChFi3d_GettraceDRAWINT();
|
||||
extern Standard_Boolean ChFi3d_GettraceDRAWENLARGE();
|
||||
@@ -169,8 +168,6 @@ extern Standard_Boolean ChFi3d_GettraceDRAWSPINE();
|
||||
extern Standard_Real t_sameparam, t_batten;
|
||||
extern void ChFi3d_SettraceDRAWINT(const Standard_Boolean b);
|
||||
extern void ChFi3d_SettraceDRAWSPINE(const Standard_Boolean b);
|
||||
extern void ChFi3d_InitChron(OSD_Chronometer& ch);
|
||||
extern void ChFi3d_ResultChron(OSD_Chronometer & ch,Standard_Real& time);
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@@ -100,11 +100,6 @@
|
||||
#include <TopTools_ListOfShape.hxx>
|
||||
|
||||
#include <stdio.h>
|
||||
#ifdef OCCT_DEBUG
|
||||
// For measurements.
|
||||
#include <OSD_Chronometer.hxx>
|
||||
//static OSD_Chronometer appclock;
|
||||
#endif
|
||||
|
||||
//#define DRAW
|
||||
|
||||
|
@@ -33,13 +33,13 @@
|
||||
#include <gp_Vec.hxx>
|
||||
#include <gp_Vec2d.hxx>
|
||||
#include <gp_Ax1.hxx>
|
||||
#include <OSD_Chronometer.hxx>
|
||||
|
||||
#ifdef DRAW
|
||||
#include <DBRep.hxx>
|
||||
#endif
|
||||
|
||||
#ifdef OCCT_DEBUG
|
||||
#include <OSD_Chronometer.hxx>
|
||||
OSD_Chronometer simul,elspine,chemine;
|
||||
#endif
|
||||
|
||||
@@ -169,6 +169,7 @@ void ChFi3d_SetcontextNOOPT(const Standard_Boolean b)
|
||||
Standard_Boolean ChFi3d_GetcontextNOOPT()
|
||||
{ return ChFi3d_contextNOOPT; }
|
||||
|
||||
#ifdef OCCT_DEBUG
|
||||
// ***********************************************
|
||||
// initialization and result of a chrono
|
||||
//************************************************
|
||||
@@ -186,7 +187,7 @@ Standard_EXPORT void ChFi3d_ResultChron( OSD_Chronometer & ch,
|
||||
ch.Show(tch);
|
||||
time=time +tch;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
//==============================================================
|
||||
// function : ChFi3d_CheckSurfData
|
||||
|
@@ -71,6 +71,7 @@
|
||||
#include <TopTools_ListIteratorOfListOfShape.hxx>
|
||||
|
||||
#ifdef OCCT_DEBUG
|
||||
#include <OSD_Chronometer.hxx>
|
||||
extern Standard_Boolean ChFi3d_GettraceCHRON();
|
||||
extern Standard_Real t_computedata ,t_completedata;
|
||||
|
||||
|
Reference in New Issue
Block a user