Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes for MinGW-w64 environment #54

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions .gitignore

This file was deleted.

6 changes: 0 additions & 6 deletions .gitmodules

This file was deleted.

2 changes: 1 addition & 1 deletion CMakeLists.txt
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ endif()
message (STATUS "Building ${CMAKE_BUILD_TYPE}")

set (WARN_FLAGS "-Wall -Wextra")
set (CMAKE_CXX_FLAGS "-std=c++11 ${WARN_FLAGS}")
set (CMAKE_CXX_FLAGS "-std=gnu++11 ${WARN_FLAGS}")

if (ENABLE_GMP)
#find_package(GMP REQUIRED)
Expand Down
661 changes: 0 additions & 661 deletions LICENSE.txt

This file was deleted.

Empty file modified README.md
100644 → 100755
Empty file.
51 changes: 0 additions & 51 deletions libs/CMakeLists.txt

This file was deleted.

Empty file modified src/CMakeLists.txt
100644 → 100755
Empty file.
Empty file modified src/Checkpoint.cpp
100644 → 100755
Empty file.
Empty file modified src/Checkpoint.hpp
100644 → 100755
Empty file.
Empty file modified src/CommandLineParser.cpp
100644 → 100755
Empty file.
Empty file modified src/CommandLineParser.hpp
100644 → 100755
Empty file.
37 changes: 0 additions & 37 deletions src/ICScoreCalculator.cpp

This file was deleted.

23 changes: 0 additions & 23 deletions src/ICScoreCalculator.hpp

This file was deleted.

Empty file modified src/MSA.cpp
100644 → 100755
Empty file.
Empty file modified src/MSA.hpp
100644 → 100755
Empty file.
Empty file modified src/Model.cpp
100644 → 100755
Empty file.
Empty file modified src/Model.hpp
100644 → 100755
Empty file.
Empty file modified src/Optimizer.cpp
100644 → 100755
Empty file.
24 changes: 0 additions & 24 deletions src/Optimizer.hpp

This file was deleted.

Empty file modified src/Options.cpp
100644 → 100755
Empty file.
Empty file modified src/Options.hpp
100644 → 100755
Empty file.
Empty file modified src/ParallelContext.cpp
100644 → 100755
Empty file.
Empty file modified src/ParallelContext.hpp
100644 → 100755
Empty file.
Empty file modified src/PartitionInfo.cpp
100644 → 100755
Empty file.
Empty file modified src/PartitionInfo.hpp
100644 → 100755
Empty file.
Empty file modified src/PartitionedMSA.cpp
100644 → 100755
Empty file.
Empty file modified src/PartitionedMSA.hpp
100644 → 100755
Empty file.
Empty file modified src/PartitionedMSAView.cpp
100644 → 100755
Empty file.
Empty file modified src/PartitionedMSAView.hpp
100644 → 100755
Empty file.
Empty file modified src/Tree.cpp
100644 → 100755
Empty file.
Empty file modified src/Tree.hpp
100644 → 100755
Empty file.
Empty file modified src/TreeInfo.cpp
100644 → 100755
Empty file.
Empty file modified src/TreeInfo.hpp
100644 → 100755
Empty file.
Empty file modified src/autotune/ResourceEstimator.cpp
100644 → 100755
Empty file.
51 changes: 0 additions & 51 deletions src/autotune/ResourceEstimator.hpp

This file was deleted.

Loading