index
:
eigen
master
C++ library for linear algebra
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
...
*
Require at least cmake version 2.8.2 (bug #606).
Jitse Niesen
2013-06-17
*
Suppress warning #2304: non-explicit constructor with single argument may cau...
Gael Guennebaud
2013-06-12
*
Disable "operands are evaluated in unspecified order" ICC's remark
Gael Guennebaud
2013-04-17
*
Fix ICC warning when defining both -ansi and -strict-ansi
Gael Guennebaud
2013-04-12
*
generalize testing flags to clang and ICC
Gael Guennebaud
2013-04-12
*
Add Official/Unsupported labels to unit tests and add a ctest driver to submi...
Gael Guennebaud
2013-03-20
*
Do not globally disable stupid warnings in our unit test since such warnings ...
Gael Guennebaud
2013-03-01
*
"-Wno-psabi" option is not supported by all gcc version.
Gael Guennebaud
2013-02-15
*
Remove the following note made by gcc: "The ABI of passing structure with com...
Gael Guennebaud
2013-02-14
*
clean the support for testing existing sparse problems
Gael Guennebaud
2012-06-07
*
ARM NEON supports multiply-accumulate instruction vmla, use that in pmadd().
kmargar
2012-05-28
*
modify the unit tests of sparse linear solvers to enable tests on real matri...
Desire NUENTSA
2012-03-29
*
add user defined CXX and LINKER flag cmake variables for the unit tests
Gael Guennebaud
2011-12-09
*
Install eigen3.pc in default directory if pkgconfig not found (bug #358).
Jitse Niesen
2011-11-22
*
merge with hauke/eigen-cdash-improvements branch
Gael Guennebaud
2011-11-09
|
\
*
|
completely remove EIGEN_BUILD_BLAS_LAPACK option
Gael Guennebaud
2011-11-05
*
|
remove the MSVC specific blas/lapack option
Gael Guennebaud
2011-10-24
*
|
Added a flag to build blas/lapack.
Hauke Heibel
2011-10-04
*
|
Enable incomplete BLAS/Lapack builds when no fortran compiler has been found.
Gael Guennebaud
2011-09-21
*
|
resolve pkgconfig destination - #338
Trevor Wennblom
2011-08-30
*
|
add the possibility to configure the maximal matrix size in the unit tests
Gael Guennebaud
2011-07-12
*
|
add option to build in 32bit mode
Benoit Jacob
2011-02-27
*
|
implement workarounds for MSVC IDEs and the Experimental target
Gael Guennebaud
2011-02-23
*
|
do not try to use Eigen's blas/lapack if they cannot be compiled
Gael Guennebaud
2011-02-23
*
|
add EIGEN_PERMANENTLY_DISABLE_STUPID_WARNINGS non-default option. Use it in o...
Benoit Jacob
2011-02-22
|
*
Improved site and buildname generation.
Hauke Heibel
2011-02-20
|
/
*
make check no test everything - also rm the EigenTesting cmake sub-project
Gael Guennebaud
2011-02-17
*
Replace unset() by set() with no value specified; this does the same.
Jitse Niesen
2011-02-16
*
CTEST_CUSTOM_* parameter have to be put in a CTestCustum.cmake file which its...
Gael Guennebaud
2011-02-15
*
now ctest does compile the test even though they are not in the "all" target
Gael Guennebaud
2011-02-15
*
Exposed failtetst publicly.
Hauke Heibel
2011-02-06
*
failtest: a new cmake-based test suite for testing stuff that should fail to ...
Benoit Jacob
2011-02-05
*
add a minimalistict lapack wrapper
Gael Guennebaud
2011-01-26
*
restore the behavior of defaulting to Release build type
Benoit Jacob
2011-01-19
*
Replace CMAKE_SOURCE_DIR with PROJECT_SOURCE_DIR to allow the cmake project t...
hamelin.philippe
2011-01-17
*
make the table fit within 80 characters
Gael Guennebaud
2011-01-01
*
Switched "MESSAGE(" -> "MESSAGE(STATUS " in CMake script, since otherwise the...
Jose Luis Blanco
2010-12-29
*
Re-enabled the BLAS compilation on non-MSVC systems.
Hauke Heibel
2010-12-17
*
Switched back to the old behaviour where EIGEN_SPLIT_LARGE_TESTS was ON per d...
Hauke Heibel
2010-12-17
*
disable blas if C++ compiler is MSVC
Gael Guennebaud
2010-12-16
*
enforce compilation of blas unit tests when running ctest
Gael Guennebaud
2010-12-12
*
Fixed NEON compilation errors, changed float-abi back to softfp (which is the...
Konstantinos Margaritis
2010-12-10
*
Allow unset ${CMAKE_BUILD_TYPE} which is required for some targets and corres...
Hauke Heibel
2010-10-25
*
error out on bad build type
Benoit Jacob
2010-10-25
*
remove build type tweaking
Benoit Jacob
2010-10-23
*
Use 'Release' as default when build type is not specified.
Jitse Niesen
2010-10-22
*
don't change the build type, fatal error if bad build type
Benoit Jacob
2010-10-21
*
Fixed the unit test splitting for MSVC.
Hauke Heibel
2010-10-21
*
Fixed bug #74.
Hauke Heibel
2010-10-17
*
add EIGEN_TEST_X87 option
Benoit Jacob
2010-10-13
[prev]
[next]