aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Deep refactoring.Gravatar Benoit Jacob2007-09-26
* reorganize header files, split MatrixBase into smaller files.Gravatar Benoit Jacob2007-09-09
* some cleanupGravatar Benoit Jacob2007-09-09
* update tutorialGravatar Benoit Jacob2007-09-09
* remove the MatrixConstXpr and MatrixConstRef classes.Gravatar Benoit Jacob2007-09-09
* remove operator *= between matrices: too much hassle.Gravatar Benoit Jacob2007-09-07
* add operator *= between matrices, with automatic aliasing.Gravatar Benoit Jacob2007-09-07
* extend operators += and -= to aliasesGravatar Benoit Jacob2007-09-07
* Add operator += and operator -= between matrices/vectors/expressionsGravatar Benoit Jacob2007-09-07
* - Introduce aliasing systemGravatar Benoit Jacob2007-09-06
* add a missing operator= for copying a matrix into an expression.Gravatar Benoit Jacob2007-09-05
* forgot to svn add some CMakeListsGravatar Benoit Jacob2007-09-05
* Hello, World!Gravatar Benoit Jacob2007-09-05
* restart Eigen2 development from scratch.Gravatar Benoit Jacob2007-09-01
* remove more stuff that I don't needGravatar Benoit Jacob2007-08-29
* some cleanupGravatar Benoit Jacob2007-08-17
* some more cleanup in comma-initializer stuffGravatar Benoit Jacob2007-08-17
* of course, i had forgotten to svn add one fileGravatar Benoit Jacob2007-08-17
* -- switch Matrix class to column-major order like in EigenGravatar Benoit Jacob2007-08-17
* remove 4 files from tvmet that are now replaced by testtraits.cppGravatar Benoit Jacob2007-08-12
* forgot to add another file...Gravatar Benoit Jacob2007-08-12
* forgot to "svn add" a very important file!!Gravatar Benoit Jacob2007-08-12
* lots of fixes for complex numbers. unittests now test complex numbers.Gravatar Benoit Jacob2007-08-12
* Big rework of the Traits system, unittests updated.Gravatar Benoit Jacob2007-08-12
* Unit-tests updated for the stuff in the previous commit.Gravatar Benoit Jacob2007-07-23
* Big overhaul and simplification of the NumericTraits system.Gravatar Benoit Jacob2007-07-23
* port TestNumericTraits to QTestLib. This revealed some shortcomings in tvmet'...Gravatar Benoit Jacob2007-07-21
* remove two unused filesGravatar Benoit Jacob2007-07-21
* Remove remaining per-element math functions. Remove defines for IEEE, SYSV an...Gravatar Benoit Jacob2007-06-18
* remove long long, long double, unsigned, short, char, bool types.Gravatar Benoit Jacob2007-06-18
* begin porting the unittests to QTestLib. The first test, "selfTest"Gravatar Benoit Jacob2007-06-08
* add TVMET_UNUSED macro, as a Q_UNUSED replacement. Use it to shut down warningsGravatar Benoit Jacob2007-06-08
* add eigen-style typedefsGravatar Benoit Jacob2007-06-08
* more cmake improvements; start removing the autotools stuff.Gravatar Benoit Jacob2007-06-07
* move cmake modules to a modules/ subdirGravatar Benoit Jacob2007-06-07
* Fix enough stuff, and remove enough dead stuff, to make a simple test program...Gravatar Benoit Jacob2007-06-05
* argh, forgot to svn add...Gravatar Benoit Jacob2007-06-04
* add platform check for __attribute__((always_inline))Gravatar Benoit Jacob2007-06-04
* Add cmake module finding the appropriate variant of the "restrict" keyword.Gravatar Benoit Jacob2007-06-03
* replace size_t with int everywhere.Gravatar Benoit Jacob2007-06-01
* remove custom assert system and use plain standard asserts instead.Gravatar Benoit Jacob2007-06-01
* remove TVMET_DYNAMIC_MEMORY define and corresponding checks.Gravatar Benoit Jacob2007-06-01
* adding more CMakeLists, now tvmet is fully installed.Gravatar Benoit Jacob2007-06-01
* More cleanup, add CMakeLists for the testsuite. Now need to port itGravatar Benoit Jacob2007-05-31
* Complete the cmake platform checks and remove unnecessary defines.Gravatar Benoit Jacob2007-05-31
* Convert 5 m4 checks to cmake modulesGravatar Benoit Jacob2007-05-30
* A TODO to motivate hundreds of hackers to help with Eigen 2 development.Gravatar Benoit Jacob2007-05-30
* begin porting the configure checks to cmakeGravatar Benoit Jacob2007-05-30
* add initial CMakeListsGravatar Benoit Jacob2007-05-30
* Starting Eigen 2 development. The current plan is to use the lastGravatar Benoit Jacob2007-05-30