| Commit message (Expand) | Author | Age |
* | Enable GSL tests (reverts part of changeset 6628534eb587f6d96e9c8bbc0447f9685... | Jitse Niesen | 2010-12-29 |
* | Improves the filter for hidden files in "Eigen" and "Eigen/src". | Frederic Gosselin | 2010-11-22 |
* | fix bug #92 - we were doing stupid things when passing the list of libraries ... | Benoit Jacob | 2010-10-28 |
* | fix bug i just introduced in ei_add_test_internal | Benoit Jacob | 2010-10-17 |
* | Fix general linking issue for tests linking to multiple libs, and explicitly ... | Benoit Jacob | 2010-10-17 |
* | add support for uniforms | Gael Guennebaud | 2010-10-12 |
* | remove the Taucs backend : Taucs is not maintained anymore and the backend wa... | Gael Guennebaud | 2010-10-06 |
* | improve FindCholmod | Gael Guennebaud | 2010-10-06 |
* | Require at least MPFR version 2.3.0, because we use mpfr_signbit. | Jitse Niesen | 2010-07-19 |
* | add a support module for MPFR C++ with basic unit testing | Gael Guennebaud | 2010-07-15 |
* | add a Transposition section in page 2 | Gael Guennebaud | 2010-06-28 |
* | dont try passing --version to qcc | Benoit Jacob | 2010-04-29 |
* | add platform check for how to link to the standard math library. | Benoit Jacob | 2010-04-19 |
* | introduce EIGEN_DONT_ALIGN_STACK (disables alignment attributes) and EIGEN_DO... | Benoit Jacob | 2010-03-06 |
* | Added initial NEON support, most tests pass however we had to use some hackis... | Konstantinos Margaritis | 2010-03-03 |
* | CMake cleanup. | Hauke Heibel | 2010-02-20 |
* | Disable variadic macro warning when compiling at full warning level. | Hauke Heibel | 2010-01-29 |
* | add EIGEN_DEFAULT_TO_ROW_MAJOR cmake option for the tests. | Benoit Jacob | 2010-01-27 |
* | Clean up one compilation error and two warnings. | Jitse Niesen | 2010-01-26 |
* | Removed more warnings. | Hauke Heibel | 2009-12-12 |
* | Added to possibility to compile unit tests at maximum warning level. | Hauke Heibel | 2009-12-12 |
* | * Remove test_ prefix in tests | Benoit Jacob | 2009-12-02 |
* | Some of our unit tests require mathematical constants and thus we rely on non... | Hauke Heibel | 2009-11-30 |
* | improve the scripts for building unit tests: | Benoit Jacob | 2009-11-25 |
* | add SSE4 support, start with integer multiplication | Benoit Jacob | 2009-11-24 |
* | improvements in FindEigen*.cmake, ported from changes in CMakeLists.txt: | Benoit Jacob | 2009-11-20 |
* | move signature file to root directory, where it belongs | Benoit Jacob | 2009-11-19 |
* | * in Eigen/CMakeLists.txt, finally do a globbing to we no longer will have pr... | Benoit Jacob | 2009-11-19 |
* | * eigen2->eigen3 | Benoit Jacob | 2009-11-19 |
* | introduce check target, and some renaming | Benoit Jacob | 2009-11-12 |
* | * add ./debug and ./release scripts | Benoit Jacob | 2009-11-12 |
* | * add maketests script. It is like make but takes a regexp allowing to build ... | Benoit Jacob | 2009-11-11 |
* | * use standard CMAKE_BUILD_TYPE | Benoit Jacob | 2009-11-11 |
* | sync with mainline | Benoit Jacob | 2009-10-28 |
|\ |
|
* | | big huge changes, so i dont remember everything. | Benoit Jacob | 2009-10-28 |
| * | merged eigen2_for_fft into eigen2 mainline | Mark Borgerding | 2009-10-20 |
| |\ |
|
* | | | * proper check for Make | Benoit Jacob | 2009-10-19 |
* | | | kill ei_add_test_multi. Now the macro ei_add_test does all that automatically... | Benoit Jacob | 2009-10-19 |
* | | | Add new default option EIGEN_SPLIT_LARGE_TESTS and cmake macro ei_add_test_mu... | Benoit Jacob | 2009-10-19 |
|/ / |
|
* | | Fixed nmake parameter. | Hauke Heibel | 2009-10-09 |
* | | - remove the debug_test_* targets from "all" | Gael Guennebaud | 2009-10-07 |
* | | added cygwin specific stuff | Hauke Heibel | 2009-10-05 |
* | | finally, the right fix: set CTEST_BUILD_TARGET. | Benoit Jacob | 2009-10-04 |
* | | add debug targets like debug_qr to build a specific test with debug info | Benoit Jacob | 2009-10-03 |
* | | * Introduce make targets btest (build tests), blas (build blas lib), demos (b... | Benoit Jacob | 2009-09-27 |
* | | Removed unnecessary MSVC check. | Hauke Heibel | 2009-09-22 |
* | | Added EIGEN_REF_TO_TEMPORARY define for rvalue support. | Hauke Heibel | 2009-09-21 |
* | | Fixed if clause. | Hauke Heibel | 2009-09-08 |
* | | add optional compile flags to enable coverage testing | Gael Guennebaud | 2009-09-07 |
* | | Force release builds on Windows machines in the test suite. | John Smith | 2009-08-28 |