Convert all .cpp and .h files to UTF-8 with BOM

This commit is contained in:
Thomas Krijnen
2012-12-31 13:28:01 +00:00
parent de756166e0
commit e2bb18476d
46 changed files with 1079 additions and 1079 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h" #include "IfcRegisterUndef.h"
#define CURVE(T) \ #define CURVE(T) \
if ( l->is(T::Class()) ) return convert((T*)l,r); if ( l->is(T::Class()) ) return convert((T*)l,r);
#include "IfcRegisterDef.h" #include "IfcRegisterDef.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h" #include "IfcRegisterUndef.h"
#define FACE(T) \ #define FACE(T) \
if ( l->is(T::Class()) ) return convert((T*)l,r); if ( l->is(T::Class()) ) return convert((T*)l,r);
#include "IfcRegisterDef.h" #include "IfcRegisterDef.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h" #include "IfcRegisterUndef.h"
#define SHAPE(T) \ #define SHAPE(T) \
if ( l->is(T::Class()) ) { \ if ( l->is(T::Class()) ) { \
try { \ try { \
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h" #include "IfcRegisterUndef.h"
#define SHAPES(T) \ #define SHAPES(T) \
if ( l->is(T::Class()) ) { \ if ( l->is(T::Class()) ) { \
try { \ try { \
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h" #include "IfcRegisterUndef.h"
#define WIRE(T) \ #define WIRE(T) \
if ( l->is(T::Class()) ) return convert((T*)l,r); if ( l->is(T::Class()) ) return convert((T*)l,r);
#include "IfcRegisterDef.h" #include "IfcRegisterDef.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h" #include "IfcRegisterUndef.h"
#define CLASS(T,V) \ #define CLASS(T,V) \
std::map<int,V> T; std::map<int,V> T;
#include "IfcRegisterDef.h" #include "IfcRegisterDef.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#ifndef SHAPES #ifndef SHAPES
#define SHAPES(T) #define SHAPES(T)
#endif #endif
#ifndef SHAPE #ifndef SHAPE
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h" #include "IfcRegisterUndef.h"
#define CLASS(T,V) bool convert(const T::ptr L, V& r); #define CLASS(T,V) bool convert(const T::ptr L, V& r);
#define SHAPES(T) CLASS(T,ShapeList) #define SHAPES(T) CLASS(T,ShapeList)
#define SHAPE(T) CLASS(T,TopoDS_Shape) #define SHAPE(T) CLASS(T,TopoDS_Shape)
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h" #include "IfcRegisterUndef.h"
#define SHAPES(T) \ #define SHAPES(T) \
if ( l->is(T::Class()) ) return true; if ( l->is(T::Class()) ) return true;
#include "IfcRegisterDef.h" #include "IfcRegisterDef.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#include "IfcRegisterUndef.h" #include "IfcRegisterUndef.h"
#define CLASS(T,V) \ #define CLASS(T,V) \
T.clear(); T.clear();
#include "IfcRegisterDef.h" #include "IfcRegisterDef.h"
+1 -1
View File
@@ -1,4 +1,4 @@
#ifdef SHAPES #ifdef SHAPES
#undef SHAPES #undef SHAPES
#endif #endif
#ifdef SHAPE #ifdef SHAPE
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
@@ -1,4 +1,4 @@
/* DO NOT EDIT THIS FILE - it is machine generated */ /* DO NOT EDIT THIS FILE - it is machine generated */
#include <jni.h> #include <jni.h>
/* Header for class org_ifcopenshell_IfcOpenShellModel */ /* Header for class org_ifcopenshell_IfcOpenShellModel */
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
#include "../IfcObj/Materials.h" #include "../IfcObj/Materials.h"
void InitMaterials() { void InitMaterials() {
materials["IFCSITE"] = ObjMaterial("IFCSITE",0.7f,0.8f,0.5f); materials["IFCSITE"] = ObjMaterial("IFCSITE",0.7f,0.8f,0.5f);
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1034 -1034
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *
+1 -1
View File
@@ -1,4 +1,4 @@
/******************************************************************************** /********************************************************************************
* * * *
* This file is part of IfcOpenShell. * * This file is part of IfcOpenShell. *
* * * *