[Top][All Lists]
[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-432-gc39a8c4 |
Date: |
Tue, 13 Oct 2009 14:42:08 -0600 (MDT) |
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 c39a8c449b6a766ca5496c0f3e255b15c40c690d (commit)
via 6b626de1518b3897f8707acd7b920f19cc15da94 (commit)
via 77a3e7e8f2940b8a86d80518ebd7d39365f2c5be (commit)
via 52dcaf0d09f7a0a547dc287dca521ba855369de4 (commit)
via f5ccf9d4391b6a9e9f64b42543d45a00d31475c3 (commit)
via 1a8a8124c8bb29326fae8803952eb1c02ca53083 (commit)
via c97d1b08209f09a121950386f7af360aac26cc1b (commit)
via 665e6c8dce582e4ba02997f8b93d48c107009554 (commit)
via ee76323cc560dd3f5152408e13bf52f68e0c7954 (commit)
via d92ca50ebce9400307a0c6557f4ed44781909d50 (commit)
via 82d944f7eecb86210e6a36cf5218a0fec133e3d6 (commit)
from 6b0bbd512a12a1ec0309f0f8d38797c824ec1326 (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 c39a8c449b6a766ca5496c0f3e255b15c40c690d
Merge: 6b0bbd512a12a1ec0309f0f8d38797c824ec1326
6b626de1518b3897f8707acd7b920f19cc15da94
Author: Johnathan Corgan <address@hidden>
Date: Tue Oct 13 13:32:39 2009 -0700
Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou
This merge fixes libusb build machinery to work for Cygwin, Darwin, Ubuntu,
and F11.
* 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou:
usrp: Applied patch from Michael Dickens for Darwin libusb
usrp: Applied patch from Don Ward for Cygwin libusb
fix to restart libusbok checking for non-PKGCONFIG
usrp: Disabled libusb-1.0 debug output by default
merged updated libusb checks with older version
usrp: Enable debug output
usrp: Reorg of libusb error reporting
usrp: Added error checking on hash transfers
augmented search for libusb
commit 6b626de1518b3897f8707acd7b920f19cc15da94
Author: Michael Dickens <address@hidden>
Date: Mon Oct 12 21:18:40 2009 -0400
usrp: Applied patch from Michael Dickens for Darwin libusb
Update usrp_libusb.m4 to work on Darwin for both libusb-legacy and libusb1
commit 77a3e7e8f2940b8a86d80518ebd7d39365f2c5be
Author: Don Ward <address@hidden>
Date: Mon Oct 12 17:58:32 2009 -0400
usrp: Applied patch from Don Ward for Cygwin libusb
Moved the case statement after the call to AC_CHECK_LIB
Initialized LIBS="" before calling AC_CHECK_LIB
commit 52dcaf0d09f7a0a547dc287dca521ba855369de4
Merge: 1a8a8124c8bb29326fae8803952eb1c02ca53083
f5ccf9d4391b6a9e9f64b42543d45a00d31475c3
Author: Thomas Tsou <address@hidden>
Date: Mon Oct 12 14:26:55 2009 -0400
Merge branch 'libusb-legacy-macports' into libusb-1.0
commit f5ccf9d4391b6a9e9f64b42543d45a00d31475c3
Author: Michael <address@hidden>
Date: Mon Oct 12 13:51:05 2009 -0400
fix to restart libusbok checking for non-PKGCONFIG
commit 1a8a8124c8bb29326fae8803952eb1c02ca53083
Author: Thomas Tsou <address@hidden>
Date: Mon Oct 12 13:22:24 2009 -0400
usrp: Disabled libusb-1.0 debug output by default
Debug output may generate excessive amounts of information.
commit c97d1b08209f09a121950386f7af360aac26cc1b
Author: Michael <address@hidden>
Date: Mon Oct 12 11:05:03 2009 -0400
merged updated libusb checks with older version
commit 665e6c8dce582e4ba02997f8b93d48c107009554
Author: Thomas Tsou <address@hidden>
Date: Fri Oct 9 15:10:13 2009 -0400
usrp: Enable debug output
This only works if libusb-1.0 is compiled with debug logging.
commit ee76323cc560dd3f5152408e13bf52f68e0c7954
Author: Thomas Tsou <address@hidden>
Date: Sat Oct 3 12:26:24 2009 -0400
usrp: Reorg of libusb error reporting
Error messages rather than error codes are reported. Version specific
libusb error messages originate from their respective calls.
commit d92ca50ebce9400307a0c6557f4ed44781909d50
Author: Thomas Tsou <address@hidden>
Date: Fri Oct 2 12:37:06 2009 -0400
usrp: Added error checking on hash transfers
commit 82d944f7eecb86210e6a36cf5218a0fec133e3d6
Author: Michael <address@hidden>
Date: Thu Oct 8 17:21:15 2009 -0400
augmented search for libusb
-----------------------------------------------------------------------
Summary of changes:
config/usrp_libusb.m4 | 103 ++++++++++++++++++++++++++--------
gr-usrp/src/Makefile.am | 1 +
usrp/host/apps/Makefile.am | 4 +-
usrp/host/lib/usrp_prims_common.cc | 12 +++-
usrp/host/lib/usrp_prims_libusb0.cc | 21 ++++++-
usrp/host/lib/usrp_prims_libusb1.cc | 105 ++++++++++++++++++++++++++++-------
6 files changed, 194 insertions(+), 52 deletions(-)
mode change 100644 => 100755 config/usrp_libusb.m4
hooks/post-receive
--
gnuradio.git at gnuradio.org
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] gnuradio.git at gnuradio.org branch, master, updated. 3.3git-432-gc39a8c4,
Git Repository <=