Klaus Basan
|
8f5d9263fd
|
Fixed all issues detected by the test cases under MinGW - such as usage of abs() -> changed to qAbs(), rounding issues detected during calculations, and changed streaming methods with qDebug() (QDebug vs &QDebug issue).
|
2013-04-30 01:43:14 +02:00 |
|
Klaus Basan
|
c6426a0759
|
Move Math constants into class (to be consistent with other constants), tested against minGW / gcc 4.7.2 and fixed various issues (mainly initializer lists, unused variables). BlackMisc compiles now in MinGW, but still issues (especially with qDebug() friend methods)
|
2013-04-29 16:00:41 +02:00 |
|
Klaus Basan
|
5eac9be7d5
|
Unit tests for acceleration and more for vector
|
2013-04-25 20:21:04 +02:00 |
|
Klaus Basan
|
a31e405b6b
|
Implemented commutative multiplications as friends in the templates, further test cases (unit tests), fixed Doxygen attributes, renamed test classes
|
2013-04-25 01:56:18 +02:00 |
|