| Commit message (Expand) | Author | Age | Files | Lines |
* | Forgot to add qpsk.py in last commit. | Ben Reynwar | 2011-02-01 | 1 | -0/+79 |
* | Added QPSK constellation object. | Ben Reynwar | 2011-01-31 | 5 | -3/+72 |
* | Tidied qam.py | Ben Reynwar | 2011-01-31 | 1 | -2/+0 |
* | Added BPSK constellation object. | Ben Reynwar | 2011-01-31 | 5 | -15/+171 |
* | Added ofdm_frame_sink2. Like ofdm_frame_sink but uses constellation object. | Ben Reynwar | 2011-01-30 | 6 | -2/+537 |
* | Modified python level OFDM to use constellation object. | Ben Reynwar | 2011-01-30 | 1 | -43/+32 |
* | Fixed Makefiles to generate swig_doc.i | Ben Reynwar | 2011-01-30 | 19 | -237/+2292 |
* | Merged upstream from next | Ben Reynwar | 2011-01-30 | 846 | -7307/+50781 |
|\ |
|
| * | volk: Adding explicit links to local volk libraries. Required to prevent brea... | Tom Rondeau | 2011-01-25 | 1 | -1/+1 |
| * | volk: New volk kernel for conjugate dot products with unaligned buffers. | Tom Rondeau | 2011-01-25 | 6 | -1/+306 |
| * | uhd: typo fix setime_unknown_pps -> set_time_unknown_pps in grc xml generator | Josh Blum | 2011-01-25 | 1 | -1/+1 |
| * | Forced initialization of arrays to avoid warnings. | Tom Rondeau | 2011-01-23 | 1 | -4/+4 |
| * | Needed to specify the use of boost::filesystem library. | Tom Rondeau | 2011-01-23 | 2 | -2/+5 |
| * | Merge branch 'mergeme/volk/x86_cpuid_simplification' into next | Tom Rondeau | 2011-01-23 | 13 | -340/+374 |
| |\ |
|
| | * | implemented cpuid gcc call in gr-filter gr_cpu_x86.cc, removes cpuid asm files | Josh Blum | 2011-01-22 | 5 | -121/+183 |
| | * | volk: replace assembly and separate cases with gcc cpuid for all x86 | Josh Blum | 2011-01-17 | 8 | -219/+191 |
| * | | Merge branch 'mergeme/qtgui/use_boost_posix_time' into next | Tom Rondeau | 2011-01-23 | 2 | -19/+21 |
| |\ \ |
|
| | * | | Removing YYYY-mmm-DD from time displayed on Waterfall plot. | Tom Rondeau | 2011-01-23 | 1 | -0/+10 |
| | * | | qtgui: use the posix time to_simple_string to simplify label text | Josh Blum | 2011-01-22 | 1 | -15/+5 |
| | * | | qtgui boost use posix time: | Josh Blum | 2011-01-17 | 2 | -6/+8 |
| | |/ |
|
| * | | Merge branch 'mergeme/misc/mkdir_simplification' into next | Tom Rondeau | 2011-01-23 | 9 | -89/+77 |
| |\ \ |
|
| | * \ | Merge branch 'mergeme/misc/mkdir_simplification' of git://gnuradio.org/jblum ... | Tom Rondeau | 2011-01-23 | 9 | -89/+77 |
| | |\ \ |
|
| | | * | | created gr_sys_paths.h to house functions for getting system paths | Josh Blum | 2011-01-22 | 9 | -91/+79 |
| * | | | | Merge branch 'mergeme/misc/complex_dotprod_generic_header_fix' into next | Tom Rondeau | 2011-01-22 | 2 | -2/+0 |
| |\ \ \ \ |
|
| | * | | | | remove header includes in *complex_dotprod_generic.cc that don't belong | Josh Blum | 2011-01-17 | 2 | -2/+0 |
| | | |_|/
| | |/| | |
|
| * | | | | Merge branch 'mergeme/math/gr_math_simplification' into next | Tom Rondeau | 2011-01-22 | 9 | -171/+7 |
| |\ \ \ \ |
|
| | * | | | | gr math simplification: | Josh Blum | 2011-01-17 | 9 | -171/+7 |
| | |/ / / |
|
| * | | | | Merge branch 'mergeme/misc/gr_fxpt_static_const_fix' into next | Tom Rondeau | 2011-01-22 | 2 | -5/+4 |
| |\ \ \ \ |
|
| | * | | | | gr fxpt static const fix: | Josh Blum | 2011-01-17 | 2 | -5/+4 |
| | |/ / / |
|
| * | | | | Adding required legal notice of what a copyright year range means that is now... | Tom Rondeau | 2011-01-22 | 1 | -0/+13 |
| * | | | | Merge branch 'mergeme/math/explicit_type_overloads' into next | Tom Rondeau | 2011-01-22 | 8 | -9/+9 |
| |\ \ \ \ |
|
| | * | | | | math explicit type overloads: | Josh Blum | 2011-01-17 | 8 | -9/+9 |
| | |/ / / |
|
| * | | | | Merge branch 'mergeme/misc/mkdir_simplification' into next | Tom Rondeau | 2011-01-22 | 21 | -230/+79 |
| |\ \ \ \
| | | |/ /
| | |/| | |
|
| | * | | | Updating copyright. | Tom Rondeau | 2011-01-22 | 18 | -18/+18 |
| | | |/
| | |/| |
|
| | * | | cleanup mkdir usage with boost filesystem: | Josh Blum | 2011-01-18 | 21 | -213/+62 |
| | |/ |
|
| * | | Merge branch 'mergeme/grc/config_check_fix' into next | Tom Rondeau | 2011-01-22 | 1 | -3/+2 |
| |\ \ |
|
| | * | | Updating copyright. | Tom Rondeau | 2011-01-22 | 1 | -1/+1 |
| | * | | grc: numpy is also a grc dependency, check numpy when since not requiring wxgui | Josh Blum | 2011-01-17 | 1 | -2/+1 |
| | |/ |
|
| * | | Merge branch 'mergeme/qtgui/plots_static_const_fix' into next | Tom Rondeau | 2011-01-22 | 4 | -15/+11 |
| |\ \ |
|
| | * | | qtgui plots static const fixes: | Josh Blum | 2011-01-17 | 4 | -15/+11 |
| | |/ |
|
| * | | Merge branch 'mergeme/qtgui/plot_waterfall_fix' into next | Tom Rondeau | 2011-01-22 | 1 | -1/+1 |
| |\ \ |
|
| | * | | qtgui plot waterfall fix | Josh Blum | 2011-01-17 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge branch 'mergeme/qtgui/includes_missing_stdint_fix' into next | Tom Rondeau | 2011-01-22 | 3 | -0/+3 |
| |\ \ |
|
| | * | | qtgui missing stdint include fix: | Josh Blum | 2011-01-17 | 3 | -0/+3 |
| | |/ |
|
| * | | uhd: move tags functionality into its own sub-class that is enabled by prefer... | Josh Blum | 2011-01-19 | 2 | -17/+69 |
| * | | uhd: swig up the device discovery | Josh Blum | 2011-01-19 | 2 | -10/+16 |
| * | | uhd: replace gain floats with doubles to reflect new uhd api | Josh Blum | 2011-01-19 | 8 | -16/+16 |
| * | | uhd: make the repr and str installation more generic | Josh Blum | 2011-01-19 | 1 | -8/+5 |
| * | | uhd: use the actual device and io types, do hacks in the init.py, also use cl... | Josh Blum | 2011-01-19 | 12 | -51/+89 |
| * | | uhd: added export macros (not used now) and updated copyright dates | Josh Blum | 2011-01-19 | 8 | -15/+53 |