commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] git://gnuradio.org/jblum branch, uhd-work, created. 2c


From: git repository hosting
Subject: [Commit-gnuradio] git://gnuradio.org/jblum branch, uhd-work, created. 2c4bb0b5ea22ed73f3de6cac8a27083d950879bb
Date: Tue, 18 May 2010 22:44:27 +0100 (BST)

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 "git://gnuradio.org/jblum".

The branch, uhd-work has been created
        at  2c4bb0b5ea22ed73f3de6cac8a27083d950879bb (commit)

- Log -----------------------------------------------------------------
commit 2c4bb0b5ea22ed73f3de6cac8a27083d950879bb
Author: Josh Blum <address@hidden>
Date:   Tue May 18 12:25:42 2010 -0700

    using the send and recv full buffer modes, avoids extra loop in 
implementation

commit 935b9713694359862fd5721a2cf070ac072ce283
Merge: b6f86944737975efde1275144c1c344e4a633146 
a39ca4f36cee81bb44f553c1a1d2045a29231e0b
Author: Josh Blum <address@hidden>
Date:   Tue May 18 11:51:31 2010 -0700

    Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd

commit a39ca4f36cee81bb44f553c1a1d2045a29231e0b
Merge: 1c22592ca05eff573b755e36a9685cfadf8a2723 
22a3ed8955a9d40796d58e83993b5f56f117a27a
Author: Johnathan Corgan <address@hidden>
Date:   Mon May 17 19:33:46 2010 -0700

    Merge branch 'wip/burx_support'
    
    * wip/burx_support:
      -Updated to allow BURX support to be built into standard txrx.bin
      Once and for all, here is the properly updated Makefile.am for the apps
      Updated db_bitshark_rx.c to the proper version that includes the
      Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth
      Update incorrectly checked in Makefile.am
      usrp: Cleanup for merge of bitshark daughterboard code
      Including bitshark_rx.h header file for USRP2 build
      Fixed issue with with wrong Makefile.am files being copied
      Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2.
      Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.

commit 22a3ed8955a9d40796d58e83993b5f56f117a27a
Author: JohnOrlando <address@hidden>
Date:   Mon May 17 16:15:49 2010 -0500

    -Updated to allow BURX support to be built into standard txrx.bin
    image
    -Also corrected db_bitshark_rx.c to the current version (previous
    git push error) that includes the needed delays after I2C commands

commit 1c22592ca05eff573b755e36a9685cfadf8a2723
Author: Don Ward <address@hidden>
Date:   Sun May 16 09:30:31 2010 -0700

    howto: fix make check for win32, darwin (untested)

commit 81133f7b37ba2cc1df65dc5704542fa758f32f23
Author: Johnathan Corgan <address@hidden>
Date:   Sun May 16 07:47:53 2010 -0700

    Revert "build: distribute version controlled ltmain.sh in tarball"
    
    This reverts commit 026f691a6dfcb8fca61964cf457f08a7d1e7306b.

commit da1286dc29ac9ab9788ea7f2e7f6f6398e8d3074
Author: Johnathan Corgan <address@hidden>
Date:   Sun May 16 07:47:00 2010 -0700

    Revert "build: force use of ltmain.sh from libtool 2.2.6b"
    
    This reverts commit 3f1940cfd633949f819da1900e19d155e91dc1c4.

commit 7dba4b4a3cf9b2f0fab397494d84c948a3bf85d1
Merge: c1c29651e8a13c090228723684d6f693a6ae8c34 
3a822b971ba921ba6741eb94a9db0673950ecdff
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 14 10:31:19 2010 -0700

    Merge remote branch 'bitshark/burx_support' into wip/burx_support
    
    * bitshark/burx_support:
      Once and for all, here is the properly updated Makefile.am for the apps
      Updated db_bitshark_rx.c to the proper version that includes the
    
    Conflicts:
        usrp2/firmware/lib/db_bitshark_rx.c

commit 026f691a6dfcb8fca61964cf457f08a7d1e7306b
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 14 10:15:52 2010 -0700

    build: distribute version controlled ltmain.sh in tarball

commit 82382c05d32223658cedb913b4914412ccb861be
Author: Johnathan Corgan <address@hidden>
Date:   Fri May 14 10:15:30 2010 -0700

    build: use correct comment delimiter

