Desire NUENTSA
|
f804a319c8
|
modify the unit tests of sparse linear solvers to enable tests on real matrices, from MatrixMarket for instance
|
2012-03-29 14:32:54 +02:00 |
|
Gael Guennebaud
|
081abb701d
|
add user defined CXX and LINKER flag cmake variables for the unit tests
|
2011-12-09 10:50:13 +01:00 |
|
Jitse Niesen
|
63dcdb65fd
|
Install eigen3.pc in default directory if pkgconfig not found (bug #358).
|
2011-11-22 17:30:35 +00:00 |
|
Gael Guennebaud
|
9d82a7e204
|
merge with hauke/eigen-cdash-improvements branch
|
2011-11-09 21:19:05 +01:00 |
|
Gael Guennebaud
|
b4d1d4a2e0
|
completely remove EIGEN_BUILD_BLAS_LAPACK option
|
2011-11-05 13:26:53 +01:00 |
|
Gael Guennebaud
|
d7e70edfb3
|
remove the MSVC specific blas/lapack option
|
2011-10-24 13:40:01 +02:00 |
|
Hauke Heibel
|
b96d0bd240
|
Added a flag to build blas/lapack.
|
2011-10-04 11:23:55 +02:00 |
|
Gael Guennebaud
|
ebfed5a512
|
Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.
Works here with gcc. Hopefully this will work for MSVC too.
|
2011-09-21 10:27:38 +02:00 |
|
Trevor Wennblom
|
6b31aa4bd1
|
resolve pkgconfig destination - #338
|
2011-08-30 19:15:16 -05:00 |
|
Gael Guennebaud
|
a8f66fec65
|
add the possibility to configure the maximal matrix size in the unit tests
|
2011-07-12 14:41:00 +02:00 |
|
Benoit Jacob
|
b6299c974f
|
add option to build in 32bit mode
|
2011-02-27 17:27:23 -05:00 |
|
Gael Guennebaud
|
b8374aec00
|
implement workarounds for MSVC IDEs and the Experimental target
|
2011-02-23 11:53:20 +01:00 |
|
Gael Guennebaud
|
14b164b00e
|
do not try to use Eigen's blas/lapack if they cannot be compiled
|
2011-02-23 09:25:32 +01:00 |
|
Benoit Jacob
|
c58a2ff03a
|
add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in our own CMakeLists. also add a include-guard-like mechanism to prevent doing unmatched #pragma warning push/pop.
|
2011-02-22 10:05:41 -05:00 |
|
Hauke Heibel
|
50a3cd678a
|
Improved site and buildname generation.
|
2011-02-20 11:54:07 +01:00 |
|
Gael Guennebaud
|
2ba55e90db
|
make check no test everything - also rm the EigenTesting cmake sub-project
|
2011-02-17 16:58:18 +01:00 |
|
Jitse Niesen
|
6db8fa7d04
|
Replace unset() by set() with no value specified; this does the same.
unset() was introduced in CMake 2.6.3 but we require only 2.6.2.
|
2011-02-16 10:16:47 +00:00 |
|
Gael Guennebaud
|
2f15f74218
|
CTEST_CUSTOM_* parameter have to be put in a CTestCustum.cmake file which itself has to be in the build directory
|
2011-02-15 12:39:45 +01:00 |
|
Gael Guennebaud
|
578d6f7ced
|
now ctest does compile the test even though they are not in the "all" target
|
2011-02-15 11:40:43 +01:00 |
|
Hauke Heibel
|
7ea6ac79a3
|
Exposed failtetst publicly.
|
2011-02-06 13:43:08 +01:00 |
|
Benoit Jacob
|
9b13e9aece
|
failtest: a new cmake-based test suite for testing stuff that should fail to build. This first batch imports some const correctness checks from bug #54.
|
2011-02-05 18:57:29 -05:00 |
|
Gael Guennebaud
|
7ef9d82b39
|
add a minimalistict lapack wrapper
|
2011-01-26 16:34:45 +01:00 |
|
Benoit Jacob
|
bf0cffa897
|
restore the behavior of defaulting to Release build type
|
2011-01-19 10:15:36 -05:00 |
|
hamelin.philippe
|
5e28f34005
|
Replace CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR to allow the cmake project to be included by a root project.
|
2011-01-17 09:59:40 -05:00 |
|
Gael Guennebaud
|
583f963517
|
make the table fit within 80 characters
|
2011-01-01 12:02:55 +01:00 |
|
Jose Luis Blanco
|
7feb644620
|
Switched "MESSAGE(" -> "MESSAGE(STATUS " in CMake script, since otherwise they may look like errors to the user.
|
2010-12-29 22:02:01 +01:00 |
|
Hauke Heibel
|
3b6d97b51a
|
Re-enabled the BLAS compilation on non-MSVC systems.
|
2010-12-17 10:52:57 +01:00 |
|
Hauke Heibel
|
5e46f7a499
|
Switched back to the old behaviour where EIGEN_SPLIT_LARGE_TESTS was ON per default on MSVC systems.
Without splitting these tests, some do not compile
|
2010-12-17 09:42:17 +01:00 |
|
Gael Guennebaud
|
a21d56b766
|
disable blas if C++ compiler is MSVC
|
2010-12-16 20:51:44 +01:00 |
|
Gael Guennebaud
|
c7f01157dd
|
enforce compilation of blas unit tests when running ctest
|
2010-12-12 13:10:00 +01:00 |
|
Konstantinos Margaritis
|
e05c79cbd8
|
Fixed NEON compilation errors, changed float-abi back to softfp (which is the most used right now).
Some complex tests appear to segfault, needs a more careful look.
|
2010-12-10 20:27:46 +02:00 |
|
Hauke Heibel
|
597b2745e1
|
Allow unset ${CMAKE_BUILD_TYPE} which is required for some targets and corresponding to using default values.
|
2010-10-25 18:49:39 +02:00 |
|
Benoit Jacob
|
a94f216487
|
error out on bad build type
|
2010-10-25 10:15:22 -04:00 |
|
Benoit Jacob
|
ca85a1f6c5
|
remove build type tweaking
|
2010-10-23 10:00:43 -04:00 |
|
Jitse Niesen
|
dbdf7ee942
|
Use 'Release' as default when build type is not specified.
Otherwise, "cmake /path/to/eigen/" in an empty build directory, as specified
on the CMake page on the wiki, yields a fatal error.
|
2010-10-22 12:23:35 +01:00 |
|
Benoit Jacob
|
bfd46eacad
|
don't change the build type, fatal error if bad build type
|
2010-10-21 08:55:48 -04:00 |
|
Hauke Heibel
|
9bbaff6b41
|
Fixed the unit test splitting for MSVC.
|
2010-10-21 07:39:06 +02:00 |
|
Hauke Heibel
|
cd3a9d1ccb
|
Fixed bug #74.
|
2010-10-17 12:33:47 +02:00 |
|
Benoit Jacob
|
c8ecc897c0
|
add EIGEN_TEST_X87 option
|
2010-10-13 09:04:59 -04:00 |
|
Konstantinos Margaritis
|
6ad3f1ab1f
|
Added NEON/Complex.h, ~3.5x faster than scalar std::complex<float>
minor fix in AltiVec Complex.h
|
2010-07-10 00:09:29 +03:00 |
|
Hauke Heibel
|
ce1e5e52dd
|
Enable OpenMP testing for MSVC.
Added CMake comments.
|
2010-07-01 07:28:16 +02:00 |
|
Gael Guennebaud
|
de1220aa62
|
add a Transposition section in page 2
|
2010-06-28 00:05:11 +02:00 |
|
Hauke Heibel
|
cec297f77b
|
Disabled to __forceinline warning - it creates too many spurious errors and we disabled it only for the unit test (see also the code comment).
|
2010-05-19 19:35:42 +02:00 |
|
Benoit Jacob
|
08fbfa93e0
|
make the cmake options EIGEN_DEFAULT_TO_ROW_MAJOR and disabling EIGEN_SPLIT_LARGE_TESTS work also for unsupported tests
|
2010-05-18 08:59:39 -04:00 |
|
Benoit Jacob
|
84d1b2ae3a
|
add platform check for how to link to the standard math library.
This allows to support QNX.
|
2010-04-19 11:19:22 -04:00 |
|
Benoit Jacob
|
ce32f90fdd
|
clarify help message about make install
|
2010-04-17 12:10:53 -04:00 |
|
Gael Guennebaud
|
7a59f9ae01
|
make sure that changing CMAKE_INSTALL_PREFIX is properly taken into account
|
2010-04-08 13:28:21 +02:00 |
|
Benoit Jacob
|
f03d95348d
|
introduce EIGEN_DONT_ALIGN_STACK (disables alignment attributes) and EIGEN_DONT_ALIGN_HEAP (disables aligned malloc)...
you can still use EIGEN_DONT_ALIGN to do both at once.
|
2010-03-06 02:17:37 -05:00 |
|
Gael Guennebaud
|
dd961f8c60
|
add an option to test ompenmp
|
2010-03-05 10:22:27 +01:00 |
|
Benoit Jacob
|
6c89fd4df0
|
minor cleanup
|
2010-03-03 13:16:21 -05:00 |
|