Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-22 | Removing more eigenlib references | Pjotr Prins | |
2020-05-22 | Fixes for gcc (GCC) 10.1.0 | Pjotr Prins | |
Started to remove eigenlib (again) | |||
2018-12-10 | Bug fix release 0.98.1 | Pjotr Prins | |
2018-10-14 | Makefile: more standard use of rules | Pjotr Prins | |
2018-10-14 | Makefile: remove RPATH | Pjotr Prins | |
2018-10-09 | clang++: disable Og switch for conda | Pjotr Prins | |
2018-09-29 | RELEASE NOTES for 0.98 | Pjotr Prins | |
2018-09-28 | Atlas compilation (still not working) | Pjotr Prins | |
2018-09-28 | Atlas compilation | Pjotr Prins | |
2018-09-27 | Inlining GSL calls | Pjotr Prins | |
2018-09-26 | Updated version and added performance stats | Pjotr Prins | |
2018-09-18 | Fixing Travis build | Pjotr Prins | |
2018-09-18 | Fix Travis build again | Pjotr Prins | |
2018-09-18 | Fix Travis build again | Pjotr Prins | |
2018-09-18 | Added profiling and build instructions | Pjotr Prins | |
2018-09-15 | Using Guix container to build with gcc and clang | Pjotr Prins | |
2018-09-15 | README: update | Pjotr Prins | |
2018-09-07 | Matrices positive definite issues | Pjotr Prins | |
2018-08-31 | Continue debugging calcpab | Pjotr Prins | |
2018-08-26 | More value checking and bounds checking | Pjotr Prins | |
2018-07-14 | Guix: add more build information to the final binary | Pjotr Prins | |
2018-07-14 | - Guix Makefile added RPATH | Pjotr Prins | |
- Added performance metrics in ./test/performance | |||
2018-07-14 | Guix: added GUIX flag to automate make settings. Added DAG of dependencies | Pjotr Prins | |
2018-06-29 | Fix conflict | Pjotr Prins | |
2018-03-01 | Early morning extra fwd slash failure, fixed in this commit | DannyArends | |
2018-03-01 | Trying to fix the -isystem/ failure of travis | DannyArends | |
2018-02-28 | Makefile changes, to compile under windows | DannyArends | |
2018-02-28 | Windows compilation paths, and restructuring the -isystem | DannyArends | |
2018-02-28 | OS detection, and version script generator selection via VGEN | DannyArends | |
2018-02-22 | Changed handling of version number so it does not modify every compile | Pjotr Prins | |
2017-12-19 | Documentation and Travis fixes | Pjotr Prins | |
2017-12-19 | Optimizing OpenBlas | Pjotr Prins | |
2017-12-19 | Use OpenBlas cblas interface by default | Pjotr Prins | |
2017-12-19 | Openblas not linking | Pjotr Prins | |
2017-12-19 | Makefile | Pjotr Prins | |
2017-12-19 | Make eigelib -legacy | Pjotr Prins | |
2017-12-18 | lapack is part of OpenBlas | Pjotr Prins | |
2017-12-18 | Getting ready for release. Defaulting to OpenBlas | Pjotr Prins | |
2017-12-06 | Integer overflow checking for matrix dgemm and adding path for OpenBlas ↵ | Pjotr Prins | |
include files | |||
2017-11-11 | Cleaning up compiler warnings | Pjotr Prins | |
2017-11-09 | Tests: added bslmm test | Pjotr Prins | |
2017-11-09 | Makefiles: reorder, and use version support for macos | 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-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-14 | Travis: more fixes | Pjotr Prins | |
2017-10-13 | OpenBlas: preparing for dgemm use | Pjotr Prins | |
2017-10-13 | Bumped up version. | Peter Carbonetto | |
2017-10-06 | Makefile: Some notes on test commands | Pjotr Prins | |
2017-10-05 | Addresses | Pjotr Prins | |
https://github.com/genetics-statistics/GEMMA/issues/81 | |||
2017-08-27 | Makefile: clean up of the main Makefile and changed build instructions | Pjotr Prins | |
to align with normal build systems * Debug mode is now the default (use DEBUG= to disable) * Dynamic linking is now the default (use FORCE_STATIC=1 for static) * Removed references to 32-bit compilation (default is $arch) |