Activity

From 09/07/2006 to 10/06/2006

10/06/2006

05:28 am Bug #85: Memory tests fail on NetBSD
Partial fix (reduced memory usage) in r3721 on trunk. Johnathan Corgan
05:26 am Bug #81 (Closed): Additional missing files in 3.0rc2 tarball
gr-how-write-a-block will be distributed in a separate tarball. Johnathan Corgan
04:15 am Revision baab0003: Reverse erroneous config file update.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3724 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
04:06 am Revision 3df00301: Update config.guess and config.sub from canonical source.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3723 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
04:04 am Revision 420e1ef5: Prepare gr-how-to-write-a-block for separate distribution.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3722 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
03:52 am Revision 348e6d52: Reduced tmp usage during gnuradio-core 'make check'
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3721 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
03:49 am Revision 64a2773a: Updated config.guess and config.sub from canonical source.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3720 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan

10/05/2006

04:41 pm Feature #86 (Closed): Get jcooley's OpenGL waterfall display working again
The error I got in trying to run it with gnuradio 2.8 is:
gnuradio_swig_python.py expects a std::vector<float,std:...
Matt Ettus
08:10 am Bug #80: Convert gr_feval_ff usage to gr_feval_dd in gr-error-correcting-codes
The gr-error-correcting-codes component has been disabled in the trunk as of r3704. Johnathan Corgan
08:02 am Bug #82 (Closed): "configure; make distclean; configure" fails
Fixed in r3718 on trunk. Johnathan Corgan
07:02 am Revision cf13ba6e: Fixes ticket:82.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3718 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan

10/04/2006

10:41 pm Bug #83 (Closed): Syntax error in configure - "unary operator expected"
Fix confirmed. Merged into release 3.0 branch in r3715. Johnathan Corgan
09:59 pm Bug #83 (Assigned): Syntax error in configure - "unary operator expected"
Trial fix in r3714. Johnathan Corgan
08:59 pm Revision a1fa37f5: Trial fix for ticket:83
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3714 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
08:21 pm Bug #81 (Assigned): Additional missing files in 3.0rc2 tarball
Johnathan Corgan
08:21 pm Bug #81: Additional missing files in 3.0rc2 tarball
Partially fixed in r3709.
gr-how-to-write-a-block is still not distributed in tarball.
Johnathan Corgan
08:16 pm Revision 0213b7e6: Further fixes for ticket:81
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3712 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
08:02 pm Revision 15698af5: general cleanup:
add hints for pkgsrc (dependencies, how to link against them, avoid suggesing to install -devel)
adjust language t...
gdt
07:08 pm Revision c4657d54: Partial fix for ticket:81
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3709 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
06:13 pm Bug #85 (Closed): Memory tests fail on NetBSD
From Greg Troxel <[email protected]>:
I just ran 'make distcheck' on a pretty-recent [[NetBSD]] system
with up-to-da...
Johnathan Corgan
06:07 pm Bug #84 (Closed): SDL configuration check fails on Macs when using remote login
OSX 10.4.7 and 10.4.8 on both PPC and Intel Macs:... Johnathan Corgan
06:01 pm Bug #83 (Closed): Syntax error in configure - "unary operator expected"
OSX 10.4.7 and 10.4.8 on both PPC and Intel Macs:... Johnathan Corgan
05:20 pm Revision d1f870c0: Portability fixes:
Use /bin/sh instead of /bin/bash.
Use = instead of == with test.
git-svn-id: http://gnuradio.org/svn/gnuradio/tr...
gdt
02:53 pm Revision 823ce5ce: git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3707 221aa14e-8319-0410-a67...
cswiger
02:36 pm Revision c7be5804: Changed data logging significantly, in that for continuum data, the data
logging is more directly plugged into the signal-processing chain,
rather than being a side-effect of plotting. Fo...
mleech
08:53 am Bug #56: make check in gnuradio-core fails
I am also seeing this on Ubuntu 5.10 (Breezy Badger) on i686, using the 3.0rc2 tarball. The version of libcppunit is ... Guest User
08:49 am Bug #82 (Closed): "configure; make distclean; configure" fails
Not sure whether this is really a problem (is make distclean applicable for a tarball?).

