aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* * move cwise *= and /= to Core (like * and /)Gravatar Benoit Jacob2009-01-12
* add a clean configuration summary for the unit tests (useful to analyze the d...Gravatar Gael Guennebaud2009-01-12
* another warning fixGravatar Gael Guennebaud2009-01-12
* bugfix in ei_handmade_aligned_free for null pointersGravatar Gael Guennebaud2009-01-12
* make the testsuite works on windows with nmakeGravatar Gael Guennebaud2009-01-12
* fix a warning in test/sparse.hGravatar Gael Guennebaud2009-01-12
* add the possiblity to disable Fortran (workaround cmake's bugGravatar Gael Guennebaud2009-01-12
* update testsuite scriptGravatar Gael Guennebaud2009-01-12
* simplify some ei_traits<> using inheritanceGravatar Gael Guennebaud2009-01-11
* extend stdvector test with more push_back...Gravatar Gael Guennebaud2009-01-11
* forgot to commit updated testGravatar Benoit Jacob2009-01-11
* add cwise operator *= and /=.Gravatar Benoit Jacob2009-01-11
* updating FindEigen2.cmake for proper search orderGravatar James Richard Tyrer2009-01-11
* add missing newline at EOFGravatar Armin Berres2009-01-11
* EIGEN_NO_MALLOC must also block traditional unaligned mallocGravatar Benoit Jacob2009-01-10
* fix potential compilation issue on MSVC + no vectorizationGravatar Benoit Jacob2009-01-10
* make the std::vector fix work also with dynamic size Eigen objects, e.g.Gravatar Benoit Jacob2009-01-10
* remove ei_new_allocatorGravatar Benoit Jacob2009-01-10
* Based on code + help from Alex Stapleton:Gravatar Benoit Jacob2009-01-09
* oops, fix compilation (sorry for all that noise!)Gravatar Benoit Jacob2009-01-09
* (previous commit was bad)Gravatar Benoit Jacob2009-01-09
* overloaded operator delete should call ei_conditinal_aligned_free, notGravatar Benoit Jacob2009-01-09
* ei_aligned_delete was running through the various paths in the wrongGravatar Benoit Jacob2009-01-09
* * implement handmade aligned malloc, fast but always wastes 16 bytes of memory.Gravatar Benoit Jacob2009-01-09
* * Added aligned_allocator for using 16-byte aligned types with STL containers...Gravatar Kenneth Frank Riddile2009-01-09
* add missing inline keywords (compilation error) spotted by timvdmGravatar Benoit Jacob2009-01-08
* change the day switch time to 5:00 UTCGravatar Gael Guennebaud2009-01-08
* add a ctest testsuite.cmake script to simplify the generation of nightly buildsGravatar Gael Guennebaud2009-01-08
* add EIGEN_WORK_AROUND_QT_BUG_CALLING_WRONG_OPERATOR_NEW_FIXED_IN_QT_4_5Gravatar Benoit Jacob2009-01-08
* EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the classGravatar Benoit Jacob2009-01-08
* the big memory changes. the most important changes are:Gravatar Benoit Jacob2009-01-08
* fix a bug -- bad read found by valgrindGravatar Benoit Jacob2009-01-08
* Add cdash.org support:Gravatar Gael Guennebaud2009-01-08
* add BLAS dependency in FindSuperLU.cmakeGravatar Gael Guennebaud2009-01-08
* bugfix in sumGravatar Gael Guennebaud2009-01-08
* Add a vectorization_logic unit test for assign and sum.Gravatar Gael Guennebaud2009-01-07
* Sparse module:Gravatar Gael Guennebaud2009-01-07
* * re-enabled deprecation warning on msvc now that eigen isn't using functions...Gravatar Kenneth Frank Riddile2009-01-07
* fine tuning in dot() and sum(), and prepare for the sparse versions...Gravatar Gael Guennebaud2009-01-07
* add custom implementation of hypotGravatar Gael Guennebaud2009-01-07
* * disabled deprecation warning under msvc that was being triggered due to mic...Gravatar Kenneth Frank Riddile2009-01-07
* remove non standard hypotf function callGravatar Gael Guennebaud2009-01-07
* more Scalar conversions fixesGravatar Gael Guennebaud2009-01-07
* two scalar conversion fixesGravatar Gael Guennebaud2009-01-07
* remove the Matrix_ prefixGravatar Benoit Jacob2009-01-06
* call methods from the eigen namespace with prepended Eigen:: in defineGravatar Armin Berres2009-01-06
* * suppressed some minor warningsGravatar Kenneth Frank Riddile2009-01-06
* * introduce macros to replace inheritance for operator new overloadingGravatar Benoit Jacob2009-01-06
* ...so the placement new is really trivial:)Gravatar Benoit Jacob2009-01-05
* oops, placement new should take a void*Gravatar Benoit Jacob2009-01-05