Go to file
Benoit Jacob 6af2c2c67a backported the following to 2.0:
* EIGEN_ALIGN and EIGEN_DONT_ALIGN and the corresponding logic in Macros.h
  (instead of using EIGEN_ARCH_WANTS_ALIGNMENT)
* The body of ei_aligned_malloc and ei_aligned_free

The reason for this backporting is that a user complained that with eigen 2.0 he got a warning at Memory.h:81 that the return value of posix_memalign was not used, and that function was declared with an attribute warn_unused_result.

Looking at this, it seemed that the body of this function was already overly complicated, and fixing this warning made it even worse, while the devel branch had a much simpler body and didn't suffer from that problem.

Then it was necessary to update ei_aligned_free too, and to backport EIGEN_ALIGN.

Inch' Allah....
2009-09-21 05:39:55 -04:00
bench * complete the support of QVector via a QtAlignedMalloc header 2009-01-20 16:50:47 +00:00
cmake FindUmfPack: add AMD and COLAMD libraries only if they are found 2009-01-27 16:22:08 +00:00
demos prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all cmake files 2008-12-02 12:59:10 +00:00
disabled * clarify the situation with experimental parts 2009-01-19 15:02:24 +00:00
doc backported the following to 2.0: 2009-09-21 05:39:55 -04:00
Eigen backported the following to 2.0: 2009-09-21 05:39:55 -04:00
scripts todo list for the script eigen_gen_docs 2009-08-15 03:42:04 +02:00
test hg add the unit test 2009-09-16 14:29:44 -04:00
unsupported forgot to add the unsupported IterativeSolvers module needed by Step 2009-06-04 18:40:16 +02:00
.hgignore backport from main branch : basic .hgignore file 2009-08-15 03:43:40 +02:00
.krazy * Add Hyperplane::transform(Matrix/Transform) 2008-08-31 13:32:29 +00:00
CMakeLists.txt bump to 2.0.5 2009-08-22 17:19:08 -04:00
COPYING Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
COPYING.LESSER Relicense --> dual-license LGPL3+/GPL2+ 2008-02-28 15:44:45 +00:00
CTestConfig.cmake update the CTestConfig file to upload 2.0 reports to a different cdash project 2009-07-31 16:15:37 +02:00
Doxyfile * block() for vectors ---> segment() 2008-09-15 15:45:41 +00:00
Mainpage.dox backport 919961 and 920175 2009-02-02 14:26:40 +00:00