Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-02-09 | make ghc-8.0 happy | Alberto Ruiz | |
2016-02-01 | Remove CPP option from cabal files | Sidharth Kapur | |
Use {-# LANGUAGE CPP #-} instead. | |||
2015-10-29 | bump versions, fix tests, thanks | Alberto Ruiz | |
2015-10-12 | Merge pull request #156 from varosi/feature/win_link | Alberto Ruiz | |
Fixed missing "__muldc3" symbol when building with OpenBLAS under Windows. | |||
2015-10-10 | Added some missing dependent DLLs for OpenBLAS linkage. | Vassil Keremidchiev | |
This is related to missing "__muldc3" symbol. | |||
2015-10-07 | bump version and thanks | Alberto Ruiz | |
2015-09-10 | Bumping version to 0.17.0.1 about #125 fix for Windows. | Vassil Keremidchiev | |
2015-09-06 | Windows build with OpenBLAS | Vassil Keremidchiev | |
Currently OpenBLAS building on Windows is not working. 1. Under Windows actual name of the library is libopenblas.dll and not openblas.dll 2. There were duplication of external dependencies: blas and lapack. Because extra-libraries was declared twice - for openstack condition and for OS condition. 3. I'm not sure how OpenBLAS is built on other OSes, so someone have to check this change on other OSes. | |||
2015-07-24 | Revert "Correct names & Add C sources to the .cabal file" | Alberto Ruiz | |
This reverts commit d0d0e6871518ae0a41fe1edd5d1c7b80e1704058. | |||
2015-07-24 | Revert "Correct paths to C sources" | Alberto Ruiz | |
This reverts commit 456f54adfbb8a91bce994ba2ee9045f94d46bf77. | |||
2015-07-21 | Merge remote-tracking branch 'origin/master' into wip | Alberto Ruiz | |
2015-07-18 | Correct paths to C sources | NightRa | |
2015-07-18 | Correct names & Add C sources to the .cabal file | NightRa | |
2015-07-17 | documentation | Alberto Ruiz | |
2015-07-12 | documentation | Alberto Ruiz | |
2015-06-12 | row ops in ST | Alberto Ruiz | |
2015-06-06 | remove Tools | Alberto Ruiz | |
2015-06-05 | move extractor to Element | Alberto Ruiz | |
2015-06-05 | change internal modules in hmatrix.cabal | Alberto Ruiz | |
2015-06-04 | move c sources | Alberto Ruiz | |
2015-05-31 | added experimental module for modular operation | Alberto Ruiz | |
2015-05-05 | arch flags for msse2 | Alberto Ruiz | |
2015-04-15 | remove Util | Alberto Ruiz | |
2015-04-10 | added module HMatrix.Util | Alberto Ruiz | |
2015-04-10 | merge recent | Alberto Ruiz | |
2015-01-08 | update base to ghc-7.10 | Alberto Ruiz | |
2014-12-29 | remove redundant cpp-options, bump version, thanks | Alberto Ruiz | |
2014-12-21 | temporary non thread safe randomVector workaround for OSX | Alberto Ruiz | |
2014-12-14 | bump version and thanks | Alberto Ruiz | |
2014-12-01 | changelog and bump version | Alberto Ruiz | |
2014-11-15 | Add openblas flag and if/else for extra-libraries | John Shahbazian | |
Adds the openblas flag and the changes to support the libraries. Both blas and lapack are in there, so if its used, then those two shouldn't be included. I have openblas installed in /usr/lib/openblas per recommendation by the developers. | |||
2014-09-28 | bump version and thanks | Alberto Ruiz | |
2014-09-27 | link gfortran on freebsd | Tom Nielsen | |
2014-09-24 | thanks and bump version | Alberto Ruiz | |
2014-09-07 | fix min/maxIndex bug, add tests, thanks | Alberto Ruiz | |
2014-06-28 | add full GPL license files and link to examples | Alberto Ruiz | |
2014-06-20 | description of interface | Alberto Ruiz | |
2014-06-20 | upper bound and readme | Alberto Ruiz | |
2014-06-20 | documentation | Alberto Ruiz | |
2014-06-18 | to/from ByteString | Alberto Ruiz | |
2014-06-13 | move modules (II) | Alberto Ruiz | |
2014-06-12 | changelog, readme, etc. | Alberto Ruiz | |
2014-06-11 | additional display functions | Alberto Ruiz | |
2014-06-10 | Domain class | Alberto Ruiz | |
2014-06-10 | module and function names | Alberto Ruiz | |
2014-06-04 | operations with nonexpanded constant and diagonal matrices | Alberto Ruiz | |
2014-06-03 | fix linspace, expose udot, complex static, wip | Alberto Ruiz | |
2014-05-27 | static dimensions, cont. | Alberto Ruiz | |
2014-05-24 | initial support for static dimension checking | Alberto Ruiz | |
2014-05-24 | backward compatibility | Alberto Ruiz | |