aboutsummaryrefslogtreecommitdiffhomepage
path: root/tvmet-1.7.1/include
Commit message (Collapse)AuthorAge
* remove long long, long double, unsigned, short, char, bool types.Gravatar Benoit Jacob2007-06-18
| | | | Keep only int, float, double, complex<T>.
* add TVMET_UNUSED macro, as a Q_UNUSED replacement. Use it to shut down warningsGravatar Benoit Jacob2007-06-08
| | | | in NumericTraits.h.
* add eigen-style typedefsGravatar Benoit Jacob2007-06-08
|
* more cmake improvements; start removing the autotools stuff.Gravatar Benoit Jacob2007-06-07
|
* Fix enough stuff, and remove enough dead stuff, to make a simple test ↵Gravatar Benoit Jacob2007-06-05
| | | | program compile
* 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
| | | | Could that be useful to have in kdelibs/cmake/modules ?
* replace size_t with int everywhere.Gravatar Benoit Jacob2007-06-01
| | | | | | 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.
* remove custom assert system and use plain standard asserts instead.Gravatar Benoit Jacob2007-06-01
| | | | we don't need no complication.
* 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
| | | | to QTestLib :/
* 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
|
* 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
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.