Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Trailing whitespace fixup. | Gary E. Miller | 2015-04-30 | 1 | -2/+2 |
| | |||||
* | OS X needs another time.h for time_t | Gary E. Miller | 2015-03-09 | 1 | -0/+1 |
| | | | | scons check now builds, but will fails due to SHM errors. | ||||
* | cppcheck cleanup. | Eric S. Raymond | 2015-01-22 | 1 | -2/+2 |
| | |||||
* | Add compiler.h with compiler specific macros. | Zbigniew Chyla | 2015-01-21 | 1 | -7/+1 |
| | | | | | Use new macros (UNUSED, PRINTF_FUNC) where appropriate. This change doesn't affect generated binary code. | ||||
* | Additional matrix-inversion test. | Eric S. Raymond | 2014-09-27 | 1 | -0/+4 |
| | |||||
* | Inversion-test with off-diagonal elements. | Eric S. Raymond | 2014-09-20 | 1 | -5/+3 |
| | |||||
* | Check for vanishing determunant in the tests. | Eric S. Raymond | 2014-09-20 | 1 | -1/+10 |
| | |||||
* | Integrate a matrix-algebra regression test. | Eric S. Raymond | 2014-09-20 | 1 | -18/+52 |
| | |||||
* | Work on unit test for matrix inversion. | Eric S. Raymond | 2014-09-20 | 1 | -0/+46 |