aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Memory.h
Commit message (Expand)AuthorAge
...
* fix compilation adding a makeconst helper structGravatar Gael Guennebaud2009-11-07
* FreeBSD: determine precisely when malloc is 16-byte alignedGravatar Benoit Jacob2009-06-29
* Renamed internal helper functions from the Memory header.Gravatar Hauke Heibel2009-06-04
* Fixes #9. Thanks to the (unknown) bug contributor.Gravatar Hauke Heibel2009-06-04
* fixes #5 : freebsd really has aligned mallocGravatar Benoit Jacob2009-05-22
* remove sentence "Eigen itself is part of the KDE project."Gravatar Benoit Jacob2009-05-22
* simplification (no reason anymore to write that in that convoluted way)Gravatar Benoit Jacob2009-05-15
* argh, forgot to re-add the throw()Gravatar Benoit Jacob2009-05-15
* * fix bugs in EigenTesting.cmake: it didn't work with -DEIGEN_NO_ASSERTION_CH...Gravatar Benoit Jacob2009-05-15
* apply patch from Hauke Heibel cleaning overloaded operator new/deteteGravatar Gael Guennebaud2009-05-07
* let the user disable alignment altogether by #defining EIGEN_DONT_ALIGN.Gravatar Benoit Jacob2009-05-03
* CREDIT Ross Smith: fix posix_memalign detectionGravatar Benoit Jacob2009-04-24
* add aligned_allocator operator == and != as suggested by Hauke HeibelGravatar Gael Guennebaud2009-04-09
* * fix the binary bloat issue, Rohit's idea was the good oneGravatar Benoit Jacob2009-04-06
* oops, got confused by the preprocessor directives aroundGravatar Gael Guennebaud2009-02-21
* fix posix_memalign return value warningGravatar Gael Guennebaud2009-02-21
* * allow Matrix to be resized to 0 (solve a lot of troubles withGravatar Gael Guennebaud2009-02-07
* disable alignment altogether outside of the platforms which potentially have ...Gravatar Benoit Jacob2009-02-04
* the BSD's don't have aligned malloc after allGravatar Benoit Jacob2009-02-02
* eventually it turns out that our currentGravatar Gael Guennebaud2009-01-23
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* * clarify the situation with experimental partsGravatar Benoit Jacob2009-01-19
* add NetBSD to the list of OSes on which malloc is guaranteed to be 16Gravatar Benoit Jacob2009-01-12
* * make std::vector specializations also for Transform and for QuaternionGravatar Benoit Jacob2009-01-12
* bug fix in ei_stack_freeGravatar Gael Guennebaud2009-01-12
* bugfix in ei_handmade_aligned_free for null pointersGravatar Gael Guennebaud2009-01-12
* EIGEN_NO_MALLOC must also block traditional unaligned mallocGravatar Benoit Jacob2009-01-10
* remove ei_new_allocatorGravatar Benoit Jacob2009-01-10
* (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
* 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
* fine tuning in dot() and sum(), and prepare for the sparse versions...Gravatar Gael Guennebaud2009-01-07
* call methods from the eigen namespace with prepended Eigen:: in defineGravatar Armin Berres2009-01-06
* * introduce macros to replace inheritance for operator new overloadingGravatar Benoit Jacob2009-01-06
* problem solved, we really want public inheritance and it is onlyGravatar Benoit Jacob2009-01-05
* fix compilation on apple: _mm_malloc was undefined. the fix is to just use ma...Gravatar Benoit Jacob2009-01-05
* * the 4th template param of Matrix is now Options. One bit for storageGravatar Benoit Jacob2009-01-04
* * In LU solvers: no need anymore to use row-major matricesGravatar Benoit Jacob2009-01-03
* * make WithAlignedOperatorNew always align even when vectorization is disabledGravatar Benoit Jacob2008-12-30
* fix bug discovered by Frank:Gravatar Benoit Jacob2008-12-24
* * fix a vectorization issue in ProductGravatar Gael Guennebaud2008-12-19
* actually honor EIGEN_STACK_ALLOCATION.Gravatar Benoit Jacob2008-12-16
* * throw bad_alloc if exceptions are enabled, after patch by Kenneth RiddileGravatar Benoit Jacob2008-12-16
* only enable the "unaligned array" assert if vectorization is enabled.Gravatar Benoit Jacob2008-12-15