summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cmake: update revision to 3.7.1 for releasev3.7.1Johnathan Corgan2013-08-291-1/+1
* Merge branch 'maint'Tom Rondeau2013-08-291-1/+1
|\
| * blocks: set default argument of file_descriptor_source so repeate=false. Bug ...Tom Rondeau2013-08-291-1/+1
* | Merge branch 'maint'Tom Rondeau2013-08-281-1/+0
|\|
| * cmake: don't install controlport config file in two places. Just in etc/gnura...Tom Rondeau2013-08-281-1/+0
* | Merge branch 'maint'Johnathan Corgan2013-08-283-1/+5
|\|
| * digital: fix for OFDM serializer QA after FFT block fixJohnathan Corgan2013-08-281-1/+1
| * fft: fix missing set_window call on initializationJohnathan Corgan2013-08-282-0/+4
* | Merge remote-tracking branch 'ncorgan/channels_fix'Johnathan Corgan2013-08-271-0/+2
|\ \
| * | channels: added _USE_MATH_DEFINES definition to allow use of M_PI in MSVCNicholas Corgan2013-08-271-0/+2
* | | Merge branch 'maint'Tom Rondeau2013-08-271-1/+2
|\ \ \ | | |/ | |/|
| * | digital: fix for moving average filter in OFDM equalizer.Stefano Banti2013-08-271-1/+2
* | | Merge branch 'maint'Tom Rondeau2013-08-271-1/+30
|\| | | |/ |/|
| * modtool: forces another check for include dirs and libraries when looking for...Tom Rondeau2013-08-271-1/+30
* | Merge branch 'master' of git.gnuradio.org:gnuradioTom Rondeau2013-08-272-156/+156
|\ \
| * | Merge branch 'maint'Tom Rondeau2013-08-272-156/+156
| |\|
| | * volk: update Volk profiker to use non integer multiples of register sizes to ...Doug Geiger2013-08-271-80/+80
| | * volk: update QA test to use non integer multiples of register sizes to ensure...Doug Geiger2013-08-271-76/+76
* | | Merge branch 'dynamic_channel'Tom Rondeau2013-08-2722-26/+833
|\ \ \ | |/ / |/| |
| * | channels: added second channel model that takes in a function to change freq/...Tom Rondeau2013-08-277-0/+418
| * | filter: added optional second input that dynamically adjusts resampling rate.Tom Rondeau2013-08-264-26/+127
| * | blocks: adding a complex VCO block.Tom Rondeau2013-08-2611-0/+288
* | | Merge branch 'maint'Tom Rondeau2013-08-272-2/+31
|\ \ \ | | |/ | |/|
| * | volk: tests if xgetbv (an avx instruction) is really, truly available. Allows...Michael Dickens2013-08-272-2/+31
* | | build: installing all cmake files into lib/cmake/gnuradio directory.Tom Rondeau2013-08-271-1/+4
* | | Merge branch 'maint'Johnathan Corgan2013-08-271-0/+3
|\| |
| * | Merge remote-tracking branch 'ncorgan/runtime_swig_fix' into maintJohnathan Corgan2013-08-271-0/+3
| |\ \
| | * | runtime: Fixed runtime SWIG linker errorNicholas Corgan2013-08-261-0/+3
* | | | grc: Sorts the block tree column at start-up.Julien Olivain2013-08-261-1/+2
* | | | Merge branch 'maint'Tom Rondeau2013-08-261-1/+8
|\| | |
| * | | utils: Fixes grcc to exit with an error code in case of a compilation error.Julien Olivain2013-08-261-1/+8
* | | | Merge branch 'maint'Johnathan Corgan2013-08-253-5/+8
|\| | |
| * | | runtime: fix hier_block2 disconnect_all()Johnathan Corgan2013-08-251-2/+5
| * | | cmake: force detection to Python 2.x onlyJulien Olivain2013-08-251-1/+1
| * | | fft: fix XML import for logpwrfft blockAndrej Lajovic2013-08-251-2/+2
| |/ /
* | | digital: fixed ofdm benchmark_tx. flowgraph was closing down before tx queue ...Mike Jameson2013-08-231-1/+2
* | | digital: updated narrowband examples with --lo-offset and --clock-source optionsMike Jameson2013-08-233-26/+43
* | | blocks: interleaved_char_to_complex grc xml fixTim O'Shea2013-08-231-2/+2
* | | Merge branch 'maint'Johnathan Corgan2013-08-236-37/+21
|\| | | |/ |/|
| * qtgui: fixes some bugs between qwt 5 and 6, some reorg.Tom Rondeau2013-08-216-37/+21
* | grc: fixes module misnaming from 3.6 to 3.7.Tom Rondeau2013-08-211-3/+3
* | ctrlport: only convert strings to bytes for probe2_b data.Tom Rondeau2013-08-212-3/+3
* | Merge branch 'maint'Johnathan Corgan2013-08-165-5/+15
|\|
| * blocks: agc3_cc bug fix for input values of zeroTim O'Shea2013-08-161-1/+1
| * uhd: if B2X0 is connected, change USRP config info strings to account for lac...Nicholas Corgan2013-08-163-3/+12
| * digital: ofdm benchmark_rx fft conflict fixMike Jameson2013-08-161-1/+2
* | blocks: adding interleaved_char_to_complex blockTim O'Shea2013-08-167-0/+205
* | Merge remote-tracking branch 'm0mik/digital_ofdm_benchmark_txrx_lo_offset_opt...Johnathan Corgan2013-08-163-30/+48
|\ \
| * | digital: ofdm benchmark_tx/rx added --clock-source option for external clock ...Mike Jameson2013-08-093-23/+31
| * | digital: ofdm benchmark_tx/rx added lo_offset option and enabled external clo...Mike Jameson2013-08-083-13/+23