Anyway, the error is
<...
Guest User
05:56 am Revision 58d96ee6: Disabled gr-error-correcting-codes until fix for ticket:80
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3704 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
01:11 am Bug #81 (Closed): Additional missing files in 3.0rc2 tarball
Several Makefile.am's have incomplete distribution of header, Python, or Verilog files:... Johnathan Corgan
01:08 am Bug #80 (Closed): Convert gr_feval_ff usage to gr_feval_dd in gr-error-correcting-codes
gr_feval_ff was removed from gnuradio-core as it was redundant to gr_feval_dd, and had no QA code. This breaks gr-er... Johnathan Corgan

10/03/2006

11:45 pm Revision a0418c71: minor tweak
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3702 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
10:10 pm Bug #79 (Closed): 3.0rc1 fails on NetBSD due to missing fusb_ra_wb.h
Fixed in r3697 on trunk and r3698 on release 3.0 branch by adding fusb_ra_wb.h to noinst_HEADERS. Johnathan Corgan
09:49 pm Bug #79 (Closed): 3.0rc1 fails on NetBSD due to missing fusb_ra_wb.h
Reported on mailing list by Berndt Josef Wulf <[email protected]>... Johnathan Corgan
09:28 pm Revision 7627aff2: Reversed changeset r2201, removing gr_feval_ff implementation.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3699 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
09:07 pm Revision f26bb1c1: Fixes ticket:79.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3697 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
03:10 am Bug #78 (Closed): USRP compile using SDCC 2.6 fails on Intel-Mac
This is likely an SDCC issue, since 2.6.0 works on OSX / PPC, and 2.4.0 works for both OSX / Intel and / PPC; error i... Michael Dickens

10/02/2006

