Fix build break on gcc13
[platform/upstream/lapack.git] / CBLAS /
2017-05-22 langouMerge pull request #155 from jeffhammond/fix_isnan_aliasing
2017-05-22 langouMerge pull request #140 from SoapGentoo/cmake-fixes
2017-04-15 David SeifertReplace last occurrences of `include` install paths
2017-03-23 Julien LangouMerge branch 'master' of https://github.com/Reference...
2017-03-03 langouMerge pull request #132 from turboencabulator/cleanup
2017-02-06 Kyle GuinnSimplify the clean targets
2017-02-05 Kyle GuinnUse $(MAKE) -C for recursion
2017-02-05 Kyle GuinnFix missing or unnecessary prerequisites
2017-02-05 Kyle GuinnAdd libraries as prerequisites
2017-02-05 Kyle GuinnUpdate comments
2017-02-05 julielangouMerge pull request #120 from echeresh/lapacke_bdb_csd
2017-02-04 langouMerge pull request #119 from turboencabulator/cleanup
2017-02-04 Kyle GuinnVersion the CBLAS and LAPACKE libraries
2017-02-03 langouMerge pull request #117 from nickkolok/genEration
2017-02-03 Kyle GuinnUse the BUILD_* option variables for BLAS and CBLAS
2017-02-03 Kyle GuinnUse appending to create lists of source files
2017-02-03 Kyle GuinnSanitize the installation directories
2017-02-02 Kyle GuinnFix overlinking CBLAS dependencies
2017-01-23 langouMerge pull request #114 from turboencabulator/cleanup
2017-01-23 Kyle GuinnAvoid rebuilding CBLAS library and examples
2017-01-21 langouMerge pull request #112 from turboencabulator/cleanup
2017-01-21 Kyle GuinnUpdate comments
2017-01-20 Kyle GuinnMerge tag 'v3.7.0' into cleanup
2016-12-07 julielangouMerge pull request #94 from cmoha/master
2016-12-06 cmohafix #3
2016-12-06 cmohaMerge remote-tracking branch 'refs/remotes/Reference...
2016-12-06 langouMerge pull request #93 from cmoha/patch-2
2016-12-06 cmohabug: fixed compilation error
2016-11-26 Juliemerging: Various cleanups to makefiles #84
2016-11-19 julielangouMerge pull request #83 from haidarazzam/master
2016-11-15 langouMerge pull request #87 from cmoha/patch-1
2016-11-15 cmohabug: fixed compilation error
2016-11-07 Kyle GuinnUse $@ automatic variable
2016-11-07 Kyle GuinnMake compile flags and order consistent
2016-11-07 Kyle GuinnUse $(MAKE)
2016-11-07 Kyle GuinnUse $(LOADOPTS)
2016-11-07 Kyle GuinnVarious whitespace cleanup
2016-11-07 Kyle GuinnDelete hidden and temporary files, fix file modes
2016-11-04 julielangouMerge pull request #71 from advanpix/master
2016-10-23 JulieMerge branch 'tsqr' of git://github.com/sydha/lapack...
2016-10-23 JulieRemove duplicate definitions
2016-10-23 julielangouMerge pull request #66 from turboencabulator/pkgconfig
2016-10-06 Kyle GuinnImprove pkgconfig file generation
2016-09-05 langouMerge pull request #39 from antonio-rojas/master
2016-09-05 langouMerge pull request #45 from jschueller/testing
2016-09-01 Antonio RojasUpdate cblas.pc.in
2016-08-23 Julien SchuellerFix CBLAS testing
2016-07-11 Julien LangouMaking FORTRAN compilers happy. Replacing STEMP by...
2016-07-11 Julien LangouMerge branch 'hjmjohnson-FixInstalledPathingWithLib64'
2016-07-11 Julien LangouMerge branch 'FixInstalledPathingWithLib64' of https...
2016-07-11 Julien LangouPull request from Hans Johnson. Move command directives...
2016-07-10 Hans JohnsonRemove CMake-language block-end command arguments
2016-07-10 Hans JohnsonSTYLE: Convert CMake-language commands to lower case
2016-07-10 julielangouMerge pull request #5 from hjmjohnson/RemoveEndOfLineSpaces
2016-07-09 Hans JohnsonSTYLE: Remove trailing whitespace in Fortran files
2016-07-09 Hans JohnsonSTYLE: Remove trailing whitespace in MISC files
2016-07-09 Hans JohnsonSTYLE: Remove trailing whitespace in C files
2016-07-09 Hans JohnsonSTYLE: Remove trailing whitespace in CMake files
2016-07-09 Hans JohnsonBUG: path failure for find_package config files
2016-07-06 julielangouMerge pull request #3 from hjmjohnson/FixFindPackgePaths
2016-07-06 julielangouMerge pull request #2 from hjmjohnson/ImproveCMakeBuilding
2016-07-05 Hans JohnsonCOMP: Improve introspection and header configuration
2016-07-05 Hans JohnsonBUG: Fix pathing to include files
2016-07-04 Hans JohnsonSTYLE: Change source template files to .in extension
2016-06-04 julielangouMerge pull request #1 from jschueller/testing
2016-06-04 Julien SchuellerFix empty cmake replace
2016-01-08 julieCommitting Sébastien Villemot patches (5) sent on Jan...
2015-11-18 julieFix typo
2015-11-18 julieFix upper case issue in CMakeLists reported by Julien...
2015-11-15 julieUpdating version number
2015-01-10 julieApplied Jakub's CBLAS patch sent on Jan 9th
2014-10-08 julieFixing folder uppercase / lower case issue - Thank...