Activity
From 11/22/2006 to 12/21/2006
12/21/2006
- 11:34 pm Revision 0d638d7c: Fix distcheck errors.
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4183 221aa14e-8319-0410-a670-987f0aec2ac5
- 08:59 pm Bug #126 (Closed): trac formatting doesn't work with Internet Explorer 7.0
- The contents of a preformatted block (i.e., enclosed in triple braces) containing a single long line are obscured by ...
- 07:41 pm Revision 71647e09: Merged changeset r4153:4167 on n4hy/iir into trunk.
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4182 221aa14e-8319-0410-a670-987f0aec2ac5
12/20/2006
- 11:11 pm Feature #102: examples that import powermate fail on MinGW
- Fix solves the problem on [[MinGW]]. Thanks!
- 09:19 pm Feature #125 (Closed): Think about code organization, particularly regarding applications and exa...
- See source:gnuradio/trunk/README.organization
- 09:07 pm Feature #123 (Closed): Create a replacement for PACTOR for HF data
- Create a replacement for PACTOR for HF data
- 08:09 pm Feature #122 (Closed): Rework USRP FPGA code to support in-band signaling
- This is required to support precision timing, TDMA, and related items.
- 08:05 pm Feature #121 (Closed): Rework USRP host and firmware code to support in-band signaling
- This is required to support precision timing, TDMA, and related items.
- 08:01 pm Feature #120 (Assigned): Complete work on m-blocks
- 08:01 pm Feature #120 (Closed): Complete work on m-blocks
- Complete work on [[MessageBlocks]].
- 07:59 pm Feature #119 (Assigned): Port GNU Radio to the Cell processor
- 07:59 pm Feature #119 (Closed): Port GNU Radio to the Cell processor
- Port GNU Radio to the Cell processor
- 07:54 pm Feature #102 (Assigned): examples that import powermate fail on MinGW
- 07:54 pm Feature #102: examples that import powermate fail on MinGW
- r4163 contains a trial fix. Don, can you please try this fix on [[MinGW]]?
- 07:52 pm Revision 566df7b8: trial fix for ticket:102, import error in powermate.py under MinGW/Cygwin
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4163 221aa14e-8319-0410-a670-987f0aec2ac5
12/19/2006
- 10:55 pm Bug #115 (Closed): usrp read fails on Windows when nbytes > block_size
- Patch applied in r4153.
- 10:54 pm Revision 781eb41b: applied patch for ticket:115
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4153 221aa14e-8319-0410-a670-987f0aec2ac5
- 08:24 pm Bug #104 (Closed): gr_oscope_guts.cc outputs initial garbage; patch attached
- Fixed in r4151. Thanks for the patch, Don!
- 08:22 pm Revision f7400ffb: ''Real'' fix for ticket:104. I should have just applied it all the
- first time around ;) Thanks Don for the patch.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4151 221aa14e-83... - 08:11 pm Revision 0fea2400: backed out partial fix for ticket:104
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4150 221aa14e-8319-0410-a670-987f0aec2ac5
- 07:45 pm Revision 81d3ab82: Fix for ticket:104, huge initial value plotted.
- Problem was due to uninitialized internal buffer, combined with
incorrect initial state. Thanks for the patch, Don.
... - 12:57 am Feature #118 (Assigned): Recode audio.py in c++ for "all c++" usage.
12/18/2006
- 09:33 pm Revision 0b81b300: describe existing code.
- Add straw plan for 802.11 integration.
(comments, please).
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4146... - 08:49 pm Revision 31f26ecf: Description that's probably right, which seems better than the current
- mysterious state.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4145 221aa14e-8319-0410-a670-987f0aec2ac5 - 06:18 pm Feature #118: Recode audio.py in c++ for "all c++" usage.
- One could debate that in the target usage model for C++ only apps (embedded systems), one already knows what one's au...
- 06:07 pm Feature #118 (Closed): Recode audio.py in c++ for "all c++" usage.
- Explicit use of a particular audio source/sink makes the 'all c++' code brittle.
audio.py should be recoded into C++... - 06:03 pm Bug #116 (Assigned): gnuradio-examples won't build without gr-audio-alsa
- Temporarily disabled building example in r4139 on trunk. Real fix needs to determine if required components are built.
- 06:02 pm Revision 76dabf81: Temporary fix for ticket:116.
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4139 221aa14e-8319-0410-a670-987f0aec2ac5
- 05:59 pm Bug #116: gnuradio-examples won't build without gr-audio-alsa
- I disabled building c++/dial_tone in r4137 pending proper autoconfiscation.
- 05:58 pm Revision 91752d56: disabled build of gnuradio-examples/c++/dial_tone pending proper autoconfiscation
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4138 221aa14e-8319-0410-a670-987f0aec2ac5
- 05:55 pm Bug #117 (Closed): build fails because "isnan" not declared (gr_math.cc)
- Patch applied in r4137. Thanks Don!
- 05:55 pm Revision f481c98a: Applied patch to fix ticket:117
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4137 221aa14e-8319-0410-a670-987f0aec2ac5
- 03:54 pm Bug #115: usrp read fails on Windows when nbytes > block_size
- With the attached patch, enough blocks are read to return the requested number of bytes. The patch also fixes a simi...
- 03:25 pm Bug #117 (Closed): build fails because "isnan" not declared (gr_math.cc)
- Build from latest SVN fails on Cygwin (gcc 3.4.4) and [[MinGW]]/MSYS (gcc 3.4.5) because...
- 02:06 pm Bug #116 (Closed): gnuradio-examples won't build without gr-audio-alsa
- gnuradio-examples/c++/dialtone requires <alsa/asoundlib.h> to compile and libgr_audio_alsa.la to link. Thus build of...
- 05:39 am Revision 424a1b45: Cleanup on hierarchical flowgraph code.
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4133 221aa14e-8319-0410-a670-987f0aec2ac5
- 05:14 am Revision bc0f3fc1: Missing file update to previous check-in r4128.
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4129 221aa14e-8319-0410-a670-987f0aec2ac5
- 05:12 am Revision e8fee7f6: Remove example from C++ directory.
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4128 221aa14e-8319-0410-a670-987f0aec2ac5
- 04:43 am Revision 5d9d2e48: Rename dialtone -> dial_tone in examples.
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4127 221aa14e-8319-0410-a670-987f0aec2ac5
- 04:35 am Revision 95144e53: Merged jcorgan/sfg r4097:4124 into trunk, fixing hier_block2 threading issues.
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4126 221aa14e-8319-0410-a670-987f0aec2ac5
- 01:48 am Revision 88c16d71: Don't remove Makefile.in during clean
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4121 221aa14e-8319-0410-a670-987f0aec2ac5
12/17/2006
- 01:40 am Revision 45221bd3: changed complex_to_arg to use fast atan and updated QA
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4109 221aa14e-8319-0410-a670-987f0aec2ac5
- 01:39 am Revision 367b9c47: Added fast atan with complex input
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4108 221aa14e-8319-0410-a670-987f0aec2ac5
12/16/2006
- 11:54 pm Feature #114 (Closed): Small bug in usrp_spectrum_sense:set_next_freq
- Fixed in r4106. Thanks Jordan!
- 11:53 pm Revision 9d1f4b46: fix for ticket:114
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4106 221aa14e-8319-0410-a670-987f0aec2ac5
- 11:43 pm Revision a9da4b34: change order to avoid silly warnings
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4104 221aa14e-8319-0410-a670-987f0aec2ac5
- 07:26 am Revision a7e596eb: Merged jcorgan/sfg changeset r4048 into trunk.
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4098 221aa14e-8319-0410-a670-987f0aec2ac5
- 01:39 am Bug #115 (Assigned): usrp read fails on Windows when nbytes > block_size
- Hi Don,
It is OK for read to return fewer bytes than requested.
Definitely better than copying bogus data!
It wi... - 01:22 am Feature #58 (Assigned): gr-radar doesn't perform any qa tests
12/15/2006
- 12:59 am Revision 6b34a29b: more expressive Doxygen tag for using Costas loop
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4093 221aa14e-8319-0410-a670-987f0aec2ac5
12/14/2006
- 11:37 pm Revision 3ffcee6b: Merge jcorgan/sfg changeset 4089 into trunk.
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4090 221aa14e-8319-0410-a670-987f0aec2ac5
- 11:11 pm Revision eabd80cc: updated name of examples directory to /digital
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4088 221aa14e-8319-0410-a670-987f0aec2ac5
- 07:03 pm Revision e51cf8c1: adding QA for pll_freqdet block
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4087 221aa14e-8319-0410-a670-987f0aec2ac5
- 06:52 pm Revision c1ffa694: adding QA for pll_refout block
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4086 221aa14e-8319-0410-a670-987f0aec2ac5
- 06:39 pm Revision 005b5f6a: adding QA for pll_carriertracking block
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4085 221aa14e-8319-0410-a670-987f0aec2ac5
- 06:03 pm Revision 8046aa32: These routines have been modified to use fast atan2
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4084 221aa14e-8319-0410-a670-987f0aec2ac5
- 04:28 pm Revision 65ee33a8: Merged jcorgan/sfg changeset r4082 into trunk (fixes gr.runtime parameter typi...
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4083 221aa14e-8319-0410-a670-987f0aec2ac5
- 05:20 am Revision 0bcd3eef: Two loop gr_costas_loop removing one if statement per sample
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4080 221aa14e-8319-0410-a670-987f0aec2ac5
- 03:31 am Revision 732324bb: Modified gr_pll_carriertracking to use gr_fast_atan2 rather than atan2
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4079 221aa14e-8319-0410-a670-987f0aec2ac5
12/12/2006
- 10:33 pm Feature #75 (Closed): rewrite hierarchical blocks so that they are first class objects
- Experimental implementation checked into trunk @ r4070.
- 10:32 pm Feature #74 (Closed): Consider NOT requiring Python
- Experimental implementation checked in to trunk @ r4070.
- 08:00 pm Revision 76ed4c2f: Merge jcorgan/hier developer branch into trunk. Enables creation of true hier...
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4070 221aa14e-8319-0410-a670-987f0aec2ac5
- 06:11 pm Revision 5de36fac: Move gr_runtime.h out of the way in preparation for merge of hier developer br...
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4068 221aa14e-8319-0410-a670-987f0aec2ac5
12/08/2006
- 11:16 pm Bug #115 (Closed): usrp read fails on Windows when nbytes > block_size
- usrp_spectrum_sense.py with default options fails on Windows with either Cygwin or MSYS/MinGW (Python exits with no m...
12/04/2006
- 11:40 pm Bug #113 (Closed): broken gr.firdes.band_reject()
- Patch applied. Fixed in r4055
Thanks Berndt! - 11:39 pm Revision 5f11df3a: fix for ticket:113 gr_firdes::band_reject
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4055 221aa14e-8319-0410-a670-987f0aec2ac5
- 06:19 pm Revision 050f4b33: Describe issues surrounding integrating BBN's 802.11 code.
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4051 221aa14e-8319-0410-a670-987f0aec2ac5
12/01/2006
- 09:53 pm Feature #114 (Closed): Small bug in usrp_spectrum_sense:set_next_freq
- Around line 184, you set next_freq and clip it to the max_center_freq instead of the max_freq ... so if you ask for a...
- 03:14 am Bug #113: broken gr.firdes.band_reject()
- Current implementation of the gr.firdes.band_reject() functions renders a disfunctional filter design du to due to mi...
- 03:10 am Bug #113: broken gr.firdes.band_reject()
- Current implementation of the gr.firdes.band_reject() functions renders a disfunctional filter design du to due to mi...
- 02:55 am Bug #110 (Closed): make distcheck fails on MSYS/MinGW because of missing path to DLLs
- Fixed on trunk in r4048.
- 02:54 am Revision c3be127d: Fixes ticket:110.
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4048 221aa14e-8319-0410-a670-987f0aec2ac5
- 02:31 am Bug #113 (Closed): broken gr.firdes.band_reject()
- Current implementation of the gr.firdes.band_reject() functions renders a disfunctional filter design du to due to mi...
- 12:17 am Bug #110: make distcheck fails on MSYS/MinGW because of missing path to DLLs
- Trial fix added to #109 developer branch r4047.
- 12:11 am Bug #109 (Closed): "make distcheck" fails on MSYS because of "ln -s" in usrp/firmware/src/usrp2/M...
- Fixed on trunk in r4046.
- 12:11 am Revision b4f86360: Fixes ticket:109
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4046 221aa14e-8319-0410-a670-987f0aec2ac5
11/30/2006
- 11:07 pm Bug #106 (Closed): swig version required is 1.3.31 not 1.3.23
- As of r4045 the trunk requires swig 1.3.31; this is checked for as the minimum version in the build configuration tes...
- 11:06 pm Revision 2963f41e: Require swig version 1.3.31 due to broken 'director' functionality in prior ve...
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4045 221aa14e-8319-0410-a670-987f0aec2ac5
- 06:56 pm Bug #103 (Feedback): gr_throttle does nothing on MinGW; patch attached
- Re-opening to apply different fix--move conditional code inside gr_nanosleep function.
- 06:43 pm Bug #109: "make distcheck" fails on MSYS because of "ln -s" in usrp/firmware/src/usrp2/Makefile.am
- Trial fix in source:/gnuradio/branches/developers/jcorgan/ticket-109
- 05:46 pm Bug #112 (Assigned): configure doesn't find SDL under MSYS/MinGW
- 05:45 pm Bug #111 (Assigned): make distcheck fails on MSYS because of bad pathname ("/.../c:/...")
- 05:45 pm Bug #110 (Assigned): make distcheck fails on MSYS/MinGW because of missing path to DLLs
- 04:05 pm Bug #109 (Assigned): "make distcheck" fails on MSYS because of "ln -s" in usrp/firmware/src/usrp2...
- 02:35 pm Bug #112 (Closed): configure doesn't find SDL under MSYS/MinGW
- With @SDL.dll@ installed in @/usr/local/bin@ and @/usr/local/bin@ in @PATH@, @./configure@ with no options fails to f...
11/29/2006
- 07:43 pm Bug #111 (Closed): make distcheck fails on MSYS because of bad pathname ("/.../c:/...")
- @make distcheck@ fails on MSYS during the install process:...
- 07:26 pm Bug #110 (Closed): make distcheck fails on MSYS/MinGW because of missing path to DLLs
- @make distcheck@ fails on MSYS with...
- 07:15 pm Bug #109 (Closed): "make distcheck" fails on MSYS because of "ln -s" in usrp/firmware/src/usrp2/M...
- @make distcheck@ fails on MSYS in usrp/firmware/srp/usrp2/Makefile...
- 05:00 pm Bug #78: USRP compile using SDCC 2.6 fails on Intel-Mac
- As discussed in [[MacInstall]], it looks like the issue is that XCode (2.3, 2.4, 2.4.1) is creating SDCC (2.4.0 or 2....
11/27/2006
- 05:24 am Bug #108 (Closed): gr-howto-write-a-block uses pattern rules
- Fixed in r4033 on trunk.
- 05:24 am Revision af8c4dc8: Fixes ticket:108
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4033 221aa14e-8319-0410-a670-987f0aec2ac5
- 04:55 am Bug #106: swig version required is 1.3.31 not 1.3.23
- I'm getting the same problem with swig 1.3.28 on Ubuntu 6.10 using Python 2.4.
- 04:53 am Bug #103 (Closed): gr_throttle does nothing on MinGW; patch attached
- Patch applied in r4032 on trunk.
- 04:53 am Revision 7887a76a: Fixes ticket:103 (patch applied)
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4032 221aa14e-8319-0410-a670-987f0aec2ac5
- 04:39 am Bug #99 (Closed): Errors building gnuradio-3.0.2 using MinGW/MSYS
- Per Don Ward:
http://lists.gnu.org/archive/html/discuss-gnuradio/2006-11/msg00246.html
The second issue is a bu... - 04:31 am Bug #99 (Assigned): Errors building gnuradio-3.0.2 using MinGW/MSYS
- Partial fix (problem #1) in trunk r4031.
- 04:30 am Revision 41d981f4: Fixes part 1 of ticket:99
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4031 221aa14e-8319-0410-a670-987f0aec2ac5
- 03:14 am Bug #99 (New): Errors building gnuradio-3.0.2 using MinGW/MSYS
- 03:00 am Bug #107 (Closed): gr-trellis doc uses non-portable pattern rules
- Fixed as of r4022 on trunk, r4027 in release 3.0 branch.
11/25/2006
- 06:34 pm Revision 41807555: Comment out non-portable pattern rules that aren't being used, and
- leave a comment explaining why so that if documentation is added in
the future portable make code will be written.
... - 06:31 pm Bug #108 (Closed): gr-howto-write-a-block uses pattern rules
- doc/Makefile.am uses pattern rules and $< (in other than traditional suffix rules).
- 06:29 pm Bug #107 (Closed): gr-trellis doc uses non-portable pattern rules
- gr-trellis/doc/Makefile.am contains:
%.xml : % make_numbered_listing.py
./make_numbered_listing.py $<
... - 03:15 pm Revision 8ef184f7: Use paths with $(top_srcdir) so that builds from other than source dirs work.
- (Corrects problem I introduced when removing pattern rules.)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@40... - 02:40 pm Revision 669ac557: Use PORTAUDIO_CFLAGS thoughtfully provided by configure. Fixes build
- on NetBSD with pkgsrc, where portaudio is in
${PREFIX}/include/portaudio2 and ${PREFIX}/lib/portaudio2 in order to
al... - 02:36 pm Revision 60d2ca15: Avoid pattern rule to enable building with BSD make.
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4020 221aa14e-8319-0410-a670-987f0aec2ac5
- 01:10 pm Revision 1d92f3ad: Note optional use of xmlto.
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4019 221aa14e-8319-0410-a670-987f0aec2ac5
- 01:06 pm Revision 289b209b: Avoid non-portable use of $< in non-pattern rule.
- git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4018 221aa14e-8319-0410-a670-987f0aec2ac5
- 01:00 pm Revision c26f0087: When using python to check for wx module, call it via the variable
- earlier set with the path to the python interpreter, rather than
hard-coding 'python'. Fixes build on systems where ...
11/23/2006
- 12:01 am Bug #106: swig version required is 1.3.31 not 1.3.23
- 1.3.29 works for me on my Opteron with Python 2.4. Still not sure exactly what is really the cause of the problem.
11/22/2006
- 11:02 pm Bug #106 (Closed): swig version required is 1.3.31 not 1.3.23
- In file config/gr_scripting.m4, the version of swig specified is 1.3.23. But 1.3.29 fails to compile gr_feval corre...
Also available in: Atom