aboutsummaryrefslogtreecommitdiffstats
path: root/gr-blocks/swig (follow)
Commit message (Expand)AuthorAgeFilesLines
* blocks: replace blks2_selector with new implementationJosh Morman2019-06-151-0/+3
* cmake: add CTRLPORT flag to swig defines for ctrlport blocksAndrej Rode2019-03-041-0/+3
* cmake: Update to modern CMake usageAndrej Rode2019-03-041-13/+6
* blocks: replace gengen with C++ templatesAndrej Rode2018-08-2511-340/+173
* Merge branch 'next' into python3Johnathan Corgan2017-04-031-0/+3
|\
| * Merge branch 'master' into nextJohnathan Corgan2017-04-031-0/+3
| |\
| | * blocks: Add tag share blockmhostetter2017-03-291-0/+3
* | | Merge branch 'next' into python3Johnathan Corgan2017-03-271-0/+3
|\| |
| * | Merge branch 'master' into nextJohnathan Corgan2017-03-271-0/+3
| |\|
| | * blocks: Add exponentiate const int blockmhostetter2017-03-271-0/+3
* | | Merge branch 'next' into python3Johnathan Corgan2017-03-1613-308/+492
|\| |
| * | Merge branch 'master' into nextJohnathan Corgan2017-03-0513-308/+492
| |\|
| | * blocks: swig: increase split from 5 to 10, to do a native build on low memory systems (e.g., RPi). Amazingly, the single new block added in b49f52f9 broke native build, so the prior split was fragile. This new spit leaves a significant margin for adding new blocks here and there without breaking ...Michael Dickens2017-01-3013-308/+492
* | | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-261-6/+8
|/ /
* | blocks: remove gr::blocks::message_burst_sourceJohnathan Corgan2016-09-031-3/+0
* | blocks: remove old style message queue blocksJohnathan Corgan2016-09-031-6/+0
* | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-4/+1
|/
* tcp_server_sink: python bindingsJiří Pinkava2016-06-291-0/+3
* blocks: Add `multiply tag by value' and `test tag variable rate' blocksTom Rondeau2016-06-142-0/+6
* Added bidirectional conversion between complex numbers and mag/phaseMatt Ettus2015-11-092-0/+6
* blocks: Add Complex to IChar blockMike Walters2015-10-121-0/+3
* blocks: Fully added cc version of multiply_matrixMartin Braun2015-09-071-0/+3
* blocks: add blocks_stream_align to support acquiring alignment to TSB from an unaligned TSB streamTim O'Shea2015-02-131-0/+3
* Merge branch 'maint'Tom Rondeau2014-08-081-1/+0
|\
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-081-1/+0
* | blocks: adding VOLK support for some functions.Tom Rondeau2014-07-291-0/+9
* | Merge remote-tracking branch 'martin/blocks/mult_matrix'Johnathan Corgan2014-07-241-0/+3
|\ \ | |/ |/|
| * blocks: Added multiply_matrix_ffMartin Braun2014-07-071-0/+3
* | Merge branch 'maint'Tom Rondeau2014-07-071-1/+1
|\ \ | |/ |/|
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-071-1/+1
* | Merge remote-tracking branch 'martin/tsb/prep_for_38'Johnathan Corgan2014-05-231-0/+15
|\ \
| * | blocks: Added tsb_vector_sinksMartin Braun2014-05-201-0/+15
| |/
* | Merge branch 'fecapi'Tom Rondeau2014-05-201-0/+2
|\ \ | |/ |/|
| * blocks: adds kernels for pack_k_bits and unpack_k_bits.Tom Rondeau2014-05-171-0/+2
* | blocks: adding pdu_remove blockTim O'Shea2014-05-051-0/+3
* | blocks: adding blocks.pdu_filter and blocks.pdu_setTim O'Shea2014-05-051-0/+6
|/
* blocks: adding abs_xx block/templateTim O'Shea2014-02-221-0/+9
* blocks: random_pdu (speedup, also allow a byte mask), message_strobe_random (new block, send messages with a known timing distribution)Tim O'Shea2014-02-161-0/+3
* blocks: Add a new rotator_cc block to perform frequency shiftingSylvain Munaut2014-01-281-0/+3
* blocks: adding tagged_stream_multiply_length for scaling item lengths (useful in conjunction with stream blocks that interpolate or decimate at fixed rates)Tim O'Shea2013-11-261-0/+3
* blocks: New block to convert streams to tagged streamsMartin Braun2013-10-241-0/+3
* blocks: adding a complex VCO block.Tom Rondeau2013-08-261-0/+3
* blocks: adding interleaved_char_to_complex blockTim O'Shea2013-08-161-0/+3
* blocks: adding a tags strobing block to help test tag stream.Tom Rondeau2013-07-221-0/+3
* controlport: Added probes for byte, short, and int data typesTom Rondeau2013-07-161-0/+12
* build: cleaning up swig, fixing a few bugs.Tom Rondeau2013-05-234-4/+0
* build: fixed up feval/py_feval use and destructors.Tom Rondeau2013-05-231-9/+2
* build: move from using runtime_swig.i to gnuradio.i to reduce memory load while building.Tom Rondeau2013-05-236-6/+20
* Merge with next branch.Ben Reynwar2013-05-191-1/+4
|\
| * docs: Include generated header files when generating doxygen documentation.Ben Reynwar2013-04-261-1/+4