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

This commit is contained in:
Thomas Krijnen
2012-07-19 18:26:47 +00:00
parent cec7117eb5
commit b4e42025fd
53 changed files with 53 additions and 53 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. *
* * * *
+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 @@
/******************************************************************************** /********************************************************************************
* * * *
* 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 <QApplication> #include <QApplication>
#include <QString> #include <QString>
#ifndef QT_NO_OPENGL #ifndef QT_NO_OPENGL
+1 -1
View File
@@ -1,4 +1,4 @@

#include "mainwindow.h" #include "mainwindow.h"
#include <math.h> #include <math.h>
+1 -1
View File
@@ -1,4 +1,4 @@

#ifndef MAINWINDOW_H #ifndef MAINWINDOW_H
#define MAINWINDOW_H #define MAINWINDOW_H