[Bf-blender-cvs] [49d78a3] soc-2014-nurbs: Initial Commit

Jonathan deWerd noreply at git.blender.org
Fri Jun 27 08:14:28 CEST 2014


Commit: 49d78a3cc0fef6f27482461d326e1404981f89ba
Author: Jonathan deWerd
Date:   Fri Jun 13 21:37:24 2014 -0400
https://developer.blender.org/rB49d78a3cc0fef6f27482461d326e1404981f89ba

Initial Commit

===================================================================

A	PolyTest.xcodeproj/project.pbxproj
A	PolyTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata
A	PolyTest.xcodeproj/xcuserdata/jon.xcuserdatad/xcschemes/PolyTest.xcscheme
A	PolyTest/PolyTest.1
A	PolyTest/main.cpp

===================================================================

diff --git a/PolyTest.xcodeproj/project.pbxproj b/PolyTest.xcodeproj/project.pbxproj
new file mode 100644
index 0000000..97320ce
--- /dev/null
+++ b/PolyTest.xcodeproj/project.pbxproj
@@ -0,0 +1,234 @@
+// !$*UTF8*$!
+{
+	archiveVersion = 1;
+	classes = {
+	};
+	objectVersion = 46;
+	objects = {
+
+/* Begin PBXBuildFile section */
+		FC354565194BDED000F3D236 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = FC354564194BDED000F3D236 /* main.cpp */; };
+		FC354567194BDED000F3D236 /* PolyTest.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = FC354566194BDED000F3D236 /* PolyTest.1 */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXCopyFilesBuildPhase section */
+		FC35455F194BDED000F3D236 /* CopyFiles */ = {
+			isa = PBXCopyFilesBuildPhase;
+			buildActionMask = 2147483647;
+			dstPath = /usr/share/man/man1/;
+			dstSubfolderSpec = 0;
+			files = (
+				FC354567194BDED000F3D236 /* PolyTest.1 in CopyFiles */,
+			);
+			runOnlyForDeploymentPostprocessing = 1;
+		};
+/* End PBXCopyFilesBuildPhase section */
+
+/* Begin PBXFileReference section */
+		FC354561194BDED000F3D236 /* PolyTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = PolyTest; sourceTree = BUILT_PRODUCTS_DIR; };
+		FC354564194BDED000F3D236 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = "<group>"; };
+		FC354566194BDED000F3D236 /* PolyTest.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = PolyTest.1; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+		FC35455E194BDED000F3D236 /* Frameworks */ = {
+			isa = PBXFrameworksBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+		FC354558194BDED000F3D236 = {
+			isa = PBXGroup;
+			children = (
+				FC354563194BDED000F3D236 /* PolyTest */,
+				FC354562194BDED000F3D236 /* Products */,
+			);
+			sourceTree = "<group>";
+		};
+		FC354562194BDED000F3D236 /* Products */ = {
+			isa = PBXGroup;
+			children = (
+				FC354561194BDED000F3D236 /* PolyTest */,
+			);
+			name = Products;
+			sourceTree = "<group>";
+		};
+		FC354563194BDED000F3D236 /* PolyTest */ = {
+			isa = PBXGroup;
+			children = (
+				FC354564194BDED000F3D236 /* main.cpp */,
+				FC354566194BDED000F3D236 /* PolyTest.1 */,
+			);
+			path = PolyTest;
+			sourceTree = "<group>";
+		};
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+		FC354560194BDED000F3D236 /* PolyTest */ = {
+			isa = PBXNativeTarget;
+			buildConfigurationList = FC35456A194BDED000F3D236 /* Build configuration list for PBXNativeTarget "PolyTest" */;
+			buildPhases = (
+				FC35455D194BDED000F3D236 /* Sources */,
+				FC35455E194BDED000F3D236 /* Frameworks */,
+				FC35455F194BDED000F3D236 /* CopyFiles */,
+			);
+			buildRules = (
+			);
+			dependencies = (
+			);
+			name = PolyTest;
+			productName = PolyTest;
+			productReference = FC354561194BDED000F3D236 /* PolyTest */;
+			productType = "com.apple.product-type.tool";
+		};
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+		FC354559194BDED000F3D236 /* Project object */ = {
+			isa = PBXProject;
+			attributes = {
+				LastUpgradeCheck = 0510;
+				ORGANIZATIONNAME = a.b.c;
+			};
+			buildConfigurationList = FC35455C194BDED000F3D236 /* Build configuration list for PBXProject "PolyTest" */;
+			compatibilityVersion = "Xcode 3.2";
+			developmentRegion = English;
+			hasScannedForEncodings = 0;
+			knownRegions = (
+				en,
+			);
+			mainGroup = FC354558194BDED000F3D236;
+			productRefGroup = FC354562194BDED000F3D236 /* Products */;
+			projectDirPath = "";
+			projectRoot = "";
+			targets = (
+				FC354560194BDED000F3D236 /* PolyTest */,
+			);
+		};
+/* End PBXProject section */
+
+/* Begin PBXSourcesBuildPhase section */
+		FC35455D194BDED000F3D236 /* Sources */ = {
+			isa = PBXSourcesBuildPhase;
+			buildActionMask = 2147483647;
+			files = (
+				FC354565194BDED000F3D236 /* main.cpp in Sources */,
+			);
+			runOnlyForDeploymentPostprocessing = 0;
+		};
+/* End PBXSourcesBuildPhase section */
+
+/* Begin XCBuildConfiguration section */
+		FC354568194BDED000F3D236 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				COPY_PHASE_STRIP = NO;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_DYNAMIC_NO_PIC = NO;
+				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+				GCC_OPTIMIZATION_LEVEL = 0;
+				GCC_PREPROCESSOR_DEFINITIONS = (
+					"DEBUG=1",
+					"$(inherited)",
+				);
+				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				MACOSX_DEPLOYMENT_TARGET = 10.9;
+				ONLY_ACTIVE_ARCH = YES;
+				SDKROOT = macosx;
+			};
+			name = Debug;
+		};
+		FC354569194BDED000F3D236 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				ALWAYS_SEARCH_USER_PATHS = NO;
+				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
+				CLANG_CXX_LIBRARY = "libc++";
+				CLANG_ENABLE_MODULES = YES;
+				CLANG_ENABLE_OBJC_ARC = YES;
+				CLANG_WARN_BOOL_CONVERSION = YES;
+				CLANG_WARN_CONSTANT_CONVERSION = YES;
+				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
+				CLANG_WARN_EMPTY_BODY = YES;
+				CLANG_WARN_ENUM_CONVERSION = YES;
+				CLANG_WARN_INT_CONVERSION = YES;
+				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
+				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
+				COPY_PHASE_STRIP = YES;
+				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
+				ENABLE_NS_ASSERTIONS = NO;
+				GCC_C_LANGUAGE_STANDARD = gnu99;
+				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
+				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
+				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
+				GCC_WARN_UNDECLARED_SELECTOR = YES;
+				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
+				GCC_WARN_UNUSED_FUNCTION = YES;
+				GCC_WARN_UNUSED_VARIABLE = YES;
+				MACOSX_DEPLOYMENT_TARGET = 10.9;
+				SDKROOT = macosx;
+			};
+			name = Release;
+		};
+		FC35456B194BDED000F3D236 /* Debug */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				PRODUCT_NAME = "$(TARGET_NAME)";
+			};
+			name = Debug;
+		};
+		FC35456C194BDED000F3D236 /* Release */ = {
+			isa = XCBuildConfiguration;
+			buildSettings = {
+				PRODUCT_NAME = "$(TARGET_NAME)";
+			};
+			name = Release;
+		};
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+		FC35455C194BDED000F3D236 /* Build configuration list for PBXProject "PolyTest" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				FC354568194BDED000F3D236 /* Debug */,
+				FC354569194BDED000F3D236 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+			defaultConfigurationName = Release;
+		};
+		FC35456A194BDED000F3D236 /* Build configuration list for PBXNativeTarget "PolyTest" */ = {
+			isa = XCConfigurationList;
+			buildConfigurations = (
+				FC35456B194BDED000F3D236 /* Debug */,
+				FC35456C194BDED000F3D236 /* Release */,
+			);
+			defaultConfigurationIsVisible = 0;
+		};
+/* End XCConfigurationList section */
+	};
+	rootObject = FC354559194BDED000F3D236 /* Project object */;
+}
diff --git a/PolyTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/PolyTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata
new file mode 100644
index 0000000..3a42595
--- /dev/null
+++ b/PolyTest.xcodeproj/project.xcworkspace/contents.xcworkspacedata
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Workspace
+   version = "1.0">
+   <FileRef
+      location = "self:PolyTest.xcodeproj">
+   </FileRef>
+</Workspace>
diff --git a/PolyTest.xcodeproj/xcuserdata/jon.xcuserdatad/xcschemes/PolyTest.xcscheme b/PolyTest.xcodeproj/xcuserdata/jon.xcuserdatad/xcschemes/PolyTest.xcscheme
new file mode 100644
index 0000000..6029e1c
--- /dev/null
+++ b/PolyTest.xcodeproj/xcuserdata/jon.xcuserdatad/xcschemes/PolyTest.xcscheme
@@ -0,0 +1,43 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Scheme
+   LastUpgradeVersion = "0510"
+   version = "1.3">
+   <BuildAction
+      parallelizeBuildables = "YES"
+      buildImplicitDependencies = "YES">
+   </BuildAction>
+   <TestAction
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      shouldUseLaunchSchemeArgsEnv = "YES"
+      buildConfiguration = "Debug">
+      <Testables>
+      </Testables>
+   </TestAction>
+   <LaunchAction
+      selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
+      selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
+      launchStyle = "0"
+      useCustomWorkingDirectory = "NO"
+      buildConfiguration = "Debug"
+      ignoresPersistentStateOnLaunch = "NO"
+      debugDocumentVersioning = "YES"
+      allowLocationSimulation = "YES">
+      <AdditionalOptions>
+      </AdditionalOptions>
+   </LaunchAction>
+   <ProfileAction
+      shouldUseLaunchSchemeArgsEnv = "YES"
+      savedToolIdentifier = ""
+      useCustomWorkingDirectory = "NO"
+      buildConfiguration = "Release"
+      debugDocumentVersioning = "YES">
+   </ProfileAction>
+   <AnalyzeAction
+      buildConfiguration = "Debug">
+   </AnalyzeAction>
+   <ArchiveAction
+      buildConfiguration = "Release"
+      revealArchiveInOrganizer = "YES">
+   </ArchiveAction>
+</Scheme>
diff --git a/PolyTest/PolyTest.1 b/PolyTest/PolyTest.1
new file mode 100644
index 0000000..f105124
--- /dev/null
+++ b/PolyTest/PolyTest

@@ Diff output truncated at 10240 characters. @@




More information about the Bf-blender-cvs mailing list