aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/CMakeLists.txt
Commit message (Expand)AuthorAge
* Add CMake infrastructure for smoke testingGravatar David Tellenbach2021-03-31
* Eliminate CMake FindPackageHandleStandardArgs warnings.Gravatar Antonio Sanchez2021-02-24
* Replace language_support module with builtin CheckLanguageGravatar Samir Benmendil2021-01-27
* Add CUDA complex sqrt.Gravatar Antonio Sanchez2020-12-22
* Make inclusion of doc sub-directory optional by adjusting options.Gravatar Bowie Owens2020-11-27
* CMakefile update for ROCm 4.0Gravatar Deven Desai2020-10-29
* Disable test exceptions when using OpenMP.Gravatar David Tellenbach2020-10-09
* Add possibility to split test suit build targets and improved CI configurationGravatar David Tellenbach2020-08-19
* Report custom C++ flags in CMake testing summaryGravatar David Tellenbach2020-06-30
* Support BFloat16 in EigenGravatar Teng Lu2020-06-20
* - Vectorizing MMA packing.Gravatar Everton Constantino2020-05-19
* Added io testGravatar Joel Holdsworth2019-12-11
* 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