summaryrefslogtreecommitdiff
path: root/test_matrix.c
Commit message (Collapse)AuthorAgeFilesLines
* Initial creation of os_compat.h.Fred Wright2017-01-221-1/+0
| | | | | | | | | | | | | | | | | This creates a header for os_compat.c, and moves the related prototypes into it from gpsd_config.h (as created by SConstruct), after adding references to it to gpsd.h (via gpsd.h-tail) and a few other sources that need it but don't include gpsd.h. It also removes includes of <time.h> in the places where they were only needed for the code now removed from gpsd_config.h. TESTED: Ran "scons build-all check" on OSX 10.9 (with strlcat/strlcpy but no clock_gettime), OSX 10.12 (with strlcat/strlcpy and clock_gettime), and Ubuntu 14 (with clock_gettime but no strlcat/strlcpy). Also verified that fallback versions were not being included where unnecessary.
* Trailing whitespace fixup.Gary E. Miller2015-04-301-2/+2
|
* OS X needs another time.h for time_tGary E. Miller2015-03-091-0/+1
| | | | scons check now builds, but will fails due to SHM errors.
* cppcheck cleanup.Eric S. Raymond2015-01-221-2/+2
|
* Add compiler.h with compiler specific macros.Zbigniew Chyla2015-01-211-7/+1
| | | | | Use new macros (UNUSED, PRINTF_FUNC) where appropriate. This change doesn't affect generated binary code.
* Additional matrix-inversion test.Eric S. Raymond2014-09-271-0/+4
|
* Inversion-test with off-diagonal elements.Eric S. Raymond2014-09-201-5/+3
|
* Check for vanishing determunant in the tests.Eric S. Raymond2014-09-201-1/+10
|
* Integrate a matrix-algebra regression test.Eric S. Raymond2014-09-201-18/+52
|
* Work on unit test for matrix inversion.Eric S. Raymond2014-09-201-0/+46