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
...
*
|
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
*
Added NEON/Complex.h, ~3.5x faster than scalar std::complex<float>
Konstantinos Margaritis
2010-07-10
*
Enable OpenMP testing for MSVC.
Hauke Heibel
2010-07-01
*
add a Transposition section in page 2
Gael Guennebaud
2010-06-28
*
Disabled to __forceinline warning - it creates too many spurious errors and w...
Hauke Heibel
2010-05-19
*
make the cmake options EIGEN_DEFAULT_TO_ROW_MAJOR and disabling EIGEN_SPLIT_L...
Benoit Jacob
2010-05-18
*
add platform check for how to link to the standard math library.
Benoit Jacob
2010-04-19
*
clarify help message about make install
Benoit Jacob
2010-04-17
*
make sure that changing CMAKE_INSTALL_PREFIX is properly taken into account
Gael Guennebaud
2010-04-08
*
introduce EIGEN_DONT_ALIGN_STACK (disables alignment attributes) and EIGEN_DO...
Benoit Jacob
2010-03-06
*
add an option to test ompenmp
Gael Guennebaud
2010-03-05
*
minor cleanup
Benoit Jacob
2010-03-03
*
Added initial NEON support, most tests pass however we had to use some hackis...
Konstantinos Margaritis
2010-03-03
*
Tried to get rid of MSVC warning D9025.
Hauke Heibel
2010-02-21
*
CMake cleanup.
Hauke Heibel
2010-02-20
*
not all versions of gcc support -Wno-variadic-macros
Gael Guennebaud
2010-02-15
*
Now variadic macro related warnings should be supressed as well under Linux.
Hauke Heibel
2010-02-09
*
remove reference to dead option
Benoit Jacob
2010-01-28
*
Added to possibility to compile unit tests at maximum warning level.
Hauke Heibel
2009-12-12
*
instruction to remove CMakeCache.txt for out-of-source build
Mark Borgerding
2009-12-01
*
improve the scripts for building unit tests:
Benoit Jacob
2009-11-25
*
add SSE4 support, start with integer multiplication
Benoit Jacob
2009-11-24
*
move signature file to root directory, where it belongs
Benoit Jacob
2009-11-19
[prev]
[next]