Commit Graph

  • b155789aa7 begin 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
  • 681eb1ed7d add 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
  • 9dd7a0b602 add eigen-style typedefs Benoit Jacob 2007-06-08 05:57:47 +0000
  • 9939776cdb more cmake improvements; start removing the autotools stuff. Benoit Jacob 2007-06-07 06:58:37 +0000
  • e30e7d7bcd move cmake modules to a modules/ subdir Benoit Jacob 2007-06-07 06:32:53 +0000
  • 6fe6a81839 Fix enough stuff, and remove enough dead stuff, to make a simple test program compile Benoit Jacob 2007-06-05 08:44:53 +0000
  • e3a45173b5 argh, forgot to svn add... Benoit Jacob 2007-06-04 19:30:50 +0000
  • e198eb437c add platform check for __attribute__((always_inline)) Benoit Jacob 2007-06-04 19:29:41 +0000
  • f878711042 Add 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
  • 6d749c172a replace 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
  • 887ff84376 remove custom assert system and use plain standard asserts instead. we don't need no complication. Benoit Jacob 2007-06-01 07:16:33 +0000
  • 8c001c1342 remove TVMET_DYNAMIC_MEMORY define and corresponding checks. Benoit Jacob 2007-06-01 06:38:02 +0000
  • 5205e88113 adding more CMakeLists, now tvmet is fully installed. Benoit Jacob 2007-06-01 06:25:51 +0000
  • eab54b49ea More cleanup, add CMakeLists for the testsuite. Now need to port it to QTestLib :/ Benoit Jacob 2007-05-31 10:09:44 +0000
  • 8f202dc67f Complete the cmake platform checks and remove unnecessary defines. Benoit Jacob 2007-05-31 07:21:34 +0000
  • 658eccd43b Convert 5 m4 checks to cmake modules Benoit Jacob 2007-05-30 18:08:35 +0000
  • 7947ae0e50 A 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
  • 8eb898ce40 begin porting the configure checks to cmake Benoit Jacob 2007-05-30 09:46:12 +0000
  • 47b935fc42 add initial CMakeLists Benoit Jacob 2007-05-30 06:57:40 +0000
  • 3036eeca0a Starting 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