11:27 pm Feature #49 (New): Add --with-prereqs or similar to configure
Johnathan Corgan
11:27 pm Feature #4 (New): make doc should traverse whole tree
Johnathan Corgan
11:13 pm Feature #67: Standardized digital transmit levels for USRP
Milestone release-3.2 deleted Johnathan Corgan
11:13 pm Feature #74: Consider NOT requiring Python
Milestone release-3.2 deleted Johnathan Corgan
11:13 pm Feature #4: make doc should traverse whole tree
Milestone release-3.2 deleted Johnathan Corgan
11:13 pm Feature #72: Try shortening preamble from 32-bits to 8 or 16.
Milestone release-3.2 deleted Johnathan Corgan
11:13 pm Feature #69: Split up gnuradio.i / gnuradio_swig_python.cc to shorten incremental compilations
Milestone release-3.2 deleted Johnathan Corgan
11:13 pm Feature #73: Consider supporting flowgraphs with cycles
Milestone release-3.2 deleted Johnathan Corgan
11:13 pm Feature #66: Implement closed loop AGC for USRP1
Milestone release-3.2 deleted Johnathan Corgan
11:13 pm Feature #58: gr-radar doesn't perform any qa tests
Milestone release-3.2 deleted Johnathan Corgan
11:13 pm Feature #57: on OSX, make ("ar") breaks when path name contains whitespace characters
Milestone release-3.2 deleted Johnathan Corgan
11:13 pm Feature #75: rewrite hierarchical blocks so that they are first class objects
Milestone release-3.2 deleted Johnathan Corgan
11:13 pm Feature #9: Speed up compilation of gnuradio_swig_python.cc
Milestone release-3.2 deleted Johnathan Corgan
11:13 pm Feature #5: Generate python-centric docs from Doxygen xml output
Milestone release-3.2 deleted Johnathan Corgan
11:13 pm Feature #49: Add --with-prereqs or similar to configure
Milestone release-3.2 deleted Johnathan Corgan
11:13 pm Bug #31: plot.py _ticks routine picks bad strategy for producing tick mark labels
Milestone release-3.0.1 deleted Johnathan Corgan
11:13 pm Bug #71: audio.py doesn't look for audio_windows
Milestone release-3.0.1 deleted Johnathan Corgan
11:13 pm Bug #56: make check in gnuradio-core fails
Milestone release-3.0.1 deleted Johnathan Corgan
11:13 pm Bug #50: make -j2 on Cygwin fails when make -j1 completes (gnuradio-core)
Milestone release-3.0.1 deleted Johnathan Corgan
11:13 pm Bug #44: portaudio build/link problems on Windows/Cygwin
Milestone release-3.0.1 deleted Johnathan Corgan
11:13 pm Bug #48: abort when no device specified on portaudio source or sink; Cygwin std::string problem
Milestone release-3.0.1 deleted Johnathan Corgan
11:13 pm Bug #29: templates are not expanded automatically in gr-trellis/src/lib
Milestone release-3.0.1 deleted Johnathan Corgan
11:01 pm Bug #48 (New): abort when no device specified on portaudio source or sink; Cygwin std::string pro...
Eric Blossom
07:46 pm Feature #57: on OSX, make ("ar") breaks when path name contains whitespace characters
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Bug #44: portaudio build/link problems on Windows/Cygwin
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Bug #48: abort when no device specified on portaudio source or sink; Cygwin std::string problem
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Feature #49: Add --with-prereqs or similar to configure
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Bug #50: make -j2 on Cygwin fails when make -j1 completes (gnuradio-core)
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Bug #56: make check in gnuradio-core fails
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Bug #31: plot.py _ticks routine picks bad strategy for producing tick mark labels
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Feature #58: gr-radar doesn't perform any qa tests
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Bug #29: templates are not expanded automatically in gr-trellis/src/lib
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Feature #66: Implement closed loop AGC for USRP1
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Feature #67: Standardized digital transmit levels for USRP
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Feature #69: Split up gnuradio.i / gnuradio_swig_python.cc to shorten incremental compilations
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Bug #71: audio.py doesn't look for audio_windows
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Feature #72: Try shortening preamble from 32-bits to 8 or 16.
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Feature #73: Consider supporting flowgraphs with cycles
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Feature #74: Consider NOT requiring Python
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Feature #75: rewrite hierarchical blocks so that they are first class objects
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Feature #5: Generate python-centric docs from Doxygen xml output
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Feature #4: make doc should traverse whole tree
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Feature #62: copy www.gnu.org web site to gnuradio.org
Milestone post-release-3.0 deleted Johnathan Corgan
07:46 pm Feature #9: Speed up compilation of gnuradio_swig_python.cc
Milestone post-release-3.0 deleted Johnathan Corgan
07:00 pm Feature #47 (Closed): Nuke savannah CVS; leave forwarding address...
Ddin't create branch, but did nuke all of CVS and left README pointing to gnuradio.org. Eric Blossom

09/30/2006

08:09 pm Revision 14cdcdc7: fixed problem with loggin dbpsk
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3692 221aa14e-8319-0410-a670-987f0aec2ac5 Tom Rondeau
04:19 am Revision 46234d16: Adds alphanumeric and numeric decoding.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3691 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan

09/28/2006

04:44 pm Revision e915fef7: Updated revision to 3.0svn.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3686 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
04:43 pm Revision f003cdd0: Merged jcorgan/pager developer branch into trunk.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3685 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
07:55 am Bug #77 (Closed): gr-trellis Makefile.am missing several .i files for distribution
Fixed in r3679. Johnathan Corgan
07:29 am Bug #76 (Closed): Don't distribute swig generated files in release tarball
Final fix in r3678, which takes care of the remaining components on the trunk. Johnathan Corgan
07:20 am Bug #77 (Closed): gr-trellis Makefile.am missing several .i files for distribution
'make distcheck' fails in gr-trellis because several included .i files don't make it into the distribution tarball.
Johnathan Corgan
06:55 am Revision a986c068: Fixes ticket:77.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3679 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
06:48 am Bug #76: Don't distribute swig generated files in release tarball
Partial fix in r3676 on trunk. Fixes the affected components that will be in release 3.0. Johnathan Corgan
06:28 am Revision eceb00eb: Fixes ticket:76.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3678 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
05:48 am Revision 32b72445: Partial fix for ticket:76. Fixes those components that are being
released in 3.0.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3676 221aa14e-8319-0410-a670-987f0aec2ac5
Johnathan Corgan

