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.17-178


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.17-178-gefef436
Date: Thu, 26 Jul 2018 18:54:53 -0400 (EDT)

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  efef43667a491a9cffb71b4791ebff6769880486 (commit)
       via  924a914cdeaf60c504c004ffa4324bfbd8c565de (commit)
       via  49e88b2fb275c8aa87656f6c572532c9f4affdc8 (commit)
       via  be47466f6a4be0a1eb2e54396822c1e8544d5a30 (commit)
       via  18e644af9ce08cd3b4f0f4c2f6d36ff40bc25b2a (commit)
       via  aea456f6201f887ae914a26df2497a2da3d6a12d (commit)
       via  7a41434dd56e0eed13d7692d7172a82dc91b2e7f (commit)
       via  248137759243a0a8d8d11a8fd568286e4b2f4c49 (commit)
       via  2da1de82d746ead5f1554883147e3ff8f9adffc5 (commit)
       via  263bf6dd3b71d089034bcb291b062639f0528b5a (commit)
       via  7c9034fe4315e65e2df62ad2a74e715f5a13a296 (commit)
       via  f110abd49dd69a596ff0f810f474c439f990b666 (commit)
       via  4f28911cecc5c4fb9c6038efb311447ecfbbd3c8 (commit)
      from  25edf0e836200ee4f6cf86fa4456635ee210484f (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 efef43667a491a9cffb71b4791ebff6769880486
Author: Gary E. Miller <address@hidden>
Date:   Thu Jul 26 15:47:37 2018 -0700

    identify_failing_build_options.py: pep8 cleanup.
    
    Note the program pep8 is now called pycodestyle

commit 924a914cdeaf60c504c004ffa4324bfbd8c565de
Author: Gary E. Miller <address@hidden>
Date:   Thu Jul 26 15:47:08 2018 -0700

    ais.py: pep8 cleanup.  No functional change.
    
    Note the program pep8 is now called pycodestyle

commit 49e88b2fb275c8aa87656f6c572532c9f4affdc8
Author: Gary E. Miller <address@hidden>
Date:   Thu Jul 26 15:42:43 2018 -0700

    tablegen.py: pep8 cleanup.
    
    Note the program pep8 is now called pycodestyle

commit be47466f6a4be0a1eb2e54396822c1e8544d5a30
Author: Gary E. Miller <address@hidden>
Date:   Thu Jul 26 15:42:07 2018 -0700

    gps.py: pep8 cleanup.
    
    Note the program pep8 is now called pycodestyle

commit 18e644af9ce08cd3b4f0f4c2f6d36ff40bc25b2a
Author: Gary E. Miller <address@hidden>
Date:   Thu Jul 26 15:41:13 2018 -0700

    gpssim.py: pep8 cleanup.
    
    Note the program pep8 is now called pycodestyle

commit aea456f6201f887ae914a26df2497a2da3d6a12d
Author: Gary E. Miller <address@hidden>
Date:   Thu Jul 26 15:40:22 2018 -0700

    jsongen.py: pep8 cleanup.
    
    Note the program pep8 is now called pycodestyle

commit 7a41434dd56e0eed13d7692d7172a82dc91b2e7f
Author: Gary E. Miller <address@hidden>
Date:   Thu Jul 26 15:39:53 2018 -0700

    leapsecond.py: pep8 cleanup.
    
    Note the program pep8 is now called pycodestyle

commit 248137759243a0a8d8d11a8fd568286e4b2f4c49
Author: Gary E. Miller <address@hidden>
Date:   Thu Jul 26 15:39:06 2018 -0700

    maskaudit.py: pep8 cleanup.
    
    Note the program pep8 is now called pycodestyle

commit 2da1de82d746ead5f1554883147e3ff8f9adffc5
Author: Gary E. Miller <address@hidden>
Date:   Thu Jul 26 15:37:41 2018 -0700

    webgps.py: pep8 cleanup.
    
    Note the program pep8 is now called pycodestyle

commit 263bf6dd3b71d089034bcb291b062639f0528b5a
Author: Gary E. Miller <address@hidden>
Date:   Thu Jul 26 15:36:55 2018 -0700

    gpsData.py: pep8 cleanup.
    
    Note, the pep8 program now called pycodestyle.

commit 7c9034fe4315e65e2df62ad2a74e715f5a13a296
Author: Gary E. Miller <address@hidden>
Date:   Thu Jul 26 15:30:23 2018 -0700

    build.txt:  Note that PEP 294 requires /usr/bin/python exists.

commit f110abd49dd69a596ff0f810f474c439f990b666
Author: Gary E. Miller <address@hidden>
Date:   Thu Jul 26 14:31:08 2018 -0700

    SConstruct: sort base_manpages, python_manpages and python_progs.
    
    So man pages built and installed in alpha order.
    
    So python progs installed in order.
    
    Many thanks to Virgin Orbit for their support of this patch.

commit 4f28911cecc5c4fb9c6038efb311447ecfbbd3c8
Author: Gary E. Miller <address@hidden>
Date:   Thu Jul 26 14:18:10 2018 -0700

    cgps: Big clean up of code.
    
    More comments.  Range checking of values.  Tweaked formatting.
    More data in tall mode.
    
    Thanks to the support of Virgin Orbit for this patch.

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

Summary of changes:
 SConstruct                                 |  26 +-
 build.txt                                  |   9 +-
 cgps.c                                     | 484 +++++++++++++++++------------
 contrib/gpsData.py                         |   1 +
 contrib/webgps.py                          |   1 +
 devtools/ais.py                            |  15 +-
 devtools/identify_failing_build_options.py |   1 +
 devtools/tablegen.py                       |   1 +
 gps/gps.py                                 |   2 +
 gpssim.py                                  |   2 +
 jsongen.py                                 |   1 +
 leapsecond.py                              |   2 +
 maskaudit.py                               |   1 +
 13 files changed, 334 insertions(+), 212 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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