[Pkg-running-devel] [antpm] branch upstream updated (7fd0279 -> b74a171)

Kristof Ralovich ralovich-guest at moszumanska.debian.org
Mon Aug 11 10:10:30 UTC 2014


This is an automated email from the git hooks/post-receive script.

ralovich-guest pushed a change to branch upstream
in repository antpm.

      from  7fd0279   open for new developmentopen for new development
       new  875208b   scripts: tool to catch files missing from orig.tar.gz list
       new  c8b930e   antfs: more work on 405 dialect
       new  f8dad99   AntFr310XT: allow passing the Serial implementation from the outside
       new  427068a   tests: w-i-p verification of statemachine
       new  e16abee   ant: add comments
       new  e716b47   tests: fix spurious SIGSEGV
       new  4171aff   tests: indent
       new  cf17136   ant: better comments
       new  b593211   tests: cover more of message sending
       new  eed211d   gant: convert comments to C style
       new  ffa02b3   gant: convert comments to C style
       new  d8b8771   gant: conversion to c99
       new  0382650   lqueue: handle spurious wakeups
       new  7c0de45   add comment
       new  c527616   remove unused includes
       new  df82e37   gant: untabify, reindent
       new  3a77f08   lqueue3: add lqueue3_bg
       new  3e2c584   ant: don't allow running AntMessenger event loop in background thread
       new  5f83506   lqueue: implement logic to wait for lqueue3 even loop to finish
       new  79e5040   tests: try to fix an other sporadic failure
       new  0c71243   travis-ci: fix descriptor
       new  ed43112   lqueue: fix c++ protection level
       new  038902a   ant: rename method
       new  e63065a   ant: debug comment, for exiting event threads
       new  aafa70d   travis-ci: commands are not run in subshells
       new  d4fff74   ant: document state machine teardown
       new  2f0b126   ant: use nicer constants
       new  37ba17b   travis-ci: fix typo
       new  3a65b41   tests: test a few parts of lqueue
       new  bf990a5   try fixing FTBFS under hurd-i386, kfreebsd-amd64, kfreebsd-i386
       new  44ec33f   gant: try fixing FTBFS under hurd-i386
       new  743df8a   don't use uint
       new  3c579c0   don't use NULL
       new  16b3d91   add missing include
       new  1985bb6   build fix: VS2012 has proper cstdint
       new  d642254   build fix: VS2012 has proper smart pointers
       new  18cdcba   cmake: build gant as optional
       new  346b693   VS2012 build script
       new  14e7058   vs strftime doesn't recognize %T
       new  1a6f657   antpm-usbmon2ant: fix crash under win
       new  46acf30   str2time: boost did not recognize this format
       new  7d4c603   tests: str2time still fails under win, but at least not crashes
       new  4248aa8   make the time conversion a bit more readable/debuggable
       new  682f6f9   win libusb installer: chmod +x
       new  5cdec1b   tests: run sm1 under win too
       new  4234215   add missing include
       new  4c9a572   scipts: refine VS2008 builders
       new  b74a171   tests: comment unused code

The 48 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .travis.yml                                        |   22 +-
 .../driver_installer/inf-wizard.exe                |  Bin
 scripts/verify-orig                                |   36 +
 scripts/vs2008-64.bat                              |    6 +-
 scripts/vs2008.bat                                 |    6 +-
 scripts/vs2012-64.bat                              |   15 +
 src/AntFr310XT.cpp                                 |   97 +-
 src/AntFr310XT.hpp                                 |    6 +-
 src/AntFr405.cpp                                   |   15 +-
 src/AntFr405.hpp                                   |    4 +-
 src/AntMessenger.cpp                               |   26 +-
 src/AntMessenger.hpp                               |    4 +-
 src/CMakeLists.txt                                 |   15 +-
 src/DeviceSettings.cpp                             |   16 +-
 src/Log.hpp                                        |    2 +-
 src/Serial.hpp                                     |    2 +-
 src/SerialTty.hpp                                  |    1 -
 src/SerialUsb.cpp                                  |    4 +-
 src/SerialUsb.hpp                                  |    4 +-
 src/SmartPtrFwd.hpp                                |    2 +-
 src/antpm-downloader.cpp                           |    9 +-
 src/antpm-usbmon2ant.cpp                           |    2 +-
 src/common.cpp                                     |   15 +-
 src/common.hpp                                     |    3 +
 src/gant/antdefs.h                                 |   81 +-
 src/gant/antlib.c                                  |  882 +++----
 src/gant/antlib.h                                  |    2 +-
 src/gant/gant.c                                    | 2471 ++++++++++----------
 src/lqueue.hpp                                     |  125 +-
 src/stdintfwd.hpp                                  |    6 +-
 src/tests/CMakeLists.txt                           |   20 +
 src/tests/lq1.cpp                                  |  123 +
 src/tests/sm1.cpp                                  |  344 +++
 src/tests/testDeviceSettings.cpp                   |   17 +-
 34 files changed, 2558 insertions(+), 1825 deletions(-)
 mode change 100644 => 100755 3rd_party/libusb-win32-bin-1.2.6.0/driver_installer/inf-wizard.exe
 create mode 100755 scripts/verify-orig
 create mode 100755 scripts/vs2012-64.bat
 create mode 100644 src/tests/lq1.cpp
 create mode 100644 src/tests/sm1.cpp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/antpm.git



More information about the Pkg-running-devel mailing list