09/27/2006

10:30 pm Bug #76: Don't distribute swig generated files in release tarball
Components affected on trunk only:
gr-atsc
gr-comedi
gr-error-correcting-codes
Components affected for rel...
Johnathan Corgan
10:11 pm Bug #76 (Closed): Don't distribute swig generated files in release tarball
In a few components, the lines in Makefile.am that remove the swig generated .py and .cc files from the distribution ... Johnathan Corgan
04:03 pm Feature #61 (Closed): Refactor gmsk2 examples to uniformly support dbpsk, dqpsk, gmsk
Fixed in r3662 Eric Blossom
06:29 am Revision 99601bae: New rbfs. These were compiled using Quartus 6.0 sp1
and include the post-ADC / pre-DDC digital rssi measurement code.
git-svn-id: http://gnuradio.org/svn/gnuradio/trun...
Eric Blossom
05:55 am Revision d8ceccfa: some updates for 3.0rc1
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3664 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
05:37 am Revision ff45268d: added note pointing to trac
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3663 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
05:14 am Revision f1c41f80: Merged changes from eb/digital-wip into trunk.
This includes:
* renaming gnuradio-examples/python/gmsk2 to gnuradio-examples/python/digital
* refactoring the digit...
Eric Blossom
05:09 am Feature #75 (Closed): rewrite hierarchical blocks so that they are first class objects
Currently gr.hier_blocks are a bit of a kludge. They aren't first class and they require different instatiation argu... Eric Blossom
05:03 am Feature #74 (Closed): Consider NOT requiring Python
See what it would take to make python optional. This could be useful for embedded systems, etc. Eric Blossom
05:01 am Feature #73 (Closed): Consider supporting flowgraphs with cycles
Consider supporting flowgraphs with cycles Eric Blossom
05:00 am Feature #72 (Closed): Try shortening preamble from 32-bits to 8 or 16.
blksimpl/pkt.py is currently adding a 32-bit preamble to the packets in order to help the DBPSK and DQPSK demodulator... Eric Blossom

09/26/2006

06:47 pm Bug #56: make check in gnuradio-core fails
While cppunit 1.12.0 eliminates the failure in gnuradio-core, it causes @make check@ to fail in pmt. Apparently cppu... Don Ward

09/25/2006

06:46 pm Bug #56: make check in gnuradio-core fails
I have replicated this problem using a clean install of Cygwin. I believe the failure results from using the Cygwin ... Don Ward

09/24/2006

06:01 pm Bug #71 (Closed): audio.py doesn't look for audio_windows
@import audio@ does not look for audio_windows, which may be the only audio module available on a minimal Windows ins... Don Ward

09/23/2006

03:54 am Revision 04bb51ec: Added --audio_dev option.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3626 221aa14e-8319-0410-a670-987f0aec2ac5 mleech

09/22/2006

06:57 pm Revision dadc2f8b: fixed install failure that occured with automake 1.7.9
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3619 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
06:31 am Bug #70 (Closed): usb_claim_interface fails with USRP on Windows/Cygwin
Patch applied in r3608. Thanks Don! Eric Blossom
05:30 am Revision bd91aeab: applied supplied patch to close ticket:70
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3608 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom

09/21/2006

09:24 pm Revision 9a3c0143: updated FSF street address
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3602 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
09:23 pm Revision c8ed0354: Merged -r3596:3600 of eb/ra_wb into trunk. This contains the
BSD read-ahead/write-behind fast usb support.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3601 221aa14e-8319...
Eric Blossom
08:45 pm Bug #70 (Closed): usb_claim_interface fails with USRP on Windows/Cygwin
With Cygwin on Windows, attempting to access the USRP (e.g., with test_usrp_standard_rx) gives:... Don Ward
01:03 am Revision 10a36054: Increased annotation-writing interval to 20 seconds, to save disk space.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3593 221aa14e-8319-0410-a670-987f0aec2ac5 mleech

09/20/2006

