Activity
From 01/06/2012 to 02/04/2012
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...
01/23/2012
- 09:41 pm Revision 09be95bb: sched: better comments. Handling of noutput_items adjustment done better and d...
- 09:40 pm Revision 97f6e815: build: look for local volk headers instead of installed.
01/22/2012
- 10:51 pm Revision 06f40e8d: sched: forgot to turn debugging off.
- 10:46 pm Revision accc35f3: core: test case of using Volk to convert from float to short.
- 10:46 pm Revision 32cbee3e: core: link to Volk.
- 10:44 pm Revision 6ac7576d: sched: first attempt at working with aligned data sets. A block has an indicat...
01/21/2012
- 04:22 pm Revision 83c6ee03: Merge remote branch 'gnuradio/maint' into gr-uhd-set-user-register
- 03:43 pm Revision 242626ea: Merge branch 'master' into next
- 03:42 pm Revision 3901b0b7: Merge branch 'maint'
- 03:41 pm Revision 2d80e59c: noaa: add pc file for gr-noaa to m4 file.
01/20/2012
- 03:37 pm Bug #478: docs: file generation synchronization issue
- A possible fix with merge into maint at:
8720afbfbe40c6e88345c2ddbeabe5d2ae4ff62e
This does a exception checking ... - 03:22 am Revision 976350d8: Merge branch 'master' into next
- 03:18 am Revision d2ff8e34: Merge branch 'maint'
- 03:14 am Revision 6e3ec5d3: docs: another try/except/rerun spot.
- 02:55 am Revision 748063b2: Merge branch 'maint'
- 02:49 am Revision 8720afbf: Merge branch 'nosync' into maint
- 02:31 am Revision 26de2814: core: fixed bug in FFT shift operation.
01/19/2012
- 11:14 pm Feature #482 (Closed): Make build out of tree script more robust
- Take another look at this script.
- 11:11 pm Feature #454 (Closed): update create gr out of tree project for cmake
- 11:09 pm Bug #416 (Closed): Update gr-howto-write-a-block so that it doesn't install under gnuradio
- 11:08 pm Bug #422 (Closed): gr-noaa has no pc file
- 11:07 pm Bug #471 (Closed): Problem with pfb_clock_sync_ccf and not enough items to process
- 11:07 pm Bug #479 (Closed): volk - orc sqrt failures on freebsd
- 11:07 pm Feature #476 (Closed): cmake - swig version check
- 06:46 am Revision 00b373f8: Merge branch 'maint' into gr-uhd-set-user-register
- 01:01 am Revision 28990966: Merge branch 'master' into next
- 01:01 am Revision fe88a1dd: Merge branch 'maint'
- 01:01 am Revision da8f6759: volk: fix for newer orc.
01/18/2012
- 05:05 pm Bug #416: Update gr-howto-write-a-block so that it doesn't install under gnuradio
- This was fixed long ago. The relevant issue was that when installing GNU Radio from binary packages, the $prefix use...
- 05:01 pm Bug #422 (Resolved): gr-noaa has no pc file
- Fixed in 877e92eb
- 04:58 pm Revision 893790b3: Merge branch 'master' into next
- Conflicts:
gr-noaa/Makefile.am - 04:57 pm Revision 6b748554: Merge branch 'maint'
- 04:57 pm Revision 877e92eb: noaa: add pkgconfig file for C++ library
- 12:31 am Revision e0c2ea36: Merge branch 'maint' into gr-uhd-set-user-register
- 12:28 am Revision 2683a0c0: Merge branch 'master' into next
- 12:25 am Revision b6a00c8b: Merge branch 'maint'
- 12:23 am Revision 9f41efcb: qtgui: better findqwt.cmake with standard paths
- 12:23 am Revision 7850d5f2: gruel: hrt under bsd should use clock gettime
- 12:22 am Revision 8736ac20: cmake: fix for cmake 2.6 with library extras mode
- OUTPUT_NAME is a target output name that should work with both 2.6 and 2.8
LIBRARY_OUTPUT_NAME is new to 2.8 and mor...
01/17/2012
01/16/2012
- 03:11 pm Revision 61b4f5e1: Merge branch 'master' into next
- 03:11 pm Revision 4beff39a: Merge branch 'maint'
- 03:09 pm Revision 58aba98d: digital: fixing up BERT interfaces. Also added a gain control to the tx side (...
- 02:30 pm Revision f58076ff: docs: another hack to check for errors and retry when building the swigdocs.
- 08:30 am Revision e9ba60e5: core: fix for off-by-one issue in strip chart. Increases buffer size for longe...
- 05:17 am Revision bd56b0d7: Merge branch 'master' into next
- Conflicts:
grc/blocks/Makefile.am - 05:15 am Revision 5c4da904: core: the burst_tag block can have user-defined keys and values for the tags w...
- 04:49 am Revision 2a2411a5: core: fix for off-by-one issue in strip chart. Increases buffer size for longe...
01/15/2012
- 11:37 pm Revision 564b266e: Merge branch 'master' into next
- 11:36 pm Revision 53407a4e: digital: added get/set functions to mpsk_receiver_cc for theta (phase offset),...
01/13/2012
- 04:07 pm Revision 72d1ff01: Merge branch 'master' into next
- 04:07 pm Revision cc0949bc: Merge branch 'maint'
- 04:06 pm Revision 1fc3b145: Fix compilation with gcc-4.7
01/10/2012
01/08/2012
- 12:48 am Bug #478 (Assigned): docs: file generation synchronization issue
- Sorry, taking this back.
The issue is that the custom command get triggered multiple times.
This can be proven with...
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?
Also available in: Atom