Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'python3_fix' into next | Andrej Rode | 2018-06-24 | 37 | -747/+486 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual merge conflict resolution has been applied to following conflicts: * Typos: * gnuradio-runtime/python/gnuradio/ctrlport/GrDataPlotter.py * gr-blocks/python/blocks/qa_wavfile.py * gr-filter/examples/gr_filtdes_api.py * grc/blocks/parameter.xml * gr-uhd/python/uhd/__init__.py * ValueError -> RuntimeError: * gr-blocks/python/blocks/qa_hier_block2.py * relative Imports & other Py3k: * gr-digital/python/digital/psk_constellations.py * gr-digital/python/digital/qam_constellations.py * gr-digital/python/digital/test_soft_decisions.py * gr-digital/python/digital/gfsk.py * SequenceCompleter: * gr-utils/python/modtool/modtool_add.py * gr-utils/python/modtool/modtool_rename.py * gr-utils/python/modtool/modtool_rm.py * Updated API on next: * gr-blocks/grc/blocks_file_source.xml * gr-blocks/python/blocks/qa_file_source_sink.py * gr-qtgui/grc/qtgui_time_sink_x.xml * GRC Py3k Updates: * grc/core/Block.py * grc/core/Constants.py * grc/core/Platform.py * grc/core/utils/odict.py * grc/gui/Actions.py * grc/gui/Block.py * grc/gui/Executor.py * grc/gui/Port.py | ||||
| * | python: Py3k compat | Andrej Rode | 2018-06-23 | 1 | -2/+2 |
| | | |||||
| * | Added auto-generated YAML blocks | Håkon Vågsether | 2017-10-10 | 25 | -714/+439 |
| | | |||||
| * | Merge branch 'next' into python3 | Johnathan Corgan | 2017-09-22 | 12 | -12/+12 |
| |\ | |||||
| * \ | Merge branch 'next' into python3 | Johnathan Corgan | 2017-04-13 | 2 | -2/+96 |
| |\ \ | |||||
| * \ \ | Merge branch 'next' into python3 | Johnathan Corgan | 2017-04-06 | 5 | -23/+45 |
| |\ \ \ | |||||
| * | | | | python3: update non-GRC components to use python2 or python3 | Douglas Anderson | 2017-02-26 | 11 | -31/+45 |
| | | | | | |||||
* | | | | | Merge branch 'master' into next | Martin Braun | 2018-02-03 | 2 | -2/+2 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||||
| * | | | | Comment typo fixing. | luz.paz | 2018-02-03 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Luzpaz went ahead and found typos using `codespell -q 3`. | ||||
* | | | | | Merge branch 'master' into next | Johnathan Corgan | 2017-09-22 | 12 | -12/+12 |
|\| | | | | |_|_|/ |/| | | | |||||
| * | | | Merge branch 'maint' | Johnathan Corgan | 2017-09-22 | 12 | -12/+12 |
| |\ \ \ | |||||
| | * | | | docs: fixed units of timeout param in all the zmq blocks | Marc L | 2017-08-29 | 12 | -12/+12 |
| | | | | | |||||
* | | | | | Merge branch 'master' into next | Johnathan Corgan | 2017-04-13 | 2 | -2/+96 |
|\| | | | | |_|_|/ |/| | | | |||||
| * | | | Merge remote-tracking branch 'gnuradio-github/pr/1211' | Johnathan Corgan | 2017-04-13 | 2 | -2/+96 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Support receiving multi-part ZeroMQ messages | Brian Orr | 2017-04-13 | 2 | -2/+96 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ZeroMQ sink blocks will attempt to load all parts of a multi-part message before processing tags and outputting items. Allows senders to take advantage of ZeroMQ's zero-copy message delivery. Add check for incompatible data sizes between ZMQ endpoints. Fixes #1080 | ||||
* | | | | Merge branch 'master' into next | Johnathan Corgan | 2017-04-06 | 5 | -23/+45 |
|\| | | | |_|/ |/| | | |||||
| * | | gr-zeromq: resolve race condition in qa tests | Andrej Rode | 2017-04-02 | 5 | -23/+45 |
| |/ | |||||
* | | examples: replace OptionParser by ArgumentParser | Jiří Pinkava | 2016-09-20 | 3 | -30/+30 |
| | | |||||
* | | cmake: nuke cpack from existence | Johnathan Corgan | 2016-08-03 | 5 | -42/+2 |
|/ | | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality. | ||||
* | Merge branch 'maint' | Johnathan Corgan | 2016-06-28 | 7 | -8/+8 |
|\ | |||||
| * | gr-zmq: Fix build with gcc6. | Philip Balister | 2016-06-28 | 7 | -8/+8 |
| | | | | | | | | Signed-off-by: Philip Balister <philip@balister.org> | ||||
* | | Merge branch 'maint' | Johnathan Corgan | 2016-05-30 | 3 | -3/+9 |
|\| | | | | | | | | | Conflicts: CMakeLists.txt | ||||
| * | MSVC-specific fixes for compatibility | gnieboer | 2016-05-30 | 3 | -3/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Changed dtv_viterbi_decoder to use __GR_ATTR_ALIGNED macro for cross-compiler compatibility * Replace usleep() with boost equivalent for cross-compiler compatibility * Includes windows-specific headers for portaudio * Added macro to handle use of VLAs on non-C99 compilers (MSVC) using alloca to declare variable length arrays * Remove setting SO_LINGER option for the UDP source. SO_LINGER is not an applicable option for a UDP socket. Windows will throw an exception if set. Linux allows it to be set but does not use it. * VS 2013+ supports round() | ||||
* | | grc: assign all in-tree blocks to module 'Core' | Sebastian Koslowski | 2016-05-27 | 12 | -12/+12 |
|/ | |||||
* | gr-zeromq: Big rework for performance and correctness | Sylvain Munaut | 2016-01-27 | 29 | -474/+651 |
| | | | | | | | | | | | | | | | - Use class hierarchy trying to maximize code re-use. - Dont' drop samples on receive if the output buffer doesn't have enough space. - Don't drop tags on receive by putting tags in the future. - Better metadata creation/parsing avoiding copying lots data. - Always do as much work as possible in a single call to work() to avoid scheduler overhead as long as possible. - Allow setting the high watermark to avoid older version of zeromq's default of buffering infinite messages and causing a paging thrash to/from disk when the flow graph can't keep up. Signed-off-by: Sylvain Munaut <tnt@246tNt.com> | ||||
* | Merge branch 'maint' | Johnathan Corgan | 2015-11-28 | 3 | -6/+6 |
|\ | |||||
| * | zeromq: change addresses used in QA to allow parallel ctest | Johnathan Corgan | 2015-11-28 | 3 | -6/+6 |
| | | |||||
* | | gr-zeromq: Improve error messages | Johannes Schmitz | 2015-09-11 | 1 | -2/+2 |
|/ | |||||
* | gr-zeromq: fix python examples3.7.9git | Johannes Schmitz | 2015-08-06 | 3 | -6/+6 |
| | |||||
* | examples: removed extra titles or legends from QTGUI blocks in examples. | Tom Rondeau | 2015-08-05 | 4 | -1742/+1993 |
| | | | | | They just take up space and provide no info. Where used to differentiate graphs or lines, they are kept in. | ||||
* | Merge branch 'maint' | Johnathan Corgan | 2015-03-28 | 1 | -1/+1 |
|\ | |||||
| * | docs: fixed labels and references in manual. | Tom Rondeau | 2015-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Doxygen is getting more strict with having labels for every section, and warns when there are section name collisions. This prefixes all section and subsection labels with the component to make them all unique. | ||||
* | | docs: cleaning up some doxygen warnings and formatting. | Tom Rondeau | 2015-03-13 | 6 | -30/+36 |
| | | |||||
* | | zmq: fix for data corruption when not using tags | Tim O'Shea | 2015-02-08 | 3 | -11/+29 |
| | | |||||
* | | zeromq: added stream tag passing example | Johnathan Corgan | 2015-01-12 | 2 | -0/+1933 |
| | | |||||
* | | zeromq: minor cleanup | Johnathan Corgan | 2015-01-12 | 5 | -56/+67 |
| | | |||||
* | | zeromq: added msg passing example | Johnathan Corgan | 2015-01-12 | 2 | -0/+466 |
| | | |||||
* | | zeromq: cleanup and made req_msg_source derive from gr::block | Johnathan Corgan | 2015-01-12 | 3 | -50/+39 |
| | | |||||
* | | zeromq: cleanup and converted rep_msg_sink to derive from gr::block | Johnathan Corgan | 2015-01-12 | 3 | -75/+54 |
| | | |||||
* | | zeromq: cleanup and made pull_msg_source derive from gr::block | Johnathan Corgan | 2015-01-12 | 3 | -43/+35 |
| | | |||||
* | | zeromq: cleanup and converted push_msg_sink to derive from gr::block | Johnathan Corgan | 2015-01-12 | 5 | -60/+21 |
| | | |||||
* | | zeromq: cleanup and convert sub_msg_source to derive from gr::block | Johnathan Corgan | 2015-01-12 | 3 | -45/+37 |
| | | |||||
* | | zeromq: cleanup and convert pub_msg_sink to derive from gr::block | Johnathan Corgan | 2015-01-12 | 3 | -23/+15 |
| | | |||||
* | | zmq: rep/req msg blocks now working | Tim O'Shea | 2014-12-30 | 4 | -68/+108 |
| | | |||||
* | | zmq: pull_msg_source should be working | Tim O'Shea | 2014-12-30 | 2 | -43/+46 |
| | | |||||
* | | zmq: naming cleanup | Tim O'Shea | 2014-12-30 | 4 | -4/+4 |
| | | |||||
* | | zmq: building working versions of additional zmq message blocks in place ↵ | Tim O'Shea | 2014-12-30 | 22 | -1/+1064 |
| | | | | | | | | (push/pull + rep/req) | ||||
* | | zmq: Adding zmq pub/sub blocks for message passing | Tim O'Shea | 2014-12-29 | 12 | -0/+498 |
| | | |||||
* | | zmq: adding header information | Tim O'Shea | 2014-12-28 | 1 | -1/+23 |
| | | |||||
* | | zmq: stream tag passing now works | Tim O'Shea | 2014-12-26 | 6 | -20/+18 |
| | |