12:54 am Revision 48fae4e0: Added more annotation data to data files, including center frequency,
bandwidth, integration time, spectral averaging, and gain. This
necessitated a change to data file syntax in the la...
mleech

09/19/2006

01:59 am Feature #68: Make auto-trigger the default on the scope sink
Really fixed in r3573. Johnathan Corgan
01:47 am Feature #69 (Assigned): Split up gnuradio.i / gnuradio_swig_python.cc to shorten incremental comp...
Eric Blossom
01:43 am Feature #69 (Closed): Split up gnuradio.i / gnuradio_swig_python.cc to shorten incremental compil...
Touching any .i or .h file, or adding a new block causes gnuradio_swig_python to be regenerated and recompiled. gnur... Eric Blossom
01:25 am Feature #68 (Closed): Make auto-trigger the default on the scope sink
Fixed in r3572 on trunk. Johnathan Corgan
01:02 am Revision d8e3e552: Updated ignore list.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3575 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
01:00 am Revision 124d034f: Accomodate avr-gcc 4.1 deprecation.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3574 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
12:59 am Revision 800c7af0: Really fix ticket:68.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3573 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
12:25 am Revision 8030ff9a: Fixes ticket:68, making 'Auto' the default trigger option.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3572 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
12:21 am Feature #68 (Closed): Make auto-trigger the default on the scope sink
I think we're all tired of answering this question on the list. Matt Ettus

09/18/2006

11:28 pm Revision 8fd1bbd2: Updated the way the LPF bandwidth is set on daughtercard, if DBS_RX.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3571 221aa14e-8319-0410-a670-987f0aec2ac5 mleech
11:20 pm Revision 7c36abd1: Updated proportionality constant
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3570 221aa14e-8319-0410-a670-987f0aec2ac5 mleech
04:53 am Feature #67 (Rejected): Standardized digital transmit levels for USRP
h2. The Current Situation
Depending on the daughterboard and transmit gain settings, different digital values are ...
Eric Blossom
03:57 am Feature #66 (Rejected): Implement closed loop AGC for USRP1
We need to implement a few types of AGC, and have them run a sufficiently tight control loop. We should accept input... Eric Blossom

09/16/2006

07:28 pm Revision e23dfcb2: updated FSF address
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3554 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
05:10 am Revision cf33be6c: fixed typos in .h files
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3546 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
03:39 am Bug #39: Sort out python path /lib vs /lib64 on Fedora Core 5 on x86-64
... Eric Blossom
03:18 am Bug #39 (Closed): Sort out python path /lib vs /lib64 on Fedora Core 5 on x86-64
This isn't our problem. It's a Fedora Core "feature".
The work-around is to add both the lib64 and lib site-package...
Eric Blossom
02:26 am Revision 2072f53c: gnuradio.utah.edu --> gnuradio.org
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3545 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
02:14 am Revision 6105af53: Added note about how to work around Fedora Core PYTHONPATH weirdness on X86_64.
Closed ticket:39.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3544 221aa14e-8319-0410-a670-987f0aec2ac5
Eric Blossom

09/14/2006

05:46 pm Bug #65 (Closed): gr-trellis fails 'make distcheck' in document directory
Fixed by anastas in r3540. Johnathan Corgan
03:09 pm Revision b79f439a: fixed ticket #65
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3540 221aa14e-8319-0410-a670-987f0aec2ac5 anastas
03:48 am Bug #65 (Closed): gr-trellis fails 'make distcheck' in document directory
Running 'make distcheck' fails in the document directory of gr-trellis with an xmlto program error on line 684 of gr-... Johnathan Corgan
03:07 am Revision aa0555b4: Added gr-pager component to trunk by merging from r3474:r3537 in
branch developer/jcorgan/pager. Currently implements most of the FLEX
pager protocol demodulation, but doesn't yet d...
Johnathan Corgan

09/13/2006

