aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Memory.h
Commit message (Expand)AuthorAge
...
* the Index types change.Gravatar Benoit Jacob2010-05-30
* fix compilationGravatar Benoit Jacob2010-04-17
* Added MSVC stack allocation support.Gravatar Hauke Heibel2010-04-17
* remove the __ARM_NEON__ check there since Konstantinos said he removed it but...Gravatar Benoit Jacob2010-03-06
* * include Macros.h much earlier: since it takes care of the alignment platfor...Gravatar Benoit Jacob2010-03-06
* introduce EIGEN_DONT_ALIGN_STACK (disables alignment attributes) and EIGEN_DO...Gravatar Benoit Jacob2010-03-06
* enable posix_memalign for QNXGravatar Gael Guennebaud2010-03-05
* Added initial NEON support, most tests pass however we had to use some hackis...Gravatar Konstantinos Margaritis2010-03-03
* forgot defined(...)Gravatar Benoit Jacob2010-02-28
* on 64-bit systems, glibc's malloc returns 16-byte aligned ptrs, and we now ta...Gravatar Benoit Jacob2010-02-28
* * fix ei_handmade_aligned_realloc (was calling realloc on wrong ptr)Gravatar Benoit Jacob2010-02-28
* Added a generic reallocation implementation based on ei_aligned_malloc/_free.Gravatar Hauke Heibel2010-02-28
* add ei_posix_memalign_reallocGravatar Benoit Jacob2010-02-27
* add missing inline keyword, thanks to Eamon.Gravatar Benoit Jacob2010-02-27
* Added support for realloc based conservative resizing.Gravatar Hauke Heibel2010-02-27
* * Implement the ByOuterInner accessorsGravatar Benoit Jacob2010-02-25
* Piotr's patch was missing many occurences of size_t. So,Gravatar Benoit Jacob2010-02-12
* std:: namespace fixup for more restricive compilers such as QNX's QCCGravatar Piotr Trojanek2010-02-10
* make some changes to please clang, fix some warnings too.Gravatar Thomas Capricelli2010-01-04
* * Fix bug #79: ei_alignmentOffset was assuming that ptr is multiple ofGravatar Benoit Jacob2010-01-02
* * introduce ei_alignmentOffset(MatrixBase&,Integer)Gravatar Benoit Jacob2009-12-16
* Fixed a bad type conversion.Gravatar Hauke Heibel2009-12-13
* Added to possibility to compile unit tests at maximum warning level.Gravatar Hauke Heibel2009-12-12
* 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