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.
Nick Foster
11:29 pm Revision fa8c8c8e: Volk: added ability to spec scalar in test invocation
Nick Foster
11:14 pm Revision 7a5a7510: Volk: added QA support for multiple outputs, scalar outputs. 92% test coverage...
Nick Foster
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. Nick Foster
07:25 pm Revision b6850bbd: Merge branch 'next' of http://gnuradio.org/git/gnuradio into volk_rename
Conflicts:
volk/lib/Makefile.am
Nick Foster
06:53 pm Revision e3600f59: volk: renamed all files. added all tests. some test things are still broken.
Nick Foster

01/20/2011

09:21 pm Revision c23d8a22: Added support for PSK to generic modulation.
Ben Reynwar
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
Josh Blum
06:24 am Revision 81d3460c: uhd: swig up the device discovery
Josh Blum
06:24 am Revision b5556476: uhd: replace gain floats with doubles to reflect new uhd api
Josh Blum
06:24 am Revision 69ae2c9b: uhd: make the repr and str installation more generic
Josh Blum
06:24 am Revision dfcc8cc2: uhd: use the actual device and io types, do hacks in the init.py, also use clo...
Josh Blum
06:24 am Revision 5a671f0b: uhd: increment api compat number
Josh Blum
06:24 am Revision c63edcbe: uhd: swig + python tweaks to uhd types
Josh Blum
06:24 am Revision cf33e1e5: uhd: added export macros (not used now) and updated copyright dates
Josh Blum
06:24 am Revision 5e00de56: uhd: removed ranges template stuff, added some python polish in __init__.py
Josh Blum
06:24 am Revision f0d2f41a: uhd: multi device, set timestamps without SOB on every burst in the work function
Josh Blum
12:39 am Revision be1b7d9f: Volk: test suite supports scalar arguments and in-place operations
Nick Foster

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....
Josh Blum
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.
Josh Blum
04:02 am Revision 9edf280f: volk: replace assembly and separate cases with gcc cpuid for all x86
Josh Blum
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...
Josh Blum
01:41 am Revision 3a088db9: qtgui missing stdint include fix:
These files use stdint types but did not include the header stdint.h Josh Blum
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...
Josh Blum
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...
Josh Blum
12:58 am Revision 16345bcd: remove header includes in *complex_dotprod_generic.cc that don't belong
Josh Blum
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
Josh Blum
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...
Josh Blum
12:03 am Revision a34dae03: grc: numpy is also a grc dependency, check numpy when since not requiring wxgui
Josh Blum

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...
Tom Rondeau
09:59 pm Revision f294603d: Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech f...
Tom Rondeau
09:47 pm Revision f1878bbd: Adding accessors to Goertzel filter GR block to call setparms from implementat...
Tom Rondeau
09:45 pm Revision 8bf0a196: Adding accessor function to Goertzel filter implementaiton to set/reset its pa...
Tom Rondeau
06:02 pm Revision 328b0761: Merge branch 'e100-updates' into next
Tom Rondeau

01/16/2011

10:03 pm Revision d486ff4b: volk_rename: renamed basically everything in the volk lib to have logically co...
Nick Foster
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...
Tom Rondeau
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...
Tom Rondeau
06:40 pm Revision ead08193: Fixing up fft and constellation plot to better handle zooming.
Tom Rondeau
06:34 pm Revision a8e021e9: Fixing zooming capabilities. Time axis does not track any longer due to what l...
Tom Rondeau

01/15/2011

10:48 pm Revision 4f426831: Fixing up other plotting tools for data read errors.
Tom Rondeau
10:21 pm Revision 7b509551: Using .min and .max on scipy arrays instead of min() max(); seems to be more p...
Tom Rondeau
10:15 pm Revision 3ad8f8ed: Fix how the end of a file is handled.
Tom Rondeau
08:26 pm Revision cb352020: Merge branch 'volkosx' into next
Tom Rondeau
03:53 pm Revision 2e861045: This should not have been put here.
Tom Rondeau
03:52 pm Revision eeb0c8e2: Merge branch 'volkosx' of github.com:trondeau/gnuradio into volkosx
Tom Rondeau
06:30 am Revision 1ec42d6f: Tidied QAM modulation.
Ben Reynwar
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... Tom Rondeau
04:18 am Revision 74e9f2b0: Creates volk_cpu in a .cc file and externs it in the header.
Tom Rondeau
12:58 am Revision 81c3086b: Cleans up the Makefiles for the various platforms. This should also make it ea...
Tom Rondeau

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... Nick Foster
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 ...
Nick Foster

01/13/2011

08:42 pm Revision 3024e95e: Volk: fixed placeholder Orc impl for 32fc_x2_multiply_32fc
root
06:58 pm Revision e979880d: Volk: QA util has proper free().
Nick Foster
03:20 am Revision c77bb3e7: Volk: Working on a new QA architecture that doesn't require individual test pr...
Nick Foster

01/11/2011

