Lots of trailing whitespaces in the files of Syd. Cleaning this. No big deal.
[platform/upstream/lapack.git] / CMakeLists.txt
2016-10-23 JulieMerge branch 'tsqr' of git://github.com/sydha/lapack...
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-08-23 Julien SchuellerFix global options definition
2016-08-02 julielangouMerge pull request #24 from vladimir-ch/master
2016-08-02 julielangouMerge pull request #21 from hjmjohnson/AddLAPACKETMGTesting
2016-08-02 julielangouMerge pull request #20 from hjmjohnson/FixNightlyTests
2016-07-29 Hans JohnsonENH: Add LAPACKE_WITH_TMG to default testing
2016-07-29 Hans JohnsonENH: Only run python summary tests with compatible...
2016-07-29 julielangouMerge pull request #19 from hjmjohnson/ImproveTravisNaming
2016-07-29 julielangouMerge pull request #15 from hjmjohnson/PreventBadBuildC...
2016-07-28 Hans JohnsonCOMP: Prevent insource builds and inbuild installs
2016-07-28 julielangouMerge pull request #13 from hjmjohnson/DefaultToRelease
2016-07-27 Hans JohnsonENH: Set default build type to "Release"
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 CMake files
2016-06-18 JulieUpdate date, version for 3.6.1 release
2016-01-26 julieUpdating Intel Compiler flag for CMAKE build according...
2016-01-20 julieAdding support to Compaq Compiler on Windows - Contribu...
2015-11-19 julieCommit patch submitted by Orion Poplawski on Nov 18th...
2015-11-15 julieUpdating version number
2015-09-02 julieCommitting Nico's change about build system improvement...
2015-08-17 philippe.thevenyMoved deprecated SGVD routines into DEPRECATED directory.
2014-10-08 julieFixing folder uppercase / lower case issue - Thank...
2014-08-23 julieCommit to integrate CMAKE and MAKEFILE build system...
2014-04-15 julieUpdate version number in CMAKE - Thanks Allan Wollaber...
2014-04-15 julieUpdate version number in CMAKE - Thanks Allan Wollaber...
2014-02-09 julie== Patch provided by Brad King from Kitware - brad...
2013-12-09 julieDo not hide the CMAKE_GNUtoMS variable to users (Thanks...
2013-12-06 julieRemove GNUtoMS code in favor of CMake builtin version...
2013-12-06 julieRequire CMake >= 2.8.7 so we can use CMAKE_GNUtoMS
2012-08-25 julie(no commit message)
2012-04-26 julieCommit patch sent by Sébastien Fabbro to enable LAPACKE...
2012-04-25 julieUpdate CMAKE version requirement and remove FindBLAS...
2012-04-20 julieFix XLF flags that were causing test zgg to hang
2012-04-13 julieUpdate version number
2012-04-12 julieAdd -qnosave option for xlf compiler (Thanks Rodney)
2012-04-05 julieAdd the python script for LAPACK Summary output to...
2012-01-12 julieAdd an option LAPACKE_WITH_TMG that will generate the...
2012-01-10 julieAdding CMAKE Support for LAPACKE.
2011-12-20 julieFix linking problem C and Fortran with Sun Compilers...
2011-12-03 julieIntegrate LAPACKE into LAPACK make and CMAKE build...
2011-11-16 julieUpdate LAPACK version for CMAKE
2011-09-23 julieImprove CMAKE BUILD system and OUTPUT PARSING when...
2011-08-09 julieCommiting BRAD patch
2011-04-20 julieApply Sebastien Fabbro patch for the cmake build.
2011-04-15 julieUpdate Version Number in CMAKE
2011-02-26 julieAdded a status message when using the supplied NETLIB...
2011-02-07 julieMove CMake files to a subdirectory
2011-02-07 julieOrganize binaries into bin and lib directories
2011-02-07 julieRestore CMake packaging removed in r858
2011-02-07 julieRevert "Restore CMake packaging removed in r858"
2011-02-07 julieRevert "Organize binaries into bin and lib directories"
2011-02-07 julieRevert "Move CMake files to a subdirectory"
2011-02-07 julieMove CMake files to a subdirectory
2011-02-07 julieOrganize binaries into bin and lib directories
2011-02-07 julieRestore CMake packaging removed in r858
2010-12-23 julieAdded checks disable floating point exceptions for...
2010-12-20 julieAdded a CTestCustom.cmake file to filter unwanted files...
2010-12-16 julie1. Corrected the way linker flags from FindBLAS are...
2010-12-15 julie Merge some of Sebastien Fabbro's patch for CMAKE
2010-12-15 julieAdded compiler flags from FindBLAS.
2010-12-15 julieminor modif on find BLAS
2010-12-15 julieAdded support for external BLAS libraries in the CMake...
2010-08-10 juliePatch provided by the kitware team on Aug 5th (Brad...
2010-07-07 julie Add static/dynamic library, package support and rearra...
2010-06-23 julieUpdate date and version for 3.2.2 release
2010-03-23 julieFix CMakeLists.txt only blas is exported, lapack needs...
2009-08-12 julie Fix ifort flags just for Unix
2009-08-12 julie Use try_compile to look for the timing routine
2009-08-11 julieBetter solution as we set NONE as default...WINDOWS...
2009-08-11 julieNeed the NONE for Windows...
2009-08-11 julieAdd CMAKE support to LAPACK