Activity
From 04/19/2012 to 05/18/2012
05/17/2012
- 11:37 pm Revision 11475bfd: Fixed package dependencies for gnuradio-core and gr-wavelet, added support for...
- 06:37 pm Revision ae75ab75: gr: Added vector_map block.
- 02:34 pm Revision 3ff3257f: Add sphinx mathjax extension.
05/16/2012
05/15/2012
- 11:55 pm Revision 99f8f191: digital: these classes are part of the digital library
- 11:23 pm Revision 5ec6c801: Merge branch 'master' into next
- 10:53 pm Revision 1befbf0d: fft: should not export for static class member
05/12/2012
- 03:56 pm Revision 88d40648: Merge branch 'master' into next
- 03:51 pm Revision ff3d467b: volk: fix some signedness and unused variable warnings
- 03:29 pm Revision bb0d5960: volk: fix profiler comparison
05/11/2012
05/10/2012
- 12:17 am Revision 511f3514: filter: wip: working on adaptive FIR filter. Moved ccc and created parent clas...
05/09/2012
- 02:43 am Revision 274bc141: filter: created polyphase_filterbank parent class to handle some initializatio...
- Converted pfb_channelizer_ccf over to new parent class. Passes QA.
- 02:07 am Revision 4f08cb7e: filter: copied over pfb_channelizer to gr-filter with QA and GRC.
05/08/2012
- 08:07 pm Revision 40d1539f: docs: Modified swig_doc.py to put parameter info in docstrings.
- 07:59 pm Revision ace7a97a: doxyxml: Added parsing of parameters from xml.
- 04:07 pm Revision cef178d6: Merge branch 'master' into next
- 04:07 pm Revision 23dd54bf: Merge branch 'maint'
- 04:07 pm Revision 374afd87: volk: fixed popcnt.
- 01:26 am Revision 04ea62d9: Merge branch 'master' into next
- 01:25 am Revision 231b177a: volk: fixed popcnt.
- 12:05 am Revision df09c431: filter: fixed typo.
05/07/2012
- 07:25 am Bug #492: cmake equivalent for configure's --sysconfdir=/etc
- Yes, that patch solves the problem.
- 02:42 am Revision 0f6af7cf: filter: added fir_filter_with_buffer to gr-filter.
- Only fff and ccc versions so far. Needs work on Volk to be followed from fir_filter.
05/06/2012
- 11:36 pm Revision fc98a2a9: filter: added filter_delay_fc to gr-filter with QA and GRC files.
- 09:11 pm Revision b3987add: filter: some cleanup with the dc_blocker code.
- 08:24 pm Revision 137cd171: filter: moved dc_blocker to gr-filter with QA and GRC blocks.
- 03:48 pm Bug #492: cmake equivalent for configure's --sysconfdir=/etc
- The attached patch from Gentoo against 3.6.0 adds support for SYSCONFDIR. Does that solve your problem?
Source: ht...
05/05/2012
- 09:52 pm Revision 897a6022: filter: added hilbert xform block with QA and GRC block.
- 06:42 pm Revision 53f57b67: filter: actually run the C++ unit tests.
- 06:41 pm Revision e832b091: filter: added Parks-McClellen algorithm.
- Renamed gr_remez to pm_remez here. Added QA code and fixed coding style.
- 05:35 pm Revision 77d5097c: filter: cleanup and moving calls from gr.firdes to filter.firdes.
- 05:34 pm Revision 906fe742: filter: added firdes for generating FIR filters to gr-filter.
- Addes QA code in both Python and C++.
- 03:04 am Revision 265daaec: core: removed gr_glfsr* and gr_pn_correlator after transition to gr-digital
05/03/2012
- 06:05 pm Revision 1e18d093: filter: added GRC block for FFT filters. Fixed example install.
- 05:37 pm Revision 8723cdcb: core: removed gr_descrambler_bb after transition to gr-digital
- 05:33 pm Revision 2c80be2c: filter: improved documentation for fft_filters.
- 05:19 pm Revision 7b970b9b: Merge branch 'master' into next
- 05:19 pm Revision f9f1508e: Merge branch 'maint'
- 05:06 pm Revision 73292e45: core: removed gr_bytes_to_syms after transition to gr-digital
- 04:52 pm Revision 3d8074ac: pfb: properly deleting d_fft to close some memory leaks.
- 04:51 pm Revision 5aabd743: core: removed gr_additive_scrambler after transition to gr-digital
- 04:51 pm Revision 2d3caf52: Merge branch 'master' into next
- 04:50 pm Revision f4da804e: GRC: patch to allow users to specify max_noutput_items in GRC options block.
- 04:36 pm Revision 05b2c02f: pfb: properly deleting d_fft to close some memory leaks.
- 04:18 pm Revision 4def5f38: Merge branch 'master' of gnuradio.org:gnuradio
- 04:17 pm Revision 9968eb11: filter: preparing to handle alignment better in FIR filters.
- 04:13 pm Revision ff6a03cb: Merge branch 'master' into next
- 04:13 pm Revision 8c14a496: Merge branch 'maint'
- 05:00 am Revision 29ed15d3: gruel: conditional linking for pthread
- 12:03 am Revision 42eeb873: filter: fixed fft_filter tests.
05/02/2012
- 11:59 pm Revision b63e3b8a: filter: adding fff version of FFT filter.
- 10:59 pm Revision 26531c2d: filter: fixed FIR filter taps and added complex FFT filter.
- 09:49 pm Revision 4e9b55b9: Merge branch 'master' into next
- 09:37 pm Revision ed8fbd77: Merge branch 'digital_moves'
- 08:14 pm Revision 32f807a8: filter: Reworking filter to have a set of basic implementation classes for fil...
- The GR blocks are templated now and call from fir_filters for the volk-specific implemenation.
Note the modification... - 04:43 pm Revision a247889d: filter: adding examples folder.
- First example compares old filter in gr to new one in filter.
- 04:43 pm Revision 417337cd: filter: fixing up fir_filter_fff to handle taps appropriately, also does decim...
- 03:59 pm Revision 38120d6b: fft: export the FFTW malloc and free helper functions.
- 03:45 pm Revision 7f833180: build: reworking cmake structure for include and lib directories. I think this...
- We also probably don't need the link_directories (according to the cmake guys, this is no longer necessary).
- 02:10 am Revision f64b971f: filter: work on creating gr-filter top-level component.
- Builds but does not bring in libgnuradio-fft.so symbols.
05/01/2012
- 08:59 pm Revision a7afbf20: fft: enabling doc and grc subdirs.
- 07:37 pm Revision da42490e: docs: fixed bug in doxygen looking at howto dir.
- 03:29 pm Revision 8ee7c96f: docs: adds a 'make sphinx' target that can be run after 'make install' to gene...
- 04:39 am Revision 141d2ec0: Adding sphinx documentation.
04/30/2012
- 10:59 pm Revision 1e7068cb: Merge branch 'master' into next
- 10:57 pm Revision 884c23ef: Merge branch 'maint'
- 10:57 pm Revision 9bab2dab: gruel: fix linker assumption made explicit on Ubuntu 12.04
- 04:20 pm Revision 2817cf14: Merge branch 'master' of http://gnuradio.org/git/gnuradio
- 04:17 pm Revision f775720a: Fully gray-coding QAM constellations.
- 07:15 am Revision 89f0add5: Merge branch 'master' into next
- 07:08 am Revision d7ecbd12: Merge branch 'gr_fft'
04/29/2012
- 06:44 pm Revision 399969c8: fft: put helper classes in namespace
- 05:28 pm Revision 8613b52b: fft: make interface functions pure virtual
04/28/2012
04/27/2012
- 05:03 pm Revision 045d02d1: python-blocks: replace assertItemsEqual with assertEqual
- 03:58 pm Revision 732bbf98: Merge branch 'master' into next
- 03:55 pm Revision 370425f1: Merge branch 'maint'
- 06:09 am Revision 098ecb7b: gr_digital: Added QAM to testing.
- 06:00 am Revision 42109bab: gr-digital: Add non-differential tests to qa_constellation_receiver
- 06:00 am Revision 08424978: gr-digital: PSK modulation. Gray-coding done by constellation order for non-di...
- 04:41 am Revision 93940233: gr-digital: API-CHANGE. Tidying bpsk, qpsk and generic_mod_demod.
04/26/2012
- 09:53 pm Revision 4e3a0485: gr-uhd: updated USRP Sink and USRP Source help messages
- 08:24 pm Feature #493 (Closed): Add color scaling to waterfall plots in gr_plot_psd
- Allow color range manipulation in waterfall plots in gr_psd_plot. Currently, simple defaults are used for the colorbar.
04/25/2012
- 12:59 am Revision 1360058a: Merge branch 'master' into next
- 12:59 am Revision 03d62861: Merge branch 'maint'
- 12:58 am Revision 8e89d238: uhd: updating/fixing WBFM example.
04/24/2012
- 11:08 pm Revision 7a723f53: cmake: make a find portaudio that follows the rules
- 02:22 pm Revision 7fde258b: digital: added GRC file for chunks_to_symbols block.
- 02:15 pm Revision 146a158c: digital: adding QA for chunks_to_symbols and updating generic demodulator to u...
- 02:14 pm Revision c6b220a0: digital: moving generated chunks_to_symbols to gr-digital.
04/23/2012
- 11:56 pm Revision 1723a717: docs: adding documentation for new gr-digital blocks.
- 11:56 pm Revision 362d45bb: digital: copying over rest of blocks from gnuradio-core to gr-digital.
- Includes moving GRC and QA code; new ones where missing.
Have not removed blocks from gnuradio-core for compatibility. - 11:45 pm Revision db8d885e: Merge branch 'master' into next
- 11:45 pm Revision 6d1419fe: Merge remote branch 'jblum-github/volk_work'
- 11:16 pm Revision 0492d77f: Merge branch 'master' into next
- 11:15 pm Revision 0f8503fd: Merge remote branch 'jblum-github/volk_work'
- 11:10 pm Revision ccd03fac: Merge branch 'master' into next
- 11:10 pm Revision 539e9097: Merge branch 'maint'
- 11:09 pm Revision 4c589268: Various fixes for using Python 2.5.
- 09:07 pm Revision 954ee16a: volk: force kwargs keys to be of type str, not unicode for py25
- 08:13 pm Revision e0bfcb95: Merge branch 'master' into next
- 08:13 pm Revision 42404235: Merge remote branch 'ncorgan/gr-uhd_swig-stuff'
- 06:05 pm Revision 2de858eb: Merge branch 'master' into next
- 06:00 pm Revision c02fe1aa: Merge branch 'maint'
- 05:54 pm Revision 70392d37: cmake: fix pygtk check failure with no X session
- This change makes python module checking more robust by preventing
cmake failure when unexpected exceptions occur. - 05:17 pm Revision 0711c532: gr-uhd: uhd_fft and uhd_siggen_base.py now use subdev names instead of dboard ...
- 01:02 am Revision 6f472727: Merge branch 'master' into next
- 12:59 am Revision 62eb0520: docs: updating build dependency and building instructions.
04/22/2012
04/21/2012
- 08:20 pm Revision 9d56b9ba: wavelet: transition to namespace C++ API
- 08:18 pm Revision e717c7ca: Merge branch 'master' into next
- 08:17 pm Revision 2c7ea132: Merge branch 'merge/core-swig-magic'
- 08:00 pm GNU Radio Release 3.6.0
- GNU Radio release version 3.6.0 is now available for download:
http://gnuradio.org/redmine/attachments/download/32... - GNU Radio Release 3.6.0
- GNU Radio HOWTO 3.6.0
- 07:43 pm GNU Radio Release 3.5.3.2
- GNU Radio release version 3.5.3.2 is now available for download:
http://gnuradio.org/redmine/attachments/download/... - GNU Radio HOWTO Release 3.5.3.2
- GNU Radio Release 3.5.3.2
- 07:22 pm Revision 1f1efd79: Merge branch 'master' into next
- * Use merge strategy -s ours to skip master commit
- 07:20 pm Revision 065d3794: cmake: update revision to 3.6.1git
- 07:10 pm Revision 61d337a8: cmake: upgrade revision to 3.7git
- 06:52 pm Revision b40ccb1d: cmake: update revision to 3.6.0
- 06:40 pm Revision 4033e0b9: Merge branch 'maint'
- * Use merge strategy -s ours to skip release commits on maint
- 06:10 pm Revision f7378fd8: build: update revision to 3.5.3.2
- 06:09 pm Revision 9d697941: build: update canonical config files
- 05:57 pm Revision 40ea3450: Merge branch 'maint'
- 04:05 pm Revision 8e8335e2: core: add SWIG macro for namespaced blocks
04/20/2012
- 07:11 pm Revision abb70ac7: cmake: fix compiler flags on ppc arch
- 01:27 am Revision b142f645: qtgui: forgot one line...
- 01:23 am Revision 0ac6f124: qtgui: use volk to do 32fc -> (double, double) deinterleave + conversion
- 01:13 am Revision bb61c325: volk: code simplification, overrule macro and python opts
- 01:13 am Revision fd1e12bf: volk: disable AVX if GCC version < 4.6.0
- 01:13 am Revision 04adf90e: volk: avoid sse2 saturation issue 32768->32767
- 01:13 am Revision f51c4dc7: volk: added set_float_rounding to volk_cpu_init
- 01:13 am Revision 7b0e04c5: volk: avx overrule is gcc4.4, make prints match
- 01:13 am Revision 283b6e91: volk: added gcc version check to xgetbv
- Reference
https://code.google.com/p/pcsx2/issues/detail?id=1195 - 01:13 am Revision 3d913cde: volk: gcc version check without __GNUC_PREREQ
- 01:13 am Revision 0595b7f2: Volk: redo the archs.xml language to make checks generic. no more "type", no m...
- 01:13 am Revision 0b117624: volk: move avx cpuid_x86_bit check in archs.xml
- 01:13 am Revision 4d1ee048: volk: fix volk_profile install rule
- 01:13 am Revision f70cb790: volk: use archs.xml to specify compiler flags + support
- 01:13 am Revision c1348c8c: volk: remove norc, implement machine overrule
- 01:13 am Revision 5a3d372c: volk: fix msvc __cpuid pointer cast
- 01:13 am Revision 63809a2c: volk: fix for cpuid_eax check with hardcoded values
- 01:13 am Revision 3e2aebaa: volk: removed old generator python code
- 01:12 am Revision 4e86843a: volk: python checks and build system stuff
- 01:12 am Revision 0faf0107: volk: updated build system for avx checking support
- updated copy of cpuid.h with the latest from gcc 4.6
- 01:12 am Revision cacfd391: volk: build system work, can build stand-alone msvc
- 01:12 am Revision e9198337: volk: work on template stuff
- 01:12 am Revision 95e91b44: volk: created other templates for runtime + machines
- 01:12 am Revision 3af0f815: volk: added compile utils and cleanup cmakelists
- 01:12 am Revision 37f9a62f: volk: working build w/ cmakelists
- 01:12 am Revision eccc86fb: volk: added kernel defs and typedefs
- 01:12 am Revision 25a36909: volk: make orc a normal arch with overrule
- 01:11 am Revision db89e68b: qtgui: move fftshift into its own fn
04/19/2012
- 07:17 pm Revision 01ac510c: qtgui: replace wheels with sliders. much easier to use, wheels look like butt.
- 06:47 pm Revision d5f9c571: Merge branch 'maint'
- 06:47 pm Revision 33146370: fcd: fix iq_corr setup in GRC wrapper
- 06:42 pm Revision 10c0ccae: qtgui: waterfall sink uses relative time rather than absolute timestamps.
- 06:15 pm Revision a8c8a0e9: Merge branch 'maint'
- 06:14 pm Revision 991da110: Merge branch 'maint' of gnuradio.org:gnuradio into maint
- 04:21 pm Revision 9f879534: Merge branch 'maint'
- 02:04 pm Revision 0f7911fe: digital: fixed miscalculation of symbol rate in digital_bert_rx.
- 02:14 am Revision f967ac19: qtgui: fixed dblclick emits, need to set state machine in Qwt 6. if we didn't ...
Also available in: Atom