Go to file
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
cmake Complete the cmake platform checks and remove unnecessary defines. 2007-05-31 07:21:34 +00:00
tvmet-1.7.1 replace size_t with int everywhere. 2007-06-01 07:56:24 +00:00
CMakeLists.txt More cleanup, add CMakeLists for the testsuite. Now need to port it 2007-05-31 10:09:44 +00:00
TODO A TODO to motivate hundreds of hackers to help with Eigen 2 development. 2007-05-30 12:14:09 +00:00