Activity
From 04/21/2013 to 05/20/2013
Today
- 12:38 am Revision aa052710: pager: fix apps for new component locations
- 12:28 am Revision 06c01d96: uhd: reverts include->import change in uhd_swig.i
05/19/2013
- 08:00 pm Bug #542 (Assigned): QT GUI Sink: wrong FFT size shown
- 07:59 pm Bug #541 (Assigned): QT GUI Sink: wrong frequency scale
- 07:01 pm Bug #539 (Resolved): (cosmetic) gr_modtool's help for nm says 'rm' instead
- Fixed in a0d37142
- 06:49 pm Revision 1eaa7cc9: Merge remote-tracking branch 'reynwar/next_docs' into next
- 06:47 pm Bug #540 (Assigned): (cosmetic) gr_lfsr's constant should be 'unsigned int' instead of 'int'
- Actually, a proper fix for this would change the type of 'mask' to uint32_t everywhere it is used. This would apply ...
- 05:54 pm Revision 0c922500: Merge branch 'master' into next
- 05:54 pm Revision 086d0b42: Merge branch 'maint'
- 05:53 pm Revision a0d37142: modtool: fix typo in help string
- 05:48 pm Bug #542 (Assigned): QT GUI Sink: wrong FFT size shown
- if you keep the default FFT size of 1024, the chooser widget shows 256, but in reality the FFT size is correct at 102...
- 05:46 pm Bug #541 (Assigned): QT GUI Sink: wrong frequency scale
- If you just make any signal source and a QT GUI Sink, you'll see that the frequency scale is wrong: a 32ksps signal w...
- 08:32 am Revision 0fa21977: Merge with next branch.
05/18/2013
- 04:10 pm Bug #540 (Assigned): (cosmetic) gr_lfsr's constant should be 'unsigned int' instead of 'int'
- Reducing 0x80000057u to 'int' datatype inside of { } is not valid in C++11,
therefore the datatype should be 'unsign...
05/17/2013
- 06:40 pm Bug #539 (Resolved): (cosmetic) gr_modtool's help for nm says 'rm' instead
- Try this:
$ gr_modtool help nm
Usage: gr_modtool rm [options].
...
The above should say 'nm' instead of 'rm'.
... - 01:06 pm Revision acca9925: Fix header include directory ordering
05/16/2013
- 10:00 pm Revision b1f80201: blocks: add set_msg callback and api update to grc block_message_probe
- 09:52 pm Revision eb783d69: Merge branch 'master' into next
- 09:52 pm Revision 5369fb19: Merge remote-tracking branch 'ncorgan/nsis_improvements'
- 09:52 pm Revision a70de039: Merge remote-tracking branch 'martin/next-docs' into next
- 05:28 pm Revision cde90b42: runtime: changed block_gateway's include of feval.i to import
05/15/2013
- 07:44 am Revision 18c4026c: docs: Manual pages for OFDM and packet tx/rx
- 03:34 am Revision d39cb0f9: Merge branch 'master' into next
- 03:34 am Revision 50a0a161: Merge branch 'maint'
- 03:34 am Revision 39bb663c: Merge remote-tracking branch 'reynwar/master_pfb_docs'
- 03:32 am Revision a7d89748: digital: GRC fixes and cleanups for OFDM
- 03:31 am Revision 652f5ad8: docs: Added docs for packet transmission
- 03:30 am Revision 0ed0c30f: digital: fixed some GRC bindings
- 03:28 am Revision 97dc187c: wxgui: make dummy set_callback stub in nongl sinks.
- Doesn't work, but also doesn't break the code.
05/14/2013
- 05:39 pm Revision b3eeae23: modtool: update noblock for new api.
- 05:37 pm Revision cc8509da: Merge branch 'master' into next
- 05:37 pm Revision 2d730ff3: Merge branch 'maint'
- Conflicts:
gr-utils/src/python/modtool/templates.py - 05:36 pm Revision 48505983: modtool: fixed some setup for noblock gen.
- 04:41 pm Feature #538: FreeBSD diffs against 3.6.3
- I've put these in a branch for easy merging by a committer.
Branch: https://github.com/benreynwar/gnuradio/tree/fr... - 04:21 pm Revision f7929d00: cleaning up files and references to gnuradio-core.
- 01:58 pm Revision d9ed59dc: doxygen: Update pfb introduction.
05/13/2013
- 07:16 am Revision cf08d9f4: shd: obsoleted
05/12/2013
- 09:36 pm Revision a4fe510a: Merge branch 'next' into runtime_pimpl
- Conflicts:
gr-blocks/swig/blocks_swig0.i
gr-digital/lib/ofdm_chanest_vcvc_impl.cc
gr-digital/lib/ofdm_frame_equali... - 07:53 pm Revision 2405532f: Merge branch 'master' into next
- 07:53 pm Revision 8c8fc5cd: Merge remote-tracking branch 'martin/next-ofdm2' into next
- 07:29 pm Revision 0641a449: Merge remote-tracking branch 'martin/master-ofdm2'
- 12:18 pm Revision cce6a693: Merge branch 'master-ofdm', fixed conflicts
- 03:46 am Revision 99b77e1c: Merge branch 'master' into next
- 03:46 am Revision 156a5407: Merge branch 'maint'
- 03:31 am Bug #530: Connect tagged stream blocks and UHD sink
- I discovered an issue with the previous patch. During long bursts that fill up the USRP buffer, the USRP was ACKing t...
- 01:25 am Revision 6681c27c: utils: fix modtool template output signature
- 12:18 am Revision c7a2cecd: fcd: fix header installation location
05/11/2013
- 11:46 pm Revision 792302fb: Merge branch 'next' into runtime_pimpl
- Catches up runtime_pimpl branch with changes on next since
the initial branch start.
Conflicts:
gnuradio-runtime/in... - 11:50 am Revision 7be24afb: digital: OFDM passes all tests
- 11:50 am Revision 728c6e21: blocks: Added tag gate
- 07:37 am Revision a7adf468: runtime: added typedef to logger.h to allow MSVC to use mode_t
- 07:34 am Revision 58f58fc0: Remove deleted header file from cmake install files.
- Signed-off-by: Philip Balister <[email protected]>
05/10/2013
- 02:23 pm Revision 9851f237: Merge branch 'master' into next
- 02:22 pm Revision 9f0a9808: Merge remote-tracking branch 'bhilburn/gitignore_fix'
- 11:16 am Revision 318da62b: docstrings: Improving subpackage docstrings.
- 09:40 am Revision e4048a3e: sphinx_docs: Fixes to remove build warnings.
- 08:17 am Revision af76f950: Merge branch 'next' into next_docs
- 08:17 am Revision 3e052d30: Merge branch 'next' of https://github.com/gnuradio/gnuradio into next
- 05:43 am Revision ddd6649e: gitignore: git now ignores the build/ directory
05/09/2013
- 04:31 pm Revision 1cda71b7: Merge branch 'master' into next
- Conflicts and fixes for 3.7:
gr-utils/python/modtool/gr-newmod/CMakeLists.txt - 04:29 pm Revision 1601bf27: modtool: added comment to modtool's generated root CMakeLists.txt file to desc...
- 04:05 pm Revision d9f78af5: fcd: fixed namespace, api for fcd.
- 03:18 pm Revision c08905e8: runtime: fixed constants to export through swig properly.
- 02:17 pm Revision 67688d94: Merge branch 'master' into next
- Conflicts and updated for 3.7 changes:
cmake/Modules/GnuradioConfig.cmake - 01:51 pm Revision 51070fab: cmake: updated GnuradioConfig.cmake file to look for headers installed in 3.6.
- 03:09 am Revision e56a5329: Merge branch 'master' into next
- 03:08 am Revision c2de6dde: Merge branch 'maint'
- 03:07 am Revision 00796f66: runtime: forgot to go back to the 'old' style using gruel.
05/08/2013
- 11:16 pm Revision f1f669ae: Merge branch 'master' into next
- 11:16 pm Revision 4f539d3c: Merge branch 'maint'
- 11:16 pm Revision 3868a907: runtime: fix for thread safety issue during simultaneous use of stream tags an...
- 09:30 pm Revision 6abc64d2: Merge branch 'master' into next
- 09:30 pm Revision 5b6bb8b5: build: removed some old autotools-related documentation.
- 02:02 pm Revision be0ac237: build: minor tweaks for swig, warnings.
- 01:15 pm Revision 368426d2: Merge branch 'master' into next
- 12:50 pm Revision 97f00f58: pmt: import on all client swig stuff
- 07:30 am Revision 6b4e2483: runtime: id docstring clearer
05/07/2013
- 11:52 pm Revision 52f00c66: build: updated config cmake file for next changes.
- 11:51 pm Revision e8f6598b: Merge branch 'master' into next
- Conflicts:
CMakeLists.txt - 11:26 pm Revision e5612be5: build: fixed GnuradioConfig files for OOTs to use.
- 11:26 pm Revision 4c4c0d16: docs: fixed warnings.
- 05:44 pm Revision 0869bf70: runtime: fix for gr_enabled_realtime_scheduling
- 05:26 pm Revision c8016dc6: Merge branch 'master' into next
- Conflicts:
gr-uhd/examples/python/usrp_spectrum_sense.py
05/06/2013
- 07:02 am Feature #515 (Assigned): Allow for specifying channels used by USRP Source in GRC
- FYI work continued here
https://github.com/guruofquality/gnuradio/tree/uhd_use_stream_args_to_map_channels
05/04/2013
- 03:18 am Bug #530: Connect tagged stream blocks and UHD sink
- Ok, that makes sense. I've attached a new patch with the factory function changes. It replaces the last patch file.
05/03/2013
- 11:22 pm Bug #530: Connect tagged stream blocks and UHD sink
- It would be preferable to add the length tag key as a parameter to the existing factory function, and give it a defau...
- 11:15 pm Bug #530: Connect tagged stream blocks and UHD sink
- I added new public factory function that takes a len_tag_key argument, similar to the OFDM blocks. The original ones ...
- 10:52 pm Bug #530: Connect tagged stream blocks and UHD sink
- Sean--thanks for doing this. I've only glanced at the patch briefly, but it appears that it may be adding extra docs...
- 10:19 pm Bug #530: Connect tagged stream blocks and UHD sink
- I made these changes on top of master, current as of today (8fda7acad4f71645bded77b5a4806b21aba46078). I used the att...
05/02/2013
- 07:47 pm Revision 4b9a8677: runtime: missed this in last commit.
- 07:42 pm Revision 9b7cf737: Merge branch 'runtime_pimpl' of git://github.com/jmcorgan/gnuradio into runtim...
- 07:42 pm Revision 9c76807a: runtime: moved single_threaded_scheduler out of public headers.
- 07:41 pm Revision 4209a466: runtime: remove dead select_handler and dispatcher
- 07:12 pm Revision 3a2bb59d: runtime: remove dead timer.h
- 06:49 pm Revision 91e61ae0: runtime: remove dead error_handler.h
- 05:29 pm Revision 2b741e53: runtime: fix SWIG type issue for 32-bit
- 04:05 pm Revision c443098d: Merge branch 'next-modtool' into runtime_pimpl
- 04:02 pm Revision ba86c365: build: fixes to support out-of-tree builds.
- 03:10 pm Revision 70acb23e: runtime: fix for building pmt library properly; also makes its own qa test.
- 02:37 pm Revision f9e5b671: modtool: updated to pimpl format
04/30/2013
- 11:59 pm Feature #538 (New): FreeBSD diffs against 3.6.3
- Numerous diffs to build gnuradio on FreeBSD
FreeBSD puts pkgconfig info into libdata, numerous files were patched ... - 11:27 pm Revision 3259abca: atsc: fixed bug in swig to new gr namespace for blocks.
- 08:34 pm Revision b779505f: atsc: moved include dir to gnuradio/atsc
- 08:30 pm Revision 372bcbcd: wxgui: moved include dir to gnuradio/wxgui
- 08:27 pm Revision b71a82c3: wavelet: moved include dir to gnuradio/wavelet
- 08:22 pm Revision c6acabb7: vocoder: moved include dir to gnuradio/vocoder
- 08:18 pm Revision 02fbc046: video_sdl: moved include dir to gnuradio/video_sdl
- 08:15 pm Revision ef43e123: uhd: moved include dir to gnuradio/uhd
- 07:58 pm Revision 02b89c61: trellis: moved include dir to gnuradio/trellis
- 06:17 pm Revision 5e17e3ea: runtime: stopped outputting logger configuration message.
- 06:16 pm Revision c5d5ce30: qtgui: fixed include location for moc of .ui file.
- 05:50 am Revision 994db715: wip, gr-qtgui not compiling
- 05:10 am Revision 3e3083d2: pager: moved include dir to gnuradio/pager
- 05:08 am Revision aee90f3d: noaa: move include dir to gnuradio/noaa
- 05:02 am Revision f821a193: filter: moved include dir to gnuradio/filter
- 04:40 am Revision 56f03bb3: fft: moved include dir to gnuradio/fft
- 04:21 am Revision 7d52216a: fec: moved include dir to gnuradio/fec
- 04:15 am Revision ff3a5823: fcd: moved include dir to gnuradio/fcd
- 03:59 am Revision bc462ac6: digital: moved include dir to gnuradio/digital
- 03:36 am Revision a23eb761: comedi: moved include dir to gnuradio/comedi
- 03:31 am Revision 1875bea6: channels: moved include dir to gnuradio/channels
- 03:24 am Revision 8f71cc96: audio: moved include dir to gnuradio/audio
04/29/2013
- 11:41 pm Revision 32c54033: analog: update include dir to gnuradio/analog
- 10:45 pm Revision 08eb4d31: runtime: fix include location
- 06:52 pm Revision f3e2e072: runtime: converting runtime core to gr namespace, gnuradio include dir.
- 06:51 pm Revision 35303ae9: blocks: fix file meta data source to handle repeat of files.
04/28/2013
- 05:05 pm Bug #537 (Assigned): Win32 Build 3.6.4.1 - All File Sources Broken
- 04:21 pm Bug #537 (Assigned): Win32 Build 3.6.4.1 - All File Sources Broken
- Attempting to execute diagram containing a file sources results in an exception. This has been traced to poor handli...
04/27/2013
- 10:56 pm Revision 72948e9a: sphinx: Add start of pmt sphinx docs. Tidied gr sphinx docs.
- 10:53 pm Revision 7ffda05d: doxyxml: Parse contents of namespaces (necessary for parsing pmt's doxygen).
04/26/2013
- 11:29 pm Revision 34d7e68c: sphinx: Added gr-shd to sphinx docs.
- 11:21 pm Revision f944aaa2: sphinx: Added sphinx source for gr-filter.
- 11:20 pm Revision 009d47a2: sphinx: Added sphinx source for gr-channels, gr-comedi, gr-fcd, gr-fec.
- 11:00 pm Revision 6fc2fb2a: sphinx: Added sphinx source for gr-analog.
- 10:39 pm Revision 69f82648: docs: Include generated header files when generating doxygen documentation.
- 09:03 pm Revision 112f81dd: sphinx: Added sphinx source for gr-blocks.
- 09:01 pm Revision 083c3980: docs: Minor improvements to documentation in header files.
- 04:38 pm Revision cc12277f: uhd: enhanced version of usrp_spectrum_sense.py
04/24/2013
Also available in: Atom