Age | Commit message (Collapse) | Author |
|
|
|
clang-format -style=LLVM -i *.cpp *.h
Please set your editor to replace tabs with spaces and use indentation of 2 spaces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
shunit2 in repo
fixes https://github.com/genetics-statistics/GEMMA/issues/55
|
|
|
|
|
|
|
|
|
|
|
|
|
|
tests passed: 13
tests failed: 0
tests total: 13
success rate: 100%
|
|
|
|
Compiler warnings are optional.
|
|
Added test suite, make check and openblas support. Need to fix one test that is still failing.
|
|
|
|
|
|
|
|
|
|
|
|
https://stackoverflow.com/questions/11496942/understanding-weffc#11529328 reduces warnings
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also added 'make check' command in Makefile and documented in INSTALL.md
|
|
|
|
|
|
Updated README and created INSTALL.
|
|
|
|
|
|
|
|
|
|
Spacing fixes.
|
|
|
|
|
|
Fixes gnu compile.
|
|
|
|
Makefile: find include files for Eigen3.
|
|
|
|
|
|
|