summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merging ctrlport2 into next branch.Tom Rondeau2012-12-0311-0/+2501
| | |
* | | Merge branch 'master' into nextTom Rondeau2012-12-031-2/+3
|\| |
| * | QA: update the 'import pmt' statement to always draw the pmt module from the ↵Tom Rondeau2012-12-031-2/+3
| | | | | | | | | | | | build directory.
* | | Merge branch 'master' into nextJohnathan Corgan2012-11-291-0/+70
|\| |
| * | Adding PDU to tagged stream and tagged stream to PDU blocks along with QA pythonJohnathan Corgan2012-11-291-0/+70
| | | | | | | | | | | | non-stream-connected blocks still need a new thread context
* | | Merge branch 'master' into nextJohnathan Corgan2012-11-291-0/+6
|\| |
| * | core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea2012-11-291-0/+6
| | |
* | | Revert "core: adding msg_connect, updating msg interface, adding symbolic ↵Johnathan Corgan2012-11-291-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | block names" (to be reapplied on master branch and re-merged in) This reverts commit 7fc857a18cdc47f333db56cfedd2a4ed1a8432a9.
* | | core: adding msg_connect, updating msg interface, adding symbolic block namesTim O'Shea2012-11-281-0/+6
| | |
* | | Merge branch 'master' into nextTom Rondeau2012-11-274-1/+460
|\| | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i
| * | Revert "Revert "Merge remote branch 'jblum-github/python_blocks2' into master""Tom Rondeau2012-11-274-1/+460
| |/ | | | | | | | | | | | | | | | | | | This reverts commit 3a142bebafdc018bccc80cf124a375b53db03581. Since updating __init__.py for ticket 181, we should have fixed the same bug that was being seen here. Conflicts: gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt
* | Merge branch 'master' into nextJohnathan Corgan2012-11-141-5/+0
|\| | | | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-digital/python/CMakeLists.txt gr-trellis/src/python/CMakeLists.txt gr-vocoder/python/CMakeLists.txt gr-wavelet/python/CMakeLists.txt
| * Merge branch 'maint'Johnathan Corgan2012-11-141-5/+0
| |\
| | * gr: same change for common PYTHON test pathsJosh Blum2012-11-141-5/+0
| | | | | | | | | | | | | | | | | | | | | Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
| | * gr: set a common GR_TEST_TARGET_DEPS for all module unit testsJosh Blum2012-11-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Each unit test shares common dependencies, but we have been neglecting to set these. In this changeset, we set one top level GR_TEST_TARGET_DEPS, and simply append module-specific dependencies for each test. This also helps to fix QA tests on windows which were missing the dependencies list. Conflicts: gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
* | | fec: add new top-level component for FEC blocksJohnathan Corgan2012-11-121-50/+0
| | | | | | | | | | | | Removed viterbi and reed-solomon from gnuradio-core
* | | analog: removed noise and sig sources from core.Tom Rondeau2012-11-102-208/+0
| | | | | | | | | | | | Fixed QA code for components that do not use gr-analog.
* | | analog: removing frequency mod, phase mod, quad demod, and rail from ↵Tom Rondeau2012-11-061-56/+0
| | | | | | | | | | | | gnuradio-core.
* | | Merge branch 'next' into next_analogTom Rondeau2012-11-051-19/+0
|\ \ \
| * | | Merge branch 'master' into nextTom Rondeau2012-11-011-19/+0
| |\| |
| | * | Merge branch 'rtld_ticket181_undo'Tom Rondeau2012-11-011-19/+0
| | |\ \
| | | * | Removes some swig workaround code put in for ticket 181.Tom Rondeau2012-10-191-19/+0
| | | | | | | | | | | | | | | | | | | | This seems to fix the import problems recently seen on 12.10 for loading gnuradio-companion (due to 'from lxml import etree' which was actually due to 'import os' causing a segfault).
* | | | | analog: removing PLL blocks. Also moved blks2impl files that used PLLs to ↵Tom Rondeau2012-11-0114-1605/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gr-analog. This probably impacts a lot of examples; once we've removed all files in gnuradio-core, we'll need to retest.
* | | | | analog: removed all AGC blocks from gnuradio-core.Tom Rondeau2012-10-311-433/+0
|/ / / / | | | | | | | | | | | | Also replaces calls to gr.agc with analog.agc.
* | | | Merge branch 'master' into nextTom Rondeau2012-10-311-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/CMakeLists.txt gr-digital/include/digital_additive_scrambler_bb.h gr-digital/include/digital_descrambler_bb.h gr-digital/include/digital_scrambler_bb.h gr-digital/lib/CMakeLists.txt Conflicts were for adding dependency on gr-analog. additive_scrambler_bb_impl, descrambler_bb_impl, and scrambler_bb_impl were update to use LFSR from gr-analog.
| * | | core: update to build_utils to help with '_i_impl' blocks.Tom Rondeau2012-10-251-1/+1
| |/ /
* | | Merge branch 'master' into nextJohnathan Corgan2012-10-011-2/+4
|\| |
| * | Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan2012-09-052-5/+72
| |\|
| * | Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan2012-07-194-455/+1
| |\ \
| * \ \ Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan2012-07-034-1/+455
| |\ \ \
| * \ \ \ Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan2012-06-231-0/+43
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan2012-06-201-1/+33
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'v3.6.1' into wip/gr-blocks-masterJohnathan Corgan2012-06-112-0/+125
| |\ \ \ \ \ \
| * | | | | | | blocks: adds new top-level component gr-blocks with first blockJohnathan Corgan2012-06-081-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gr::blocks::add_XX
* | | | | | | | Examples: Fixed minor bugs in examples and blks2impl from namespace changes.Ben Reynwar2012-09-043-9/+9
| | | | | | | |
* | | | | | | | Merge branch 'master' into nextJohnathan Corgan2012-09-041-5/+6
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Merge branch 'maint'Johnathan Corgan2012-09-041-5/+6
| |\ \ \ \ \ \ \
| | * | | | | | | core: only check for *.conf in prefs dirmaint-3.6.1Martin Braun2012-09-041-5/+6
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge branch 'master' into nextTom Rondeau2012-08-301-0/+66
|\| | | | | | |
| * | | | | | | adding gr_endian_swap blockTim O'Shea2012-08-301-0/+66
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge remote branch 'reynwar/comments_next' into nextJohnathan Corgan2012-08-2822-163/+202
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h gr-digital/python/bpsk.py gr-digital/python/qpsk.py
| * | | | | | | docs: Changed arguments in python docstrings to new formatting style.Ben Reynwar2012-08-1416-173/+192
| | | | | | | |
| * | | | | | | docs: Formatted python docstrings for sphinx docs.Ben Reynwar2012-08-132-1/+9
| | | | | | | |
| * | | | | | | Merged comments branch into comments_next branch.Ben Reynwar2012-08-105-1/+25
| |\ \ \ \ \ \ \
| | * | | | | | | Merge branch 'master' into commentsBen Reynwar2012-08-086-3/+366
| | |\| | | | | |
| | * | | | | | | docs: Adding/editing top-level docstrings.Ben Reynwar2012-05-215-1/+25
| | | | | | | | |
* | | | | | | | | filter: fixing PFB GRC blocks.Tom Rondeau2012-08-224-340/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Removing from grc dir and using Python-wrapper blocks for GRC components in gr-filter. Updated Python wrapper to take an empty tuple (generated by GRC when no input for a vector type) to auto-generate the taps for the PFBs.
* | | | | | | | | core: fixing location of some components for the new hierarchy.Tom Rondeau2012-08-222-156/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ctest and digital examples working again.
* | | | | | | | | core: removed fft blocks from core (now only in gr-fft).Tom Rondeau2012-08-201-212/+0
| | | | | | | | |
* | | | | | | | | core: fixed default upper-limit on noutput_items to make sure we don't ↵Tom Rondeau2012-08-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | normally hit it.