aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/Core/util
Commit message (Expand)AuthorAge
* oops, got confused by the preprocessor directives aroundGravatar Gael Guennebaud2009-02-21
* fix posix_memalign return value warningGravatar Gael Guennebaud2009-02-21
* increase version number for stepGravatar Gael Guennebaud2009-02-19
* should be __powerpc__ instead of __ppc__Gravatar Konstantinos A. Margaritis2009-02-08
* * allow Matrix to be resized to 0 (solve a lot of troubles withGravatar Gael Guennebaud2009-02-07
* apply Ricard patch for Reverse with minor modificationsGravatar Gael Guennebaud2009-02-06
* Add sub/super-diagonal expression (read/write) as a trivial extension ofGravatar Gael Guennebaud2009-02-05
* disable alignment altogether outside of the platforms which potentially have ...Gravatar Benoit Jacob2009-02-04
* call it "Eigen 2.0.50-unstable" to make things clear, and update EIGEN_MINOR_...Gravatar Benoit Jacob2009-02-02
* the BSD's don't have aligned malloc after allGravatar Benoit Jacob2009-02-02
* Big change in DiagonalMatrix and Geometry/Scaling:Gravatar Gael Guennebaud2009-01-28
* add support for read/write sub sets of inner vectors (sparse module)Gravatar Gael Guennebaud2009-01-27
* fix my previous commit with EIGEN_EMPTY macro bugGravatar Gael Guennebaud2009-01-27
* fix "empty macro arguments are undefined in ISO C90 and ISO C++98"Gravatar Gael Guennebaud2009-01-27
* eventually it turns out that our currentGravatar Gael Guennebaud2009-01-23
* fix warningsGravatar Benoit Jacob2009-01-21
* sparse module:Gravatar Gael Guennebaud2009-01-21
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* add a flexible sparse matrix class designed for fast matrix assemblyGravatar Gael Guennebaud2009-01-19
* * clarify the situation with experimental partsGravatar Benoit Jacob2009-01-19
* revert bad commitGravatar Gael Guennebaud2009-01-19
* patch from Ricard Marxer: add doc example for select()Gravatar Gael Guennebaud2009-01-17
* Add support for sparse * dense and dense * sparse matrix/vector productsGravatar Gael Guennebaud2009-01-14
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* 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
* disable/enable msvc headers are allowed to be included multiple timesGravatar Gael Guennebaud2009-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
* add missing newline at EOFGravatar Armin Berres2009-01-11
* 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 a ctest testsuite.cmake script to simplify the generation of nightly buildsGravatar Gael Guennebaud2009-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
* * re-enabled deprecation warning on msvc now that eigen isn't using functions...Gravatar Kenneth Frank Riddile2009-01-07
* fine tuning in dot() and sum(), and prepare for the sparse versions...Gravatar Gael Guennebaud2009-01-07
* * disabled deprecation warning under msvc that was being triggered due to mic...Gravatar Kenneth Frank Riddile2009-01-07
* remove the Matrix_ prefixGravatar Benoit Jacob2009-01-06
* 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