|
@@ -12,10 +12,10 @@
|
|
|
CD2EC1C21F0BCCA700D49DF5 /* bignum_helper.h in Headers */ = {isa = PBXBuildFile; fileRef = CD2EC1C11F0BCCA700D49DF5 /* bignum_helper.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
CD2EC1C21F0BCCA700D49DF5 /* bignum_helper.h in Headers */ = {isa = PBXBuildFile; fileRef = CD2EC1C11F0BCCA700D49DF5 /* bignum_helper.h */; settings = {ATTRIBUTES = (Private, ); }; };
|
|
|
CD2EC1C51F0BCCBF00D49DF5 /* bignum_helper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD2EC1C41F0BCCBF00D49DF5 /* bignum_helper.cpp */; };
|
|
CD2EC1C51F0BCCBF00D49DF5 /* bignum_helper.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD2EC1C41F0BCCBF00D49DF5 /* bignum_helper.cpp */; };
|
|
|
CD47694820AFA150009AA8BB /* libbigdecimal.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD5FB2861F06EFEA005A0D61 /* libbigdecimal.dylib */; };
|
|
CD47694820AFA150009AA8BB /* libbigdecimal.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD5FB2861F06EFEA005A0D61 /* libbigdecimal.dylib */; };
|
|
|
- CD47697720AFA6B2009AA8BB /* biginteger_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD47697520AFA6B2009AA8BB /* biginteger_test.cpp */; };
|
|
|
|
|
CD47698920AFACAE009AA8BB /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD47698020AFAC9C009AA8BB /* GoogleMock.framework */; };
|
|
CD47698920AFACAE009AA8BB /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD47698020AFAC9C009AA8BB /* GoogleMock.framework */; };
|
|
|
- CD47698A20AFB48C009AA8BB /* bigdecimal_integral_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3B82A31F114E1C0081E9FC /* bigdecimal_integral_test.cpp */; };
|
|
|
|
|
|
|
+ CD47698A20AFB48C009AA8BB /* bignumber_integral_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD3B82A31F114E1C0081E9FC /* bignumber_integral_test.cpp */; };
|
|
|
CD47698B20AFB4FD009AA8BB /* bigdecimal_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD14CA711F0DA9FC0091A168 /* bigdecimal_test.cpp */; };
|
|
CD47698B20AFB4FD009AA8BB /* bigdecimal_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD14CA711F0DA9FC0091A168 /* bigdecimal_test.cpp */; };
|
|
|
|
|
+ CD47698C20B03C5E009AA8BB /* biginteger_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD47697520AFA6B2009AA8BB /* biginteger_test.cpp */; };
|
|
|
CD5FB2911F06EFEF005A0D61 /* biginteger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD5FB2801F06EF7D005A0D61 /* biginteger.cpp */; };
|
|
CD5FB2911F06EFEF005A0D61 /* biginteger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD5FB2801F06EF7D005A0D61 /* biginteger.cpp */; };
|
|
|
CD5FB2921F06EFF2005A0D61 /* biginteger.h in Headers */ = {isa = PBXBuildFile; fileRef = CD5FB27F1F06EF70005A0D61 /* biginteger.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
CD5FB2921F06EFF2005A0D61 /* biginteger.h in Headers */ = {isa = PBXBuildFile; fileRef = CD5FB27F1F06EF70005A0D61 /* biginteger.h */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
/* End PBXBuildFile section */
|
|
/* End PBXBuildFile section */
|
|
@@ -71,7 +71,7 @@
|
|
|
CD2EC1BE1F0AF3B800D49DF5 /* bigdecimal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bigdecimal.cpp; sourceTree = "<group>"; };
|
|
CD2EC1BE1F0AF3B800D49DF5 /* bigdecimal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bigdecimal.cpp; sourceTree = "<group>"; };
|
|
|
CD2EC1C11F0BCCA700D49DF5 /* bignum_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bignum_helper.h; sourceTree = "<group>"; };
|
|
CD2EC1C11F0BCCA700D49DF5 /* bignum_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bignum_helper.h; sourceTree = "<group>"; };
|
|
|
CD2EC1C41F0BCCBF00D49DF5 /* bignum_helper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bignum_helper.cpp; sourceTree = "<group>"; };
|
|
CD2EC1C41F0BCCBF00D49DF5 /* bignum_helper.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bignum_helper.cpp; sourceTree = "<group>"; };
|
|
|
- CD3B82A31F114E1C0081E9FC /* bigdecimal_integral_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bigdecimal_integral_test.cpp; sourceTree = "<group>"; };
|
|
|
|
|
|
|
+ CD3B82A31F114E1C0081E9FC /* bignumber_integral_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = bignumber_integral_test.cpp; sourceTree = "<group>"; };
|
|
|
CD47694320AFA150009AA8BB /* bigdecimal-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "bigdecimal-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
CD47694320AFA150009AA8BB /* bigdecimal-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "bigdecimal-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CD47694720AFA150009AA8BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
CD47694720AFA150009AA8BB /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
|
|
CD47697520AFA6B2009AA8BB /* biginteger_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = biginteger_test.cpp; sourceTree = "<group>"; };
|
|
CD47697520AFA6B2009AA8BB /* biginteger_test.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = biginteger_test.cpp; sourceTree = "<group>"; };
|
|
@@ -165,7 +165,7 @@
|
|
|
isa = PBXGroup;
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
children = (
|
|
|
CD47697520AFA6B2009AA8BB /* biginteger_test.cpp */,
|
|
CD47697520AFA6B2009AA8BB /* biginteger_test.cpp */,
|
|
|
- CD3B82A31F114E1C0081E9FC /* bigdecimal_integral_test.cpp */,
|
|
|
|
|
|
|
+ CD3B82A31F114E1C0081E9FC /* bignumber_integral_test.cpp */,
|
|
|
CD14CA711F0DA9FC0091A168 /* bigdecimal_test.cpp */,
|
|
CD14CA711F0DA9FC0091A168 /* bigdecimal_test.cpp */,
|
|
|
);
|
|
);
|
|
|
path = test;
|
|
path = test;
|
|
@@ -310,9 +310,9 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
- CD47697720AFA6B2009AA8BB /* biginteger_test.cpp in Sources */,
|
|
|
|
|
CD47698B20AFB4FD009AA8BB /* bigdecimal_test.cpp in Sources */,
|
|
CD47698B20AFB4FD009AA8BB /* bigdecimal_test.cpp in Sources */,
|
|
|
- CD47698A20AFB48C009AA8BB /* bigdecimal_integral_test.cpp in Sources */,
|
|
|
|
|
|
|
+ CD47698A20AFB48C009AA8BB /* bignumber_integral_test.cpp in Sources */,
|
|
|
|
|
+ CD47698C20B03C5E009AA8BB /* biginteger_test.cpp in Sources */,
|
|
|
);
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
|
};
|
|
};
|
|
@@ -345,10 +345,7 @@
|
|
|
CD47694C20AFA150009AA8BB /* Debug */ = {
|
|
CD47694C20AFA150009AA8BB /* Debug */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
- CLANG_ENABLE_CODE_COVERAGE = NO;
|
|
|
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
|
- GCC_GENERATE_TEST_COVERAGE_FILES = NO;
|
|
|
|
|
- GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO;
|
|
|
|
|
INFOPLIST_FILE = "bigdecimal-test/Info.plist";
|
|
INFOPLIST_FILE = "bigdecimal-test/Info.plist";
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.bigdecimal-test";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.bigdecimal-test";
|
|
@@ -359,10 +356,7 @@
|
|
|
CD47694D20AFA150009AA8BB /* Release */ = {
|
|
CD47694D20AFA150009AA8BB /* Release */ = {
|
|
|
isa = XCBuildConfiguration;
|
|
isa = XCBuildConfiguration;
|
|
|
buildSettings = {
|
|
buildSettings = {
|
|
|
- CLANG_ENABLE_CODE_COVERAGE = NO;
|
|
|
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
COMBINE_HIDPI_IMAGES = YES;
|
|
|
- GCC_GENERATE_TEST_COVERAGE_FILES = NO;
|
|
|
|
|
- GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = NO;
|
|
|
|
|
INFOPLIST_FILE = "bigdecimal-test/Info.plist";
|
|
INFOPLIST_FILE = "bigdecimal-test/Info.plist";
|
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
|
|
|
PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.bigdecimal-test";
|
|
PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.bigdecimal-test";
|
|
@@ -394,8 +388,6 @@
|
|
|
ENABLE_TESTABILITY = YES;
|
|
ENABLE_TESTABILITY = YES;
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
|
- GCC_GENERATE_TEST_COVERAGE_FILES = NO;
|
|
|
|
|
- GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
|
|
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
@@ -440,8 +432,6 @@
|
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
ENABLE_NS_ASSERTIONS = NO;
|
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
|
- GCC_GENERATE_TEST_COVERAGE_FILES = NO;
|
|
|
|
|
- GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES;
|
|
|
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
GCC_NO_COMMON_BLOCKS = YES;
|
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
@@ -493,6 +483,7 @@
|
|
|
CD47694D20AFA150009AA8BB /* Release */,
|
|
CD47694D20AFA150009AA8BB /* Release */,
|
|
|
);
|
|
);
|
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationIsVisible = 0;
|
|
|
|
|
+ defaultConfigurationName = Release;
|
|
|
};
|
|
};
|
|
|
CD5FB26C1F06EEAF005A0D61 /* Build configuration list for PBXProject "bigdecimal" */ = {
|
|
CD5FB26C1F06EEAF005A0D61 /* Build configuration list for PBXProject "bigdecimal" */ = {
|
|
|
isa = XCConfigurationList;
|
|
isa = XCConfigurationList;
|