summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* doc: fix documentation for wavsink (thanks to John Coppens for point it out).Tom Rondeau2012-03-271-3/+3
* core: when reseting buffers, make sure that the read/write pointers are alway...Tom Rondeau2012-03-272-0/+26
* uhd: fix dc offset call in uhd sourceJosh Blum2012-03-272-4/+4
* Merge remote branch 'jblum/fix_uhd_device_addr_python' into maintJohnathan Corgan2012-03-241-0/+4
|\
| * uhd: fix device_addr init issueJosh Blum2012-03-231-0/+4
* | Changes preinst.in from running 'ls' to running 'echo'Nicholas Corgan2012-03-231-1/+1
|/
* cmake: fix include path order in gruelJohnathan Corgan2012-03-232-2/+2
* volk: added volk as depedency for various componentsJosh Blum2012-03-2210-19/+19
* volk: fix for load prefs (config path)Josh Blum2012-03-221-1/+9
* volk: add include for config.h to cc fileJosh Blum2012-03-212-4/+4
* volk: change minimum acceptable ORC version to 4.12 (in cmake and updating ve...Tom Rondeau2012-03-192-2/+2
* core: fixed point sin/cos generator properly folds frequencies outside nyquis...Ben Reynwar2012-03-181-1/+5
* Merge remote branch 'jblum/gr_core_python_qa_add_dashb' into maintJohnathan Corgan2012-03-181-1/+1
|\
| * core: adds -B to python QA gnuradio-coreJosh Blum2012-03-181-1/+1
* | core: empty gr_hier_block2 contructor for virtual inheritanceJosh Blum2012-03-181-0/+1
|/
* Merge remote branch 'jblum/minor_gruel_qa_fix' into maintTom Rondeau2012-03-161-1/+1
|\
| * gruel: run qa tests with -B (fix from gruel_work_squashed)Josh Blum2012-03-161-1/+1
* | Merge branch 'maint' of gnuradio.org:gnuradio into maintTom Rondeau2012-03-1612-33/+60
|\ \
| * | update revision to v3.5.2.1v3.5.2.1Johnathan Corgan2012-03-152-2/+2
| * | Merge branch 'volk_32bit_fixes_maint' into maintTom Rondeau2012-03-159-19/+48
| |\ \
| | * | volk: turning off sse implementation of complex dot product for 32-bit machin...Tom Rondeau2012-03-151-7/+5
| | * | volk: makes the float-to-int conversion consistent and fixes an overflow bug ...Tom Rondeau2012-03-152-6/+4
| | * | core: makes sure that the Fourier taps for the FFT filter are aligned.Tom Rondeau2012-03-156-6/+39
| * | | volk: set local includes first for precedenceJosh Blum2012-03-151-12/+10
| |/ /
* / / docs: added reference to more details on gri_mmse_fir_interpolator documentat...Tom Rondeau2012-03-162-0/+8
|/ /
* | cmake: Windows uses size of void* to determine x86 vs. x64 and names installe...Nicholas Corgan2012-03-141-1/+7
* | cmake: add slackware detectionJosh Blum2012-03-121-1/+9
* | build: updated ignoresJohnathan Corgan2012-03-082-0/+2
* | build: update revision to 3.5.2v3.5.2Johnathan Corgan2012-03-052-2/+2
* | build: update from canonical config filesJohnathan Corgan2012-03-054-20/+50
* | testing something.Tom Rondeau2012-03-041-0/+1
* | volk: include config.h to have rintf in windows/msvc.Tom Rondeau2012-03-031-0/+4
* | Merge remote branch 'tom/safe_align'Johnathan Corgan2012-03-01115-303/+5123
|\ \
| * | volk: float to short conversion is consistent between archs and tail cases. R...Tom Rondeau2012-02-233-19/+18
| * | Merge remote branch 'bistromath/volk_fix' into safe_alignTom Rondeau2012-02-2319-108/+246
| |\ \
| | * | Remove ORC invocation since // doesn't dissuade the generator.Nick Foster2012-02-221-14/+0
| | * | Volk: add scalar const support to the profiler/QA code. Disabled volk_32fc_s3...Nick Foster2012-02-214-10/+37
| * | | Merge branch 'safe_align' of vortex.corganenterprises.com:gnuradio-trondeau i...Tom Rondeau2012-02-147-22/+11
| |\ \ \
| | * | | build: fix autotools for gnuradio-core volkificationJohnathan Corgan2012-02-147-22/+11
| * | | | volk: added README file to explain how to run the benchmark tests and plottin...Tom Rondeau2012-02-141-0/+252
| |/ / /
| * | | Merge branch 'master' into safe_alignJohnathan Corgan2012-02-1497-223/+1590
| |\ \ \
| * | | | volk: complex_to_arg doesn't actually use Volk. No need to benchmark it.Tom Rondeau2012-02-131-8/+1
| * | | | volk: can specify a table to calculate the percent improvement against instea...Tom Rondeau2012-02-131-20/+60
| * | | | core: change alignment requirement.Tom Rondeau2012-02-131-1/+1
| * | | | volk: better handling of plot for error bars. Older versions of pylab don't l...Tom Rondeau2012-02-131-8/+10
| * | | | volk: added some documentation to the Doxygen manual explaining Volk and how ...Tom Rondeau2012-02-132-0/+171
| * | | | core: reverting float_to_int to non-Volk due to precision/wrapping issues.Tom Rondeau2012-02-134-15/+23
| * | | | volk: better args for benchmarking volk tests; can specify a list of test num...Tom Rondeau2012-02-132-16/+17
| * | | | volk: improved GR benchmark and plotting utilities.Tom Rondeau2012-02-133-53/+110
| * | | | volk: test commands for measuring type conversion performance.Tom Rondeau2012-02-131-0/+183