Activity
From 12/23/2010 to 01/21/2011
01/21/2011
- 11:41 pm Revision 6091bad6: Volk: removed all the old QA code that is covered by the test framework.
- 11:29 pm Revision fa8c8c8e: Volk: added ability to spec scalar in test invocation
- 11:14 pm Revision 7a5a7510: Volk: added QA support for multiple outputs, scalar outputs. 92% test coverage...
- 08:26 pm Revision 82cafc43: Volk: fixed naming error. test coverage @ 75%, still need to add support for m...
- some errors in the library were exposed by the new test suite, and a couple of bad Orc functions. need to investigate.
- 07:25 pm Revision b6850bbd: Merge branch 'next' of http://gnuradio.org/git/gnuradio into volk_rename
- Conflicts:
volk/lib/Makefile.am - 06:53 pm Revision e3600f59: volk: renamed all files. added all tests. some test things are still broken.
01/20/2011
- 09:21 pm Revision c23d8a22: Added support for PSK to generic modulation.
- 06:24 am Revision d429522b: uhd: move tags functionality into its own sub-class that is enabled by prefere...
- remove private variables from header interface
subclassed single source impl with overloaded work function - 06:24 am Revision 81d3460c: uhd: swig up the device discovery
- 06:24 am Revision b5556476: uhd: replace gain floats with doubles to reflect new uhd api
- 06:24 am Revision 69ae2c9b: uhd: make the repr and str installation more generic
- 06:24 am Revision dfcc8cc2: uhd: use the actual device and io types, do hacks in the init.py, also use clo...
- 06:24 am Revision 5a671f0b: uhd: increment api compat number
- 06:24 am Revision c63edcbe: uhd: swig + python tweaks to uhd types
- 06:24 am Revision cf33e1e5: uhd: added export macros (not used now) and updated copyright dates
- 06:24 am Revision 5e00de56: uhd: removed ranges template stuff, added some python polish in __init__.py
- 06:24 am Revision f0d2f41a: uhd: multi device, set timestamps without SOB on every burst in the work function
- 12:39 am Revision be1b7d9f: Volk: test suite supports scalar arguments and in-place operations
01/18/2011
- 09:00 am Revision 05cc02ce: cleanup mkdir usage with boost filesystem:
- Replaced copy/pasted code and MKDIR_TAKES_ONE_ARG #ifdefs
with portable boost filesystem path and directory creation.... - 04:37 am Revision 7cea46f7: qtgui boost use posix time:
- Replace calls to gmtime_r with boost::posix_time
to make the code portable on systems without gmtime_r. - 04:02 am Revision 9edf280f: volk: replace assembly and separate cases with gcc cpuid for all x86
- 02:09 am Revision e1fd88db: qtgui plots static const fixes:
- Initialize static data members in the cpp file:
http://www.parashift.com/c++-faq-lite/ctors.html#faq-10.12
For the W... - 01:41 am Revision 3a088db9: qtgui missing stdint include fix:
- These files use stdint types but did not include the header stdint.h
- 01:34 am Revision 47217678: qtgui plot waterfall fix
- Removed QWT_EXPORT from PlotWaterfall.
PlotWaterfall is not part of libqwt, this is likely a copy/paste typo.
Its ver... - 01:26 am Revision 089fe0e8: gr fxpt static const fix:
- Initialize PI and TWO_TO_THE_31 the standard portable c++ way.
No need for "gcc 4.x fix".
See http://www.parashift.co... - 12:58 am Revision 16345bcd: remove header includes in *complex_dotprod_generic.cc that don't belong
- 12:45 am Revision e4d3b484: math explicit type overloads:
- Use explicit data type casts in math functions where the overloaded function could not be determined.
affects msvc - 12:37 am Revision 48f9ca90: gr math simplification:
- Replaces gr_gcd, gr_isnan, and gr_signbit one-time instances with boot math calls.
No point in wrapping these utility... - 12:03 am Revision a34dae03: grc: numpy is also a grc dependency, check numpy when since not requiring wxgui
01/17/2011
- 10:00 pm Revision 31bbbec8: Merge branch 'master' into next
- * master:
Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech for the last three modificat... - 09:59 pm Revision f294603d: Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech f...
- 09:47 pm Revision f1878bbd: Adding accessors to Goertzel filter GR block to call setparms from implementat...
- 09:45 pm Revision 8bf0a196: Adding accessor function to Goertzel filter implementaiton to set/reset its pa...
- 06:02 pm Revision 328b0761: Merge branch 'e100-updates' into next
01/16/2011
- 10:03 pm Revision d486ff4b: volk_rename: renamed basically everything in the volk lib to have logically co...
- 07:06 pm Revision 6c97e6ca: Merge branch 'master' into next
- * master:
Fixing up fft and constellation plot to better handle zooming.
Fixing zooming capabilities. Time axis d... - 07:03 pm Revision 58a1356e: Merge branch 'maint'
- * maint:
Fixing up fft and constellation plot to better handle zooming.
Fixing zooming capabilities. Time axis do... - 06:40 pm Revision ead08193: Fixing up fft and constellation plot to better handle zooming.
- 06:34 pm Revision a8e021e9: Fixing zooming capabilities. Time axis does not track any longer due to what l...
01/15/2011
- 10:48 pm Revision 4f426831: Fixing up other plotting tools for data read errors.
- 10:21 pm Revision 7b509551: Using .min and .max on scipy arrays instead of min() max(); seems to be more p...
- 10:15 pm Revision 3ad8f8ed: Fix how the end of a file is handled.
- 08:26 pm Revision cb352020: Merge branch 'volkosx' into next
- 03:53 pm Revision 2e861045: This should not have been put here.
- 03:52 pm Revision eeb0c8e2: Merge branch 'volkosx' of github.com:trondeau/gnuradio into volkosx
- 06:30 am Revision 1ec42d6f: Tidied QAM modulation.
- 04:33 am Revision 568d0caf: A fix for volk_cpu being a duplicate variable. Declared as extern in the heade...
- Note that this could be a problem if multiple architectures are ever (can ever?) be built at the same time. If that h...
- 04:18 am Revision 74e9f2b0: Creates volk_cpu in a .cc file and externs it in the header.
- 12:58 am Revision 81c3086b: Cleans up the Makefiles for the various platforms. This should also make it ea...
01/14/2011
- 09:21 pm Revision 5c4aab18: Volk: Makefile changes to use new test framework.
- Doesn't currently build libvolk_qa, as I haven't really determined an appropriate place for "leftover" tests that the...
- 09:07 pm Revision 9a527257: Volk: QA code fixes, more Orc routines.
- Broke the 32fc_multiply Orc impl because I'm lame and lost some work.
Fixed volk_8s_convert_16s Orc impl.
Still need ...
01/13/2011
- 08:42 pm Revision 3024e95e: Volk: fixed placeholder Orc impl for 32fc_x2_multiply_32fc
- 06:58 pm Revision e979880d: Volk: QA util has proper free().
- 03:20 am Revision c77bb3e7: Volk: Working on a new QA architecture that doesn't require individual test pr...
01/11/2011
- 11:35 pm Revision c501dc11: Volk: fixed normalize.
- 11:17 pm Revision 5b45b875: Volk: Added more Orc routines (including complex multiply). Started redoing th...
- 07:05 am Revision a2262b6b: qa_set_msg_handler: Use sleep instead of yield.
- Confirmed to fix problem on 32-bit CoreDuo. Probably fixes problem on Arm too.
- 12:08 am Revision 76be4e36: dotprod_fff : Fix clobber register entries.
- 12:02 am Revision 00de7b95: dotprod_ccf : Add NEON support for ccf fir filter.
01/10/2011
- 11:25 pm Revision 70e978b7: Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
- 02:05 am Revision af163418: Remove wxpython dependency from gnuradio-companion.
- GRC does not need wxpython to run. It is only needed if you create gui
based flow graphs.
01/07/2011
- 05:48 am Revision bb438e7d: Add QA code for gr_basic_block::set_msg_handler.
- 05:46 am Revision 1dc1dbee: Augment gr_nop to count received pmt messages by way of set_msg_handler.
- 05:39 am Revision b6005d9e: Change pmt message handling interface in gr_basic_block.h
- Change the API such that the message handler is now implemented with a
callback, not an overridden virtual function. ...
01/06/2011
- 03:27 pm Revision 2073fa2c: Merge branch 'master' into next
- * master:
Fixed error in the name of the test_filter output files. - 03:26 pm Revision 98a3a1ce: Fixed error in the name of the test_filter output files.
- 05:57 am Revision fa0ee85a: Add documentation for gr-run-waveform and define-waveform
- 03:56 am Revision dad65db9: Have swig/guile wrap enums and constants as scheme variables, not functions.
01/04/2011
- 05:48 pm Revision 7c78b850: Fixing how far get_tags_in_range looks; should be exclusive of end point.
- 05:04 pm Revision f7ba4702: Merge branch 'next' of gnuradio.org:gnuradio into next
- 04:10 pm Revision 99c2b220: Only prune if we've moved on in the number of items read. Fixes the problem or...
01/02/2011
- 06:49 pm Revision 6925ccc6: Going back to iterators for use in erasing items from the deque.
- 04:37 pm Revision 9c0bfe89: Not using an iterator to prune the tags to see if this fixes a problem in Wind...
- 04:36 pm Revision c11a4310: Buffers now hold on to all tags from both this window and the last window of i...
- This protects against the rare times when one block is called twice before another block is, thereby pruning the tags...
- 04:29 pm Revision 9c07c991: Fixing a comment.
01/01/2011
- 10:33 pm Revision 016dc56e: Changed pky.py so that is possible to skip modulation/demodulation steps.
- 10:31 pm Revision 493cd2e4: Worked on generic demodulation.
12/31/2010
- 12:01 am Revision 66768f6e: Create symlink using install-exec-local, not install-exec-hook.
- Also rm the symlink using uninstall-local. Passes distcheck.
- 12:01 am Revision 9739742f: Move example waveforms to gnuradio-examples/waveforms.
- 12:01 am Revision 16416305: Create and install gr-run-waveform-script, and symlink to it when installed.
- 12:01 am Revision 48bd8228: Add symlink to gr-run-waveform when installing gr-run-waveform-binary.
- 12:01 am Revision c744baf8: Rename gr-run-waveform/gr-run-waveform.cc to gr-run-waveform-binary.cc
- This is the first step to allow the binary and the script
versions of gr-run-waveform to co-exist.
12/30/2010
- 10:19 pm Revision c6dfc4ce: Adding tags back into UHD source. If a packet received from a UHD source has a...
- This should not affect behavior of the UHD single source for those not dealing with tags.
- 10:12 pm Revision 91ca107e: Fixes to psd plotting tool. Trying to keep up with the changing API; this shou...
- 04:00 pm Revision 8e44bd38: More generic error message if guile-dev not installed.
12/28/2010
- 06:31 pm Revision caa6f821: Merge branch 'master' into next
- * master:
Under extreme circumstances, optfir might never produce an answer (atten>300), so this puts in a check on... - 06:08 pm Revision 2fa7c997: Under extreme circumstances, optfir might never produce an answer (atten>300),...
- 06:00 pm Revision 3f32342f: Allowing PFB interpolator to be called without specifying the taps; autogen ta...
- 05:56 pm Revision 47c11429: Allowing PFB decimator to be called without specifying the taps; autogen taps ...
- 05:56 pm Revision 3751671d: PFB channelizer can be specified without external taps. Uses optfir to generat...
- 05:47 pm Revision ae03fd9a: Updating the arb. resampler to use the optfir filter that provides better spec...
- 06:56 am Revision fd8f8671: Add missing .test files to tarball.
- 06:37 am Revision b8f174ce: Add minimal Python and Guile QA code to gr-uhd.
- 04:34 am Revision 3153f8f2: distcheck fix
- 04:07 am Revision 63fce8a9: Add scheme-ish convenience functions to usrp2.scm.
- 02:46 am Revision f290f9e4: Add minimal guile test code gr-usrp2.
- 02:32 am Revision 46c23681: Rename usrp2.i to usrp2_swig.i to allow insertion of guile convenience functions.
12/26/2010
- 07:03 pm Revision 440b0e3b: gr-uhd: Fixing makefile to define GR_HAVE_UHD for swig. This was lost in the m...
12/24/2010
- 03:13 am Revision d209240b: Merge branch 'master' into next
- * master:
clean now gets rid of unittest results. Passes distcheck.
Modifying the unittest output. XML files are ... - 01:58 am Revision 7222b938: clean now gets rid of unittest results. Passes distcheck.
12/23/2010
- 11:31 pm Revision 153de8c4: Modifying the unittest output. XML files are no longer written outside of the ...
- 10:29 pm Revision 79c514b5: Update volk .gitignores
- 07:00 pm Revision 9fe81031: Add test to see if Guile was built with threads enabled
- 12:49 am Revision 272971a2: Check for lt_dladvise_global and fall back to using lt_dlopenext if not found.
Also available in: Atom