Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: include directory naming bug fixed. | Tom Rondeau | 2013-03-29 | 1 | -49/+0 |
| | |||||
* | Merge branch 'master' into next | Tom Rondeau | 2013-03-29 | 1 | -0/+49 |
|\ | | | | | | | | | Conflicts: gnuradio-runtime/include/gr_block.h | ||||
| * | core: addressing issue #529. Using vector<int> instead of vector<unsigned ↵ | Tom Rondeau | 2013-03-29 | 1 | -0/+49 |
| | | | | | | | | | | | | int> for affinity mask vector. This is wrong as the mask should be unsigned, but necessary for SWIG to work cleanly on both 32-bit and 64-bit platforms. | ||||
| * | Squash/rebased martin/ofdm-master onto trial merge branch | Martin Braun | 2013-03-16 | 1 | -0/+26 |
| | | | | | | | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt | ||||
| * | core: protect against popping a message off the queue if no handler is attached. | Tom Rondeau | 2013-03-07 | 1 | -2/+1 |
| | | | | | | | | | | | | This mostly solves a problem with threads being launched in random order, so a handler might not be established yet, even if there is a message waiting. Fixes Issue #514. | ||||
* | | runtime: migrate remaining gnuradio-core contents into gnuradio-runtime | Johnathan Corgan | 2013-03-26 | 15 | -2751/+0 |
| | | |||||
* | | core: remove stray file from block move | Johnathan Corgan | 2013-03-18 | 1 | -0/+0 |
| | | |||||
* | | blocks: converting references to vector source/sink, null source/sink, nop, ↵ | Tom Rondeau | 2013-03-17 | 11 | -1367/+0 |
| | | | | | | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks. | ||||
* | | blocks: removing udp_source/sink from gnuradio-core; now in gr-blocks. | Tom Rondeau | 2013-03-13 | 1 | -99/+0 |
| | | |||||
* | | blocks: removing tagged file sink, wavfile source/sink/base from core; now ↵ | Tom Rondeau | 2013-03-09 | 1 | -69/+0 |
| | | | | | | | | in gr-blocks. | ||||
* | | blocks: removing gr_tag_debug from core; now in gr-blocks. | Tom Rondeau | 2013-03-06 | 1 | -43/+0 |
| | | | | | | | | Also removes stray reference to gri_fft.h. | ||||
* | | core: removed all complex_to_<type> blocks from core; using gr-blocks. | Tom Rondeau | 2013-03-06 | 1 | -142/+0 |
| | | |||||
* | | core: removing goertzel and fft implementations from core; see gr-fft. | Tom Rondeau | 2013-03-06 | 1 | -75/+0 |
| | | | | | | | | Also cleaning up some other leftovers. | ||||
* | | blocks: removing blocks moved into gr-blocks: | Tom Rondeau | 2013-03-06 | 1 | -131/+0 |
| | | | | | | | | message_strobe, message_debug, message_source, message_sink, message_burst_source, peak_detector, moving_average. | ||||
* | | blocks: removing mute, probe_signal, probe_signal_v, and sample_and_hold. | Tom Rondeau | 2013-03-02 | 1 | -89/+0 |
| | | |||||
* | | core: removed PDU related blocks | Johnathan Corgan | 2013-02-28 | 1 | -111/+0 |
| | | |||||
* | | blocks: removing (un)pack_k_bits from gnuradio-core. | Tom Rondeau | 2013-02-27 | 2 | -124/+0 |
| | | |||||
* | | blocks: removed peak_detector2 and regenerate blocks from gnuradio-core. | Tom Rondeau | 2013-02-24 | 1 | -90/+0 |
| | | |||||
* | | blocks: removing blocks from gnuradio-core. | Tom Rondeau | 2013-02-21 | 2 | -470/+0 |
| | | | | | | | | delay, rms, packed_to_unpacked, unpacked_to_packed. | ||||
* | | Merge branch 'master' into next | Tom Rondeau | 2013-02-17 | 1 | -1/+1 |
|\| | | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/__init__.py | ||||
| * | Merge branch 'cpp_prefs' | Tom Rondeau | 2013-02-17 | 1 | -1/+1 |
| |\ | |||||
| | * | core: Making an all C++ version of the preferences/config file readers. | Tom Rondeau | 2013-02-16 | 1 | -1/+1 |
| | | | | | | | | | | | | This replaces the Python config parser stuff; should have same functionality that we need. | ||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2013-02-17 | 1 | -1/+2 |
|\| | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_message_debug.cc gnuradio-core/src/python/gnuradio/gr/qa_pdu.py | ||||
| * | | Merge branch 'maint' | Johnathan Corgan | 2013-02-17 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | |||||
| | * | core: fix gr_message_debug for printing PDUs | Johnathan Corgan | 2013-02-17 | 1 | -1/+1 |
| | | | |||||
* | | | core: Python msg passing QA update for new PMT naming scheme. | Tom Rondeau | 2013-02-13 | 1 | -9/+9 |
| | | | |||||
* | | | Merge branch 'master' into next | Johnathan Corgan | 2013-02-12 | 2 | -0/+151 |
|\| | | | | | | | | | | | Adjusted pmt usage for naming | ||||
| * | | Merge remote-tracking branch 'reynwar/python_msg' | Johnathan Corgan | 2013-02-12 | 2 | -0/+151 |
| |\ \ | |||||
| | * | | core: Enabling msg_connect within python blocks. | Roy Thompson | 2013-01-31 | 2 | -0/+151 |
| | |/ | |||||
| * | | core: QA still had issues from next branch. This fixes it. | Tom Rondeau | 2013-02-07 | 1 | -4/+8 |
| | | | |||||
* | | | core: make same import statement as in master; keep next's pmt naming scheme. | Tom Rondeau | 2013-02-07 | 1 | -1/+5 |
| | | | |||||
* | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-07 | 1 | -3/+1 |
|\| | | |||||
| * | | core: QA code import fix. | Tom Rondeau | 2013-02-07 | 1 | -6/+4 |
| | | | | | | | | | | | | Prevents getting pmt module from the installed library. | ||||
* | | | gruel: fixing PMT naming issues with new PMT utilities. | Tom Rondeau | 2013-02-05 | 1 | -3/+3 |
| | | | |||||
* | | | Merge branch 'master' into next | Tom Rondeau | 2013-02-05 | 4 | -0/+109 |
|\| | | | | | | | | | | | | | | Conflicts: gruel/src/python/CMakeLists.txt | ||||
| * | | core: added tag to python converters | Martin Braun | 2013-02-01 | 4 | -0/+109 |
| |/ | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2013-01-14 | 1 | -8/+0 |
|\| | | | | | | | | | Conflicts: gnuradio-core/src/python/gnuradio/gr/CMakeLists.txt | ||||
| * | core: removed redundant test settings | Josh Blum | 2013-01-14 | 1 | -7/+0 |
| | | |||||
* | | pmt: fixing a few files with older pmt naming style. | Tom Rondeau | 2013-01-13 | 1 | -2/+2 |
| | | |||||
* | | Merge branch 'pmt_rename' into next | Tom Rondeau | 2013-01-02 | 2 | -20/+20 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/io/gr_pdu.cc gruel/src/lib/pmt/pmt.cc gruel/src/lib/pmt/qa_pmt_prims.cc gruel/src/lib/pmt/unv_template.cc.t gruel/src/swig/pmt_swig.i | ||||
| * | | gruel: using new pmt naming. | Tom Rondeau | 2012-12-21 | 2 | -20/+20 |
| | | | |||||
* | | | core: removed test to import blks2 since we've removed all of blks2/blks2impl. | Tom Rondeau | 2012-12-30 | 1 | -4/+0 |
| | | | |||||
* | | | Merge branch 'next' of gnuradio.org:gnuradio into next | Tom Rondeau | 2012-12-21 | 1 | -2/+2 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' into next | Johnathan Corgan | 2012-12-20 | 1 | -2/+2 |
| |\ \ \ | | |/ / | |/| / | | |/ | |||||
| | * | core: fixed pdu MSVC compatibility issues | Nicholas Corgan | 2012-12-20 | 1 | -2/+2 |
| | | | |||||
| | * | blocks: moving file metadata sink/source to gr-blocks. | Tom Rondeau | 2012-12-14 | 1 | -196/+0 |
| | | | |||||
| | * | core: Added detached header test to file metadata QA. | Tom Rondeau | 2012-12-14 | 1 | -3/+81 |
| | | | | | | | | | | | | Also adds a flush when updating the headers. | ||||
| | * | core: QA code to test file metadata sources and sinks. | Tom Rondeau | 2012-12-14 | 1 | -0/+118 |
| | | | |||||
* | | | blocks: removes blocks moved to gr-blocks from gnuradio-core. | Tom Rondeau | 2012-12-21 | 27 | -2697/+55 |
|/ / | | | | | | | Also fixes up some other missing moves. | ||||
* | | Merge branch 'master' into next | Tom Rondeau | 2012-12-12 | 1 | -0/+1 |
|\| | | | | | | | | | Conflicts: gr-digital/swig/CMakeLists.txt |