gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.11-133


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.11-133-gda2b72e
Date: Sun, 21 Sep 2014 17:09:57 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  da2b72e2092f7589703d4e56cf3d53430b8bb374 (commit)
       via  6fad04c30c493b0896cca20fab13974ba0b7ad55 (commit)
       via  f66460894d1a1f1b6af01a3ea323d400bc0fdf93 (commit)
       via  1615e8900f9231fc97c1213ffee9b78b0633764e (commit)
       via  3a72d2085795dd87fbd6a15f8dd06f32794616b7 (commit)
       via  a90472a1caf5b871792c5a568ee3d0b389a47643 (commit)
       via  31ea5b65445baf0dce18311be805dafec4f725c3 (commit)
       via  103109b3697bbea9fddfa3f0e221f3f583ad2f8a (commit)
      from  2b0a007ab49e5e3a9f535bc5a591a73ec16959d2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit da2b72e2092f7589703d4e56cf3d53430b8bb374
Author: Eric S. Raymond <address@hidden>
Date:   Sun Sep 21 13:00:37 2014 -0400

    More instrumentation.

commit 6fad04c30c493b0896cca20fab13974ba0b7ad55
Author: Eric S. Raymond <address@hidden>
Date:   Sat Sep 20 21:21:56 2014 -0400

    Change the traversal order of the DOP computation loop...
    
    ...so we can easily check that it's independent of order in the
    list of satellites.
    
    All regression tests pass.

commit f66460894d1a1f1b6af01a3ea323d400bc0fdf93
Author: Eric S. Raymond <address@hidden>
Date:   Sat Sep 20 14:01:17 2014 -0400

    Permit error messages from gpsctl again.

commit 1615e8900f9231fc97c1213ffee9b78b0633764e
Author: Eric S. Raymond <address@hidden>
Date:   Sat Sep 20 13:21:29 2014 -0400

    Inversion-test with off-diagonal elements.

commit 3a72d2085795dd87fbd6a15f8dd06f32794616b7
Author: Eric S. Raymond <address@hidden>
Date:   Sat Sep 20 12:46:28 2014 -0400

    Check for vanishing determunant in the tests.

commit a90472a1caf5b871792c5a568ee3d0b389a47643
Author: Eric S. Raymond <address@hidden>
Date:   Sat Sep 20 11:55:11 2014 -0400

    Integrate a matrix-algebra regression test.

commit 31ea5b65445baf0dce18311be805dafec4f725c3
Author: Eric S. Raymond <address@hidden>
Date:   Sat Sep 20 09:04:19 2014 -0400

    Work on unit test for matrix inversion.

commit 103109b3697bbea9fddfa3f0e221f3f583ad2f8a
Author: Eric S. Raymond <address@hidden>
Date:   Sat Sep 20 07:43:35 2014 -0400

    Begin factoring out matrix algebra so it can be unit-tested.
    
    For some odd reason trying to faxtor out the symmetrize operation
    induces a core dump. To be investigated.

-----------------------------------------------------------------------

Summary of changes:
 .gitignore     |    1 +
 SConstruct     |   13 +++++-
 gpsctl.c       |    2 +
 libgpsd_core.c |  107 ++++---------------------------------------------
 matrix.c       |  120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 matrix.h       |   11 +++++
 test_matrix.c  |   87 ++++++++++++++++++++++++++++++++++++++++
 7 files changed, 241 insertions(+), 100 deletions(-)
 create mode 100644 matrix.c
 create mode 100644 matrix.h
 create mode 100644 test_matrix.c


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]