aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAge
* STYLE: Convert CMake-language commands to lower caseGravatar Hans Johnson2019-10-31
* STYLE: Remove CMake-language block-end command argumentsGravatar Hans Johnson2019-10-31
* Minor build improvementsGravatar tra2019-05-31
* PR 593: Add variadtic ctor for DiagonalMatrix with unit testsGravatar David Tellenbach2019-03-14
* Protect c++11 type alias with Eigen's macro, and add respective unit test.Gravatar Gael Guennebaud2019-02-20
* PR 572: Add initializer list constructors to Matrix and Array (include unit t...Gravatar David Tellenbach2019-01-21
* Make nestByValue works again (broken since 3.3) and add unit tests.Gravatar Gael Guennebaud2019-01-17
* Boosttest only available for Boost version >= 1.53.0Gravatar Patrick Peltzer2019-01-17
* Simplify handling of tests that must fail to compile.Gravatar Gael Guennebaud2018-12-12
* bug #231: initial implementation of STL iterators for dense expressionsGravatar Gael Guennebaud2018-10-01
* merge with default EigenGravatar Gael Guennebaud2018-09-21
|\
| * Rename test/array.cpp to test/array_cwise.cpp to avoid conflicts with the arr...Gravatar Gael Guennebaud2018-09-20
| * bug #1572: use c++11 atomic instead of volatile if c++11 is available, and di...Gravatar Gael Guennebaud2018-07-17
| * Simplify handling and non-splitted tests and include split_test_helper.h inst...Gravatar Gael Guennebaud2018-07-16
| * Fix usage of EIGEN_SPLIT_LARGE_TESTS=ON: some unit tests, such as indexed_vie...Gravatar Gael Guennebaud2018-07-16
| * Updates corresponding to the latest round of PR feedbackGravatar Deven Desai2018-07-11
| * syncing this fork with upstreamGravatar Deven Desai2018-06-13
| |\
| | * bug #1531: make dedicatd unit testing for NumDimensionsGravatar Gael Guennebaud2018-06-08
| | * Fix the way matrix folder is passed to the tests.Gravatar Gael Guennebaud2018-06-08
| * | Adding support for using Eigen in HIP kernels.Gravatar Deven Desai2018-06-06
| |/
| * Search for sequential Pastix.Gravatar Gael Guennebaud2018-05-29
| * Fix handling of path names containing spaces and the likes.Gravatar Gael Guennebaud2018-05-29
| * Add an option to test with external BLAS libraryGravatar Christoph Hertzberg2018-05-22
| * No need to make noise, if KLU is foundGravatar Christoph Hertzberg2018-04-13
| * MIsc. source and comment typosGravatar luz.paz2018-03-11
| * Add support for SuiteSparse's KLU routinesGravatar Kyle Vedder2017-10-04
* | mergeGravatar Gael Guennebaud2017-02-21
|\ \
* | | Cleanup intitial reshape implementation:Gravatar Gael Guennebaud2017-01-29
* | | import yoco xiao's work on reshapeGravatar Gael Guennebaud2017-01-29
|\ \ \
| | | * bug #1424: add numext::abs specialization for unsigned integer types.Gravatar Gael Guennebaud2017-06-09
| | | * Improve cmake scripts for Pastix and BLAS detection.Gravatar Gael Guennebaud2017-04-14
| | |/
| | * bug #1393: enable Matrix/Array explicit ctor from types with conversion opera...Gravatar Gael Guennebaud2017-02-17
| |/ |/|
* | Add unit test for FixedInt and SymbolicGravatar Gael Guennebaud2017-01-24
* | Add unit test for indexed viewsGravatar Gael Guennebaud2017-01-06
* | Improved support for compiling CUDA code with clang as the host compilerGravatar Benoit Steiner2016-10-03
* | Add minimal support for Array<string>, and fix Tensor<string>Gravatar Gael Guennebaud2016-07-25
* | Move half unit test from unsupported to main testsGravatar Gael Guennebaud2016-07-22
* | Add a unit test to stress our solvers with Boost.MultiprecisionGravatar Gael Guennebaud2016-07-20
* | bug #707: add inplace decomposition through Ref<> for Cholesky, LU and QR dec...Gravatar Gael Guennebaud2016-07-04
* | Big 1213: add regression unit test.Gravatar Gael Guennebaud2016-05-18
* | Fixed a typo in my previous commitGravatar Benoit Steiner2016-05-11
* | Created the new EIGEN_TEST_CUDA_CLANG option to compile the CUDA tests using ...Gravatar Benoit Steiner2016-04-08
* | Renamed the EIGEN_TEST_NVCC cmake option into EIGEN_TEST_CUDA per the discuss...Gravatar Benoit Steiner2016-04-06
* | bug #1164: fix list and deque specializations such that our aligned allocator...Gravatar Damien R2016-02-03
* | Extend superlu cmake script to check versionGravatar Gael Guennebaud2015-11-30
* | bug #1008: add a unit test for fast-math mode and isinf/isnan/isfinite/etc. f...Gravatar Gael Guennebaud2015-10-27
* | Make the IterativeLinearSolvers module compatible with MPL2-only modeGravatar Gael Guennebaud2015-10-26
* | Move IncompleteCholesky to official modulesGravatar Gael Guennebaud2015-10-08
* | Reenable 2 tests previously disabled by mistakeGravatar Benoit Steiner2015-07-23
* | Extended the range of value inputs for TensorIntDiv to support tensors with m...Gravatar Benoit Steiner2015-07-22