aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
Commit message (Expand)AuthorAge
* Fix out of source buildGravatar Ingmar Vanhassel2009-05-27
* mergeGravatar Gael Guennebaud2009-05-20
|\
* | * add a FindEigen2.cmake file for referenceGravatar Gael Guennebaud2009-05-20
| * Added pkgconfig supportGravatar Rhys Ulerich2009-05-19
|/
* add -Wextra only if compiler supports itGravatar Gael Guennebaud2009-05-06
* * fix the binary bloat issue, Rohit's idea was the good oneGravatar Benoit Jacob2009-04-06
* add a proof of concept autodiff jacobian helper class based on adolcGravatar Gael Guennebaud2009-02-27
* increase version number for stepGravatar Gael Guennebaud2009-02-19
* forgot to commit changes in main CMakeLists.txtGravatar Gael Guennebaud2009-02-05
* call it "Eigen 2.0.50-unstable" to make things clear, and update EIGEN_MINOR_...Gravatar Benoit Jacob2009-02-02
* * remove set(), revert to old behavior where = resizesGravatar Benoit Jacob2009-01-21
* two compilation fixesGravatar Gael Guennebaud2009-01-15
* Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB...Gravatar Gael Guennebaud2009-01-14
* * minor dox tweaksGravatar Benoit Jacob2009-01-12
* Add cdash.org support:Gravatar Gael Guennebaud2009-01-08
* release beta5, fix a doc typoGravatar Benoit Jacob2009-01-05
* * fix a unused variable warningGravatar Benoit Jacob2009-01-04
* * require CMake 2.6.2 everywhere, Alexander Neundorf says it'd make itGravatar Benoit Jacob2009-01-04
* improved MSVC support in cmake files (SSE)Gravatar Gael Guennebaud2008-12-18
* more MSVC cmake fixesGravatar Gael Guennebaud2008-12-17
* Hopefully fix compilation of SSE Packetmath with MSVC.Gravatar Benoit Jacob2008-12-16
* * call it beta2Gravatar Benoit Jacob2008-12-07
* prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all...Gravatar Gael Guennebaud2008-12-02
* -use the cmake-provided Eigen_(SOURCE|BINARY)_DIR variables instead of settin...Gravatar Alexander Neundorf2008-12-02
* same thing with EIGEN_BINARY_DIR. Now the doc generation works from kdesupport.Gravatar Benoit Jacob2008-08-31
* fix cmakelists: wrong assumption on CMAKE_SOURCE_DIR. One can now useGravatar Benoit Jacob2008-08-31
* * missing cmake make_directory commandGravatar Benoit Jacob2008-08-27
* * remove debug code commited by mistake in AssignGravatar Gael Guennebaud2008-08-26
* Various doc improvements... including a owl in the API doc header.Gravatar Gael Guennebaud2008-08-25
* cmake fixGravatar Gael Guennebaud2008-08-23
* forgot to commit a fileGravatar Gael Guennebaud2008-08-23
* fix compilation of unit-tests when cmake is run on kdesupport/ parentGravatar Benoit Jacob2008-08-17
* last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps toGravatar Benoit Jacob2008-08-12
* imported a reworked version of BTL (Benchmark for Templated Libraries).Gravatar Gael Guennebaud2008-07-09
* add mandelbrot demoGravatar Benoit Jacob2008-06-28
* * implement slice vectorization. Because it uses unalignedGravatar Benoit Jacob2008-06-22
* Add QR and Cholesky module instantiations in the lib.Gravatar Gael Guennebaud2008-06-14
* added an *optional* Eigen2 dynamic library.Gravatar Gael Guennebaud2008-05-31
* * find the proper way of nesting the expression in Flagged:Gravatar Benoit Jacob2008-05-28
* - introduce Part and Extract classes, splitting and extending the formerGravatar Benoit Jacob2008-05-27
* * Patch by Konstantinos Margaritis: AltiVec vectorization.Gravatar Benoit Jacob2008-05-03
* - cleaner use of OpenMP (no code duplication anymore)Gravatar Benoit Jacob2008-04-11
* * add typedefs for matrices/vectors with LargeBitGravatar Benoit Jacob2008-04-10
* part 2 of the reorganization. Benefits/changes:Gravatar Benoit Jacob2007-12-28
* rename src/ to Eigen/ so that we're able to #include<Eigen/Core.h>Gravatar Benoit Jacob2007-12-20
* play with inlining to get better performance when the compiler is not asked t...Gravatar Benoit Jacob2007-12-11
* Fix damage done by automatic search-and-replaceGravatar Benoit Jacob2007-11-25
* Democracy 1 - 0 DictatorshipGravatar Benoit Jacob2007-10-11
* make matrix multiplication do immediate evaluation; add lazyMul() for the old...Gravatar Benoit Jacob2007-09-29
* add operator *= between matrices, with automatic aliasing.Gravatar Benoit Jacob2007-09-07