| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | 2011-07-28 | 93 | -4144/+1526 |
|\ |
|
| * | digital: reworking code so digital examples work. BPSK seems to work fine off... | Tom Rondeau | 2011-07-26 | 14 | -68/+105 |
| * | digital: reworking code so digital examples work. BPSK seems to work fine off... | Tom Rondeau | 2011-07-25 | 1 | -0/+124 |
| * | digital: updates to build for gr-digital examples. | Tom Rondeau | 2011-07-24 | 2 | -1/+6 |
| * | digital: working digital transmit benchmark script to file. | Tom Rondeau | 2011-07-24 | 5 | -0/+428 |
| * | digital: modifications to make Python scripts in digital usable. | Tom Rondeau | 2011-07-24 | 6 | -9/+14 |
| * | digital: moving Python digital stuff to gr-digital. Fixing some build issues. | Tom Rondeau | 2011-07-24 | 14 | -855/+118 |
| * | digital: moving mpsk_receiver from gnuradio-core to gr-digital. Added QA code... | Tom Rondeau | 2011-07-24 | 11 | -79/+201 |
| * | digital: rename QA test to represent the function we are testing. | Tom Rondeau | 2011-07-24 | 1 | -2/+2 |
| * | digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code for... | Tom Rondeau | 2011-07-24 | 11 | -35/+96 |
| * | digital: adding QA code for LMS DD equalizer. | Tom Rondeau | 2011-07-24 | 1 | -0/+53 |
| * | digital: made clock recovery QA code executable. | Tom Rondeau | 2011-07-24 | 1 | -0/+0 |
| * | digital: fixed name of costas loop QA test block; made qa_binary_slicer_fb ex... | Tom Rondeau | 2011-07-24 | 2 | -4/+4 |
| * | digital: added some QA tests for the clock_recovery_mm block. | Tom Rondeau | 2011-07-24 | 3 | -0/+181 |
| * | digital: moving correlate_access_code to gr-digital. | Tom Rondeau | 2011-07-21 | 12 | -58/+55 |
| * | digital: using new psk2 to build the constellation and no longer use blks2 | Tom Rondeau | 2011-07-21 | 1 | -4/+4 |
| * | digital: removed LMS and CMA equalizers from core that are supplanted in gr-d... | Tom Rondeau | 2011-07-20 | 19 | -637/+6 |
| * | digital: removed gr_costas_loop from gnuradio-core that is replaced in gr-dig... | Tom Rondeau | 2011-07-19 | 6 | -384/+0 |
| * | digital: removed references to modulators that were moved to gr-digital. | Tom Rondeau | 2011-07-19 | 1 | -6/+0 |
| * | digital: moved clock_recovery_ff/cc to gr-digital. | Tom Rondeau | 2011-07-19 | 11 | -103/+102 |
| * | digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA c... | Tom Rondeau | 2011-07-19 | 23 | -2115/+122 |
* | | cmake: added -ldl flag to cppunit when pkg config is used | Josh Blum | 2011-07-28 | 1 | -0/+1 |
* | | cmake: be a little more robust when checking source code version | Josh Blum | 2011-07-28 | 1 | -2/+15 |
* | | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | 2011-07-28 | 7 | -12/+12 |
|\ \ |
|
| * | | fixed some more warnings; mostly in doxygen or order of variable initialization. | Tom Rondeau | 2011-07-27 | 5 | -7/+8 |
| * | | Merge branch 'master' into next | Tom Rondeau | 2011-07-27 | 2 | -5/+4 |
| |\ \ |
|
| | * | | Fixed warnings generated from improper includes in swig interface file. | Tom Rondeau | 2011-07-27 | 1 | -4/+4 |
| | * | | Fixed doxygen warning in gr-uhd | Tom Rondeau | 2011-07-27 | 1 | -1/+0 |
* | | | | filter: fixed file extension on filter CMakeLists neon code | Josh Blum | 2011-07-28 | 1 | -1/+1 |
* | | | | Merge branch 'next' of gnuradio.org:gnuradio into next | Josh Blum | 2011-07-26 | 9 | -18/+17 |
|\| | | |
|
| * | | | Merge branch 'master' into next | Tom Rondeau | 2011-07-26 | 8 | -17/+16 |
| |\| | |
|
| | * | | Merge branch 'maint' | Tom Rondeau | 2011-07-26 | 8 | -17/+16 |
| | |\ \ |
|
| | | * | | doxygen: fixed doxygen warnings. | Tom Rondeau | 2011-07-26 | 2 | -2/+1 |
| | | * | | Fixed type warning. | Tom Rondeau | 2011-07-26 | 1 | -1/+1 |
| | | * | | Fixed warnings about doxygen format. | Tom Rondeau | 2011-07-26 | 2 | -2/+0 |
| | | * | | Fixed return warnings. | Tom Rondeau | 2011-07-26 | 1 | -10/+12 |
| | | * | | Fixed warnings about variable intialization order. | Tom Rondeau | 2011-07-26 | 3 | -3/+3 |
| * | | | | Merge branch 'master' into next | Johnathan Corgan | 2011-07-26 | 3 | -3/+3 |
| |\| | | |
|
| | * | | | comedi: fix to use comedi 0.8 API | Johnathan Corgan | 2011-07-26 | 3 | -3/+3 |
| * | | | | Merge branch 'master' into next | Johnathan Corgan | 2011-07-26 | 12 | -0/+44 |
| |\| | | |
|
| | * | | | Merge branch 'maint' | Johnathan Corgan | 2011-07-26 | 12 | -0/+44 |
| | |\| | |
|
| | | * | | core: added missing io.h includes on cc files | Josh Blum | 2011-07-26 | 4 | -0/+14 |
| | | * | | core: added missing config.h includes on cc files | Josh Blum | 2011-07-26 | 8 | -0/+30 |
| * | | | | misc_next_branch_tweaks_to_build_on_osx_and_windows | Josh Blum | 2011-07-23 | 5 | -7/+10 |
* | | | | | wxgui: fix to install wxgui python into gnuradio site-packages, not top level | Josh Blum | 2011-07-26 | 1 | -3/+3 |
* | | | | | cmake: changed module include guards to model after builtin cmake modules | Josh Blum | 2011-07-24 | 9 | -36/+36 |
* | | | | | video-sdl: solution for proper swig directory windows | Josh Blum | 2011-07-24 | 2 | -3/+2 |
* | | | | | vocoder: added missing examples subdir add | Josh Blum | 2011-07-24 | 1 | -0/+1 |
* | | | | | video-sdl: video sdl builds on windows with MSVC as well | Josh Blum | 2011-07-24 | 6 | -6/+257 |
* | | | | | video-sdl: cmake build support for gr-video-sdl component (unix only) | Josh Blum | 2011-07-23 | 3 | -5/+15 |