Activity
From 01/26/2012 to 02/24/2012
02/24/2012
- 08:59 pm Revision 49bba636: Merge branch 'master' into next
- Conflicts:
gr-digital/grc/Makefile.am - 08:58 pm Revision ee91264a: Merge branch 'maint'
- 08:57 pm Revision 95ddbdd1: digital: forgot to include new xml in Makefile.am.
- 08:37 pm Revision a4fb8761: Added digital_constellation_receiver_cb.xml file
- 08:37 pm Revision 86f0fd13: Merge remote-tracking branch 'benreynwar/minor_fixes'
- 08:16 pm Revision f48d4051: Added digital_constellation_receiver_cb.xml file
- 07:09 pm Bug #478 (Closed): docs: file generation synchronization issue
- 04:42 am Feature #490 (Closed): pmt: create pmt_const type for readonly accessors
- 1) Create pmt_const_t which is copy-constructible from pmt_t
Possible implementation:... - 04:24 am Bug #472: Cmake checks seem to get confused if QT3 is installed
- This is probably due to qt3 and qt4 both installed, and the qt3's qmake is taking precedence. Providing -DQMAKE_EXECU...
02/23/2012
- 07:28 pm Revision e8d64487: volk: float to short conversion is consistent between archs and tail cases. Ro...
- 06:55 pm Revision e5bf23dd: Merge branch 'master' into next
- 06:55 pm Revision dc963e9c: Merge branch 'maint'
- 06:54 pm Revision 40fc37e7: Try really hard to get cmake to use compiler flags from the toolchain file.
- See: http://www.mail-archive.com/[email protected]/msg33248.html
Also credit OpenEmbedded for doing something similar ... - 04:14 pm Revision 5c6877db: Merge remote branch 'bistromath/volk_fix' into safe_align
- Conflicts:
volk/apps/volk_profile.cc
02/22/2012
- 08:52 pm Bug #489 (Assigned): grc: cannot use vector parameter's length as port duplicator
- Demonstrate:
Use the length of a vector parameter in the <nchan> tag like so:... - 08:49 pm Bug #488: grc: use a vector
- stupid thing hit enter :_)
- 08:48 pm Bug #488 (Closed): grc: use a vector
- 08:48 pm Bug #487 (Assigned): grc: disabled block IDs renamed when copied if duplicate
- When a block is copy/pasted, its ID is renamed if a block of that ID already exists. This behavior should not be in e...
- 04:46 pm Revision 330cddf3: Remove ORC invocation since // doesn't dissuade the generator.
- 03:53 am Revision 059e79a6: Merge branch 'master' into next
- 03:52 am Revision 72986143: Merge branch 'maint'
- 03:52 am Revision eedd0f0b: qtgui: More search options for qwt libraries, specifically for OSX.
- O'Shea - Event-based Scheduler
- Plishker - A Standalone Package for Bringing Graphics Processor Acceleration to GNU Radio: GRGPU
- Wang - An Alternative Hardware Platform for GNU Radio
- Blum - UHD driver for USRPs
- Ettus - The USRP product line
02/21/2012
- 11:41 pm Revision fa8ab7cb: Volk: add scalar const support to the profiler/QA code. Disabled volk_32fc_s32...
- Ge - Advance GNU Radio to the Network Level: Progress, Opportunities and Challenges
- Corgan - Keynote: Contributing to GNU Radio
- Ettus - Why doesn't my signal look like the textbook? - Part 3
- Ettus - Why doesn't my signal look like the textbook? - Part 2
- Ettus - Why doesn't my signal look like the textbook? - Part 1
- Rondeau - Thursday's Opening remarks
- Rondeau - Introduction to Stream Tags
- McCarthy - The VOLK Is for the People: On-Chip, Hand-Coded Optimization in an Unaccommodating World
- Foster - ADS-B in GNU Radio
- Parke - OP25 - An Open Source P25 Implementation in GNU Radio
- Humble - GNU Radio for Quantum Optical Communications
- Corgan - GNU Radio in Action
- Rondeau - GNU Radio Roadmap and Vision
- 04:42 pm Bug #485: gnuradio-companion crashes when GR_DONT_LOAD_PREFS is set
- Just FYI...
- 03:19 pm Bug #486 (Closed): gr_sig_source_X produces bad output if sampling_freq < oscillator_freq*2
- line 217 of gr_sig_source_X.cc.t in set_sampling_freq
d_nco.set_freq (2 * M_PI * d_frequency / d_sampling_freq);
...
02/20/2012
- 10:34 pm Revision 5977d900: uhd: updated uhd programs to use stream_args concept from command line for mor...
- 03:18 pm Bug #483 (Closed): comment in digital_costas_loop_cc.h is out of date.
- Fixed in commit:
af942401b5251a0751d40af193fbbe938103263a
- 03:17 pm Revision 991c8f4b: Merge branch 'master' into next
- 03:17 pm Revision e4693dfb: Merge branch 'maint'
- 03:15 pm Revision 99c60be5: Merge branch 'maint' of gnuradio.org:gnuradio into maint
- 03:15 pm Revision af942401: digital: fixed comments for new parameters.
02/17/2012
- 09:51 pm Revision 8a4a83a7: Merge branch 'master' into next
- Conflicts:
gr-vocoder/grc/Makefile.am
grc/blocks/Makefile.am - 09:24 pm Revision 34508cd9: Merge branch 'maint'
- 09:24 pm Revision 3a3ff1b5: vocoder: add xml blocks to autotools build
- 08:41 pm Revision 0062ab71: vocoder: fix typos in added block xml
- 08:41 pm Revision 748e3e84: Merge branch 'master' into next
- 08:40 pm Revision fed443d1: core: protection if set_delay is called before the last delay update has finis...
- 08:23 pm Revision 14e35939: Merge branch 'dyn_delay'
- 04:39 pm Revision 114cd4ae: core: in delay block, protect against repeated calls to set_delay with the sam...
- 03:30 pm Revision b0f11a1d: Merge branch 'next' of gnuradio.org:gnuradio into next
- 03:28 pm Revision 9eec1899: howto: moving uninstall rules into correct location.
- 11:09 am Bug #485 (Closed): gnuradio-companion crashes when GR_DONT_LOAD_PREFS is set
- This crashes horribly:
% GR_DONT_LOAD_PREFS=1 gnuradio-companion
This horrible, ugly patch makes it work:
im...
02/16/2012
- 09:19 pm Bug #468: volk - make all unit tests pass
- Hi all,
We are using the volk library in a C++ program that uses
gnuradio-core and currently builds under Linux a... - 08:40 pm Bug #484 (Closed): udp source/sink broken in OSX
- UDP source and sink were written specifically for Linux with various hacks for other OS support. Seems it still doesn...
- 07:36 pm Revision 2eee2b14: copyright adjustment.
- 07:33 pm Revision 7fce7e3b: core: core: change to the delay QA code.
- The full vector is received because of the switch to a gr_block, so we exted the expected_data vector; otherwise, the...
- 07:33 pm Revision 031c3410: core: allowing delay to be dynamic for runtime changes to set_delay.
- This converts the block from a gr_sync_block to a gr_block since it has to return and consume different amounts when ...
- 06:13 pm Revision 3b3b7e31: Merge branch 'master' into next
- 06:13 pm Revision 2fc3ae34: Merge branch 'maint'
- 06:13 pm Revision 12311ad3: small tweaks to get stream sizes "more correct"
- 06:13 pm Revision 861b084a: allow any input hardware audio rate; fix use of deprecated function 'AudioHard...
- 03:45 am Revision c051c0f0: Merge branch 'master' into next
- 03:44 am Revision d5454817: Merge branch 'maint'
- 03:43 am Revision 1ba8d466: digital: install OFDM examples into installed examples directory.
02/15/2012
- 02:37 am Bug #483 (Closed): comment in digital_costas_loop_cc.h is out of date.
- The @param info still refers to the old parameters, not the new bandwidth one.
- 12:43 am Revision 4f0b3fbe: Merge branch 'safe_align' of vortex.corganenterprises.com:gnuradio-trondeau in...
02/14/2012
- 11:37 pm Revision 2eaa0a6e: build: fix autotools for gnuradio-core volkification
- 10:20 pm Revision ba3f1a4e: volk: added README file to explain how to run the benchmark tests and plotting...
- 08:34 pm Revision f0a1631d: Merge branch 'master' into safe_align
- Conflicts:
gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc
gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc - 07:23 pm Revision 37021a4c: Merge branch 'master' into next
- 07:19 pm Revision dc266ca3: Merge branch 'maint'
- 07:14 pm Revision 183d816a: Fixed GRC bindings for vocoder (this also fixes GRC example cvsd_sweep)
- 07:08 pm Revision f69708ec: uhd: fix source block xml file generation
- 03:47 pm Bug #478 (Resolved): docs: file generation synchronization issue
- Fixed from nosync branch, merged into maint:
8720afbfbe40c6e88345c2ddbeabe5d2ae4ff62e
- 02:35 pm Revision 32225905: Merge branch 'master' into next
- 02:34 pm Revision 1c417585: Merge branch 'maint'
- 02:34 pm Revision 5fbdd919: docs: removing old Doxygen groups (radar and usrp(2)).
- 01:53 am Revision ef1748e4: volk: complex_to_arg doesn't actually use Volk. No need to benchmark it.
02/13/2012
- 09:10 pm Revision e36d6f1f: volk: can specify a table to calculate the percent improvement against instead...
- 07:57 pm Revision ca8889bc: volk: better handling of plot for error bars. Older versions of pylab don't li...
- 07:57 pm Revision 2597fe8e: core: change alignment requirement.
- 07:57 pm Revision a9a2c632: volk: improved GR benchmark and plotting utilities.
- 07:57 pm Revision 4589b6d6: volk: added some documentation to the Doxygen manual explaining Volk and how t...
- 07:57 pm Revision f671319c: core: reverting float_to_int to non-Volk due to precision/wrapping issues.
- Using the Volk function causes too much of a change in the output values right now. Will have to relook at it for the...
- 07:57 pm Revision 84cb8f63: volk: better args for benchmarking volk tests; can specify a list of test numb...
- 07:57 pm Revision 5a07519b: core: fixed alignment call for char_to_short.
- 07:57 pm Revision 4c048e77: volk: test commands for measuring type conversion performance.
- 07:57 pm Revision 3080cd75: volk: adding complex conjugate kernel.
- 07:57 pm Revision cdb32875: volk: fixed complex multiply and conjugate kernel to use xor for conjugation.
- 07:57 pm Revision 75bb99df: core: using volk for conjugate block and added QA code for it.
- 07:57 pm Revision 786058aa: volk: adding an examples directory with scripts to benchmark and compare volk-...
- 07:57 pm Revision f34b4963: core: added Volk-optimized gr_multiply_conjugate_cc at one block with QA code.
- 07:56 pm Revision fb2a84ad: core: added volk version of add_ff.
- 07:56 pm Revision 69210086: volk: added a 32fc multiply conjugate kernel.
- 07:56 pm Revision 47c39028: core: new multiply_const_ff and multiply_ff blocks done using Volk.
- 07:56 pm Revision f028a198: volk: new unaligned versions of float multipliers.
- 07:56 pm Revision 3a21ccb8: sched: some added protections and checks for the alignment states.
- 07:56 pm Revision 29862361: volk: added unaligned version of adding 2 vectors.
- 07:56 pm Revision ae663dec: core: moving multiply_const_ff from gengen to general to take advantage of volk.
- Also adds SSE and AVX and unaligned Volk versions for this.
02/10/2012
- 04:16 pm Revision 665f4e0e: Merge branch 'master' into next
- 04:15 pm Revision 6410e390: docs: applying operator fix to howto-write-a-block, too.
- 04:14 pm Revision 5c36c2dd: Merge branch 'master' into next
- 04:13 pm Revision 39f86af8: docs: swig_docs don't look at operators when building Python documentation.
- 04:10 pm Revision dc339fb8: Merge branch 'maint'
- 04:08 pm Revision ce7d3555: cmake: adding uninstall target for howto-write-a-block-cmake.
02/09/2012
- 12:49 am Revision 41107dfc: Merge branch 'master' into next
- 12:48 am Revision c2c8a53b: cmake: fix for handling fftw_threads as an optional library only.
02/07/2012
- 06:18 pm Revision 83c5a8a6: Merge branch 'master' into next
- 06:18 pm Revision f12f7ba6: Merge branch 'maint'
- 06:17 pm Revision 8927390c: docs: better handling of html only for formulas.
- 03:23 am Revision 10ece2bb: Merge branch 'master' into next
- 03:23 am Revision 35b689eb: gui: better handling of buffers in oscope for stripchart/non-stripchart.
- 01:07 am Revision b5eebec6: Merge branch 'master' into next
- 01:07 am Revision 110cb25a: Merge branch 'maint'
- 01:04 am Revision dada83f8: Merge remote branch 'ncorgan/package-version-fix' into maint
02/06/2012
- 11:24 pm Revision f5e33003: CMake package uses "X.X.X" version number instead of "vX.X.X"
- 10:59 pm Revision f2164639: Merge branch 'master' into next
- 10:58 pm Revision b4be410f: Merge branch 'maint'
- 10:54 pm Revision bfa8985c: Revert "dpkg rejects "vX.X.X" version number because it doesn't start with a n...
- This reverts commit c2a9dedc9ff7027c55ace3bf356bc452067e1b86.
- 10:33 pm Revision 47b79cb6: Merge branch 'master' into next
- 10:33 pm Revision 895bb2f9: Merge branch 'maint'
- 10:32 pm Revision 09f0820f: grc: add nthread parameter to FFT-based blocks.
- 10:31 pm Revision 1f0c6eed: core: updated missed vfc version of fft block to use nthreads.
- Also updates copyright dates.
- 09:55 pm Revision 962d4615: Merge branch 'maint' of gnuradio.org:gnuradio into maint
- 09:45 pm Revision 17bb7b9d: Merge branch 'master' into next
- 09:45 pm Revision 50faa5cc: Merge branch 'maint'
- 09:44 pm Revision 345c8ae7: Merge remote branch 'ncorgan/package-version-fix' into maint
- 09:14 pm Revision bea38e03: docs: fixed some markup of formulas between html and xml (and therefore the sw...
- 09:12 pm Revision c2a9dedc: dpkg rejects "vX.X.X" version number because it doesn't start with a number, C...
- 08:32 pm Revision 49476017: core: fix a warning.
- 07:55 pm Revision 9bbedbbd: Merge branch 'master' into next
- 07:55 pm Revision 1b8958f5: Merge branch 'maint'
- 07:49 pm Revision c886c620: Merge branch 'master' of gnuradio.org:gnuradio
- 07:48 pm Revision 6ba65930: Merge branch 'maint' of gnuradio.org:gnuradio into maint
- 07:48 pm Revision c4d0b47f: Merge branch 'master' into next
- 07:45 pm Revision 7e10a264: core: expose nthreads setting through to fft_filters.
- Can set nthreads as last arg to filter; defaults to 1 so no change in default behavior.
- 07:13 pm Revision f49facf7: Merge branch 'master' into next
- 07:12 pm Revision ed7db7d9: Merge branch 'maint'
- 07:11 pm Revision 3e030d33: howto: fix cmake swig header installation
- 05:02 pm Revision d1a24646: core: expose nthreads capabilities to gr_fft_vcc.
- Can set and get nthreads; defaults to 1, so no change in default behavior.
- 05:01 pm Revision 9efac71d: core: add functions to set/get nthreads of gri FFT object.
- 04:11 pm Revision 4defc0e6: core: enable use of fftw's threading capabilities.
- Can set nthreads when creating an fftw class; defaults to 1, so there's no change in default behavior.
- 04:05 pm Revision f4dc476d: Merge branch 'maint'
- 03:45 pm Revision d6126a67: io: fix triggering and performance issues with oscope; specifically for the st...
02/05/2012
- 06:44 pm Revision 89e32f40: Merge branch 'master' into next
- 06:43 pm Revision 1023c48c: Merge branch 'maint'
- 06:42 pm Revision e6805a25: cmake: remove QUIET option from some listfiles
- * PKG_CHECK_MODULES only supports QUIET >=2.8.2, Ubuntu LTS has 2.8.0
- 06:42 pm Revision 651301f7: howto: various fixes cmake, cleanup
- * Fixed include dir variable, now works when gnuradio-core in custom prefix
* Removed QUIET option, only works for c...
02/03/2012
- 10:25 pm Revision 6063ef01: Merge branch 'master' into next
- 10:24 pm Revision ae4770a0: Merge branch 'maint'
- 10:24 pm Revision 2b87c2a7: Fixed mislabeled dependencies for Fedora 15
02/02/2012
- 09:38 pm Revision a3b19015: core: more fixes when moving files from gengen to general.
- 09:38 pm Revision b3e53849: volk: adding new functions to Makefile.
- 09:37 pm Revision c1927c72: volk: adding new Volk functions added in this branch to the volk_profile tool ...
- 09:36 pm Revision e8089db2: core: moving multiply_cc and multiply_const_cc out of gengen and into general ...
- QA code now explicitly tests the cc versions of these blocks.
- 09:35 pm Revision 67d23bde: volk: improving performance of multiply_const and multiply two streams.
- 09:34 pm Revision 3bc34ff3: Merge branch 'master' into next
- 09:34 pm Revision 309ca769: Merge branch 'maint'
- 09:34 pm Revision c6519775: sched: better working alignment handling.
- Works with max_noutput_items and set_output_multiple.
- 09:32 pm Revision 63ffe1ad: grc: better error for import gr fail
- 09:29 pm Revision 89af584a: grc: fix install permissions on grc_setup_freedesktop
- 07:25 pm Revision 070a6c9c: volk: adding unaligned versions of complex multiply a constant and complex mul...
02/01/2012
- 10:21 pm Revision 0371e7b4: Merge branch 'master' into next
- 10:20 pm Revision 7403f9f0: Merge branch 'maint' of gnuradio.org:gnuradio into maint
- 10:20 pm Revision 00518cac: Merge branch 'master' of gnuradio.org:gnuradio
- 10:19 pm Revision ba6fee9b: Merge branch 'maint'
- 10:19 pm Revision 9adfc42e: uhd: fix for uhd_fft to work with basicRx d'board.
- 10:18 pm Revision 8349e172: Merge branch 'uhd_fft_rxbasic'
- 10:15 pm Revision 23f191c0: uhd: fix for uhd_fft to work with basicRx d'board.
01/30/2012
- 11:50 pm Revision 6385380c: core: redo fft_filter (complex and float) with Volk.
- No need for sse implementation now but keeping code for reference.
- 05:12 pm Revision 04638512: core: fixing up complex_to_xxx for using Volk where appropriate. Speed benchma...
- 05:23 am Revision 4769d5ff: core: complex_to_xxx (float, real, imag, arg) to volk.
- 05:22 am Revision cb458204: volk: adding complex to imag kernel.
01/29/2012
- 10:35 pm Revision 83d0bf5d: core: minor edits.
- 10:34 pm Revision 812144f4: core: switched complex to mag and mag_squared to use Volk functions.
- 10:32 pm Revision d142fd9e: volk: added volk magnitiude squared functions (aligned/unaligned) for complex ...
- 10:31 pm Revision 9c9b9a8a: volk: added unaligned volk function for magnitude of a complex number.
- 12:31 am Revision d8704874: volk: fix lower bound of int conversion.
- 12:31 am Revision 7ecd13db: core: update Makefile.am for new type converters.
- 12:25 am Revision f6075ca9: core: more type converters in Volk; adding char_to_short converter.
- 12:25 am Revision f63927a4: core: more conversion work to Volk for type converters.
01/28/2012
- 08:11 pm Revision c9a42064: core: QA codes for float_to_X and short_to_X (note: float_to_int needs work).
- 08:11 pm Revision 7943c197: core: cleanup short_to_float.
- 08:09 pm Revision c05a75d0: core: short_to_X: adding short_to_char block using Volk; made Volk version of ...
- 08:08 pm Revision 9009ceb5: core: minor tweaks to float_to_X
- 05:49 pm Revision 8f09eb20: volk: cleaned up float_to_X to be Volk-only and added vlen and scale to constr...
01/27/2012
- 10:01 pm Revision 89d8421f: Merge branch 'master' into next
- 10:00 pm Revision 29aa72d4: Merge branch 'gr-uhd-async-msg-recv'
- 01:22 am Revision 2a2663d6: QA: type converter QA codes added and updated for Volk. Some small differences...
- 01:20 am Revision 3737aa4b: core: moved float_to_X type converters over to use Volk calls.
- 01:07 am Revision 42d9560a: volk: float_to_int and float_to_char updated to clip instead of wrap around. T...
- 01:07 am Revision d8b02979: volk: fix a warning.
01/26/2012
- 11:01 pm Revision 40e186f9: uhd: add async message print option to apps
- 10:53 pm Revision d825bb2b: volk: float_to_short now clips the values instead of wrapping around.
- 10:06 pm Revision b207aa2d: uhd: add utility function to convert raw gr_message to async_metadata_t
- 12:36 am Revision f87aef68: Merge branch 'master' into next
- 12:35 am Revision 8ddd8fbb: Merge branch 'maint'
- 12:35 am Revision f122d72a: core: fix floor ambiguous overload in vcc fftw
- The msvc compiler doesnt like the ambiguous overload of floor.
However, floor should not have an effect on the intege...
Also available in: Atom