Age | Commit message (Expand) | Author |
2018-09-28 | Fixes regression #179 | Pjotr Prins |
2018-09-27 | Inlining GSL calls | Pjotr Prins |
2018-09-07 | Matrices positive definite issues | Pjotr Prins |
2018-09-06 | Fix travis error | Pjotr Prins |
2018-09-06 | More debugging and a performance check | Pjotr Prins |
2018-09-06 | More debugging info and raise SIGINT instead of exit | Pjotr Prins |
2018-08-31 | Continue debugging calcpab | Pjotr Prins |
2018-08-26 | More value checking and bounds checking | Pjotr Prins |
2018-08-25 | Added remarks | Pjotr Prins |
2018-08-25 | segfpe handling | Pjotr Prins |
2018-08-25 | eigenvalues: some error checking added | Pjotr Prins |
2017-12-07 | More notes and removed unused LULndet | Pjotr Prins |
2017-12-07 | Some more overflow checks | Pjotr Prins |
2017-08-27 | Removed large sections of commented out code | Pjotr Prins |
2017-08-26 | LULndet: remove bad enforce | Pjotr Prins |
2017-08-26 | Tests and enforces added related to https://github.com/genetics-statistics/GE... | Pjotr Prins |
2017-08-22 | EigenDecomp: also show warning on multiple zero values | Pjotr Prins |
2017-08-22 | Fixes matrix checks - looking saner now...- Matrix checks as described in https://github.com/genetics-statistics/GEMMA/issues/72
- introduces -strict switch which will exit on certain conditions
- zero small eigenvalues in EigenDecomp_Zeroed which also checks for negative values
- commented out float versions of functions in lapack.cpp (pre-removal)
- reverted on disabled regression tests (GEMMA shows its previous behaviour now)
| Pjotr Prins |
2017-08-02 | Massive patch using LLVM coding style. It was generated with:... clang-format -style=LLVM -i *.cpp *.h
Please set your editor to replace tabs with spaces and use indentation of 2 spaces.
| Pjotr Prins |
2017-07-07 | Some three compile time fixes for the GNU GCC 7.1.0 compiler on Linux....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.
| Pjotr Prins |
2017-06-02 | Removed FORCE_FLOAT from lmm.h,cpp. | Peter Carbonetto |
2017-05-31 | Removed WITH_LAPACK compile/build option. | Peter Carbonetto |
2017-05-30 | Removing FORCE_FLOAT from some C++ source files. | Peter Carbonetto |
2015-07-11 | add GXE test | xiangzhou |
2014-09-22 | version 0.95alpha | xiangzhou |