commit 3f1940cfd633949f819da1900e19d155e91dc1c4
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 13 19:20:27 2010 -0700

    build: force use of ltmain.sh from libtool 2.2.6b
    
    Don Ward:
    
    "The supplied version of ltmain.sh does not handle interlibrary
    dependencies on Windows. I have attached a diff file showing
    the slight differences between the ltmain.sh in the tarball
    (2.2.6b Debian-2.2.6b-2ubuntu1, which fails) and the ltmain.sh
    downloaded from packages.debian.org  (plain 2.26b).  It looks
    like it was broken in Ubuntu 2.2.6a-3 (change log says "Don't
    pull in depedency libs when linking a binary"). GNU Radio builds
    ok if I run ./bootstrap locally."
    
    JMC: This file (ltmain.sh) has not previously been under version
    control and would be copied over (or symlinked) by the bootstrap
    process. With a version now in the repository, we'll need to
    ensure it stays fresh, likely at the same time we check for
    updated config.guess and config.sub files.

commit 212ba35ca6b9792df7e7a1791fd9a395b88e77eb
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 13 19:10:44 2010 -0700

    gnuradio-core: Disable (temporarily) interpolator tap calculation
    
    There is some breakage with GR_FORTRAN / AC_PROG_F77 when running
    bootstrap.  The gen_interpolator_taps binary is only needed to
    regenerate the MMSE interpolator taps, which hasn't been done for
    several years.  Disable this until proper fix can be done.

commit 3a822b971ba921ba6741eb94a9db0673950ecdff
Author: JohnOrlando <address@hidden>
Date:   Thu May 13 18:24:08 2010 -0500

    Once and for all, here is the properly updated Makefile.am for the apps
    directory...

commit ebb561d028bfd4a3ca2571fb997bb13a514bd87c
Author: JohnOrlando <address@hidden>
Date:   Thu May 13 18:03:13 2010 -0500

    Updated db_bitshark_rx.c to the proper version that includes the
    delays when sending back-to-back I2C commands, as well as the proper
    command when setting the bw (previous blunder with git resulted in
    the wrong version on this branch)

commit 2057623cf8f9e9738954b146d3a23577110f7906
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 13 13:16:46 2010 -0700

    gr-wxgui: update copyrights

commit 3a730f46faf1942c713350b312a1dfeffb587550
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 13 13:11:13 2010 -0700

    gr-wxgui: Renamed "emulate analog" feature to "use persistence"

commit 331542fc51eb47a65161ab6d41c6dc8fd1dd1f22
Merge: 467678259c56fab32a326690cc01eac1dbcb48ca 
49fa13f9fce2037d176c86bf326a7e25a78b72a5
Author: Johnathan Corgan <address@hidden>
Date:   Thu May 13 12:29:59 2010 -0700

    Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master
    
    * nldudok1/gr-wxgui_emulate_analog:
      Add analog CRT screen afterglow emulation for gr-wxgui
    
    Conflicts:
        gr-wxgui/src/python/fftsink_gl.py
        gr-wxgui/src/python/fftsink_nongl.py

commit 467678259c56fab32a326690cc01eac1dbcb48ca
Author: Johnathan Corgan <address@hidden>
Date:   Wed May 12 14:56:17 2010 -0700

    Update revision to 3.3.0-rc0

commit 83a28558176a4e6ebcf8f38aef0739659b0a7c1b
Author: Johnathan Corgan <address@hidden>
Date:   Wed May 12 14:37:43 2010 -0700

    Change version numbering to always include minor release

commit 39cb5b8daee27ccca4d1919706910ccff116f45d
Merge: 1fc7c57f778a9f05ded1d216247242ee13632d03 
55364771aee8933ded7e98bd3c873d767f717cec
Author: Tom Rondeau <address@hidden>
Date:   Tue May 11 21:19:15 2010 -0400

    Merge branch 'qtupdate'

commit 55364771aee8933ded7e98bd3c873d767f717cec
Author: Tom Rondeau <address@hidden>
Date:   Tue May 11 21:03:38 2010 -0400

    Fixing up GUI windows to better scale with gtgui sinks.

commit c1c29651e8a13c090228723684d6f693a6ae8c34
Merge: c76897abcbfe1c149bffd27fba0224d3ebc83503 
1fc7c57f778a9f05ded1d216247242ee13632d03
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 11 18:00:19 2010 -0700

    Merge branch 'master' into wip/burx_support
    
    * master: (39 commits)
      Add gru.hexshort to deal with short hex constants
      Assign USB PID for Hans de Bok
      Add missing buffer allocator hint to gr_ofdm_sampler.cc
      Really fix the missing include for boost::bind
      gr-wxgui: Added additional color table entries
      Missed updates for omnithread/mblock removal
      Remove omnithreads library.
      Remove mblock library.  We hardly knew 'ye.
      Convert gr-audio-portaudio to Boost via gruel
      Further updates for removing omnithreads
      Update build configuration for OSX omnithreads changeover
      Add missing include file for boost::bind
      Convert gcell to use boost::threads instead of omnithread.
      Fix sequence error indication after stopping then restarting streaming on 
USRP2.
      initial move from mld_threads to gruel:: namespace threads and such
      Initial changes to remove mld_thread and instead use gruel:: namespace 
classes
      Fixing doxygen warnings from arb_resampler. Also, removed set_taps from 
public
      Fixing doxygen warnings from channelizer block.
      Fixing documentation to get rid of doxygen warnings.
      Adding documentation for fff version of othe PFB clock sync algorithm.
      ...

commit c76897abcbfe1c149bffd27fba0224d3ebc83503
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 11 17:55:55 2010 -0700

    Change default bandwidth to 25 MHz to match maximum USRP2 bandwidth

commit a13d9fd69606935a075f3033fc0b244a011f792b
Author: Tom Rondeau <address@hidden>
Date:   Tue May 11 20:38:06 2010 -0400

    Fixing benchmark loopback to work with new v2's of modulators.

commit 81391dc8d76f4a665ca1b14ef3d094353084d829
Author: John Orlando <address@hidden>
Date:   Tue May 11 16:55:08 2010 -0700

    Update incorrectly checked in Makefile.am

commit 42e7489aa15a799e9a9a86ffd367c4d823080bbf
Author: Johnathan Corgan <address@hidden>
Date:   Tue May 11 14:13:52 2010 -0700

    usrp: Cleanup for merge of bitshark daughterboard code
    
    Removed unused variable
    Set default bandwidth to 8M in constructor

commit b682d4bbe98b72e86219f1f303843b4f4f9ed1b7
Author: Tom Rondeau <address@hidden>
Date:   Mon May 10 20:20:47 2010 -0400

    Fixing benchmark program to work with original dbpsk/dqpsk modulations 
again (and saving the version 2 mods for those marked v2).

commit f20b3e2a48a4b9ae7a8b87b1361749c290d99e39
Author: Tom Rondeau <address@hidden>
Date:   Mon May 10 20:10:32 2010 -0400

    Changes to the examples to fit updates to qtgui.

commit 89ceb6c846e5b859d8fdef4fef84093f18efd3da
Author: Tom Rondeau <address@hidden>
Date:   Mon May 10 19:48:41 2010 -0400

    Simple code cleanup.

commit a45e2a94328fee03910e9dbfa04b48bf9ba15f61
Author: Tom Rondeau <address@hidden>
Date:   Mon May 10 19:47:02 2010 -0400

    Remove one of the loop when posting new data; calculations are done the 
same time the fft shift and scaling operations happen.

commit 1fc7c57f778a9f05ded1d216247242ee13632d03
Author: Eric Blossom <address@hidden>
Date:   Mon May 10 14:31:15 2010 -0700

    Add gru.hexshort to deal with short hex constants

commit 591c12fc9de3a318a983d1e02eed789f76c0b5fb
Author: Eric Blossom <address@hidden>
Date:   Mon May 10 10:42:32 2010 -0700

    Assign USB PID for Hans de Bok

commit 8f1340102fa181a470dd5ec89a92bdb33dc3e288
Author: Tom Rondeau <address@hidden>
Date:   Sun May 9 18:25:17 2010 -0400

    Minor cleanups.

commit 19550b1be84c96eb92b24c88847e1b0d024b366c
Author: Tom Rondeau <address@hidden>
Date:   Sun May 9 13:06:20 2010 -0400

    Updating zoom and axis across plots for consistent zoom levels and behavior.

commit b6f86944737975efde1275144c1c344e4a633146
Merge: 1e4bf239c1f09a0180585de62746922bcd34b639 
e22224454f63be561fa2a5923d35b65ba403b6ac
Author: Josh Blum <address@hidden>
Date:   Tue May 4 13:15:57 2010 -0700

    Merge branch 'master' of http://gnuradio.org/git/gnuradio into uhd

commit 7488244b24a52e6b1a51bcbdb0077e70554c6731
Author: Tom Rondeau <address@hidden>
Date:   Sun May 2 15:00:02 2010 -0400

    Fixes segfault on close. Using the right objective (d_main_gui) instead of 
d_object to delete all of the plotting widgets. As far as Valgrind tells me, 
this cleans up my memory leaks although libqt and libqwt still have some of 
their own.
    
    This checkin also disables the Waterfall3D plotting. It wasn't working 
anyway, but was also causing its own segfault upon deletion. Once it's working 
and deleting nicely, it will be re-enabled.

commit e0df16cf6f62dd0745530955481df8c3eecc9cb2
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 20:04:13 2010 -0400

    Fixing constellation zoomer's label.

commit e93a81a1f346f1fdef218b115c99f547ccd7ad27
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 19:48:21 2010 -0400

    Maxing the x-axis of the time domain plot represent the actual time of the 
samples and not just the sample number.

commit f7a73dc6334be8b4ddd0d8308eb1eefa4cad3049
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 19:11:13 2010 -0400

    Whoops. Time intervals are specified in seconds, not ms...

commit 6606af991b15174cbdbaca738669a21461b0fbe6
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 19:06:13 2010 -0400

    Fixes the replotting update. It's now based on a QTimer so it's in the 
event buffer as opposed to a best effort based on a hand-made timer. The 
interval between GUI updates is settable through the qtsink_X objects with 
set_update_time(newtime). This update makes the plotting much more stable. It 
also fixes the time scale of the waterfall plot to actually mean the right 
thing.

commit f1b71c9525dd56e2c296a2bca4b2db9ed1a320ce
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 17:36:07 2010 -0400

    Fixing displayed pen and x-axis to report the right units and scaling of 
frequencies.

commit 94c92b789da2feec05a8aa417619c5d5c40f1e3f
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 17:26:15 2010 -0400

    Removing PowerLine since we weren't using it and don't have plans to.

commit 22a2621d0d11316a1d8562c5fddd03f162c40d36
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 17:23:43 2010 -0400

    Peak power line now actually tracks the peak power.

commit 66ff2fa5db423851f69e8eb1b3f4f8ccd434facd
Author: Tom Rondeau <address@hidden>
Date:   Sat May 1 17:20:49 2010 -0400

    Fixes units of pen in frequency plot.

commit e22224454f63be561fa2a5923d35b65ba403b6ac
Author: Eric Blossom <address@hidden>
Date:   Fri Apr 30 18:22:41 2010 -0700

    Add missing buffer allocator hint to gr_ofdm_sampler.cc
    
    This change was needed because gr_ofdm_sampler derives directly from
    gr_block, but functions (from the runtime's point of view) as a
    decimator.  It takes many items in to produce a single output
    item.  Without this change, values of fft_size > ~4096 would result
    in the scheduler complaining that it could never fullfil the block's
    request for samples.
    
    When deriving from gr_sync_interpolator or gr_sync_decimator, their
    constructors set the hint automatically.

commit 9038b3530d0ec746f401f3c443e2f862fff5a18e
Author: Johnathan Corgan <address@hidden>
Date:   Wed Apr 28 17:32:44 2010 -0700

    Really fix the missing include for boost::bind

commit 8219bc01748d79ca1d995e65914b8c4033a89999
Author: Marcus Leech <address@hidden>
Date:   Wed Apr 28 09:08:13 2010 -0700

    gr-wxgui: Added additional color table entries

commit 910d207edfec4ceeb431c4063dfb1d5b2801198f
Author: Johnathan Corgan <address@hidden>
Date:   Tue Apr 27 00:06:16 2010 -0700

    Missed updates for omnithread/mblock removal

commit c6ad778bda302a9abfe3f1a905d1a80ee34c60a6
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 26 23:14:12 2010 -0700

    Remove omnithreads library.

commit ac2b84b93cad94f9a8830eeb5e62dace997c9a47
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 26 22:41:19 2010 -0700

    Remove mblock library.  We hardly knew 'ye.

commit a178f23be75489c1507060a8b0e9e59cd358dfba
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 26 22:13:34 2010 -0700

    Convert gr-audio-portaudio to Boost via gruel
    
    Remove omnithread dependency in build for gr-audio-portaudio
    Remove unused debugging utility class in gnuradio-core (gri_logger)

commit 665d7a850eeb46bfc6388a98e4a4107648cb6add
Merge: a3278070d3e991ea0a8f6e62bbfc2a2e177fe8e7 
a40feb1dece1b8064f3f81e669f3ed38b60b6dd8
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 26 13:05:03 2010 -0700

    Merge branch 'wip/remove-mld-threads'
    
    * wip/remove-mld-threads:
      Further updates for removing omnithreads
      Update build configuration for OSX omnithreads changeover
      initial move from mld_threads to gruel:: namespace threads and such
      Initial changes to remove mld_thread and instead use gruel:: namespace 
classes

commit a40feb1dece1b8064f3f81e669f3ed38b60b6dd8
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 26 13:04:23 2010 -0700

    Further updates for removing omnithreads
    
    Updates README
    Removes Darwin specific variable in usrp.pc

commit 49fa13f9fce2037d176c86bf326a7e25a78b72a5
Author: Martin Dudok van Heel <address@hidden>
Date:   Mon Apr 26 19:40:41 2010 +0200

    Add analog CRT screen afterglow emulation for gr-wxgui

commit 1eb2ad3909a0ba16e8c03776d1d26693b9b152a5
Author: Johnathan Corgan <address@hidden>
Date:   Mon Apr 26 09:13:17 2010 -0700

    Update build configuration for OSX omnithreads changeover
    
    gr-audio-osx now depends on gruel (via gnuradio-core) vs. omnithreads
    usrp now depends on gruel vs. omnithreads
    
    Boost base library dependency has been upped to 1.37 for
    Darwin only, for Darwin specific code in usrp host library

commit a3278070d3e991ea0a8f6e62bbfc2a2e177fe8e7
Author: Johnathan Corgan <address@hidden>
Date:   Fri Apr 23 17:11:40 2010 -0700

    Add missing include file for boost::bind

commit a712b478c2824396408b2ec11584b7d559015b25
Author: Michael Dickens <address@hidden>
Date:   Mon Apr 19 15:35:07 2010 -0600

    initial move from mld_threads to gruel:: namespace threads and such

commit 3e8c1915a289088aa801427defc18a165ba43cd1
Author: Michael Dickens <address@hidden>
Date:   Mon Apr 19 09:29:43 2010 -0600

    Initial changes to remove mld_thread and instead use gruel:: namespace 
classes

commit 547d65b6c4353a899809136af06f393810aaad03
Author: JohnOrlando <address@hidden>
Date:   Tue Mar 30 20:31:56 2010 -0500

    Including bitshark_rx.h header file for USRP2 build

commit 3e214cb7ba3a80495db77c4f92132c4497667a69
Author: JohnOrlando <address@hidden>
Date:   Tue Mar 30 20:30:09 2010 -0500

    Fixed issue with with wrong Makefile.am files being copied

commit a75b2f5b4506a3381e712c546a70e3a55a1f8dcd
Author: JohnOrlando <address@hidden>
Date:   Tue Mar 30 20:02:08 2010 -0500

    Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP2.

commit d5fe3b38d5f406b111721ebf789323b49b8eff9d
Author: JohnOrlando <address@hidden>
Date:   Tue Mar 30 19:54:39 2010 -0500

    Add support for the Bitshark USRP RX (BURX) daughterboard for the USRP1.

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


hooks/post-receive
-- 
git://gnuradio.org/jblum



reply via email to

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