Activity
From 12/09/2011 to 01/07/2012
01/07/2012
- 09:10 pm GNU Radio Release 3.5.1
- The release tarballs are available here:
http://gnuradio.org/redmine/attachments/download/293/gnuradio-3.5.1.tar.g... - GNU Radio release 3.5.1 HOWTO
- GNU Radio release 3.5.1
- 08:25 pm Revision cdda4a58: Merge branch 'master' into next
- * Use -s ours to skip over release commits on master
- 08:22 pm Revision 9ce32622: build: update revision to 3.5.2git
- 07:29 pm Revision ebdfd5e1: build: update canonical config files
- 07:29 pm Revision d35c6bd9: build: update revision to 3.5.1
- 07:28 pm Revision aaf6444f: Merge branch 'master' into next
- 07:27 pm Revision 9c45fe54: core: comment out QA debug output
- 09:19 am Bug #481: qa_vector_sink_source.py failure - RuntimeError thrown, expecting ValueError
- ...
- 09:15 am Bug #468: volk - make all unit tests pass
- same processor, but running windows 7, this is the only failure
clipping/truncation issue?...
01/06/2012
- 10:37 pm Bug #479: volk - orc sqrt failures on freebsd
- confirmed over here
- 08:07 pm Revision 0aa47db2: docs: another recheck point in the siwg_doc code. If a parse error happens, tr...
- 07:55 pm Bug #481: qa_vector_sink_source.py failure - RuntimeError thrown, expecting ValueError
- I dont' think switching from looking for ValueError to Exception here is the correct answer:
- self.assertR... - 07:47 pm Bug #479 (Resolved): volk - orc sqrt failures on freebsd
- Fixed in commit: 83b3e37d09181daa82584327d2614eeca38cf027
ORC is passed --include math.h for these functions. - 07:44 pm Revision 1b809965: Merge branch 'master' into next
- 07:44 pm Revision e337d7ce: Merge branch 'maint'
- 07:19 pm Revision 963b3dd9: Remove some more warnings. I'm probably being a bit OCD about these ones, but ...
- 07:00 pm Revision 1561b416: volk: minor changes to fix some warnings.
- 06:59 pm Revision 83b3e37d: volk: tell Orc compiler to include math.h to find some generic functions (sqrt).
- 04:51 pm Revision d2d0da6f: Revert "volk: remove warning about implicit declaration of sqrt."
- This reverts commit 1fe488b97ce715ddcab6fa2e3640596a5f23a4e1.
Broke it more than fixed it. - 02:54 am Feature #480 (Closed): Configuration.cpp error
- 02:53 am Bug #481 (Closed): qa_vector_sink_source.py failure - RuntimeError thrown, expecting ValueError
- On FreeBSD (and this may be a result of ancient swig), the test code throws RuntimeError, but is expecting ValueError...
- 02:50 am Bug #479 (Assigned): volk - orc sqrt failures on freebsd
- this is probably a result of 1fe488b97ce715ddcab6fa2e3640596a5f23a4e1
its not isolated to freebsd, that just happe... - 02:48 am Feature #480: Configuration.cpp error
- what does this have to do with gnuradio?
01/05/2012
- 07:44 am Feature #361: Turning off buffering on gr_file_sink
- Nice post. It’s really very useful for all internet lover. Thank you so much.."tool steel":http://www.ansonsteels.com
- 07:43 am Bug #362: usrp_spectrum_sense from Firas
Great thanks for sharing this article post."tool steel":http://www.ansonsteels.com
01/04/2012
- 01:37 am Feature #480 (Closed): Configuration.cpp error
- After installing Openbts 2.8.0
i get an error while trying to open ...OpenBTS...i am on MACbook Pro OSX Lion.... ...
01/03/2012
- 10:15 pm Revision 0f3bb8be: build: have swig_doc catch the exception when the xml parsing fails on a not-c...
- The method sleeps for a second and tries again 3 times before fully failing. This seems a bit crass...
- 10:09 pm Revision e3068517: build: not going to work. Removing changes to cmake files and no sync call.
- 09:30 pm Revision d94c47d6: Merge branch 'master' into next
- 09:10 pm Revision ab7cfce4: Merge branch 'max_noutputs'
- 08:36 pm Revision 5b9769b7: scheduler: added argument to wxGUI's stdapp that allows a user to specify the ...
- 07:32 pm Revision a6517c9f: build: maybe towards a better way of getting Doxygen docstrings to build with ...
- 03:49 am Revision 72e8cc83: Merge branch 'master' into next
- 03:48 am Revision 0ab3f9fa: Merge branch 'maint'
- 03:47 am Revision 12825f5f: digital: bug fix for FLL QA test. Use a seed to always generate the same test ...
- 12:50 am Revision 0644c4bf: scheduler: add default (large) max noutput_items to C++ run function.
- 12:31 am Revision 10d65867: scheduler: if the block is an interpolator that needs a minimum of some number...
01/02/2012
- 07:17 pm Revision 68301f5e: Merge branch 'master' into next
- 07:17 pm Revision d87f6713: Merge branch 'maint'
- 07:16 pm Revision 4c6316e1: volk: fix overrule detection (cant reply on cpu name)
- Better detection for x86 and 32 or 64 bit.
- 07:16 pm Revision 2ed887b6: core: fix gr_udp_sink by including asio
- 05:00 pm Bug #471 (Resolved): Problem with pfb_clock_sync_ccf and not enough items to process
- Problem fixed in commit: cece444e4de92535a53152fd090e9fa33f60b692
Instead of requiring enough space in the output ... - 04:34 pm Revision a64f2209: Merge branch 'maint'
- 04:32 pm Revision cece444e: pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps parame...
- The block now holds state between calls to work for the number of output symbols instead of requiring a certain numbe...
- 02:36 am Revision 230e11b8: scheduler: access to set max noutput_items in start method through Python.
- 02:24 am Revision 9716da25: scheduler: first attempt at being able to set an upper limit on the noutput_it...
01/01/2012
- 11:21 pm Revision 810f72a7: Merge branch 'maint'
- 03:59 pm Revision b53f0dfb: pfb: bug fix for ccf version of the PFB clock sync to handle the d_osps parame...
- The number of output items is now set based on the d_osps and the check in the work function is not needed (actually,...
- 03:58 pm Revision 8bbb1388: pfb: updated and hopefully better documentation of the PFB clock sync blocks.
12/31/2011
12/30/2011
- 10:29 pm Bug #478 (Resolved): docs: file generation synchronization issue
- Fixed from jblum/fix_for_filesystem_sync_doxygen_parser with cherry-pick to maint in commit:
6f0aee4f7a200f87c6fbe2... - 10:23 pm Feature #476 (Resolved): cmake - swig version check
- Fixed from jblum/swig_version_check with cherry-pick to maint in commit: 529ffdd0d60241a96b6daa72a1f942d6a92a3535
- 06:49 pm Revision dd84c8df: Merge branch 'master' into next
- Conflicts:
gr-digital/examples/Makefile.am
gr-digital/include/Makefile.am
gr-digital/lib/Makefile.am
gr-digital/p... - 06:48 pm Revision 9838bb04: Merge branch 'maint'
- 06:47 pm Revision 6f0aee4f: gr: sync the filesystem before python can parse doxygen
- 06:46 pm Revision 529ffdd0: cmake: added swig version check
- 06:42 pm Revision 59ae7f87: digital: somewhat strange buy necessary fix for autotools build with guile.
- 04:35 pm Revision 6e52e9f8: digital: added tag_nsamples placeholder into SNR probe block.
- The intent of this block is to be able to pass messages containing the SNR at a set number of samples.
- 04:33 pm Revision 1091192d: digital: adding SNR nsamples set/get functions in swig i file.
- 04:24 pm Revision 8e134f11: digital: fixed documentation of parameters.
- 04:11 pm Revision ef4d48de: digital: update to qa and example code for new constructor with tag_nsamples arg.
- 04:11 pm Revision a4d62472: digital: the SNR estimator block now issues a tag with the SNR (key = 'snr'). ...
- 03:58 pm Revision 0bf8934a: digital: snr probe passing just the 0th input stream to SNR estimator.
- 03:58 pm Revision 3d92c79e: digital: SNR estimators just take a complex vector; not full vector of complex...
- 08:54 am Feature #476: cmake - swig version check
- possible implementation: http://gnuradio.org/cgit/jblum.git/log/?h=swig_version_check
- 01:41 am Feature #412: Moving average extended to vectors
So beautiful posts,all I like,hope to be better then,and enjoy yourself,good luck in your life.Thanks for your idea...
12/29/2011
- 11:30 pm Revision 36dda1f1: digital: added documentation for SNR estimators; made a Doxygen group for them...
- 11:28 pm Revision 062f4f37: digital: fixed QA code for SNR estimator SVR name change.
- 08:38 pm Revision 886e3c25: digital: adding documentation for SNR estimators; added an estimator for M2M4 ...
- Also, the technique is signal to variation ratio (SVR), not SVN. Couldn't read my own writing.
- 06:27 pm Bug #477: gnuradio locks in thread interrupt call
- ...
- 05:38 pm Revision 2db40bb4: digital: adding an example program for the SNR estimators with Python code to ...
- 05:37 pm Revision 91e29b58: digital: QA code for SNR estimators.
- 04:27 pm Revision 55ff1160: digital: fixing up blocks to use SNR est classes more appropriately.
- 04:27 pm Revision 74c53aa4: digital: added a probe (sink) for the new SNR estimators; also fixes up Makefi...
- 03:55 pm Revision ceb18ce1: digital: using impl SNR estimator classes instead of function pointers.
- 03:55 pm Revision 858e3582: digital: made separate implementation classes for the different SNR estimators.
12/27/2011
- 08:05 pm Bug #478 (Closed): docs: file generation synchronization issue
- Since I build with -j8, I was consistently seeing the python doxygen
parser error out parsing malformed xml. It seem... - 08:22 am Bug #477 (Closed): gnuradio locks in thread interrupt call
- tested on ubuntu 11.10 x64, the python app test2-gr-lockup.py consistently locks up when run
one of the calls to t...
12/23/2011
- 06:28 pm Revision 6a78e0a8: digital: added a class, digital_mpsk_snr_est_cc, that estimates the SNR of an ...
- This block can calculate the SNR using 1 of 4 different methods specified in the block's constructor. They (tend to) ...
12/22/2011
- 11:20 pm Revision c1c68974: core: added accessors to get all settable values of the channel_model objects.
- 11:20 pm Revision 5cd411a7: core: added accessors to noise_source to get type and amplitude of object.
- 11:19 pm Revision 5faab4fb: filters: added accessor functions to FFT and FIR filter classes to return vect...
- 11:00 pm Revision cb3289d1: digital: exposed setting FLL loop bandwidth factor in GRC; must have been over...
- 03:13 pm Feature #456 (Closed): pydocs - integrate python docs generator
12/21/2011
- 03:56 pm Revision 0cdc6e67: Merge branch 'master' into next
- 03:56 pm Revision d0a7de06: Merge branch 'maint'
- 03:55 pm Revision 8b05eb2b: uhd: bug fix for GIL issues in bin_statistics. The usrp_spectrum_sense.py prog...
12/20/2011
- 09:33 pm Revision 1ea43f51: Merge branch 'master' into next
- 09:32 pm Revision f88a1e61: Merge branch 'maint'
- 09:32 pm Revision f6a63cd4: digital: fixed QA code copy/paste error.
12/18/2011
12/17/2011
- 08:38 pm Revision 8af43d7d: uhd: adds support for different over-the-wire data formats for UHD fft and sig...
12/15/2011
- 11:53 pm Feature #476 (Closed): cmake - swig version check
- cmake should check the swig version min 1.3.31
- 11:41 pm Feature #456 (Resolved): pydocs - integrate python docs generator
- Fixed and merged into master.
- 11:37 pm Bug #474 (Rejected): mails to [email protected] are silently dropped?
- Should be silently dropped. Probably wrong or unsubscribed email address.
- 11:36 pm Bug #151 (Closed): python path not correct in installed scripts
- 11:35 pm Feature #203 (Closed): convert to top_block/hier_block2: hf_radio
- 11:33 pm Bug #373 (Closed): aligned malloc not available under MinGW
- 11:32 pm Bug #446 (Closed): cant use pmt namespace when building w/ pmt_swig.i
- 11:27 pm Bug #460 (Closed): cmake dpack generator and "python-cheetah"
- 11:24 pm Bug #466 (Closed): replace function deprecated in python 2.5
- 11:23 pm Bug #467 (Closed): wrong text color - must set front color when chage background color
- 11:22 pm Bug #475 (Closed): gnurradio-companion on Windows 7
- this isnt an issue, its more of a support question for the mailing list
but to answer, you can use cmake to build gr... - 03:24 am Revision 25c494b3: Merge branch 'master' into next
- 03:24 am Revision f395bd63: Merge branch 'maint'
- 03:23 am Revision e4cf0d1b: uhd: fixes to instantiating UHD devices to set the antenna and subdevice prope...
- 03:21 am Revision aa0cca17: uhd: removes usrpm that should not have been there anymore (patch from Sam Bre...
- 03:15 am Revision 1f29a384: Merge branch 'master' into next
- 03:14 am Revision 7b3e1522: Merge branch 'maint'
- 03:14 am Revision 933b97a8: core: API exposure patch.
- 01:00 am Revision 21a79f68: Merge branch 'master' into next
- 01:00 am Revision 13e3ee12: Merge branch 'maint'
- 12:57 am Revision 214764eb: grc: the check for pygtk can fail with no X session
- However, the module will still import and we can perform the version check.
This change to the cmake python module ch...
12/14/2011
- 02:52 pm Bug #475 (Closed): gnurradio-companion on Windows 7
- Hello,
I tried to run gnuradio-companion on Windows 7 x64 but no chance! After weeks of ./configure, make and inst... - 02:08 am Revision 73538627: core: WAV sink is now threadsafe; do_update() therefore must be private.
12/13/2011
- 10:16 pm Revision 027413aa: Merge branch 'master' into next
- 10:15 pm Revision 7ad90006: Merge branch 'maint'
- 10:15 pm Revision 543f8390: runtime: improve hier_block2 error messages
- 09:10 pm Revision d29daf9d: Merge branch 'master' into next
- 06:50 pm Revision e1ad4180: uhd: added a finite acquisition call to usrp source
12/12/2011
- 11:31 pm Revision 080f2d21: Merge branch 'master' into next
- 10:08 pm Revision 0ee2298b: cmake: fix QUIET arg usage on PKG_CHECK_MODULES
- 06:32 am Revision e6a648a8: Merge branch 'master' into next
- 04:01 am Revision fc6151d4: Merge remote-tracking branch 'jblum/cmake_qtgui_fix'
- 02:16 am Revision fa161e17: qtgui: include QT_USE_FILE only when enabled
12/11/2011
- 11:14 pm Revision 89f934bc: build: moved docs to be the first item checked/configured to give all other co...
- 09:07 pm Revision c51087bb: Merge branch 'master' into next
- Conflicts:
config/lf_warnings.m4
volk/config/lf_warnings.m4 - 08:40 pm Revision fe21bc67: docs: fixing format of link in simply_framer_sync. Helps older Doxygen version...
- 07:43 pm Revision 8cee087b: Most of these warnings are coming from swig-generated sources. They are almost...
- 07:40 pm Revision c0848789: vocoder: fixed some unused vars warnings.
- 07:39 pm Revision 1fe488b9: volk: remove warning about implicit declaration of sqrt.
- 06:37 pm Revision e24ad4b1: docs: fixed ending of if statement.
- 06:13 pm Revision fe1e9b77: volk: fixed some of the simpler warnings.
- 05:27 pm Revision 90c6010d: docs: if DOXYGEN_ENABLE is false, don't build the swigdocs, either.
12/09/2011
- 05:36 am Revision 912cd08e: Merge branch 'master' into next
- 05:34 am Revision 9c3d747e: Merge branch 'master' into next
- Used -s ours to skip over version change commit
- 05:32 am Revision ad88ab0f: gnuradio-core: fix typo in documentation
Also available in: Atom