Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-27 | Merge branch 'master' of github.com:genetics-statistics/GEMMA. | Peter Carbonetto | |
2017-07-27 | Linking to gemma 2.21 instead of gsl 2.2.1 in Makefile.linux. | Peter Carbonetto | |
2017-07-27 | Updated version to 0.97. | Peter Carbonetto | |
2017-07-26 | Fixed link in README. | Peter Carbonetto | |
2017-07-26 | Merge pull request #60 from genenetwork/tests. | Peter Carbonetto | |
2017-07-26 | test_suite: run shunit2 from system when available | Pjotr Prins | |
2017-07-26 | test_suite: replace awk with perl to compute file contents and default to ↵ | Pjotr Prins | |
shunit2 in repo fixes https://github.com/genetics-statistics/GEMMA/issues/55 | |||
2017-07-26 | Added a line count test for K | Pjotr Prins | |
2017-07-26 | github: fix links to gemma repo | Pjotr Prins | |
2017-07-21 | Added note in README about LGPL license for shuint2. | Peter Carbonetto | |
2017-07-21 | Removed some more commented-out code from mvlmm.cpp. | Peter Carbonetto | |
2017-07-19 | Removed some commented out code from mvlmm.cpp. | Peter Carbonetto | |
2017-07-18 | Moved shunit2 files to test directory. | Peter Carbonetto | |
2017-07-18 | Fixed failing test. New test report summary: | Peter Carbonetto | |
tests passed: 13 tests failed: 0 tests total: 13 success rate: 100% | |||
2017-07-18 | Added shunint2 v2.0.3 files. | Peter Carbonetto | |
2017-07-18 | Merge pull request #56 from genenetwork/compiler-warnings | Peter Carbonetto | |
Compiler warnings are optional. | |||
2017-07-18 | Merge pull request #54 from genenetwork/tests | Peter Carbonetto | |
Added test suite, make check and openblas support. Need to fix one test that is still failing. | |||
2017-07-16 | sunit2: added instructions | Pjotr Prins | |
2017-07-12 | Update README.md | xiangzhou | |
2017-07-11 | Makefile: add extra slash to support relative eigen paths | Pjotr Prins | |
2017-07-11 | Makefile: silence compiler warnings for Eigen libs | Pjotr Prins | |
2017-07-11 | Makefile: compiler warnings optional | Pjotr Prins | |
2017-07-11 | Makefile: compile without -Weffc++ as suggested by ↵ | Pjotr Prins | |
https://stackoverflow.com/questions/11496942/understanding-weffc#11529328 reduces warnings | |||
2017-07-09 | Makefile: fix output on make check | Pjotr Prins | |
2017-07-09 | Makefile: force unit tests to throw a make error on less than 100% success | Pjotr Prins | |
2017-07-09 | Run test_suite directly from Makefile | Pjotr Prins | |
2017-07-09 | Spacing in demo.txt | Pjotr Prins | |
2017-07-09 | Makefile: add OpenBLAS support | Pjotr Prins | |
2017-07-09 | Tests: more tests | Pjotr Prins | |
2017-07-09 | Tests: added test for univariate and multivariate LMM | Pjotr Prins | |
Also added 'make check' command in Makefile and documented in INSTALL.md | |||
2017-07-09 | Test: check result | Pjotr Prins | |
2017-07-09 | Add test framework based on shunit2 | Pjotr Prins | |
2017-07-08 | Merge pull request #53 from genenetwork/doc | Peter Carbonetto | |
Updated README and created INSTALL. | |||
2017-07-08 | INSTALL.md: fixed conflict | Pjotr Prins | |
2017-07-08 | README: some links to INSTALL.md | Pjotr Prins | |
2017-07-08 | Added notes on using make | Pjotr Prins | |
2017-07-08 | Install doc | Pjotr Prins | |
2017-07-07 | Merge pull request #51 from genenetwork/spacing | Peter Carbonetto | |
Spacing fixes. | |||
2017-07-07 | Bumped up version; added Pjotr to README. | Peter Carbonetto | |
2017-07-07 | Merge branch 'master' of github.com:xiangzhou/GEMMA | Peter Carbonetto | |
2017-07-07 | Merge pull request #50 from genenetwork/fixes-gnu-compile | Peter Carbonetto | |
Fixes gnu compile. | |||
2017-07-07 | Merge branch 'master' of github.com:xiangzhou/GEMMA | Peter Carbonetto | |
2017-07-07 | Merge pull request #48 from genenetwork/fixes | Peter Carbonetto | |
Makefile: find include files for Eigen3. | |||
2017-07-07 | Removed FORCE_FLOAT from mvlmm.cpp. | Peter Carbonetto | |
2017-07-07 | Added notes on using make | Pjotr Prins | |
2017-07-07 | Install doc | Pjotr Prins | |
2017-07-07 | Fix spacing | Pjotr Prins | |
2017-07-07 | Some 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-07 | Makefile: find include files for Eigen3 | Pjotr Prins | |
2017-07-04 | Merge pull request #47 from Millak/master | Peter Carbonetto | |
Add NO_INTEL_COMPAT flag to Makefile. |