summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-132188-18138/+18137
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* digital: updated BER test recever to use new SNR probe in digital.Tom Rondeau2012-04-131-1/+1
|
* Fix some minor warnings.Tom Rondeau2012-04-133-3/+3
|
* filters: add alias of "BLACKMAN_HARRiS" to "BLACKMAN_hARRIS" for consistency.Nick Foster2012-04-121-0/+1
|
* Merge branch 'maint'Johnathan Corgan2012-04-092-0/+3
|\
| * gr: fix 2 places where pyc files get generated in-treeJosh Blum2012-04-092-0/+3
| | | | | | | | Included the GrPython module to define PYTHON_DASH_B.
* | updated ignores, building with Python < 2.7 can leave stray filesJohnathan Corgan2012-04-091-0/+2
| |
* | cmake: update revision to 3.6.0gitJohnathan Corgan2012-04-091-2/+2
| |
* | wavelet: fix swig paths for OSXMichael Dickens2012-04-092-1/+5
| |
* | Merge remote branch 'jblum/wip_grc_any_blocks'Johnathan Corgan2012-04-071-7/+50
|\ \
| * | grc: resolve down and up stream for empty typesJosh Blum2012-03-251-7/+50
| | |
* | | Merge branch 'next'3.6.0gitJohnathan Corgan2012-04-071008-59189/+2508
|\ \ \ | |_|/ |/| |
| * | Merge branch 'master' into nextJohnathan Corgan2012-04-070-0/+0
| |\ \ | |/ / |/| | | | | * Used merge strategy 'ours' to skip release commit
* | | build: update revision to 3.5.3v3.5.3Johnathan Corgan2012-04-072-2/+2
| | |
| * | Merge branch 'master' into nextTom Rondeau2012-04-072-1/+5
| |\ \ | |/ / |/| | | | | | | | | | | Conflicts: gr-howto-write-a-block/Makefile.common gr-howto-write-a-block/config/gr_standalone.m4
* | | Merge branch 'maint'Tom Rondeau2012-04-074-2/+8
|\ \ \
| * | | gruel and howto: install gruel .i files in gruel dest. Howto will use that ↵maint-3.5.2Tom Rondeau2012-04-074-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | dir during build. howto under both cmake and autotools can be built off cmake or autotools gnuradio builds.
| | * | Merge branch 'master' into nextJohnathan Corgan2012-04-076-34/+38
| | |\ \ | |_|/ / |/| | |
* | | | Merge branch 'wfm_tx_work'Johnathan Corgan2012-04-076-34/+38
|\ \ \ \
| * | | | core: loosen fm modulator QA to 5 decimal places of agreementJohnathan Corgan2012-04-071-1/+1
| | | | |
| * | | | core: use while instead of if in frequency_modulatorJohnathan Corgan2012-04-071-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | * It is possible to wrap multiple times in a single update if the sensitivity parameter is high enough.
| * | | | gr_frequency_modulator_f : Convert from using libm sin/cos, to gr_fxpt sin/cos.Philip Balister2012-03-152-12/+12
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Balister <philip@opensdr.com>
| * | | | qa_gr_fxpt : Remove debugging cout.Philip Balister2012-03-131-1/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Balister <philip@opensdr.com>
| * | | | gr_fxpt : Add sincos function to class.Philip Balister2012-03-132-0/+26
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Balister <philip@opensdr.com>
| * | | | gr_fxpt.c : Remove unused code.Philip Balister2012-03-121-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The code in the #if 0 block is in the header file. Remove this section to avoid confusing people trying to figure out what this does. Signed-off-by: Philip Balister <philip@opensdr.com>
| | | * | Merge branch 'master' into nextTom Rondeau2012-04-071-2/+3
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Merge branch 'maint'Tom Rondeau2012-04-071-2/+3
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | core: buffer alignments were getting confused. Just need to tell all blocks ↵Tom Rondeau2012-04-071-2/+3
| | | | | | | | | | | | | | | | | | | | that they are aligned upon restart.
| | | * | Merge branch 'master' into nextTom Rondeau2012-04-073-22/+48
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Merge branch 'maint'Tom Rondeau2012-04-072-22/+46
|\| | | |
| * | | | trellis: bug fix to make sure file is closed.Achilleas Anastasopoulos2012-04-071-0/+2
| | | | |
| * | | | core: makes sure all block's buffers are aligned on start/restart and that ↵Tom Rondeau2012-04-072-22/+46
| | | | | | | | | | | | | | | | | | | | they know it.
* | | | | trellis: bug fix to make sure file is closed.Achilleas Anastasopoulos2012-04-071-0/+2
| | | | |
| | | * | Merge branch 'master' into nextTom Rondeau2012-04-062-0/+28
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | build: properly handle the VM circbuf; was forcing tmp file usage on all ↵Tom Rondeau2012-04-062-0/+28
| | | | | | | | | | | | | | | | | | | | platforms.
| | | * | Merge branch 'master' into nextJohnathan Corgan2012-04-056-19/+32
| | | |\ \ | |_|_|/ / |/| | | |
* | | | | Merge remote branch 'ncorgan/gr-uhd_swig'Johnathan Corgan2012-04-056-19/+32
|\ \ \ \ \
| * | | | | gr-uhd: uhd_fft and uhd_siggen account for cases where mboard/dboard has no ↵Nicholas Corgan2012-04-052-12/+26
| | | | | | | | | | | | | | | | | | | | | | | | serial
| * | | | | gr-uhd: minor aesthetic and consistency changesNicholas Corgan2012-04-056-9/+8
| | | | | |
| | | | * | core: removing old MPSK SNR probe; replaced in gr-digital.Tom Rondeau2012-04-057-239/+0
| | | | | |
| | | | * | Merge branch 'master' into nextTom Rondeau2012-04-054-33/+112
| | | | |\ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Conflicts: gr-digital/grc/Makefile.am
* | | | | | digital: added GRC files for new MPSK SNR estimator and probe.Tom Rondeau2012-04-055-33/+114
| | | | | |
| | | | * | Merge branch 'master' into nextTom Rondeau2012-04-0518-5/+242
| | | | |\ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | Conflicts: grc/blocks/Makefile.am
* | | | | | Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau2012-04-0424-302/+500
|\ \ \ \ \ \
* | | | | | | build: use -O2 with cmake in Debug build.Tom Rondeau2012-03-311-0/+4
| | | | | | |
* | | | | | | core: adds vlen and scalar args to type converter blocks in GRC.Tom Rondeau2012-03-3118-5/+241
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes documentation for these blocks.
| | | | | * | Merge remote branch 'tom/cmake_builds' into nextJohnathan Corgan2012-04-04199-1900/+1250
| | | | | |\ \
| | | | | | * | cmake: fixing current build version number.Tom Rondeau2012-04-031-1/+1
| | | | | | | |
| | | | | | * | Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau2012-04-0361-495/+638
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.
| | | | | | * | Merge branch 'rm_python_ext' into cmake_buildsTom Rondeau2012-04-03139-1435/+548
| | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt