Skip to content

Commit

Permalink
Renamed project to Curvature and enabled optimizations mistakenly lef…
Browse files Browse the repository at this point in the history
…t off in last commit
  • Loading branch information
simondemeule committed Sep 26, 2020
1 parent 01fb237 commit 3fccf2b
Show file tree
Hide file tree
Showing 65 changed files with 83 additions and 78 deletions.
Binary file modified .DS_Store
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion BoundedHierarchy.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// BoundingBoxHierarchy.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2019-10-01.
// Copyright © 2019 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion BoundedNode.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// BoundingBoxNode.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2019-09-28.
// Copyright © 2019 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion BoundedObject.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// BoundedObject.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-01.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion BoundedObjectIntersection.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// BoundedObjectIntersection.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-04.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion BoundingBox.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// BoundingBox.cpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2019-03-29.
// Copyright © 2019 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion BoundingBox.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// BoundingBox.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2019-03-29.
// Copyright © 2019 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Camera.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Camera.cpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2019-03-29.
// Copyright © 2019 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Camera.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Camera.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2019-03-29.
// Copyright © 2019 Simon Demeule. All rights reserved.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
3B8B2E4C246C6213005C2743 /* FieldEmpty.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = FieldEmpty.hpp; sourceTree = SOURCE_ROOT; };
3B8B2E4E246C85A6005C2743 /* FieldAttractor.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = FieldAttractor.cpp; sourceTree = SOURCE_ROOT; };
3B8B2E4F246C85A6005C2743 /* FieldAttractor.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = FieldAttractor.hpp; sourceTree = SOURCE_ROOT; };
F4BF3C5C21F27C4300D819E9 /* Bent */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Bent; sourceTree = BUILT_PRODUCTS_DIR; };
F4BF3C5C21F27C4300D819E9 /* Curvature */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Curvature; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
Expand All @@ -109,20 +109,20 @@
F4BF3C5321F27C4200D819E9 = {
isa = PBXGroup;
children = (
F4BF3C5E21F27C4300D819E9 /* Bent */,
F4BF3C5E21F27C4300D819E9 /* Curvature */,
F4BF3C5D21F27C4300D819E9 /* Products */,
);
sourceTree = "<group>";
};
F4BF3C5D21F27C4300D819E9 /* Products */ = {
isa = PBXGroup;
children = (
F4BF3C5C21F27C4300D819E9 /* Bent */,
F4BF3C5C21F27C4300D819E9 /* Curvature */,
);
name = Products;
sourceTree = "<group>";
};
F4BF3C5E21F27C4300D819E9 /* Bent */ = {
F4BF3C5E21F27C4300D819E9 /* Curvature */ = {
isa = PBXGroup;
children = (
3B46AEE52461EE2B00934688 /* BoundedHierarchy.hpp */,
Expand Down Expand Up @@ -176,15 +176,15 @@
3B46AEE82461EE2B00934688 /* Tile.cpp */,
3B46AF072461EE2D00934688 /* Tile.hpp */,
);
path = Bent;
path = Curvature;
sourceTree = "<group>";
};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
F4BF3C5B21F27C4200D819E9 /* Bent */ = {
F4BF3C5B21F27C4200D819E9 /* Curvature */ = {
isa = PBXNativeTarget;
buildConfigurationList = F4BF3C6321F27C4300D819E9 /* Build configuration list for PBXNativeTarget "Bent" */;
buildConfigurationList = F4BF3C6321F27C4300D819E9 /* Build configuration list for PBXNativeTarget "Curvature" */;
buildPhases = (
F4BF3C5821F27C4200D819E9 /* Sources */,
F4BF3C5921F27C4200D819E9 /* Frameworks */,
Expand All @@ -194,9 +194,9 @@
);
dependencies = (
);
name = Bent;
name = Curvature;
productName = template;
productReference = F4BF3C5C21F27C4300D819E9 /* Bent */;
productReference = F4BF3C5C21F27C4300D819E9 /* Curvature */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
Expand All @@ -214,7 +214,7 @@
};
};
};
buildConfigurationList = F4BF3C5721F27C4200D819E9 /* Build configuration list for PBXProject "Bent" */;
buildConfigurationList = F4BF3C5721F27C4200D819E9 /* Build configuration list for PBXProject "Curvature" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
Expand All @@ -226,7 +226,7 @@
projectDirPath = "";
projectRoot = "";
targets = (
F4BF3C5B21F27C4200D819E9 /* Bent */,
F4BF3C5B21F27C4200D819E9 /* Curvature */,
);
};
/* End PBXProject section */
Expand Down Expand Up @@ -404,7 +404,7 @@
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
F4BF3C5721F27C4200D819E9 /* Build configuration list for PBXProject "Bent" */ = {
F4BF3C5721F27C4200D819E9 /* Build configuration list for PBXProject "Curvature" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F4BF3C6121F27C4300D819E9 /* Debug */,
Expand All @@ -413,7 +413,7 @@
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
F4BF3C6321F27C4300D819E9 /* Build configuration list for PBXNativeTarget "Bent" */ = {
F4BF3C6321F27C4300D819E9 /* Build configuration list for PBXNativeTarget "Curvature" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F4BF3C6421F27C4300D819E9 /* Debug */,
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array/>
</plist>
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F4BF3C5B21F27C4200D819E9"
BuildableName = "Bent"
BlueprintName = "Bent"
ReferencedContainer = "container:Bent.xcodeproj">
BuildableName = "Curvature"
BlueprintName = "Curvature"
ReferencedContainer = "container:Curvature.xcodeproj">
</BuildableReference>
</BuildActionEntry>
</BuildActionEntries>
Expand All @@ -31,9 +31,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F4BF3C5B21F27C4200D819E9"
BuildableName = "Bent"
BlueprintName = "Bent"
ReferencedContainer = "container:Bent.xcodeproj">
BuildableName = "Curvature"
BlueprintName = "Curvature"
ReferencedContainer = "container:Curvature.xcodeproj">
</BuildableReference>
</MacroExpansion>
<Testables>
Expand All @@ -45,7 +45,7 @@
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
launchStyle = "0"
useCustomWorkingDirectory = "YES"
customWorkingDirectory = "/Users/simondemeule/GitHub/Bent"
customWorkingDirectory = "/Users/simondemeule/GitHub/Curvature"
ignoresPersistentStateOnLaunch = "NO"
debugDocumentVersioning = "YES"
debugServiceExtension = "internal"
Expand All @@ -57,9 +57,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F4BF3C5B21F27C4200D819E9"
BuildableName = "Bent"
BlueprintName = "Bent"
ReferencedContainer = "container:Bent.xcodeproj">
BuildableName = "Curvature"
BlueprintName = "Curvature"
ReferencedContainer = "container:Curvature.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</LaunchAction>
Expand All @@ -75,9 +75,9 @@
<BuildableReference
BuildableIdentifier = "primary"
BlueprintIdentifier = "F4BF3C5B21F27C4200D819E9"
BuildableName = "Bent"
BlueprintName = "Bent"
ReferencedContainer = "container:Bent.xcodeproj">
BuildableName = "Curvature"
BlueprintName = "Curvature"
ReferencedContainer = "container:Curvature.xcodeproj">
</BuildableReference>
</BuildableProductRunnable>
</ProfileAction>
Expand Down
2 changes: 1 addition & 1 deletion DistanceMeasure.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// DistanceMeasure.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-09.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Field.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Field.cpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2019-10-01.
// Copyright © 2019 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Field.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Field.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2019-10-01.
// Copyright © 2019 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion FieldAttractor.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// FieldAttractor.cpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-13.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion FieldAttractor.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// FieldAttractor.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-13.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion FieldCrossProduct.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// FieldCrossProduct.cpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-12.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion FieldCrossProduct.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// FieldCrossProduct.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-12.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion FieldEmpty.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// FieldEmpty.cpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-13.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion FieldEmpty.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// FieldEmpty.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-13.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion FieldIntersection.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// FieldIntersection.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-12.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Image.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Image.cpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2019-04-02.
// Copyright © 2019 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Image.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Image.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2019-04-02.
// Copyright © 2019 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Intersection.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Intersection.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-04.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Light.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Light.cpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2019-03-30.
// Copyright © 2019 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion Light.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Light.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2019-03-30.
// Copyright © 2019 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion MeshData.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// MeshData.cpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-05.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion MeshData.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// MeshData.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-05.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion MeshInstance.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// MeshInstance.cpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-05.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion MeshInstance.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// MeshInstance.hpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-05.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
2 changes: 1 addition & 1 deletion MeshPrimitive.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// MeshPrimitive.cpp
// Bent
// Curvature
//
// Created by Simon Demeule on 2020-05-05.
// Copyright © 2020 Simon Demeule. All rights reserved.
Expand Down
Loading

0 comments on commit 3fccf2b

Please sign in to comment.