commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated.


From: Git Repository
Subject: [Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated. 3.3git-499-gf9c3bfb
Date: Mon, 2 Nov 2009 16:44:28 -0700 (MST)

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 "gnuradio.git at gnuradio.org".

The branch, master has been updated
       via  f9c3bfb83af1048db54de941df1898f2ec7fb1fc (commit)
       via  097191b3a89c09a492f322eac539eb5db8668843 (commit)
      from  1530b6153fe21bf8c77f76c5d854108dd47069f6 (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 f9c3bfb83af1048db54de941df1898f2ec7fb1fc
Author: Thomas Tsou <address@hidden>
Date:   Sat Oct 17 22:28:43 2009 -0400

    usrp: Cleanup of usrp_basic
    
    Version specific libusb calls are pushed out of usrp_basic into
    usrp_prims where they belong. This leads to a single usrp_basic
    file. A new function in usrp_prims, usrp_deinit(), handles
    shutdown specific to version 1.0.

commit 097191b3a89c09a492f322eac539eb5db8668843
Author: Thomas Tsou <address@hidden>
Date:   Mon Nov 2 16:53:29 2009 -0500

    usrp: Check return value in fusb_libusb1 _reap()
    
    The old fusb_libusb1 _reap() call always returned true except on
    error. With this commit it checks that a transfer is actually
    reaped and returns false otherwise.

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

Summary of changes:
 usrp/host/include/usrp/usrp_prims.h                |    9 ++
 usrp/host/lib/Makefile.am                          |   24 ++--
 usrp/host/lib/fusb_libusb1.cc                      |   10 ++-
 .../lib/{usrp_basic_common.cc => usrp_basic.cc}    |   67 +++++++++-
 usrp/host/lib/usrp_basic_libusb0.cc                |  137 ------------------
 usrp/host/lib/usrp_basic_libusb1.cc                |  145 --------------------
 usrp/host/lib/usrp_prims_libusb0.cc                |    6 +
 usrp/host/lib/usrp_prims_libusb1.cc                |   11 ++-
 8 files changed, 108 insertions(+), 301 deletions(-)
 rename usrp/host/lib/{usrp_basic_common.cc => usrp_basic.cc} (93%)
 delete mode 100644 usrp/host/lib/usrp_basic_libusb0.cc
 delete mode 100644 usrp/host/lib/usrp_basic_libusb1.cc


hooks/post-receive
-- 
gnuradio.git at gnuradio.org




reply via email to

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