b155789aa7begin porting the unittests to QTestLib. The first test, "selfTest" already runs and succeeds. Also expand this test by testing more types and sizes.
Benoit Jacob
2007-06-08 07:39:51 +0000
681eb1ed7dadd TVMET_UNUSED macro, as a Q_UNUSED replacement. Use it to shut down warnings in NumericTraits.h.
Benoit Jacob
2007-06-08 07:24:14 +0000
9dd7a0b602add eigen-style typedefs
Benoit Jacob
2007-06-08 05:57:47 +0000
9939776cdbmore cmake improvements; start removing the autotools stuff.
Benoit Jacob
2007-06-07 06:58:37 +0000
e30e7d7bcdmove cmake modules to a modules/ subdir
Benoit Jacob
2007-06-07 06:32:53 +0000
6fe6a81839Fix enough stuff, and remove enough dead stuff, to make a simple test program compile
Benoit Jacob
2007-06-05 08:44:53 +0000
e3a45173b5argh, forgot to svn add...
Benoit Jacob
2007-06-04 19:30:50 +0000
e198eb437cadd platform check for __attribute__((always_inline))
Benoit Jacob
2007-06-04 19:29:41 +0000
f878711042Add cmake module finding the appropriate variant of the "restrict" keyword. Could that be useful to have in kdelibs/cmake/modules ?
Benoit Jacob
2007-06-03 17:45:19 +0000
6d749c172areplace size_t with int everywhere. The size_t type means a number of _bytes_, and it was misused as counting e.g. the number of rows/columns in a matrix. Moreover, it is unsigned, which can give strange bugs if a signed/unsigned mismatch occurs.
Benoit Jacob
2007-06-01 07:56:24 +0000
887ff84376remove custom assert system and use plain standard asserts instead. we don't need no complication.
Benoit Jacob
2007-06-01 07:16:33 +0000
8c001c1342remove TVMET_DYNAMIC_MEMORY define and corresponding checks.
Benoit Jacob
2007-06-01 06:38:02 +0000
5205e88113adding more CMakeLists, now tvmet is fully installed.
Benoit Jacob
2007-06-01 06:25:51 +0000
eab54b49eaMore cleanup, add CMakeLists for the testsuite. Now need to port it to QTestLib :/
Benoit Jacob
2007-05-31 10:09:44 +0000
8f202dc67fComplete the cmake platform checks and remove unnecessary defines.
Benoit Jacob
2007-05-31 07:21:34 +0000
658eccd43bConvert 5 m4 checks to cmake modules
Benoit Jacob
2007-05-30 18:08:35 +0000
7947ae0e50A TODO to motivate hundreds of hackers to help with Eigen 2 development. Cheesy slashdot joke included.
Benoit Jacob
2007-05-30 12:14:09 +0000
8eb898ce40begin porting the configure checks to cmake
Benoit Jacob
2007-05-30 09:46:12 +0000
47b935fc42add initial CMakeLists
Benoit Jacob
2007-05-30 06:57:40 +0000
3036eeca0aStarting Eigen 2 development. The current plan is to use the last release of tvmet (inactive for 2 years and developer unreachable) as the basis for eigen2, because it provides seemingly good expression template mechanisms, we want that, and it would take years to reinvent that wheel. We'll see. So this commit imports the last tvmet release.
Benoit Jacob
2007-05-30 06:24:51 +0000