Permalink
...
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also .
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Choose a Base Repository
mothur/mothur
Cryomics-Lab/mothur
EESI/mothur
EdwardMoseley/mothur
FMKerckhof/mothur-1
GLS9000/mothur
LoisSTaylor/mothur
Nahush90/mothur
NikNakk/mothur
PhDMeiwp/mothur
PingPi357/mothur
Thedegreeisalie/mothur
Tythos/mothur
WhiteSymmetry/mothur
XMUCCF/mothur
YuJinhui/mothur
alenzhao/mothur
alexstaj/mothur
azerxu/mothur
azmfaridee/mothur
barrykui/mothur
bio-ref/mothur
bnbowman/mothur
campenr/mothur
dayedepps/mothur
dsurujon/mothur
gregorylburgess/mothur
idiv-biodiversity/mothur
infotroph/mothur
jamesafoster/mothur
jklynch/mothur
joe-wan/maturnal
jonls/mothur
kohlkopf/mothur
linls1912/mothur
liupfskygre/mothur
pdru/mothur
prodigeni/mothur
pschloss/mothur
rafi-kamal/mothur
ruthlqtt/mothur
saxphile/mothur
tarah28/mothur
tbooth/mothur
tlitovsk/mothur
vsarsani/mothur
wgerlach/mothur
wydty/mothur
zhanglab/mothur
Nothing to show
Choose a Head Repository
mothur/mothur
Cryomics-Lab/mothur
EESI/mothur
EdwardMoseley/mothur
FMKerckhof/mothur-1
GLS9000/mothur
LoisSTaylor/mothur
Nahush90/mothur
NikNakk/mothur
PhDMeiwp/mothur
PingPi357/mothur
Thedegreeisalie/mothur
Tythos/mothur
WhiteSymmetry/mothur
XMUCCF/mothur
YuJinhui/mothur
alenzhao/mothur
alexstaj/mothur
azerxu/mothur
azmfaridee/mothur
barrykui/mothur
bio-ref/mothur
bnbowman/mothur
campenr/mothur
dayedepps/mothur
dsurujon/mothur
gregorylburgess/mothur
idiv-biodiversity/mothur
infotroph/mothur
jamesafoster/mothur
jklynch/mothur
joe-wan/maturnal
jonls/mothur
kohlkopf/mothur
linls1912/mothur
liupfskygre/mothur
pdru/mothur
prodigeni/mothur
pschloss/mothur
rafi-kamal/mothur
ruthlqtt/mothur
saxphile/mothur
tarah28/mothur
tbooth/mothur
tlitovsk/mothur
vsarsani/mothur
wgerlach/mothur
wydty/mothur
zhanglab/mothur
Nothing to show
1
contributor
Commits on Feb 17, 2017
|
|
mothur-westcott |
Fixes Windows error with make.file
|
23f155b
|
Commits on Feb 20, 2017
|
|
mothur-westcott |
Adds contigsreport to current files saved
|
241a174
|
Commits on Feb 23, 2017
|
|
mothur-westcott |
Fixes bug with classify.seqs
|
68280e9
|
|||
|
|
mothur-westcott |
Fixes typo in sff.info
|
118ba5e
|
Commits on Feb 24, 2017
|
|
mothur-westcott |
Fixes summary.tax numSeqs output
|
fc5962f
|
|||
|
|
mothur-westcott |
Update Makefile
|
439cdf8
|
Commits on Feb 27, 2017
Commits on Mar 03, 2017
|
|
mothur-westcott |
Changes randomization functions
|
119fba2
|
|||
|
|
mothur-westcott |
Adjust upper range randomIndex
|
1f123d2
|
|||
|
|
mothur-westcott |
Adds delim parameter to make.file
|
dd419de
|
Commits on Mar 06, 2017
|
|
mothur-westcott |
Fixing randomization
|
585c7c8
|
|||
|
|
mothur-westcott |
Update version numbers
|
67d0c29
|
|||
|
|
mothur-westcott |
Fixes compile issues Windows
|
952d441
|
Commits on Mar 07, 2017
|
|
mothur-westcott |
Adds std=c++0x to makefile
|
76ce0df
|
|||
|
|
mothur-westcott |
Adds std=c++0x flag
|
6290077
|
Commits on Mar 13, 2017
|
|
mothur-westcott |
Fixes "couldn't find OTUID" make.biom error
|
551bf4a
|
|||
|
|
mothur-westcott |
Fixes make.lefse output
|
a40e69d
|
|||
|
|
mothur-westcott |
Aborts summary.tax if no tax file is provided
|
53ef826
|
Commits on Mar 14, 2017
|
|
mothur-westcott |
Fixes Windows compile issue
|
d84f4f6
|
|||
|
|
mothur-westcott |
Improves randomization functions
|
4165383
|
Commits on Mar 17, 2017
Commits on Mar 20, 2017
Commits on May 31, 2017
|
|
mothur-westcott |
Adds unique method to cluster
|
e91dc28
|
|||
|
|
mothur-westcott |
Merge pull request #341 from mothur/ClusterUNique
Adds unique method to cluster |
e8184a9
|
Unified
Split
Showing
with
913 additions
and 258,687 deletions.
- +11 −3 Makefile
- +31 −37 Mothur.xcodeproj/project.pbxproj
- +35 −192,745 TestMothur/dataset.cpp
- +6 −46,870 TestMothur/distcdataset.cpp
- +3 −4 TestMothur/distcdataset.h
- +1 −2,563 TestMothur/distpdataset.cpp
- +2 −2 TestMothur/distpdataset.h
- +38 −15,999 TestMothur/fastqdataset.cpp
- +2 −2 TestMothur/fastqdataset.h
- +22 −20 TestMothur/main.cpp
- +3 −2 TestMothur/testbiominfocommand.cpp
- +2 −1 TestMothur/testcommands/testgetgroupscommand.cpp
- +2 −1 TestMothur/testcommands/testmergegroupscommand.cpp
- +3 −3 TestMothur/testcommands/testremovegroupscommand.cpp
- +3 −3 TestMothur/testcommands/testrenamefilecommand.cpp
- +4 −2 TestMothur/testcommands/testrenameseqscommand.cpp
- +2 −3 TestMothur/testcommands/testsetseedcommand.cpp
- +4 −5 TestMothur/testcontainers/testfastqread.cpp
- +3 −4 TestMothur/testcontainers/testoptimatrix.cpp
- +3 −2 TestMothur/testcontainers/testsequence.cpp
- +47 −82 TestMothur/testopticluster.cpp
- +7 −1 TestMothur/testopticluster.h
- +1 −1 TestMothur/testtrimoligos.cpp
- +3 −3 TestMothur/testvsearchfileparser.cpp
- +4 −4 makefile-internal
- +1 −1 source/chimera/chimeracheckrdp.cpp
- +2 −2 source/chimera/slayer.cpp
- +1 −1 source/classifier/bayesian.cpp
- +3 −13 source/classifier/classify.cpp
- +16 −16 source/classifier/phylotree.cpp
- +1 −1 source/clusterclassic.cpp
- +1 −1 source/commandfactory.cpp
- +1 −1 source/commands/aligncommand.cpp
- +1 −1 source/commands/amovacommand.cpp
- +1 −1 source/commands/anosimcommand.cpp
- +2 −2 source/commands/chimeraslayercommand.cpp
- +3 −3 source/commands/classifyseqscommand.cpp
- +138 −52 source/commands/clustercommand.cpp
- +1 −0 source/commands/clustercommand.h
- +2 −1 source/commands/clustersplitcommand.cpp
- +4 −4 source/commands/cooccurrencecommand.cpp
- +2 −0 source/commands/getcurrentcommand.cpp
- +1 −1 source/commands/homovacommand.cpp
- +3 −3 source/commands/lefsecommand.cpp
- +3 −4 source/commands/makebiomcommand.cpp
- +5 −3 source/commands/makecontigscommand.cpp
- +4 −0 source/commands/makecontigscommand.h
- +108 −58 source/commands/makefilecommand.cpp
- +1 −1 source/commands/makefilecommand.h
- +3 −3 source/commands/makelefsecommand.cpp
- +1 −1 source/commands/mantelcommand.cpp
- +3 −3 source/commands/nmdscommand.cpp
- +2 −2 source/commands/parsefastaqcommand.cpp
- +1 −1 source/commands/phylodiversitycommand.cpp
- +1 −1 source/commands/phylodiversitycommand.h
- +3 −3 source/commands/rarefactcommand.cpp
- +18 −2 source/commands/setcurrentcommand.cpp
- +1 −1 source/commands/setcurrentcommand.h
- +1 −1 source/commands/sffinfocommand.cpp
- +1 −1 source/commands/sparcccommand.cpp
- +1 −1 source/commands/sparcccommand.h
- +2 −1 source/commands/sracommand.cpp
- +12 −16 source/commands/subsamplecommand.cpp
- +4 −2 source/commands/summarytaxcommand.cpp
- +1 −1 source/communitytype/communitytype.cpp
- +1 −1 source/datastructures/blastalign.cpp
- +4 −4 source/datastructures/blastdb.cpp
- +1 −1 source/datastructures/listvector.cpp
- +2 −0 source/datastructures/oligos.cpp
- +1 −1 source/datastructures/rabundvector.cpp
- +2 −2 source/datastructures/sabundvector.cpp
- +1 −1 source/datastructures/sabundvector.hpp
- +2 −2 source/datastructures/sharedlistvector.cpp
- +2 −2 source/datastructures/sharedordervector.cpp
- +2 −2 source/datastructures/sharedrabundfloatvector.cpp
- +2 −2 source/datastructures/sharedrabundvector.cpp
- +1 −1 source/datastructures/sharedsabundvector.cpp
- +1 −1 source/datastructures/sparsedistancematrix.cpp
- +0 −15 source/datastructures/sparsedistancematrix.h
- +1 −1 source/datastructures/sparsematrix.cpp
- +0 −12 source/datastructures/sparsematrix.hpp
- +3 −3 source/datastructures/tree.cpp
- +1 −1 source/libshuff.cpp
- +2 −2 source/linearalgebra.cpp
- +1 −1 source/metastats/mothurmetastats.cpp
- +33 −0 source/mothur.h
- +183 −2 source/mothurout.cpp
- +27 −4 source/mothurout.h
- +2 −2 source/opticluster.cpp
- +2 −1 source/opticluster.h
- +2 −0 source/optionparser.cpp
- +2 −2 source/randomforest/abstractdecisiontree.cpp
- +2 −3 source/randomforest/decisiontree.cpp
- +5 −5 source/rarefact.cpp
- +3 −3 source/rarefact.h
- +1 −1 source/sharedutilities.cpp
- +19 −29 source/subsample.cpp
- +0 −8 source/subsample.h
View
14
Makefile
| @@ -7,6 +7,13 @@ | ||
| # | ||
| # Macros | ||
| # | ||
| +# 64BIT_VERSION - set to no if you are using a 32bit arch. | ||
| +# OPTIMIZE - yes will increase speed of executable. | ||
| +# USEREADLINE - link with readline libraries. Must have readline installed. Windows set to no. | ||
| +# USEBOOST - link with boost libraries. Must install boost. Allows the make.contigs command to read .gz files. | ||
| +# BOOST_LIBRARY_DIR - location of boost libraries | ||
| +# BOOST_INCLUDE_DIR - location of boost include files | ||
| +# MOTHUR_FILES - default location for mothur to look for input files at runtime. Most often used for reference files. | ||
| 64BIT_VERSION ?= yes | ||
| OPTIMIZE ?= yes | ||
| @@ -15,8 +22,8 @@ USEBOOST ?= yes | ||
| BOOST_LIBRARY_DIR="\"Enter_your_boost_library_path_here\"" | ||
| BOOST_INCLUDE_DIR="\"Enter_your_boost_include_path_here\"" | ||
| MOTHUR_FILES="\"Enter_your_default_path_here\"" | ||
| -RELEASE_DATE = "\"2/2/2017\"" | ||
| -VERSION = "\"1.39.1\"" | ||
| +RELEASE_DATE = "\"3/20/2017\"" | ||
| +VERSION = "\"1.39.5\"" | ||
| ifeq ($(strip $(64BIT_VERSION)),yes) | ||
| CXXFLAGS += -DBIT_VERSION | ||
| @@ -27,7 +34,8 @@ ifeq ($(strip $(OPTIMIZE)),yes) | ||
| CXXFLAGS += -O3 | ||
| endif | ||
| -CXXFLAGS += -DRELEASE_DATE=${RELEASE_DATE} -DVERSION=${VERSION} | ||
| +CXXFLAGS += -DRELEASE_DATE=${RELEASE_DATE} -DVERSION=${VERSION} -std=c++0x | ||
| +LDFLAGS += -std=c++0x | ||
| ifeq ($(strip $(MOTHUR_FILES)),"\"Enter_your_default_path_here\"") | ||
| else | ||
View
68
Mothur.xcodeproj/project.pbxproj
| @@ -806,7 +806,6 @@ | ||
| 481623E31B58267D004C60B7 /* INSTALL.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = INSTALL.md; sourceTree = SOURCE_ROOT; }; | ||
| 481FB5191AC0A63E0076CFF3 /* TestMothur */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = TestMothur; sourceTree = BUILT_PRODUCTS_DIR; }; | ||
| 481FB51B1AC0A63E0076CFF3 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = TestMothur/main.cpp; sourceTree = SOURCE_ROOT; }; | ||
| - 481FB5201AC0A6B60076CFF3 /* catch.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch.hpp; path = TestMothur/catch.hpp; sourceTree = SOURCE_ROOT; }; | ||
| 481FB5281AC19F8B0076CFF3 /* setseedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = setseedcommand.cpp; path = source/commands/setseedcommand.cpp; sourceTree = SOURCE_ROOT; }; | ||
| 481FB5291AC19F8B0076CFF3 /* setseedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = setseedcommand.h; path = source/commands/setseedcommand.h; sourceTree = SOURCE_ROOT; }; | ||
| 481FB52D1AC1B0CB0076CFF3 /* testsetseedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testsetseedcommand.cpp; path = TestMothur/testcommands/testsetseedcommand.cpp; sourceTree = SOURCE_ROOT; }; | ||
| @@ -1661,8 +1660,6 @@ | ||
| A7E9B73A12D37EC400DA6239 /* libshuff.h */, | ||
| A7FC480C12D788F20055BC5C /* linearalgebra.h */, | ||
| A7FC480D12D788F20055BC5C /* linearalgebra.cpp */, | ||
| - A7D9378B17B15215001E90B0 /* wilcox.h */, | ||
| - A7D9378917B146B5001E90B0 /* wilcox.cpp */, | ||
| A7E9BA5612D39BD800DA6239 /* metastats */, | ||
| A7E9B75B12D37EC400DA6239 /* mothur.cpp */, | ||
| A7E9B75C12D37EC400DA6239 /* mothur.h */, | ||
| @@ -1722,6 +1719,8 @@ | ||
| A7E9B87912D37EC400DA6239 /* venn.h */, | ||
| 489B55701BCD7F0100FB7DC8 /* vsearchfileparser.cpp */, | ||
| 489B55711BCD7F0100FB7DC8 /* vsearchfileparser.h */, | ||
| + A7D9378B17B15215001E90B0 /* wilcox.h */, | ||
| + A7D9378917B146B5001E90B0 /* wilcox.cpp */, | ||
| A7E9B87E12D37EC400DA6239 /* weightedlinkage.cpp */, | ||
| ); | ||
| name = Source; | ||
| @@ -1739,7 +1738,6 @@ | ||
| 481FB51A1AC0A63E0076CFF3 /* TestMothur */ = { | ||
| isa = PBXGroup; | ||
| children = ( | ||
| - 481FB5201AC0A6B60076CFF3 /* catch.hpp */, | ||
| 481FB51B1AC0A63E0076CFF3 /* main.cpp */, | ||
| 48F06CCA1D74BC6F004A45DD /* testclassifier */, | ||
| 48D6E9691CA4262A008DF76B /* dataset.cpp */, | ||
| @@ -3370,8 +3368,8 @@ | ||
| isa = XCBuildConfiguration; | ||
| buildSettings = { | ||
| ALWAYS_SEARCH_USER_PATHS = YES; | ||
| - CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; | ||
| - CLANG_CXX_LIBRARY = "libstdc++"; | ||
| + CLANG_CXX_LANGUAGE_STANDARD = "c++14"; | ||
| + CLANG_CXX_LIBRARY = "compiler-default"; | ||
| CLANG_WARN_CXX0X_EXTENSIONS = YES; | ||
| "CLANG_WARN_CXX0X_EXTENSIONS[arch=*]" = NO; | ||
| CLANG_WARN_UNREACHABLE_CODE = YES; | ||
| @@ -3380,23 +3378,21 @@ | ||
| DSTROOT = TARGET_BUILD_DIR; | ||
| "DSTROOT[sdk=*]" = TARGET_BUILD_DIR; | ||
| "DYLIB_CURRENT_VERSION[sdk=*]" = ""; | ||
| + GCC_C_LANGUAGE_STANDARD = "compiler-default"; | ||
| GCC_DYNAMIC_NO_PIC = NO; | ||
| GCC_MODEL_TUNING = G5; | ||
| GCC_OPTIMIZATION_LEVEL = 3; | ||
| GCC_PREPROCESSOR_DEFINITIONS = ( | ||
| - "VERSION=\"\\\"1.39.1\\\"\"", | ||
| - "RELEASE_DATE=\"\\\"2/2/2017\\\"\"", | ||
| + "VERSION=\"\\\"1.39.3\\\"\"", | ||
| + "RELEASE_DATE=\"\\\"2/23/2017\\\"\"", | ||
| "MOTHUR_FILES=\"\\\"/Users/sarahwestcott/desktop/release\\\"\"", | ||
| ); | ||
| GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; | ||
| GCC_WARN_UNINITIALIZED_AUTOS = NO; | ||
| GCC_WARN_UNUSED_FUNCTION = YES; | ||
| "INSTALL_PATH[sdk=*]" = TARGET_BUILD_DIR; | ||
| LIBRARY_SEARCH_PATHS = ""; | ||
| - "LIBRARY_SEARCH_PATHS[arch=*]" = ( | ||
| - /usr/local/lib/, | ||
| - /usr/local/include/, | ||
| - ); | ||
| + "LIBRARY_SEARCH_PATHS[arch=*]" = /usr/local/lib/; | ||
| ONLY_ACTIVE_ARCH = YES; | ||
| PRELINK_LIBS = ""; | ||
| PRODUCT_NAME = mothur; | ||
| @@ -3409,27 +3405,25 @@ | ||
| isa = XCBuildConfiguration; | ||
| buildSettings = { | ||
| ALWAYS_SEARCH_USER_PATHS = YES; | ||
| - CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; | ||
| - CLANG_CXX_LIBRARY = "libstdc++"; | ||
| + CLANG_CXX_LANGUAGE_STANDARD = "c++14"; | ||
| + CLANG_CXX_LIBRARY = "compiler-default"; | ||
| CLANG_WARN_CXX0X_EXTENSIONS = YES; | ||
| CLANG_WARN_UNREACHABLE_CODE = YES; | ||
| DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; | ||
| DEPLOYMENT_LOCATION = YES; | ||
| DSTROOT = TARGET_BUILD_DIR; | ||
| + GCC_C_LANGUAGE_STANDARD = "compiler-default"; | ||
| GCC_MODEL_TUNING = G5; | ||
| GCC_OPTIMIZATION_LEVEL = 3; | ||
| GCC_PREPROCESSOR_DEFINITIONS = ( | ||
| - "VERSION=\"\\\"1.39.1\\\"\"", | ||
| - "RELEASE_DATE=\"\\\"2/2/2017\\\"\"", | ||
| + "VERSION=\"\\\"1.39.3\\\"\"", | ||
| + "RELEASE_DATE=\"\\\"2/23/2017\\\"\"", | ||
| "MOTHUR_FILES=\"\\\"/Users/sarahwestcott/desktop/release\\\"\"", | ||
| ); | ||
| GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; | ||
| GCC_WARN_UNINITIALIZED_AUTOS = NO; | ||
| GCC_WARN_UNUSED_VALUE = YES; | ||
| - LIBRARY_SEARCH_PATHS = ( | ||
| - /usr/local/include/, | ||
| - /usr/local/lib/, | ||
| - ); | ||
| + LIBRARY_SEARCH_PATHS = /usr/local/lib/; | ||
| "LIBRARY_SEARCH_PATHS[arch=*]" = ""; | ||
| ONLY_ACTIVE_ARCH = YES; | ||
| PRELINK_LIBS = ""; | ||
| @@ -3444,11 +3438,11 @@ | ||
| isa = XCBuildConfiguration; | ||
| buildSettings = { | ||
| CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; | ||
| - CLANG_CXX_LIBRARY = "libstdc++"; | ||
| + CLANG_CXX_LIBRARY = "compiler-default"; | ||
| CLANG_WARN_UNREACHABLE_CODE = YES; | ||
| DEPLOYMENT_LOCATION = NO; | ||
| ENABLE_TESTABILITY = YES; | ||
| - GCC_C_LANGUAGE_STANDARD = c11; | ||
| + GCC_C_LANGUAGE_STANDARD = "compiler-default"; | ||
| GCC_ENABLE_SSE3_EXTENSIONS = NO; | ||
| GCC_ENABLE_SSE41_EXTENSIONS = NO; | ||
| GCC_ENABLE_SSE42_EXTENSIONS = NO; | ||
| @@ -3465,8 +3459,11 @@ | ||
| GCC_WARN_ABOUT_RETURN_TYPE = YES; | ||
| GCC_WARN_UNUSED_FUNCTION = YES; | ||
| GCC_WARN_UNUSED_VARIABLE = YES; | ||
| - HEADER_SEARCH_PATHS = /usr/local/include/; | ||
| - "HEADER_SEARCH_PATHS[arch=*]" = ""; | ||
| + HEADER_SEARCH_PATHS = ""; | ||
| + "HEADER_SEARCH_PATHS[arch=*]" = ( | ||
| + "$(inherited)", | ||
| + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, | ||
| + ); | ||
| INSTALL_PATH = TARGET_BUILD_DIR; | ||
| LIBRARY_SEARCH_PATHS = ""; | ||
| "LIBRARY_SEARCH_PATHS[arch=*]" = /usr/local/lib/; | ||
| @@ -3475,12 +3472,10 @@ | ||
| ONLY_ACTIVE_ARCH = YES; | ||
| OTHER_CPLUSPLUSFLAGS = ( | ||
| "-DBIT_VERSION", | ||
| - "-DUSE_BOOST", | ||
| "-DUNIT_TEST", | ||
| - "-stdlib=libstdc++", | ||
| - "-std=c++11", | ||
| "-DUSE_READLINE", | ||
| "$(OTHER_CFLAGS)", | ||
| + "-DUSE_BOOST", | ||
| ); | ||
| OTHER_LDFLAGS = ( | ||
| "-lreadline", | ||
| @@ -3497,16 +3492,16 @@ | ||
| isa = XCBuildConfiguration; | ||
| buildSettings = { | ||
| CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; | ||
| - CLANG_CXX_LIBRARY = "libstdc++"; | ||
| + CLANG_CXX_LIBRARY = "compiler-default"; | ||
| CLANG_WARN_UNREACHABLE_CODE = YES; | ||
| DEPLOYMENT_LOCATION = NO; | ||
| - GCC_C_LANGUAGE_STANDARD = c11; | ||
| + GCC_C_LANGUAGE_STANDARD = "compiler-default"; | ||
| GCC_GENERATE_DEBUGGING_SYMBOLS = NO; | ||
| GCC_MODEL_TUNING = ""; | ||
| GCC_OPTIMIZATION_LEVEL = 3; | ||
| GCC_PREPROCESSOR_DEFINITIONS = ( | ||
| - "VERSION=\"\\\"1.39.1\\\"\"", | ||
| - "RELEASE_DATE=\"\\\"2/2/2017\\\"\"", | ||
| + "VERSION=\"\\\"1.39.3\\\"\"", | ||
| + "RELEASE_DATE=\"\\\"2/23/2017\\\"\"", | ||
| "MOTHUR_FILES=\"\\\"/Users/sarahwestcott/desktop/release\\\"\"", | ||
| ); | ||
| GCC_VERSION = ""; | ||
| @@ -3530,12 +3525,10 @@ | ||
| MACOSX_DEPLOYMENT_TARGET = 10.12; | ||
| OTHER_CPLUSPLUSFLAGS = ( | ||
| "-DUSE_READLINE", | ||
| - "-DUSE_BOOST", | ||
| "-DUNIT_TEST", | ||
| - "-std=c++11", | ||
| - "-stdlib=libstdc++", | ||
| "-DBIT_VERSION", | ||
| "$(OTHER_CFLAGS)", | ||
| + "-DUSE_BOOST", | ||
| ); | ||
| OTHER_LDFLAGS = ( | ||
| "-lreadline", | ||
| @@ -3553,7 +3546,7 @@ | ||
| buildSettings = { | ||
| ALWAYS_SEARCH_USER_PATHS = YES; | ||
| CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; | ||
| - CLANG_CXX_LIBRARY = "libstdc++"; | ||
| + CLANG_CXX_LIBRARY = "compiler-default"; | ||
| CLANG_ENABLE_MODULES = YES; | ||
| CLANG_ENABLE_OBJC_ARC = YES; | ||
| CLANG_WARN_BOOL_CONVERSION = NO; | ||
| @@ -3568,7 +3561,7 @@ | ||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
| GCC_C_LANGUAGE_STANDARD = "compiler-default"; | ||
| GCC_DYNAMIC_NO_PIC = NO; | ||
| - GCC_OPTIMIZATION_LEVEL = 0; | ||
| + GCC_OPTIMIZATION_LEVEL = 3; | ||
| GCC_PREPROCESSOR_DEFINITIONS = ( | ||
| "DEBUG=1", | ||
| "$(inherited)", | ||
| @@ -3591,7 +3584,7 @@ | ||
| buildSettings = { | ||
| ALWAYS_SEARCH_USER_PATHS = YES; | ||
| CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; | ||
| - CLANG_CXX_LIBRARY = "libstdc++"; | ||
| + CLANG_CXX_LIBRARY = "compiler-default"; | ||
| CLANG_ENABLE_MODULES = YES; | ||
| CLANG_ENABLE_OBJC_ARC = YES; | ||
| CLANG_WARN_BOOL_CONVERSION = NO; | ||
| @@ -3607,6 +3600,7 @@ | ||
| ENABLE_NS_ASSERTIONS = NO; | ||
| ENABLE_STRICT_OBJC_MSGSEND = YES; | ||
| GCC_C_LANGUAGE_STANDARD = "compiler-default"; | ||
| + GCC_OPTIMIZATION_LEVEL = 3; | ||
| GCC_PREPROCESSOR_DEFINITIONS = ( | ||
| "VERSION=\"\\\"1.37.6\\\"\"", | ||
| "RELEASE_DATE=\"\\\"06/20/2016\\\"\"", | ||
Oops, something went wrong.