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
*
Clean hardcoded compilation options
Gael Guennebaud
2015-11-30
*
Biug 1100: remove explicit CMAKE_INSTALL_PREFIX prefix to please cmake instal...
Gael Guennebaud
2015-10-30
*
Enable -Wshadow with clang
Gael Guennebaud
2015-06-09
*
Fix compiler flags on Android/ARM:
Benoit Jacob
2015-04-07
*
Fix NEON build flags: in the current NDK, at least with the clang-3.5 toolchain,
Benoit Jacob
2015-02-27
*
Remove EIGEN_TEST_C++0x option and let EIGEN_TEST_CXX11 adds the -std=c++11 flag
Gael Guennebaud
2015-02-20
*
At least CMAKE 2.8.4 is required for WORKING_DIRECTORY option in add_test
Christoph Hertzberg
2014-12-15
*
Added cmake uninstall target.
Abhijit Kundu
2014-12-04
*
add EIGEN_TEST_NEON64, but it's a dummy, AArch64 implies NEON support so extr...
Konstantinos Margaritis
2014-10-21
*
Re-enable -Wshorten-64-to-32 compilation flag.
Gael Guennebaud
2014-09-29
*
Merged eigen/eigen into default
Konstantinos Margaritis
2014-09-21
|
\
*
|
Initial VSX commit
Konstantinos Margaritis
2014-08-29
|
*
merge default branch
Gael Guennebaud
2014-08-29
|
|
\
|
|
/
|
/
|
|
*
Make permutation compatible with sparse matrices
Gael Guennebaud
2014-07-30
*
|
Define EIGEN_TRY, EIGEN_CATCH, EIGEN_THROW as suggested by Moritz Klammer.
Christoph Hertzberg
2014-07-22
|
/
*
bug #397: add a warning for 64 to 32 bit integer conversion and fix many of t...
Gael Guennebaud
2014-07-17
*
Fix bug #738: use the "current" version of cmake project directories to ease ...
Gael Guennebaud
2014-06-06
*
Workaround gcc's default ABI not being able to distinghish between vector typ...
Gael Guennebaud
2014-04-22
*
Change abi version when enabling AVX with GCC
Gael Guennebaud
2014-03-27
*
Added proper support for AVX and FMA in the makefiles.
Benoit Steiner
2014-03-24
*
Added support for AVX to Eigen.
Benoit Steiner
2014-01-29
*
Fix typo
Gael Guennebaud
2014-01-05
*
Add cmake config files
xantares
2013-10-09
*
Shutdown clang warning: argument unused during compilation: '-ansi' at linkin...
Gael Guennebaud
2013-06-21
*
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
|
/
[next]