aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
* fix legitimate ICC 12 warningGravatar Benoit Jacob2011-02-22
* 'fix' a couple of clang -Wconstant-logical-operand warnings (still not convin...Gravatar Benoit Jacob2011-02-22
* __attribute__((flatten)) seems to be recognized by neither clang nor icc desp...Gravatar Benoit Jacob2011-02-22
* also test non_projective_only with row major transformationsGravatar Gael Guennebaud2011-02-22
* fix bug #190: directly pass Transform Options to Matrix, allowing to use RowM...Gravatar Benoit Jacob2011-02-22
* gcc 4.4 also defines float32_t as a special typeGravatar Gael Guennebaud2011-02-22
* disable output compression since this feature seems to be brokenGravatar Gael Guennebaud2011-02-21
* more compilation fixes for altivecGravatar Gael Guennebaud2011-02-21
* fix compilationGravatar Gael Guennebaud2011-02-21
* workaround ICC aggressive optimizationGravatar Gael Guennebaud2011-02-21
* fix ICE and warning with gcc 4.2.4Gravatar Gael Guennebaud2011-02-21
* link to blas/lapack only when needed, and use the static versions to hopefull...Gravatar Gael Guennebaud2011-02-21
* fix bug #176 (workaround a too aggressive optimization made by ICC)Gravatar Gael Guennebaud2011-02-21
* enable some tests that have been commented outGravatar Gael Guennebaud2011-02-18
* fix umfpack with complexesGravatar Gael Guennebaud2011-02-18
* remove unused codeGravatar Gael Guennebaud2011-02-18
* forgot that one, againGravatar Gael Guennebaud2011-02-18
* mergeGravatar Gael Guennebaud2011-02-18
|\
* | remove largeEps in adjoint unit test and use a more accurate test_isApproxWit...Gravatar Gael Guennebaud2011-02-18
| * fix bug #187: stable norm test was quite brokenGravatar Benoit Jacob2011-02-18
|/
* fix bug #186 (in 32 bits mode, gcc 4.3 messed up with pfirst for complex<float>)Gravatar Gael Guennebaud2011-02-18
* fix bug #189 (issue with fortran concentions to return COMPLEX values)Gravatar Gael Guennebaud2011-02-18
* extend mapstride unit test to test unaligned configurationsGravatar Gael Guennebaud2011-02-18
* fix a segfault in "slice vectorization" when the destination might not be ali...Gravatar Gael Guennebaud2011-02-18
* back to brute force linking to sparse libraries (fix cmake when these libs ar...Gravatar Gael Guennebaud2011-02-18
* forgot to include this file in previous commit (needed for lapack)Gravatar Gael Guennebaud2011-02-18
* now cholmod, umfpack, and superlu uses our own BLAS and LAPACK libsGravatar Gael Guennebaud2011-02-18
* add lapack interface to real symmetric eigenvalue dec and enable building of ...Gravatar Gael Guennebaud2011-02-18
* it is now up to user of these Find* module to find and link to BLAS and/or LA...Gravatar Gael Guennebaud2011-02-18
* clean a bit SuperLU declarationsGravatar Gael Guennebaud2011-02-18
* fix division by zero if the matrix is exactly zeroGravatar Gael Guennebaud2011-02-17
* for consistency forward declare tan, asin, acos functorsGravatar Gael Guennebaud2011-02-17
* use C linkage for umfpack (might fix some linking issues)Gravatar Gael Guennebaud2011-02-17
* mention std::ptr_fun in the quickref guideGravatar Gael Guennebaud2011-02-17
* typoGravatar Gael Guennebaud2011-02-17
* factorize implementation of standard real unary math functions, and add acos,...Gravatar Gael Guennebaud2011-02-17
* make check no test everything - also rm the EigenTesting cmake sub-projectGravatar Gael Guennebaud2011-02-17
* fix unused var warningGravatar Benoit Jacob2011-02-17
* forgot to include this file in one pretty old commit (missing EXCLUDE_FROM_ALL)Gravatar Gael Guennebaud2011-02-17
* Add blas tests for buildtests target.Gravatar Jitse Niesen2011-02-17
* remove #include <iostream> at the wrong placeGravatar Benoit Jacob2011-02-17
* Include necessary header files when working around bug #89.Gravatar Jitse Niesen2011-02-17
* with old gcc (bug #89), only include iostream in debug modeGravatar Benoit Jacob2011-02-16
* properly report OpenGL as a disabled backendGravatar Gael Guennebaud2011-02-16
* fix intallation of unsupported modulesGravatar Gael Guennebaud2011-02-16
* undo debugging changeGravatar Benoit Jacob2011-02-16
* Fix bug #89: on GCC <= 4.3, use a custom assert implementation to work around...Gravatar Benoit Jacob2011-02-16
* Replace unset() by set() with no value specified; this does the same.Gravatar Jitse Niesen2011-02-16
* CTEST_CUSTOM_* parameter have to be put in a CTestCustum.cmake file which its...Gravatar Gael Guennebaud2011-02-15