platform/upstream/lapack.git
2011-03-03 julieOne more workspace problem fixed...
2011-03-03 julieThe c generated code should be better now
2011-03-03 julieFix some workspace query problems found with the new...
2011-03-03 jamesreplaced "do/exit" scan logic with do while loop
2011-02-28 julieAdded warning suppressions for the Intel compiler on...
2011-02-28 julieWrapped lines that extended past 72 columns
2011-02-26 julieCorrected a typo in the output message when setting...
2011-02-26 julieRe-worked type-size checks to search for differnt sizes...
2011-02-26 julieAdded a status message when using the supplied NETLIB...
2011-02-26 julieRecude RELEASE optimization level from O>3 to O2
2011-02-24 jameschanged matrix norm to 'M' (max) from 'I' (inf) for...
2011-02-17 jamesremoved confusing comments about JMAX, resolves bug0034
2011-02-17 jamesremoved confusing comments about JMAX, resolves bug0034
2011-02-17 jamesfixes bug0027: removed incorrect description of output...
2011-02-09 julieCorrect precision generation problem
2011-02-09 julieFix bug 0074
2011-02-07 julieFix Bug 0073: [Re] Add dummy routine in timer to avoid...
2011-02-07 julieMove CMake files to a subdirectory
2011-02-07 julieLink tmglib test library to lapack
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 "Link tmglib test library to lapack"
2011-02-07 julieRevert "Move CMake files to a subdirectory"
2011-02-07 julieMove CMake files to a subdirectory
2011-02-07 julieLink tmglib test library to lapack
2011-02-07 julieOrganize binaries into bin and lib directories
2011-02-07 julieRestore CMake packaging removed in r858
2011-02-03 julieFix bug 0072 reported by Inge Gutheil on February 3rd...
2011-01-31 langouChange from Christof (Voemel) sent on Mon, 31 Jan 2011.
2011-01-31 julieFix bug0070 : IWORK dimension is incorrect
2011-01-28 julieCorrect bug0069
2011-01-27 julieSame for hetrs2 routines
2011-01-27 julieFollow-up: fix for new routines to handle LDA
2011-01-26 langou1) Je viens de modifier le fichier timer_dsytri2.c...
2011-01-26 langoubon maintenant, ca compile ... (desole)
2011-01-26 langouJ'ai lu le code vite fait. Comme ca, ca devrait marcher...
2011-01-25 julieInclude Zlatko changes following Paul Roberts from...
2011-01-24 julieCorrect multiple definition in the lapack lib (See...
2011-01-20 julieAdding new hetri routines
2011-01-13 julieRemove the last compiler directive
2011-01-12 julieRemove outdated compiler directives
2011-01-11 julieSuppress warning because of undefined variable
2011-01-09 julieSuppress a warning from SUN compilers when building...
2011-01-08 julieSuppress harmless linker warnings on IRIX + MIPSpro
2011-01-05 julieRemoved output truncation on ctest submissions.
2011-01-04 julieFix object needed for targets in CMAKE build
2011-01-04 julieminor fix following compiler warnings: remove unused...
2011-01-04 julieminor fix: add comment to warn that vector and matrix...
2010-12-31 julieRe-worked the type size check to be much more compact
2010-12-30 julieAdded acml_mv to the ACML link libraries
2010-12-30 julie1. Adjusted regex checks in CheckLAPACKCompilerFlags...
2010-12-24 julieDisplay the test's output to stdout after a run so...
2010-12-24 julie1. Fixed a typo in FindBLAS for SGI (SCCL should have...
2010-12-23 julie1. Added support for both IBM XL Fortran and IBM Visua...
2010-12-23 julieFixed a bug in the IBM compiler options (-ffixed-form...
2010-12-23 julieAdded checks disable floating point exceptions for...
2010-12-21 julieFixed FindBLAS for Sun Performance Library
2010-12-20 julieAdded a CTestCustom.cmake file to filter unwanted files...
2010-12-17 langouAdding Peng Du's name in the authors of the variants.
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 julieRemoved leftover debug messages from FindBLAS.cmake
2010-12-15 julieAdded support for external BLAS libraries in the CMake...
2010-12-14 langouundoing my check, sorry
2010-12-14 langouthis is a test
2010-12-13 langouNew license file as agreed by email.
2010-11-29 julieFollow rencang's recommendation to fix bug 0064, set...
2010-11-17 julieFix line length
2010-11-17 julieFix typo in external routine name
2010-11-14 langoucorrect indentation
2010-11-14 langouimporve (?) comments
2010-11-14 langoutypos
2010-11-13 julie Correct memory access in CSD found with -fbounds...
2010-11-13 juliepolish comments
2010-11-10 brian(no commit message)
2010-11-10 langouupdate 2009 to 2010 in some files
2010-11-08 julieStart getting ready for the release
2010-11-08 julieUpdate CMake build
2010-11-07 juliefix again some COMPLEX instead of CMPLX
2010-11-07 juliefix again some COMPLEX instead of CMPLX
2010-11-07 julieFix a minor problem on csd - intrinsic function is...
2010-11-07 julieCorrect bug0064 :: got a bug in divide and conquer...
2010-11-04 brianIncorporated CSD source and testing routines into SRC...
2010-11-04 brianRemoved nonexistent fourth matrix type from CSD test...
2010-11-04 brianModified TESTING/EIG/alahdg.f to test CS decomposition...
2010-11-03 brianAdded CS decomposition test files to TESTING
2010-11-03 brianAdded CS decomposition source files to SRC/
2010-11-03 julieCommiting the 3 other precisions (single, complex,...
2010-11-02 julie [xSYTRS/xSYSV] Hide the call to syconv inside trs2...
2010-09-30 julieAdd hetrs2 for c and z, a Level BLAS 3 version of hetrs...
2010-08-25 julieIncluded bug fix provided by Zlatco on Jacobi SVD
2010-08-17 langouArray out-of-bounds reference in xLAQR5.
2010-08-10 juliePatch provided by the kitware team on Aug 5th (Brad...
2010-08-10 julieVarious comment fixes
2010-08-09 langouAdding a hint on the data storage required for band...
2010-07-07 julieSplit some lines (continue)
next