aboutsummaryrefslogtreecommitdiff
path: root/src/io.cpp
AgeCommit message (Collapse)Author
2017-07-07Some three compile time fixes for the GNU GCC 7.1.0 compiler on Linux.Pjotr Prins
This patch is a mess because we use different line endings. I propose to convert to standard Unix mode (as was the original GEMMA code). To convert with vim one can use set fileformat=unix Do not merge this pull request, we can handle te fixes later.
2017-07-04Removed FORCE_FLOAT from io.cpp.Peter Carbonetto
2017-06-19Removed FORCE_FLOAT from param.cpp.Peter Carbonetto
2017-05-31Removed WITH_LAPACK compile/build option.Peter Carbonetto
2017-05-31Removing FORCE_FLOAT from some more C++ source files.Peter Carbonetto
2017-05-09Putatively fixed -Wc++11-narrowing error in io.cpp (see Issue #24).Peter Carbonetto
2017-05-04Fixed problems with duplicate symbols; now using static gsl libraries in ↵Peter Carbonetto
Makefile.osx so that others don't have to download it using Homebrew.
2017-05-04Local updates made by Xiang---shared via email on May 4, 2017, subject: ↵Peter Carbonetto
gemma on expression data.
2017-05-04Fixed problems with duplicate symbols in io.o, lmm.o, param.o and vc.o; ↵Peter Carbonetto
created a Makefile for Mac OS X (tested on 10.11, i.e., El Capitan).
2016-05-23version 0.95alphaxiangzhou
2015-07-11add GxE testxiangzhou
2015-07-11add GXE testxiangzhou
2014-10-30version 0.95alphaxiangzhou
2014-09-22version 0.95alphaxiangzhou