Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-02-28 | MinGW mkdir function doesn't allow for S_IRWXU, params | DannyArends | |
2018-02-28 | renamed import io.h to gemma_io.h | DannyArends | |
2018-02-28 | io.h is a std lib function for MinGW64, renamed it to gemma_io.h | DannyArends | |
2017-12-19 | Documentation and Travis fixes | Pjotr Prins | |
2017-12-19 | Make eigelib -legacy | Pjotr Prins | |
2017-12-17 | Reverted on using eigenlib_dgemm because of hanging K compute with dataset | Pjotr Prins | |
2017-12-17 | BimbamKin: show error when genotypes do not match | Pjotr Prins | |
2017-12-12 | Updated copyright info | Pjotr Prins | |
2017-12-08 | Changed banner and behaviour | Pjotr Prins | |
2017-12-08 | Legacy mode does not show logl_H1 column in output | Pjotr Prins | |
2017-12-08 | Drop legacy eigenlib_dgemm from fastblas | Pjotr Prins | |
2017-12-08 | Reduce debug noise levels | Pjotr Prins | |
2017-12-07 | Improve error messages, closes ↵ | Pjotr Prins | |
https://github.com/genetics-statistics/GEMMA/issues/116 | |||
2017-12-07 | Travis: fixes | Pjotr Prins | |
2017-12-07 | More notes and removed unused LULndet | Pjotr Prins | |
2017-12-07 | Some more overflow checks | Pjotr Prins | |
2017-12-06 | Some cleanup on matrix checking | Pjotr Prins | |
2017-12-06 | Fix openblas complaint | Pjotr Prins | |
2017-12-06 | Integer overflow checking for matrix dgemm and adding path for OpenBlas ↵ | Pjotr Prins | |
include files | |||
2017-11-30 | Fixed never-ending run when analyzing only a single SNP, ref | Pjotr Prins | |
https://groups.google.com/forum/#!topic/gemma-discussion/a-ommTiucC8 | |||
2017-11-22 | Explicit include of gsl_sys.h for GSLv1 | Pjotr Prins | |
2017-11-22 | Remove compiler warnings | Pjotr Prins | |
2017-11-22 | Remove compiler warnings and add check is_nan | Pjotr Prins | |
2017-11-15 | Nans: introducing checking on mem free | Pjotr Prins | |
2017-11-11 | Fix compiler warnings | Pjotr Prins | |
2017-11-11 | Cleaning up buffer use thanks to compiler warnings | Pjotr Prins | |
2017-11-11 | Cleaning up compiler warnings | Pjotr Prins | |
2017-11-10 | Remove compiler warnings | Pjotr Prins | |
2017-11-10 | Tests: added more bslmm tests | Pjotr Prins | |
2017-11-09 | Adding tests for bslmm | Pjotr Prins | |
2017-11-09 | Disabled debug output when not using -debug | Pjotr Prins | |
2017-10-26 | VERSION now contains the GEMMA version number. A script generates a header | Pjotr Prins | |
file named ./src/version.h. See Makefile for details. | |||
2017-10-26 | Changed SNPs into SNPs/var in output, ref ↵ | Pjotr Prins | |
https://github.com/genetics-statistics/GEMMA/issues/107#issuecomment-339475978 | |||
2017-10-26 | Get rid of compiler warning | Pjotr Prins | |
2017-10-26 | Changed SNPs into SNPs/var in output, ref ↵ | Pjotr Prins | |
https://github.com/genetics-statistics/GEMMA/issues/107#issuecomment-339475978 | |||
2017-10-23 | Travis-ci: | Pjotr Prins | |
- Disabled gcc-6 since we develop with later tools anyway - Turned the release test into a simple integration test - Adding MacOSX on Travis-ci Tests: Adding tests for Plink w. LOCO Safety: Introduce strtok_safe to get rid of segfaults | |||
2017-10-20 | NaN check only when -debug is used | Pjotr Prins | |
2017-10-18 | Tests still pass with safe_alloc (which sets the buffers to NaNs on allocation) | Pjotr Prins | |
2017-10-14 | Travis | Pjotr Prins | |
2017-10-14 | More travis | Pjotr Prins | |
2017-10-14 | Travis: more fixes | Pjotr Prins | |
2017-10-14 | Travis | Pjotr Prins | |
2017-10-14 | OpenBlas info | Pjotr Prins | |
2017-10-14 | Travis fixes | Pjotr Prins | |
2017-10-14 | Older openblas does not like blasint | Pjotr Prins | |
2017-10-14 | Travis fix | Pjotr Prins | |
2017-10-14 | More disabling of eigenlib (faster compilation) and avoid OPENBLAS_CONST ↵ | Pjotr Prins | |
which does not work on older cblas.h | |||
2017-10-13 | Refactored debug settings | Pjotr Prins | |
Replaced eigenlib_dgemm with fast_dgemm - 10-30% speed gain for GEMMA | |||
2017-10-13 | Openblas specific include file | Pjotr Prins | |
2017-10-13 | Replacing first dgemm - tests fail | Pjotr Prins | |