aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* Alignment fixes:Gravatar Benoit Jacob2011-11-22
* Bugs 157 and 377 - General tightening/testing of vectorwise ops:Gravatar Benoit Jacob2011-11-18
* Patches to support ARM NEON with Clang 3.0 and LLVM-GCCGravatar Marton Danoczy2011-11-04
* Refactor force-inlining macros and use EIGEN_ALWAYS_INLINE to force inlining ...Gravatar Benoit Jacob2011-11-06
* In the Matrix constructor taking (rows, cols), statically assert that the typ...Gravatar Benoit Jacob2011-11-05
* add the possiibility to disable deprectated warnings (useful for deprecated u...Gravatar Gael Guennebaud2011-10-24
* forgot inline keywordGravatar Benoit Jacob2011-10-17
* Throw std::bad_alloc even when exceptions are disabled, by doing new int[size...Gravatar Benoit Jacob2011-10-17
* bug #363 - check for integer overflow in byte-size computationsGravatar Benoit Jacob2011-10-16
* add the possibility to specialize assign_impl and still call the default impl...Gravatar Gael Guennebaud2011-08-18
* protect calls to min and max with parentheses to make Eigen compatible with d...Gravatar Gael Guennebaud2011-07-21
* add an "InvalidInput" enum, used by the SuperLU interfaceGravatar Gael Guennebaud2011-07-18
* fix aligned_allocator::allocate interfaceGravatar Gael Guennebaud2011-06-14
* introduce a smart_copy internal function and fix sparse matrices with non POD...Gravatar Gael Guennebaud2011-06-09
* Implement matrix logarithm + test + docs.Gravatar Jitse Niesen2011-06-07
* forgot to include this file in previous commitGravatar Gael Guennebaud2011-06-01
* fix bug #267: alloca is not aligned on armGravatar Gael Guennebaud2011-05-17
* Implement and document MatrixBase::sqrt().Gravatar Jitse Niesen2011-05-09
* Bail out if preprocessor symbol Success is defined (bug #253).Gravatar Jitse Niesen2011-05-04
* Remove unused enums in Constants.h .Gravatar Jitse Niesen2011-05-03
* Document enums in Constants.h (bug #248).Gravatar Jitse Niesen2011-05-03
* Implement evaluators for ArrayWrapper and MatrixWrapper.Gravatar Jitse Niesen2011-04-22
* fix aligned_stack_memory_handler for null pointersGravatar Gael Guennebaud2011-04-21
* clean a bit the stack allocation mechanismGravatar Gael Guennebaud2011-03-19
* fix memory leak when a custom scalar throw an exceptionGravatar Gael Guennebaud2011-03-19
* bumpGravatar Benoit Jacob2011-03-18
* bumpGravatar Benoit Jacob2011-03-14
* * bug #206: correctly forward computationOptions and work towards avoiding ma...Gravatar Benoit Jacob2011-03-06
* disable ICC 12 warning 279 - controlling expression is constantGravatar Benoit Jacob2011-03-06
* Make EIGEN_ALIGN16 always align to fix crashes with EIGEN_DONT_ALIGN_STATICAL...Gravatar Benoit Jacob2011-03-04
* bumpGravatar Benoit Jacob2011-02-28
* shut up a stupid clang 2.8 warningGravatar Benoit Jacob2011-02-27
* fix no newline warningGravatar Gael Guennebaud2011-02-23
* add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in o...Gravatar Benoit Jacob2011-02-22
* ICC 12 / linux only defined __INTEL_COMPILER, not __intel_compilerGravatar Benoit Jacob2011-02-22
* shut up stupid ICC warningsGravatar Benoit Jacob2011-02-22
* __attribute__((flatten)) seems to be recognized by neither clang nor icc desp...Gravatar Benoit Jacob2011-02-22
* for consistency forward declare tan, asin, acos functorsGravatar Gael Guennebaud2011-02-17
* Include necessary header files when working around bug #89.Gravatar Jitse Niesen2011-02-17
* Fix bug #89: on GCC <= 4.3, use a custom assert implementation to work around...Gravatar Benoit Jacob2011-02-16
* bumpGravatar Benoit Jacob2011-02-12
* MergeGravatar Hauke Heibel2011-02-12
|\
* | Disabled warning regarding the use of uninitialized variables on MSVC.Gravatar Hauke Heibel2011-02-12
| * Write topic page for storage orders.Gravatar Jitse Niesen2011-02-12
|/
* fix memory leak (when conservatively resizing vectors of dynamically allocate...Gravatar Gael Guennebaud2011-02-07
* introduce EIGEN_MAKING_DOCS to tell whether we're compiling the docs examplesGravatar Benoit Jacob2011-02-06
* mergeGravatar Benoit Jacob2011-02-06
|\
* | fix EIGEN_STATIC_ASSERT_LVALUE (fix found by failtests)Gravatar Benoit Jacob2011-02-06
| * Removed internal::as_argument. This fixes the alignment issues of bug #165.Gravatar Hauke Heibel2011-02-06
|/
* turnaround for a compiler bug in gcc 3.4.6Gravatar Thomas Capricelli2011-02-04