summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-05-18Volk: added alignment prop to each machine. call volk_get_alignment() to get ...Nick Foster
2011-05-18Volk: renamed everything else to _a instead of _a16, makefiles includedNick Foster
2011-05-18Volk: rename functions _a instead of _a16Nick Foster
2011-05-18Volk: rename aligned functions to just _a instead of _a16Nick Foster
2011-05-18filter: Adding a concept of output samples per symbol to the PFB clock recove...Tom Rondeau
2011-05-18core: minor changes to clean up adaptive filter code.Tom Rondeau
2011-05-18digital: set number of samps per symbol for the equalizer. Also, explicitly s...Tom Rondeau
2011-05-17gr-uhd: fixed uhd apps; don't try to set the clock; default antenna unless sp...Tom Rondeau
2011-05-13volk: do not install library-only headersJosh Blum
2011-05-13Merge branch 'master' into 8pskTom Rondeau
2011-05-12volk: added header implementation files to generation rule dependenciesJosh Blum
2011-05-12Volk: I keep pulling tests out for testing and forgetting to put them back in...Nick Foster
2011-05-12Volk: avx impl for 32f_s32f_convert_32iNick Foster
2011-05-12Volk: changed size of memory alignment in QA code to 32 for AVX supportNick Foster
2011-05-12Volk: added an AVX impl (of 32f multiply) just to see if it's any faster. It'...Nick Foster
2011-05-12Volk: Forgot to put sse4.1 support in sse4_2 and avx machinesNick Foster
2011-05-12Volk: uncomment most of the profiler testsNick Foster
2011-05-12Merge branch 'volk_cmake' of github.com:bistromath/gnuradio into new_volk_cmakeJosh Blum
2011-05-12Volk: move configuration into ~/.volk instead of ~/.gnuradio, add ability to ...Nick Foster
2011-05-12Volk: fixed pkgconfig installNick Foster
2011-05-12Volk: fix volk.pc.inNick Foster
2011-05-12Volk: forgot to add prefs.c/h to git...Nick Foster
2011-05-12Volk: actually return the preferred archNick Foster
2011-05-12Volk: profiling works. loads prefs on init. volk_rank_archs looks in prefs fi...Nick Foster
2011-05-12Fixing typos in grc xml files.Ben Reynwar
2011-05-12core: adding get/set sensitivity accessors to frequency_modulator_fc block.Tom Rondeau
2011-05-11Volk: Profiler is in apps/ now. Added name to function info. Going to C++-ify...Nick Foster
2011-05-11Moved generic psk and qam modulation into gr-digital.Ben Reynwar
2011-05-10Modifying gr_trellis for gr_constellation -> digital_constellation change.Ben Reynwar
2011-05-10Volk: initial profiling support. Profiling works, reading doesn't yet. Need t...Nick Foster
2011-05-10volk: move generation rules into lib + cleanupJosh Blum
2011-05-10Volk: allow setting of build type (debug, release, etc) from command lineNick Foster
2011-05-10volk: added orc support to the cmake buildJosh Blum
2011-05-10volk: cmake support for volk (gcc + msvc)Josh Blum
2011-05-10volk: generate two machine structs which are conditional on LV_HAVE_ORCJosh Blum
2011-05-10gr-uhd: fixed apps Makefile for distribution.Tom Rondeau
2011-05-10gr-uhd: adding gitignore file to uhd apps dir.Tom Rondeau
2011-05-10gr-uhd: Makefile.am for UHD apps.Tom Rondeau
2011-05-10gr-uhd: UHD version of usrpx_rx_cfile.py.Tom Rondeau
2011-05-10gr-uhd: adding antenna selection ability to uhd_fft.py.Tom Rondeau
2011-05-10gr-uhd: adding uhd_fft.py appTom Rondeau
2011-05-10examples: usrp2_wfm_rcv added support for WBX boards. From patch submitted by...Tom Rondeau
2011-05-10build: updated SDCC error message on failure. We don't support version 3, so ...Tom Rondeau
2011-05-09volk: implement type-agnostic operators for volk_complexJosh Blum
2011-05-09Volk: Each QA test runs in separate Boost test case so it prints statistics f...Nick Foster
2011-05-09gnuradio: revert bootstrap changesJosh Blum
2011-05-09gr-qtgui: adding the various windows as initial options for the qtgui sink in...Tom Rondeau
2011-05-09gr-qtgui: makes time sink a sync_block (since it is) and uses set_output_mult...Tom Rondeau
2011-05-08Merge branch 'master' into 8pskTom Rondeau
2011-05-08build: committing updated Makefile.swig.gen files.Tom Rondeau