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. dev-3.19a-216-g8


From: Fred Wright
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. dev-3.19a-216-g820594a
Date: Thu, 27 Dec 2018 23:36:58 -0500 (EST)

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  820594a2977f42739dbca9c25975598a3659b743 (commit)
       via  1f93eeef780240d68c4d6a6d503a296ce4237314 (commit)
       via  e4f2c497ddf858d8a05c916392d8a031f057d850 (commit)
       via  adacc2331d51fce112bd5ad4a57d0a24f8adb11d (commit)
      from  41d3943276c922aed53984b3e5948b6814b35b0d (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 820594a2977f42739dbca9c25975598a3659b743
Author: Fred Wright <address@hidden>
Date:   Thu Dec 27 18:29:36 2018 -0800

    Decreases OSX Write_PAD.
    
    Although there doesn't seem to be any WRITE_PAD value that's 100%
    reliable, 5ms is usually adequately generous for OSX, and is the override
    value currently used by MacPorts.  The current default 30ms makes
    some tests way too slow.
    
    TESTED:
    Tests pass on OSX 10.5-10.13.

commit 1f93eeef780240d68c4d6a6d503a296ce4237314
Author: Fred Wright <address@hidden>
Date:   Thu Dec 27 13:17:33 2018 -0800

    gpsfake: Disable timeout when debugging.
    
    Since debugging typically involves stopping at breakpoints, the
    timeout tends to get in the way.  This adds an implied -W0 to the -g
    and -G options to avoid that.  If for some reason the timeout is
    actually wanted, it can be reenabled by providing a -W option after
    the -g or -G.
    
    TESTED:
    Verified that -G disables the timeout.  Did not test -g, though the
    code is the same for it.

commit e4f2c497ddf858d8a05c916392d8a031f057d850
Author: Fred Wright <address@hidden>
Date:   Thu Dec 27 13:02:39 2018 -0800

    gpsfake: Add option for debugging with lldb.
    
    This adds the -G option, which is like the -g option but using
    lldb rather than gdb.  It's not quite equivalent, since lldb
    doesn't have the "-tui" option, although some versions of lldb
    have a gui mode that can be entered via command.
    
    TESTED:
    Verified that -G launches with lldb as expected.

commit adacc2331d51fce112bd5ad4a57d0a24f8adb11d
Author: Fred Wright <address@hidden>
Date:   Thu Dec 27 12:51:13 2018 -0800

    gpsfake: Allow timeout to be specified.
    
    This adds an argument to allow overriding the default 60-second
    timeout on gpsd's activity.  A value of 0 disables the timeout
    completely.  Note that the timeout mechanism is somewhat sloppy, and
    typically adds about 20s to the value.
    
    TESTED:
    Ran with unspecified (default) timeout, a short timeout, a long
    timeout, and no timeout, all with reasonable results.

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

Summary of changes:
 gps/fake.py | 12 +++++++-----
 gpsfake     | 21 ++++++++++++++++++---
 2 files changed, 25 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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