Benoit Jacob
|
8acd43bbdb
|
let eigen2 tests use the same ei_add_test macro, which required to prefix them with eigen2_ ; rename buildtests_eigen2 to eigen2_buildtests, etc.
|
2011-01-25 08:37:18 -05:00 |
|
Benoit Jacob
|
8df5bca979
|
rename build stages to multiples of 10; old stage 2 becomes stage 15, while stage 20 generates errors (instead of warnings) on conflicting API.
|
2011-01-23 18:22:18 -05:00 |
|
Benoit Jacob
|
54dfcdf86e
|
remove eigen2 vectorization_logic test, it's not an API test
|
2011-01-21 10:29:43 -05:00 |
|
Benoit Jacob
|
cc2b7a5397
|
introduce the 3 stages of eigen2 support, writing to the mailing list about that in Eigen2 to Eigen3 Migration Path thread
|
2011-01-21 09:51:03 -05:00 |
|
Benoit Jacob
|
66a2ffa9bd
|
Completely disable Eigen/Array in Eigen3; completely enable in EIGEN2_SUPPORT.
|
2011-01-20 08:12:24 -05:00 |
|
Benoit Jacob
|
96f08213f7
|
big eigen2support fix, aimed at users who relied on internal eigen2 stuff: now we dont need customizations in test/eigen2/main.h anymore.
These tests already build:
eigen2_basicstuff
eigen2_adjoint
eigen2_linearstructure
eigen2_prec_inverse_4x4
|
2011-01-19 11:01:07 -05:00 |
|
Benoit Jacob
|
1f6bd2915d
|
import eigen2 test suite. enable by defining EIGEN_TEST_EIGEN2
only test_prec_inverse4x4 is fixed at the moment. now need to go over all those tests.
|
2011-01-19 10:10:54 -05:00 |
|