Loading graph_framework.xcodeproj/project.pbxproj +5 −1 Original line number Diff line number Diff line Loading @@ -393,6 +393,7 @@ C7CEA0052948EB0F00F61D09 /* cuda_context.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = cuda_context.hpp; sourceTree = "<group>"; }; C7D12D992DBAB31F00925420 /* random.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = random.hpp; sourceTree = "<group>"; }; C7D3C5B02C654AD3008AD8C6 /* efit_test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; path = efit_test.cpp; sourceTree = "<group>"; }; C7D453872EBFD05D00A828DB /* graph_framework.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = graph_framework.hpp; sourceTree = "<group>"; }; C7DC9EE02E39768300524F6F /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; }; C7DC9EE12E39768300524F6F /* graph_c_binding.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = graph_c_binding.h; sourceTree = "<group>"; }; C7DC9EE22E39768300524F6F /* graph_c_binding.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; path = graph_c_binding.cpp; sourceTree = "<group>"; }; Loading Loading @@ -687,6 +688,7 @@ isa = PBXGroup; children = ( C7931E7028073BE70033B488 /* CMakeLists.txt */, C7D453872EBFD05D00A828DB /* graph_framework.hpp */, C79141AE22DA9C3000E0BA0D /* node.hpp */, C72358F52C4027A10084A489 /* commandline_parser.hpp */, C70B705629F4F86A00098AA0 /* piecewise.hpp */, Loading Loading @@ -1176,7 +1178,7 @@ isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; LastUpgradeCheck = 1640; LastUpgradeCheck = 2610; ORGANIZATIONNAME = "Cianciosa, Mark R."; TargetAttributes = { C7170CB82C66A10D003274E2 = { Loading Loading @@ -1952,6 +1954,7 @@ /usr/local/lib, ); SDKROOT = macosx; STRING_CATALOG_GENERATE_SYMBOLS = YES; SYSTEM_HEADER_SEARCH_PATHS = ""; USER_HEADER_SEARCH_PATHS = ( LLVM/llvm/include, Loading Loading @@ -2120,6 +2123,7 @@ /usr/local/lib, ); SDKROOT = macosx; STRING_CATALOG_GENERATE_SYMBOLS = YES; SYSTEM_HEADER_SEARCH_PATHS = ""; USER_HEADER_SEARCH_PATHS = ( LLVM/llvm/include, Loading graph_framework.xcodeproj/xcshareddata/xcschemes/arithmetic_test.xcscheme +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "1640" LastUpgradeVersion = "2610" version = "1.7"> <BuildAction parallelizeBuildables = "YES" Loading graph_framework.xcodeproj/xcshareddata/xcschemes/graph_driver.xcscheme +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "1640" LastUpgradeVersion = "2610" version = "1.3"> <BuildAction parallelizeBuildables = "YES" Loading graph_framework.xcodeproj/xcshareddata/xcschemes/jit_test.xcscheme +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "1640" LastUpgradeVersion = "2610" version = "1.3"> <BuildAction parallelizeBuildables = "YES" Loading graph_framework.xcodeproj/xcshareddata/xcschemes/math_test.xcscheme +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "1640" LastUpgradeVersion = "2610" version = "1.3"> <BuildAction parallelizeBuildables = "YES" Loading Loading
graph_framework.xcodeproj/project.pbxproj +5 −1 Original line number Diff line number Diff line Loading @@ -393,6 +393,7 @@ C7CEA0052948EB0F00F61D09 /* cuda_context.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = cuda_context.hpp; sourceTree = "<group>"; }; C7D12D992DBAB31F00925420 /* random.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = random.hpp; sourceTree = "<group>"; }; C7D3C5B02C654AD3008AD8C6 /* efit_test.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; path = efit_test.cpp; sourceTree = "<group>"; }; C7D453872EBFD05D00A828DB /* graph_framework.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = graph_framework.hpp; sourceTree = "<group>"; }; C7DC9EE02E39768300524F6F /* CMakeLists.txt */ = {isa = PBXFileReference; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = "<group>"; }; C7DC9EE12E39768300524F6F /* graph_c_binding.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = graph_c_binding.h; sourceTree = "<group>"; }; C7DC9EE22E39768300524F6F /* graph_c_binding.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.objcpp; path = graph_c_binding.cpp; sourceTree = "<group>"; }; Loading Loading @@ -687,6 +688,7 @@ isa = PBXGroup; children = ( C7931E7028073BE70033B488 /* CMakeLists.txt */, C7D453872EBFD05D00A828DB /* graph_framework.hpp */, C79141AE22DA9C3000E0BA0D /* node.hpp */, C72358F52C4027A10084A489 /* commandline_parser.hpp */, C70B705629F4F86A00098AA0 /* piecewise.hpp */, Loading Loading @@ -1176,7 +1178,7 @@ isa = PBXProject; attributes = { BuildIndependentTargetsInParallel = YES; LastUpgradeCheck = 1640; LastUpgradeCheck = 2610; ORGANIZATIONNAME = "Cianciosa, Mark R."; TargetAttributes = { C7170CB82C66A10D003274E2 = { Loading Loading @@ -1952,6 +1954,7 @@ /usr/local/lib, ); SDKROOT = macosx; STRING_CATALOG_GENERATE_SYMBOLS = YES; SYSTEM_HEADER_SEARCH_PATHS = ""; USER_HEADER_SEARCH_PATHS = ( LLVM/llvm/include, Loading Loading @@ -2120,6 +2123,7 @@ /usr/local/lib, ); SDKROOT = macosx; STRING_CATALOG_GENERATE_SYMBOLS = YES; SYSTEM_HEADER_SEARCH_PATHS = ""; USER_HEADER_SEARCH_PATHS = ( LLVM/llvm/include, Loading
graph_framework.xcodeproj/xcshareddata/xcschemes/arithmetic_test.xcscheme +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "1640" LastUpgradeVersion = "2610" version = "1.7"> <BuildAction parallelizeBuildables = "YES" Loading
graph_framework.xcodeproj/xcshareddata/xcschemes/graph_driver.xcscheme +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "1640" LastUpgradeVersion = "2610" version = "1.3"> <BuildAction parallelizeBuildables = "YES" Loading
graph_framework.xcodeproj/xcshareddata/xcschemes/jit_test.xcscheme +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "1640" LastUpgradeVersion = "2610" version = "1.3"> <BuildAction parallelizeBuildables = "YES" Loading
graph_framework.xcodeproj/xcshareddata/xcschemes/math_test.xcscheme +1 −1 Original line number Diff line number Diff line <?xml version="1.0" encoding="UTF-8"?> <Scheme LastUpgradeVersion = "1640" LastUpgradeVersion = "2610" version = "1.3"> <BuildAction parallelizeBuildables = "YES" Loading