aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util/Memory.h
Commit message (Expand)AuthorAge
...
* * bug #206: correctly forward computationOptions and work towards avoiding ma...Gravatar Benoit Jacob2011-03-06
* fix memory leak (when conservatively resizing vectors of dynamically allocate...Gravatar Gael Guennebaud2011-02-07
* allow the possibility to automatically call or not the ctors on a per scalar ...Gravatar Gael Guennebaud2011-01-26
* __cpuidex is not (always) present in VS 2008 + SP1, it seemsGravatar Benoit Jacob2011-01-17
* Update of CPUID macros to fix segfaults in amd64 code.Gravatar Jose Luis Blanco2011-01-05
* fix preprocessor checks for availability of cpuidGravatar Thomas Capricelli2010-12-28
* Correct std::map fix (two commits ago); copy fix to aligned_allocator doc.Gravatar Jitse Niesen2010-11-12
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
* MSVC for windows mobile does not have the errno.h fileGravatar Gael Guennebaud2010-10-07
* fix ei_aligned_delete for null pointers and non trivial dtorsGravatar Gael Guennebaud2010-07-14
* Various documentation improvements.Gravatar Jitse Niesen2010-07-06
* indentationGravatar Gael Guennebaud2010-07-06
* oops I did not see thatGravatar Gael Guennebaud2010-07-05
* add check for non x86 platforms, we get a compile error on arm/powerpc withou...Gravatar Konstantinos Margaritis2010-07-05
* Fix cache computation on old Intel CPUs which do notGravatar Gael Guennebaud2010-06-27
* add a utilility to debug cpuid, and makes sure we get 0 if we query an unsupp...Gravatar Gael Guennebaud2010-06-26
* email changeGravatar Gael Guennebaud2010-06-24
* Added version testing for MSVC.Gravatar Hauke Heibel2010-06-24
* Fixed MSVC cpuid.Gravatar Hauke Heibel2010-06-24
* fix compilation when EIGEN_CPUD is not definedGravatar Gael Guennebaud2010-06-24
* fix EIGEN_CPUID for i386 & PIC, still remains to fix the MSVC versionGravatar Gael Guennebaud2010-06-24
* default to Intel's API by defaultGravatar Gael Guennebaud2010-06-23
* fix cache queries for non core2 CPU ;)Gravatar Gael Guennebaud2010-06-23
* fix in case we don't know how to query the L1/L2 cache sizesGravatar Gael Guennebaud2010-06-21
* make bench_gemm print out the queried cache sizesGravatar Gael Guennebaud2010-06-21
* add functions to query the L1 and L2/L3 cache sizesGravatar Gael Guennebaud2010-06-21
* Made the supression of unused variables portable.Gravatar Hauke Heibel2010-06-08
* 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