aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/integer_types.cpp
Commit message (Collapse)AuthorAge
* Protecting integer_types's long long test with a check to see if we have ↵Gravatar Everton Constantino2020-01-07
| | | | CXX11 support.
* Fix 'template argument uses local type'-warnings (when compiled in C++03 mode)Gravatar Christoph Hertzberg2018-09-10
|
* Remove usage of #if EIGEN_TEST_PART_XX in unit tests that does not require ↵Gravatar Gael Guennebaud2018-07-17
| | | | them (splitting can thus be avoided for them)
* Get rid of EIGEN_TEST_FUNC, unit tests must now be declared with ↵Gravatar Gael Guennebaud2018-07-17
| | | | | | | | | EIGEN_DECLARE_TEST(mytest) { /* code */ }. This provide several advantages: - more flexibility in designing unit tests - unit tests can be glued to speed up compilation - unit tests are compiled with same predefined macros, which is a requirement for zapcc
* Remove local Index typedef from unit-testsGravatar Gael Guennebaud2018-07-12
|
* Fix warningGravatar Gael Guennebaud2017-06-27
|
* bug #1195: move NumTraits::Div<>::Cost to internal::scalar_div_cost (with ↵Gravatar Gael Guennebaud2016-09-08
| | | | some specializations in arch/SSE and arch/AVX)
* Automatic relicensing to MPL2 using Keirs script. Manual fixup follows.Gravatar Benoit Jacob2012-07-13
|
* bug #86 : use internal:: namespace instead of ei_ prefixGravatar Benoit Jacob2010-10-25
|
* char is not necessarily signed....Gravatar Gael Guennebaud2010-07-05
|
* Utilize Index in all unit tests.Gravatar Hauke Heibel2010-06-20
|
* Fixed integer type warnings.Gravatar Hauke Heibel2010-06-08
|
* forgot hg addGravatar Benoit Jacob2010-04-29