| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- CDC3B0E61DF26319002A415B /* pointers_tc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CDC3B0E51DF26319002A415B /* pointers_tc.cpp */; };
- /* End PBXBuildFile section */
- /* Begin PBXCopyFilesBuildPhase section */
- CD3DA3F01D9B42BC001B53A0 /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 2147483647;
- dstPath = /usr/share/man/man1/;
- dstSubfolderSpec = 0;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 1;
- };
- /* End PBXCopyFilesBuildPhase section */
- /* Begin PBXFileReference section */
- CD0364691E1F3F0B003B7B84 /* const_propogating_ptr.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = const_propogating_ptr.t.h; sourceTree = "<group>"; };
- CD03646A1E1F41DE003B7B84 /* const_ptr.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = const_ptr.t.h; sourceTree = "<group>"; };
- CD03646B1E1F42A1003B7B84 /* copy_ptr.t.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = copy_ptr.t.h; sourceTree = "<group>"; };
- CD125DD81E1F00C200B53FB5 /* const_ptr.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = const_ptr.hpp; sourceTree = "<group>"; };
- CD125DDA1E1F1B7500B53FB5 /* ptr_compare.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = ptr_compare.hpp; sourceTree = "<group>"; };
- CD3DA3F21D9B42BC001B53A0 /* pointers_tc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = pointers_tc; sourceTree = BUILT_PRODUCTS_DIR; };
- CD3DA3FC1D9B42DE001B53A0 /* pointer_fwd.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = pointer_fwd.hpp; sourceTree = "<group>"; };
- CD3DA3FE1D9B42DE001B53A0 /* maybe_null.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = maybe_null.hpp; sourceTree = "<group>"; };
- CD3DA3FF1D9B42DE001B53A0 /* not_null.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = not_null.hpp; sourceTree = "<group>"; };
- CDC3B0E31DF261D7002A415B /* not_null.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = not_null.t.h; sourceTree = "<group>"; };
- CDC3B0E51DF26319002A415B /* pointers_tc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = pointers_tc.cpp; sourceTree = "<group>"; };
- CDC3B0E71DF263B2002A415B /* maybe_null.t.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = maybe_null.t.h; sourceTree = "<group>"; };
- CDC3B0E81DF3645F002A415B /* const_propogating_ptr.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = const_propogating_ptr.hpp; sourceTree = "<group>"; };
- CDC3B0E91DF794A6002A415B /* copy_ptr.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = copy_ptr.hpp; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- CD3DA3EF1D9B42BC001B53A0 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- CD125DDB1E1F27E000B53FB5 /* test */ = {
- isa = PBXGroup;
- children = (
- CD0364691E1F3F0B003B7B84 /* const_propogating_ptr.t.h */,
- CD03646A1E1F41DE003B7B84 /* const_ptr.t.h */,
- CD03646B1E1F42A1003B7B84 /* copy_ptr.t.h */,
- CDC3B0E31DF261D7002A415B /* not_null.t.h */,
- CDC3B0E71DF263B2002A415B /* maybe_null.t.h */,
- CDC3B0E51DF26319002A415B /* pointers_tc.cpp */,
- );
- name = test;
- sourceTree = "<group>";
- };
- CD125DDC1E1F27E600B53FB5 /* src */ = {
- isa = PBXGroup;
- children = (
- CD3DA3FC1D9B42DE001B53A0 /* pointer_fwd.hpp */,
- CD125DDA1E1F1B7500B53FB5 /* ptr_compare.hpp */,
- CDC3B0E91DF794A6002A415B /* copy_ptr.hpp */,
- CD125DD81E1F00C200B53FB5 /* const_ptr.hpp */,
- CDC3B0E81DF3645F002A415B /* const_propogating_ptr.hpp */,
- CD3DA3FE1D9B42DE001B53A0 /* maybe_null.hpp */,
- CD3DA3FF1D9B42DE001B53A0 /* not_null.hpp */,
- );
- name = src;
- sourceTree = "<group>";
- };
- CD3DA3E91D9B42BC001B53A0 = {
- isa = PBXGroup;
- children = (
- CD125DDC1E1F27E600B53FB5 /* src */,
- CD125DDB1E1F27E000B53FB5 /* test */,
- CD3DA3F31D9B42BC001B53A0 /* Products */,
- );
- sourceTree = "<group>";
- };
- CD3DA3F31D9B42BC001B53A0 /* Products */ = {
- isa = PBXGroup;
- children = (
- CD3DA3F21D9B42BC001B53A0 /* pointers_tc */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXNativeTarget section */
- CD3DA3F11D9B42BC001B53A0 /* pointers_tc */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = CD3DA3F91D9B42BC001B53A0 /* Build configuration list for PBXNativeTarget "pointers_tc" */;
- buildPhases = (
- CDC3B0E41DF2622C002A415B /* ShellScript */,
- CD3DA3EE1D9B42BC001B53A0 /* Sources */,
- CD3DA3EF1D9B42BC001B53A0 /* Frameworks */,
- CD3DA3F01D9B42BC001B53A0 /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = pointers_tc;
- productName = pointers;
- productReference = CD3DA3F21D9B42BC001B53A0 /* pointers_tc */;
- productType = "com.apple.product-type.tool";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- CD3DA3EA1D9B42BC001B53A0 /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 0720;
- ORGANIZATIONNAME = "Sam Jaffe";
- TargetAttributes = {
- CD3DA3F11D9B42BC001B53A0 = {
- CreatedOnToolsVersion = 7.2.1;
- };
- };
- };
- buildConfigurationList = CD3DA3ED1D9B42BC001B53A0 /* Build configuration list for PBXProject "pointers" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = English;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- );
- mainGroup = CD3DA3E91D9B42BC001B53A0;
- productRefGroup = CD3DA3F31D9B42BC001B53A0 /* Products */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- CD3DA3F11D9B42BC001B53A0 /* pointers_tc */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXShellScriptBuildPhase section */
- CDC3B0E41DF2622C002A415B /* ShellScript */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputPaths = (
- "$(SRCROOT)/not_null.t.h",
- "$(SRCROOT)/maybe_null.t.h",
- "$(SRCROOT)/const_propogating_ptr.t.h",
- "$(SRCROOT)/const_ptr.t.h",
- );
- outputPaths = (
- "$(SRCROOT)/pointers_tc.cpp",
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "cxxtestgen --error-printer -o pointers_tc.cpp not_null.t.h maybe_null.t.h const_propogating_ptr.t.h const_ptr.t.h copy_ptr.t.h";
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- CD3DA3EE1D9B42BC001B53A0 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CDC3B0E61DF26319002A415B /* pointers_tc.cpp in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin XCBuildConfiguration section */
- CD3DA3F71D9B42BC001B53A0 /* 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_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGN_IDENTITY = "-";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = dwarf;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- 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.10;
- MTL_ENABLE_DEBUG_INFO = YES;
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- };
- name = Debug;
- };
- CD3DA3F81D9B42BC001B53A0 /* 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_UNREACHABLE_CODE = YES;
- CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
- CODE_SIGN_IDENTITY = "-";
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_C_LANGUAGE_STANDARD = gnu99;
- GCC_NO_COMMON_BLOCKS = 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.10;
- MTL_ENABLE_DEBUG_INFO = NO;
- SDKROOT = macosx;
- };
- name = Release;
- };
- CD3DA3FA1D9B42BC001B53A0 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Debug;
- };
- CD3DA3FB1D9B42BC001B53A0 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- HEADER_SEARCH_PATHS = "${HOME}/Documents/Programming/Resources/cxxtest-4.4/";
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- CD3DA3ED1D9B42BC001B53A0 /* Build configuration list for PBXProject "pointers" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- CD3DA3F71D9B42BC001B53A0 /* Debug */,
- CD3DA3F81D9B42BC001B53A0 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- CD3DA3F91D9B42BC001B53A0 /* Build configuration list for PBXNativeTarget "pointers_tc" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- CD3DA3FA1D9B42BC001B53A0 /* Debug */,
- CD3DA3FB1D9B42BC001B53A0 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = CD3DA3EA1D9B42BC001B53A0 /* Project object */;
- }
|