10:33 pm Feature #51 (Closed): Run script to update FSF address in all headers
Fixed in r3534.
FYI, The "hammer" I used to do this is gnuradio/dtools/bin/update_fsf_address
Eric Blossom
09:30 pm Revision 86f5c924: Updated FSF address in all files. Fixes ticket:51
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3534 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
09:22 pm Revision 31750b16: script to update FSF address in files
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3533 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
09:18 pm Bug #64 (Closed): make check fails in gr-usrp/src on Windows(Cygwin); missing PATH to DLL
Fix confirmed for r3528. Johnathan Corgan
06:01 pm Bug #63 (Closed): gr_vmcircbuf_createfilemapping failure (with patch)
Fixed in r3526 Eric Blossom
02:40 am Bug #64 (Assigned): make check fails in gr-usrp/src on Windows(Cygwin); missing PATH to DLL
Johnathan Corgan
02:40 am Bug #64: make check fails in gr-usrp/src on Windows(Cygwin); missing PATH to DLL
Use r3528 instead. Johnathan Corgan
02:34 am Bug #64: make check fails in gr-usrp/src on Windows(Cygwin); missing PATH to DLL
Trial fix in r3527 on trunk. Johnathan Corgan
02:01 am Bug #64 (Closed): make check fails in gr-usrp/src on Windows(Cygwin); missing PATH to DLL
... Don Ward
01:40 am Revision 07680d14: Better fix for ticket:64 that will work with VPATH builds.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3528 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan
01:33 am Revision 868b460e: Trial fix for ticket:64.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3527 221aa14e-8319-0410-a670-987f0aec2ac5 Johnathan Corgan

09/12/2006

09:31 pm Bug #63 (Assigned): gr_vmcircbuf_createfilemapping failure (with patch)
I've applied a slight variation of the attached patch in r3526.
I moved werror from a static method to a static func...
Eric Blossom
08:28 pm Revision a5c2fda5: trial fix for ticket:63
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3526 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom

09/11/2006

10:20 pm Bug #63 (Closed): gr_vmcircbuf_createfilemapping failure (with patch)
... Don Ward
09:55 pm Revision d3ac8425: Updated documentation in gr-trellis/doc
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3524 221aa14e-8319-0410-a670-987f0aec2ac5 anastas
09:48 pm Revision 23703f65: make this block do what it says its doing. Patch from Henryk Plötz, henryk _a...
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3523 221aa14e-8319-0410-a670-987f0aec2ac5 Matt Ettus
01:10 am Feature #62 (Closed): copy www.gnu.org web site to gnuradio.org
copy www.gnu.org web site to gnuradio.org Eric Blossom

09/10/2006

07:27 pm Feature #61 (Closed): Refactor gmsk2 examples to uniformly support dbpsk, dqpsk, gmsk
Add standard command line argument handling. Remove implicity knowledge from main programs. Query modulations for t... Eric Blossom
07:23 pm Feature #9 (Assigned): Speed up compilation of gnuradio_swig_python.cc
Eric Blossom
07:21 pm Revision b15586bb: added gr.complex_to_mag_squared block
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3513 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
07:21 pm Bug #56: make check in gnuradio-core fails
Absent someone to work on this, I've set the milestone to post-release-3.0 Eric Blossom
07:19 pm Bug #48 (Assigned): abort when no device specified on portaudio source or sink; Cygwin std::strin...
We'll wait for an upstream fix. I suspect that the underlying bug impacts other parts of our code too. Eric Blossom
07:16 pm Bug #46 (Closed): portaudio sink fails when device name is specified
Fixed in r3511. Applied Don's patch. Thanks! Eric Blossom
06:41 pm Feature #60 (Closed): take down links to outdated tutorial
Eric Blossom
06:14 pm Revision d663513c: fixed ticket:46 by applying Don's patch
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3511 221aa14e-8319-0410-a670-987f0aec2ac5 Eric Blossom
12:59 am Feature #60 (Closed): take down links to outdated tutorial
The link to Dawei's tutorial should be removed from the gnuradio page Matt Ettus

09/09/2006

11:51 pm Bug #40 (Closed): document "hot plug" scripts that allow non-root users to access USRP
Everything modern uses udev except for FC4. FC4 people need to use sudo. Matt Ettus
« Previous
Next »
 

Also available in: Atom