Benoit Jacob
e198eb437c
add platform check for __attribute__((always_inline))
2007-06-04 19:29:41 +00:00
Benoit Jacob
f878711042
Add cmake module finding the appropriate variant of the "restrict" keyword.
...
Could that be useful to have in kdelibs/cmake/modules ?
2007-06-03 17:45:19 +00:00
Benoit Jacob
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.
2007-06-01 07:56:24 +00:00
Benoit Jacob
887ff84376
remove custom assert system and use plain standard asserts instead.
...
we don't need no complication.
2007-06-01 07:16:33 +00:00
Benoit Jacob
8c001c1342
remove TVMET_DYNAMIC_MEMORY define and corresponding checks.
2007-06-01 06:38:02 +00:00
Benoit Jacob
5205e88113
adding more CMakeLists, now tvmet is fully installed.
2007-06-01 06:25:51 +00:00
Benoit Jacob
eab54b49ea
More cleanup, add CMakeLists for the testsuite. Now need to port it
...
to QTestLib :/
2007-05-31 10:09:44 +00:00
Benoit Jacob
8f202dc67f
Complete the cmake platform checks and remove unnecessary defines.
2007-05-31 07:21:34 +00:00
Benoit Jacob
658eccd43b
Convert 5 m4 checks to cmake modules
2007-05-30 18:08:35 +00:00
Benoit Jacob
7947ae0e50
A TODO to motivate hundreds of hackers to help with Eigen 2 development.
...
Cheesy slashdot joke included.
2007-05-30 12:14:09 +00:00
Benoit Jacob
8eb898ce40
begin porting the configure checks to cmake
2007-05-30 09:46:12 +00:00
Benoit Jacob
47b935fc42
add initial CMakeLists
2007-05-30 06:57:40 +00:00
Benoit Jacob
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.
2007-05-30 06:24:51 +00:00