11:35 pm Revision c501dc11: Volk: fixed normalize.
Nick Foster
11:17 pm Revision 5b45b875: Volk: Added more Orc routines (including complex multiply). Started redoing th...
Nick Foster
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. Eric Blossom
12:08 am Revision 76be4e36: dotprod_fff : Fix clobber register entries.
Philip Balister
12:02 am Revision 00de7b95: dotprod_ccf : Add NEON support for ccf fir filter.
Philip Balister

01/10/2011

11:25 pm Revision 70e978b7: Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
Nick Foster
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.
Philip Balister

01/07/2011

05:48 am Revision bb438e7d: Add QA code for gr_basic_block::set_msg_handler.
Eric Blossom
05:46 am Revision 1dc1dbee: Augment gr_nop to count received pmt messages by way of set_msg_handler.
Eric Blossom
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. ...
Eric Blossom

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.
Tom Rondeau
03:26 pm Revision 98a3a1ce: Fixed error in the name of the test_filter output files.
Tom Rondeau
05:57 am Revision fa0ee85a: Add documentation for gr-run-waveform and define-waveform
Eric Blossom
03:56 am Revision dad65db9: Have swig/guile wrap enums and constants as scheme variables, not functions.
Eric Blossom

01/04/2011

05:48 pm Revision 7c78b850: Fixing how far get_tags_in_range looks; should be exclusive of end point.
Tom Rondeau
05:04 pm Revision f7ba4702: Merge branch 'next' of gnuradio.org:gnuradio into next
Tom Rondeau
04:10 pm Revision 99c2b220: Only prune if we've moved on in the number of items read. Fixes the problem or...
Tom Rondeau

01/02/2011

06:49 pm Revision 6925ccc6: Going back to iterators for use in erasing items from the deque.
Tom Rondeau
04:37 pm Revision 9c0bfe89: Not using an iterator to prune the tags to see if this fixes a problem in Wind...
Tom Rondeau
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... Tom Rondeau
04:29 pm Revision 9c07c991: Fixing a comment.
Tom Rondeau

01/01/2011

10:33 pm Revision 016dc56e: Changed pky.py so that is possible to skip modulation/demodulation steps.
Ben Reynwar
10:31 pm Revision 493cd2e4: Worked on generic demodulation.
Ben Reynwar

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. Eric Blossom
12:01 am Revision 9739742f: Move example waveforms to gnuradio-examples/waveforms.
Eric Blossom
12:01 am Revision 16416305: Create and install gr-run-waveform-script, and symlink to it when installed.
Eric Blossom
12:01 am Revision 48bd8228: Add symlink to gr-run-waveform when installing gr-run-waveform-binary.
Eric Blossom
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.
Eric Blossom

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. Tom Rondeau
10:12 pm Revision 91ca107e: Fixes to psd plotting tool. Trying to keep up with the changing API; this shou...
Tom Rondeau
04:00 pm Revision 8e44bd38: More generic error message if guile-dev not installed.
Tom Rondeau

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...
Tom Rondeau
06:08 pm Revision 2fa7c997: Under extreme circumstances, optfir might never produce an answer (atten>300),...
Tom Rondeau
06:00 pm Revision 3f32342f: Allowing PFB interpolator to be called without specifying the taps; autogen ta...
Tom Rondeau
05:56 pm Revision 47c11429: Allowing PFB decimator to be called without specifying the taps; autogen taps ...
Tom Rondeau
05:56 pm Revision 3751671d: PFB channelizer can be specified without external taps. Uses optfir to generat...
Tom Rondeau
05:47 pm Revision ae03fd9a: Updating the arb. resampler to use the optfir filter that provides better spec...
Tom Rondeau
06:56 am Revision fd8f8671: Add missing .test files to tarball.
Eric Blossom
06:37 am Revision b8f174ce: Add minimal Python and Guile QA code to gr-uhd.
Eric Blossom
04:34 am Revision 3153f8f2: distcheck fix
Eric Blossom
04:07 am Revision 63fce8a9: Add scheme-ish convenience functions to usrp2.scm.
Eric Blossom
02:46 am Revision f290f9e4: Add minimal guile test code gr-usrp2.
Eric Blossom
02:32 am Revision 46c23681: Rename usrp2.i to usrp2_swig.i to allow insertion of guile convenience functions.
Eric Blossom

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...
Tom Rondeau

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 ...
Tom Rondeau
01:58 am Revision 7222b938: clean now gets rid of unittest results. Passes distcheck.
Tom Rondeau

12/23/2010

11:31 pm Revision 153de8c4: Modifying the unittest output. XML files are no longer written outside of the ...
Tom Rondeau
10:29 pm Revision 79c514b5: Update volk .gitignores
Eric Blossom
07:00 pm Revision 9fe81031: Add test to see if Guile was built with threads enabled
Eric Blossom
12:49 am Revision 272971a2: Check for lt_dladvise_global and fall back to using lt_dlopenext if not found.
Eric Blossom
« Previous
Next »
 

Also available in: Atom