Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | digital: updated BER test recever to use new SNR probe in digital. | Tom Rondeau | 2012-04-13 | 1 | -1/+1 |
| | |||||
* | Fix some minor warnings. | Tom Rondeau | 2012-04-13 | 3 | -3/+3 |
| | |||||
* | filters: add alias of "BLACKMAN_HARRiS" to "BLACKMAN_hARRIS" for consistency. | Nick Foster | 2012-04-12 | 1 | -0/+1 |
| | |||||
* | Merge branch 'maint' | Johnathan Corgan | 2012-04-09 | 2 | -0/+3 |
|\ | |||||
| * | gr: fix 2 places where pyc files get generated in-tree | Josh Blum | 2012-04-09 | 2 | -0/+3 |
| | | | | | | | | Included the GrPython module to define PYTHON_DASH_B. | ||||
* | | updated ignores, building with Python < 2.7 can leave stray files | Johnathan Corgan | 2012-04-09 | 1 | -0/+2 |
| | | |||||
* | | cmake: update revision to 3.6.0git | Johnathan Corgan | 2012-04-09 | 1 | -2/+2 |
| | | |||||
* | | wavelet: fix swig paths for OSX | Michael Dickens | 2012-04-09 | 2 | -1/+5 |
| | | |||||
* | | Merge remote branch 'jblum/wip_grc_any_blocks' | Johnathan Corgan | 2012-04-07 | 1 | -7/+50 |
|\ \ | |||||
| * | | grc: resolve down and up stream for empty types | Josh Blum | 2012-03-25 | 1 | -7/+50 |
| | | | |||||
* | | | Merge branch 'next'3.6.0git | Johnathan Corgan | 2012-04-07 | 1008 | -59189/+2508 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Merge branch 'master' into next | Johnathan Corgan | 2012-04-07 | 0 | -0/+0 |
| |\ \ | |/ / |/| | | | | | * Used merge strategy 'ours' to skip release commit | ||||
* | | | build: update revision to 3.5.3v3.5.3 | Johnathan Corgan | 2012-04-07 | 2 | -2/+2 |
| | | | |||||
| * | | Merge branch 'master' into next | Tom Rondeau | 2012-04-07 | 2 | -1/+5 |
| |\ \ | |/ / |/| | | | | | | | | | | | Conflicts: gr-howto-write-a-block/Makefile.common gr-howto-write-a-block/config/gr_standalone.m4 | ||||
* | | | Merge branch 'maint' | Tom Rondeau | 2012-04-07 | 4 | -2/+8 |
|\ \ \ | |||||
| * | | | gruel and howto: install gruel .i files in gruel dest. Howto will use that ↵maint-3.5.2 | Tom Rondeau | 2012-04-07 | 4 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | dir during build. howto under both cmake and autotools can be built off cmake or autotools gnuradio builds. | ||||
| | * | | Merge branch 'master' into next | Johnathan Corgan | 2012-04-07 | 6 | -34/+38 |
| | |\ \ | |_|/ / |/| | | | |||||
* | | | | Merge branch 'wfm_tx_work' | Johnathan Corgan | 2012-04-07 | 6 | -34/+38 |
|\ \ \ \ | |||||
| * | | | | core: loosen fm modulator QA to 5 decimal places of agreement | Johnathan Corgan | 2012-04-07 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | core: use while instead of if in frequency_modulator | Johnathan Corgan | 2012-04-07 | 1 | -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 Balister | 2012-03-15 | 2 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Balister <philip@opensdr.com> | ||||
| * | | | | qa_gr_fxpt : Remove debugging cout. | Philip Balister | 2012-03-13 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Balister <philip@opensdr.com> | ||||
| * | | | | gr_fxpt : Add sincos function to class. | Philip Balister | 2012-03-13 | 2 | -0/+26 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Balister <philip@opensdr.com> | ||||
| * | | | | gr_fxpt.c : Remove unused code. | Philip Balister | 2012-03-12 | 1 | -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 next | Tom Rondeau | 2012-04-07 | 1 | -2/+3 |
| | | |\ \ | |_|_|/ / |/| | | | | |||||
* | | | | | Merge branch 'maint' | Tom Rondeau | 2012-04-07 | 1 | -2/+3 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | core: buffer alignments were getting confused. Just need to tell all blocks ↵ | Tom Rondeau | 2012-04-07 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | that they are aligned upon restart. | ||||
| | | * | | Merge branch 'master' into next | Tom Rondeau | 2012-04-07 | 3 | -22/+48 |
| | | |\ \ | |_|_|/ / |/| | | | | |||||
* | | | | | Merge branch 'maint' | Tom Rondeau | 2012-04-07 | 2 | -22/+46 |
|\| | | | | |||||
| * | | | | trellis: bug fix to make sure file is closed. | Achilleas Anastasopoulos | 2012-04-07 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | core: makes sure all block's buffers are aligned on start/restart and that ↵ | Tom Rondeau | 2012-04-07 | 2 | -22/+46 |
| | | | | | | | | | | | | | | | | | | | | they know it. | ||||
* | | | | | trellis: bug fix to make sure file is closed. | Achilleas Anastasopoulos | 2012-04-07 | 1 | -0/+2 |
| | | | | | |||||
| | | * | | Merge branch 'master' into next | Tom Rondeau | 2012-04-06 | 2 | -0/+28 |
| | | |\ \ | |_|_|/ / |/| | | | | |||||
* | | | | | build: properly handle the VM circbuf; was forcing tmp file usage on all ↵ | Tom Rondeau | 2012-04-06 | 2 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | platforms. | ||||
| | | * | | Merge branch 'master' into next | Johnathan Corgan | 2012-04-05 | 6 | -19/+32 |
| | | |\ \ | |_|_|/ / |/| | | | | |||||
* | | | | | Merge remote branch 'ncorgan/gr-uhd_swig' | Johnathan Corgan | 2012-04-05 | 6 | -19/+32 |
|\ \ \ \ \ | |||||
| * | | | | | gr-uhd: uhd_fft and uhd_siggen account for cases where mboard/dboard has no ↵ | Nicholas Corgan | 2012-04-05 | 2 | -12/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | serial | ||||
| * | | | | | gr-uhd: minor aesthetic and consistency changes | Nicholas Corgan | 2012-04-05 | 6 | -9/+8 |
| | | | | | | |||||
| | | | * | | core: removing old MPSK SNR probe; replaced in gr-digital. | Tom Rondeau | 2012-04-05 | 7 | -239/+0 |
| | | | | | | |||||
| | | | * | | Merge branch 'master' into next | Tom Rondeau | 2012-04-05 | 4 | -33/+112 |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | Conflicts: gr-digital/grc/Makefile.am | ||||
* | | | | | | digital: added GRC files for new MPSK SNR estimator and probe. | Tom Rondeau | 2012-04-05 | 5 | -33/+114 |
| | | | | | | |||||
| | | | * | | Merge branch 'master' into next | Tom Rondeau | 2012-04-05 | 18 | -5/+242 |
| | | | |\ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | | Conflicts: grc/blocks/Makefile.am | ||||
* | | | | | | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | 2012-04-04 | 24 | -302/+500 |
|\ \ \ \ \ \ | |||||
* | | | | | | | build: use -O2 with cmake in Debug build. | Tom Rondeau | 2012-03-31 | 1 | -0/+4 |
| | | | | | | | |||||
* | | | | | | | core: adds vlen and scalar args to type converter blocks in GRC. | Tom Rondeau | 2012-03-31 | 18 | -5/+241 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also fixes documentation for these blocks. | ||||
| | | | | * | | Merge remote branch 'tom/cmake_builds' into next | Johnathan Corgan | 2012-04-04 | 199 | -1900/+1250 |
| | | | | |\ \ | |||||
| | | | | | * | | cmake: fixing current build version number. | Tom Rondeau | 2012-04-03 | 1 | -1/+1 |
| | | | | | | | | |||||
| | | | | | * | | Rework example directories. Gets rid of gnuradio-examples, moves these to ↵ | Tom Rondeau | 2012-04-03 | 61 | -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_builds | Tom Rondeau | 2012-04-03 | 139 | -1435/+548 |
| | | | | | |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt | ||||
| | | | | | | * | | examples: Reworked locations and installation of examples. | Tom Rondeau | 2012-04-03 | 96 | -94/+228 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>. |