| Commit message (Expand) | Author | Age |
* | more message improvements, tell the user about building a specific test | Benoit Jacob | 2009-09-28 |
* | * bump to 2.90.0 now that it's agreed that we're doing eigen3 | Benoit Jacob | 2009-09-27 |
* | improve message | Benoit Jacob | 2009-09-27 |
* | * Introduce make targets btest (build tests), blas (build blas lib), demos (b... | Benoit Jacob | 2009-09-27 |
* | add a wip blas library built on top of Eigen. TODO: | Gael Guennebaud | 2009-09-25 |
* | Added EIGEN_REF_TO_TEMPORARY define for rvalue support. | Hauke Heibel | 2009-09-21 |
* | Fixed SSE related build warning on 64-bit windows systems. | John Smith | 2009-08-28 |
* | only append the changeset to the version if we're in the default branch | Benoit Jacob | 2009-08-14 |
* | remove the FORCE | Benoit Jacob | 2009-08-04 |
* | add new Householder module | Benoit Jacob | 2009-08-03 |
* | Fix out of source build | Ingmar Vanhassel | 2009-05-27 |
* | merge | Gael Guennebaud | 2009-05-20 |
|\ |
|
* | | * add a FindEigen2.cmake file for reference | Gael Guennebaud | 2009-05-20 |
| * | Added pkgconfig support | Rhys Ulerich | 2009-05-19 |
|/ |
|
* | add -Wextra only if compiler supports it | Gael Guennebaud | 2009-05-06 |
* | * fix the binary bloat issue, Rohit's idea was the good one | Benoit Jacob | 2009-04-06 |
* | add a proof of concept autodiff jacobian helper class based on adolc | Gael Guennebaud | 2009-02-27 |
* | increase version number for step | Gael Guennebaud | 2009-02-19 |
* | forgot to commit changes in main CMakeLists.txt | Gael Guennebaud | 2009-02-05 |
* | call it "Eigen 2.0.50-unstable" to make things clear, and update EIGEN_MINOR_... | Benoit Jacob | 2009-02-02 |
* | * remove set(), revert to old behavior where = resizes | Benoit Jacob | 2009-01-21 |
* | two compilation fixes | Gael Guennebaud | 2009-01-15 |
* | Big rewrite in the Sparse module: SparseMatrixBase no longer inherits MatrixB... | Gael Guennebaud | 2009-01-14 |
* | * minor dox tweaks | Benoit Jacob | 2009-01-12 |
* | Add cdash.org support: | Gael Guennebaud | 2009-01-08 |
* | release beta5, fix a doc typo | Benoit Jacob | 2009-01-05 |
* | * fix a unused variable warning | Benoit Jacob | 2009-01-04 |
* | * require CMake 2.6.2 everywhere, Alexander Neundorf says it'd make it | Benoit Jacob | 2009-01-04 |
* | improved MSVC support in cmake files (SSE) | Gael Guennebaud | 2008-12-18 |
* | more MSVC cmake fixes | Gael Guennebaud | 2008-12-17 |
* | Hopefully fix compilation of SSE Packetmath with MSVC. | Benoit Jacob | 2008-12-16 |
* | * call it beta2 | Benoit Jacob | 2008-12-07 |
* | prefix all Eigen cmake variable with EIGEN_ and switched to lowercase for all... | Gael Guennebaud | 2008-12-02 |
* | -use the cmake-provided Eigen_(SOURCE|BINARY)_DIR variables instead of settin... | Alexander Neundorf | 2008-12-02 |
* | same thing with EIGEN_BINARY_DIR. Now the doc generation works from kdesupport. | Benoit Jacob | 2008-08-31 |
* | fix cmakelists: wrong assumption on CMAKE_SOURCE_DIR. One can now use | Benoit Jacob | 2008-08-31 |
* | * missing cmake make_directory command | Benoit Jacob | 2008-08-27 |
* | * remove debug code commited by mistake in Assign | Gael Guennebaud | 2008-08-26 |
* | Various doc improvements... including a owl in the API doc header. | Gael Guennebaud | 2008-08-25 |
* | cmake fix | Gael Guennebaud | 2008-08-23 |
* | forgot to commit a file | Gael Guennebaud | 2008-08-23 |
* | fix compilation of unit-tests when cmake is run on kdesupport/ parent | Benoit Jacob | 2008-08-17 |
* | last small fixes, this is alpha6, eigen2 is now ready for eigen1 apps to | Benoit Jacob | 2008-08-12 |
* | imported a reworked version of BTL (Benchmark for Templated Libraries). | Gael Guennebaud | 2008-07-09 |
* | add mandelbrot demo | Benoit Jacob | 2008-06-28 |
* | * implement slice vectorization. Because it uses unaligned | Benoit Jacob | 2008-06-22 |
* | Add QR and Cholesky module instantiations in the lib. | Gael Guennebaud | 2008-06-14 |
* | added an *optional* Eigen2 dynamic library. | Gael Guennebaud | 2008-05-31 |
* | * find the proper way of nesting the expression in Flagged: | Benoit Jacob | 2008-05-28 |
* | - introduce Part and Extract classes, splitting and extending the former | Benoit Jacob | 2008-05-27 |