summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-30Merged upstream from nextBen Reynwar
2011-01-27Minor changes to a benchmark example in gnuradio-examples/python/digital.Ben Reynwar
2011-01-27Minor typo in comments.Ben Reynwar
2011-01-25volk: Adding explicit links to local volk libraries. Required to prevent brea...Tom Rondeau
2011-01-25volk: New volk kernel for conjugate dot products with unaligned buffers.Tom Rondeau
2011-01-25uhd: typo fix setime_unknown_pps -> set_time_unknown_pps in grc xml generatorJosh Blum
2011-01-23Fixed minor bug in fsm.cc for fsms with 1 state.Ben Reynwar
2011-01-23Forced initialization of arrays to avoid warnings.Tom Rondeau
2011-01-23Needed to specify the use of boost::filesystem library.Tom Rondeau
2011-01-23Merge branch 'mergeme/volk/x86_cpuid_simplification' into nextTom Rondeau
2011-01-23Merge branch 'mergeme/qtgui/use_boost_posix_time' into nextTom Rondeau
2011-01-23Removing YYYY-mmm-DD from time displayed on Waterfall plot.Tom Rondeau
2011-01-23Merge branch 'mergeme/misc/mkdir_simplification' into nextTom Rondeau
2011-01-23Merge branch 'mergeme/misc/mkdir_simplification' of git://gnuradio.org/jblum ...Tom Rondeau
2011-01-22implemented cpuid gcc call in gr-filter gr_cpu_x86.cc, removes cpuid asm filesJosh Blum
2011-01-22created gr_sys_paths.h to house functions for getting system pathsJosh Blum
2011-01-22qtgui: use the posix time to_simple_string to simplify label textJosh Blum
2011-01-22Merge branch 'mergeme/misc/complex_dotprod_generic_header_fix' into nextTom Rondeau
2011-01-22Merge branch 'mergeme/math/gr_math_simplification' into nextTom Rondeau
2011-01-22Merge branch 'mergeme/misc/gr_fxpt_static_const_fix' into nextTom Rondeau
2011-01-22Adding required legal notice of what a copyright year range means that is now...Tom Rondeau
2011-01-22Merge branch 'mergeme/math/explicit_type_overloads' into nextTom Rondeau
2011-01-22Merge branch 'mergeme/misc/mkdir_simplification' into nextTom Rondeau
2011-01-22Updating copyright.Tom Rondeau
2011-01-22Merge branch 'mergeme/grc/config_check_fix' into nextTom Rondeau
2011-01-22Updating copyright.Tom Rondeau
2011-01-22Merge branch 'mergeme/qtgui/plots_static_const_fix' into nextTom Rondeau
2011-01-22Merge branch 'mergeme/qtgui/plot_waterfall_fix' into nextTom Rondeau
2011-01-22Merge branch 'mergeme/qtgui/includes_missing_stdint_fix' into nextTom Rondeau
2011-01-20Added support for PSK to generic modulation.Ben Reynwar
2011-01-19uhd: move tags functionality into its own sub-class that is enabled by prefer...Josh Blum
2011-01-19uhd: swig up the device discoveryJosh Blum
2011-01-19uhd: replace gain floats with doubles to reflect new uhd apiJosh Blum
2011-01-19uhd: make the repr and str installation more genericJosh Blum
2011-01-19uhd: use the actual device and io types, do hacks in the init.py, also use cl...Josh Blum
2011-01-19uhd: added export macros (not used now) and updated copyright datesJosh Blum
2011-01-19uhd: swig + python tweaks to uhd typesJosh Blum
2011-01-19uhd: increment api compat numberJosh Blum
2011-01-19uhd: removed ranges template stuff, added some python polish in __init__.pyJosh Blum
2011-01-19uhd: multi device, set timestamps without SOB on every burst in the work func...Josh Blum
2011-01-18cleanup mkdir usage with boost filesystem:Josh Blum
2011-01-17qtgui boost use posix time:Josh Blum
2011-01-17volk: replace assembly and separate cases with gcc cpuid for all x86Josh Blum
2011-01-17qtgui plots static const fixes:Josh Blum
2011-01-17qtgui missing stdint include fix:Josh Blum
2011-01-17qtgui plot waterfall fixJosh Blum
2011-01-17gr fxpt static const fix:Josh Blum
2011-01-17remove header includes in *complex_dotprod_generic.cc that don't belongJosh Blum
2011-01-17math explicit type overloads:Josh Blum
2011-01-17gr math simplification:Josh Blum