| Commit message (Expand) | Author | Age |
* | EIGEN_NO_MALLOC must also block traditional unaligned malloc | Benoit Jacob | 2009-01-10 |
* | fix potential compilation issue on MSVC + no vectorization | Benoit Jacob | 2009-01-10 |
* | make the std::vector fix work also with dynamic size Eigen objects, e.g. | Benoit Jacob | 2009-01-10 |
* | remove ei_new_allocator | Benoit Jacob | 2009-01-10 |
* | Based on code + help from Alex Stapleton: | Benoit Jacob | 2009-01-09 |
* | oops, fix compilation (sorry for all that noise!) | Benoit Jacob | 2009-01-09 |
* | (previous commit was bad) | Benoit Jacob | 2009-01-09 |
* | overloaded operator delete should call ei_conditinal_aligned_free, not | Benoit Jacob | 2009-01-09 |
* | ei_aligned_delete was running through the various paths in the wrong | Benoit Jacob | 2009-01-09 |
* | * implement handmade aligned malloc, fast but always wastes 16 bytes of memory. | Benoit Jacob | 2009-01-09 |
* | * Added aligned_allocator for using 16-byte aligned types with STL containers... | Kenneth Frank Riddile | 2009-01-09 |
* | add missing inline keywords (compilation error) spotted by timvdm | Benoit Jacob | 2009-01-08 |
* | change the day switch time to 5:00 UTC | Gael Guennebaud | 2009-01-08 |
* | add a ctest testsuite.cmake script to simplify the generation of nightly builds | Gael Guennebaud | 2009-01-08 |
* | add EIGEN_WORK_AROUND_QT_BUG_CALLING_WRONG_OPERATOR_NEW_FIXED_IN_QT_4_5 | Benoit Jacob | 2009-01-08 |
* | EIGEN_MAKE_ALIGNED_OPERATOR_NEW didn't actually need to get the class | Benoit Jacob | 2009-01-08 |
* | the big memory changes. the most important changes are: | Benoit Jacob | 2009-01-08 |
* | fix a bug -- bad read found by valgrind | Benoit Jacob | 2009-01-08 |
* | Add cdash.org support: | Gael Guennebaud | 2009-01-08 |
* | add BLAS dependency in FindSuperLU.cmake | Gael Guennebaud | 2009-01-08 |
* | bugfix in sum | Gael Guennebaud | 2009-01-08 |
* | Add a vectorization_logic unit test for assign and sum. | Gael Guennebaud | 2009-01-07 |
* | Sparse module: | Gael Guennebaud | 2009-01-07 |
* | * re-enabled deprecation warning on msvc now that eigen isn't using functions... | Kenneth Frank Riddile | 2009-01-07 |
* | fine tuning in dot() and sum(), and prepare for the sparse versions... | Gael Guennebaud | 2009-01-07 |
* | add custom implementation of hypot | Gael Guennebaud | 2009-01-07 |
* | * disabled deprecation warning under msvc that was being triggered due to mic... | Kenneth Frank Riddile | 2009-01-07 |
* | remove non standard hypotf function call | Gael Guennebaud | 2009-01-07 |
* | more Scalar conversions fixes | Gael Guennebaud | 2009-01-07 |
* | two scalar conversion fixes | Gael Guennebaud | 2009-01-07 |
* | remove the Matrix_ prefix | Benoit Jacob | 2009-01-06 |
* | call methods from the eigen namespace with prepended Eigen:: in define | Armin Berres | 2009-01-06 |
* | * suppressed some minor warnings | Kenneth Frank Riddile | 2009-01-06 |
* | * introduce macros to replace inheritance for operator new overloading | Benoit Jacob | 2009-01-06 |
* | ...so the placement new is really trivial:) | Benoit Jacob | 2009-01-05 |
* | oops, placement new should take a void* | Benoit Jacob | 2009-01-05 |
* | we also had to overload the placement new... issue uncovered by Tim when | Benoit Jacob | 2009-01-05 |
* | forgot to install the LeastSquares header | Benoit Jacob | 2009-01-05 |
* | release beta5, fix a doc typo | Benoit Jacob | 2009-01-05 |
* | gaaaaaaaaaaaaaaaaaah | Benoit Jacob | 2009-01-05 |
* | problem solved, we really want public inheritance and it is only | Benoit Jacob | 2009-01-05 |
* | the empty base class optimization is not standard. Most compilers implement a... | Benoit Jacob | 2009-01-05 |
* | *fix compilation with MSVC 2005 in the Transform::construct_from_matrix | Benoit Jacob | 2009-01-05 |
* | didn't meant to commit the fortran check. but anyway, unfortunately it doesn'... | Armin Berres | 2009-01-05 |
* | inherit from ei_with_aligned_operator_new even with disabled vectorization | Armin Berres | 2009-01-05 |
* | *add PartialRedux::cross() with unit test | Benoit Jacob | 2009-01-05 |
* | fix compilation on apple: _mm_malloc was undefined. the fix is to just use ma... | Benoit Jacob | 2009-01-05 |
* | fix segfault due to non-aligned packets | Benoit Jacob | 2009-01-04 |
* | oops forgot important parentheses | Benoit Jacob | 2009-01-04 |
* | Fix bug in Matrix, in determining whether to overload operator new with an al... | Benoit Jacob | 2009-01-04 |