summaryrefslogtreecommitdiff
path: root/gr-blocks
Commit message (Expand)AuthorAgeFilesLines
* blocks: remap enums in yml from int to raw for pybind compatibilityJosh Morman2020-06-044-4/+4
* pybind: repack_bits change int to enum in ymlJosh Morman2020-06-041-1/+1
* msg_handler: Apply clang-formatJohannes Demel2020-06-044-5/+8
* msg_handler: Use lambdas to set msg handlersJohannes Demel2020-06-0415-57/+27
* msg_handler: Switch from boost::function to std::functionJohannes Demel2020-06-0416-38/+60
* pybind: add hash check to binding file creation (#3472)mormj2020-06-04165-163/+1543
* pybind: run clang-formatJosh Morman2020-06-041-7/+6
* blocks: add pybind11 bindingsJosh Morman2020-06-04370-534/+13104
* blocks: remove bin_statistics_f block due to swig dependenceJosh Morman2020-06-046-504/+0
* blocks: reorder template params for OR blockJosh Morman2020-06-042-8/+8
* pybind: removal of swig componentsJosh Morman2020-06-0414-899/+0
* blocks: default value for file_meta_sink in ymlJosh Morman2020-05-211-1/+1
* gr-blocks/peak_detector: Remove UB on infinitiesThomas Habets2020-05-211-2/+25
* gr-blocks: Updated tuntap_pdu_impl.cc to fix strncpy warningAlekh Gupta2020-05-051-3/+2
* gr-blocks: Fixed strncpy warning in tuntap_pdu_implalekhgupta14412020-05-051-0/+1
* blocks: wav: add missing changesjapm482020-04-192-3/+12
* blocks: wavfile_sink: allow appending to filesjapm482020-04-144-16/+180
* blocks: refactor and reorganize WAV internalsjapm482020-04-146-149/+164
* blocks: fix wavfile testjapm482020-04-144-11/+41
* blocks: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-1312-34/+64
* file_sink: Flush file on stop()rear10192020-04-132-0/+9
* Remove VOLK as a submoduleMartin Braun2020-04-112-4/+3
* interleaved_char/short_to_complex: remove unused private fieldsMarcus Müller2020-04-114-5/+1
* gr-blocks: Remove warnings.Ron Economos2020-04-081-3/+3
* replace boost endian check with cmakejapm482020-04-061-3/+2
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-01162-167/+167
* gr-blocks: Add Phase Shift Block with Msg Capabilitiesghostop142020-03-308-0/+232
* blocks: Re-convert GRC examplesNick Østergaard2020-03-291-5/+26
* gr-network: Add grnet networking blocks to GNU Radioghostop142020-03-294-6/+16
* gr-blocks: Add Msg Port to Delay Blockghostop142020-03-293-3/+28
* blocks/rotator: Remove manual memory management from QAThomas Habets2020-03-271-6/+3
* blocks/udp_sink: Remove manual memory managementThomas Habets2020-03-272-3/+5
* blocks/udp_source: Switch to smart pointers for socketThomas Habets2020-03-272-3/+5
* blocks/udp_source: Remove manual memory management for buffersThomas Habets2020-03-272-16/+13
* blocks: clean up pattern_max using std algorithmThomas Habets2020-03-271-5/+4
* Replace BOOST_FOREACH with C++11 range forThomas Habets2020-03-273-5/+4
* blocks: Add const to member variables that don't changeThomas Habets2020-03-2659-100/+99
* ctrlport: fix examplesjapm482020-03-063-6/+3
* blocks: file_meta_sink header size error handling logic errorBehnam Sabaghi2020-02-211-1/+1
* gr-blocks: Add scaling option to Complex to/from ishort and icharghostop142020-02-2019-96/+157
* blocks: support saving of all tags on tag debugIgor Freire2020-02-183-9/+40
* grc: Fix C++ code generationTerry May2020-02-183-4/+7
* Blocks: Add DC Spike Removal and IQ Swap Native Blocksghostop142020-02-1520-0/+1101
* gr-blocks Add Msg to Var and Var to Msg Conversion Blocksghostop142020-02-1512-0/+542
* runtime/math: unclutter GR_M_ math constant definesMarcus Müller2020-02-141-4/+4
* gr-digital: Improve Performance of Costas Loopghostop142020-02-142-25/+21
* grc: add python snippets to GRCJosh Morman2020-02-102-0/+291
* pmt: Fix RuntimeError in pmt_to_pythonMichael Byers2020-02-092-15/+15
* runtime: release the flattened flowgraph after stoppingClayton Smith2020-02-081-0/+30
* gr-blocks: add tests for throttleClayton Smith2020-02-041-4/+45