summaryrefslogtreecommitdiff
path: root/gr-blocks
Commit message (Expand)AuthorAgeFilesLines
...
* blocks/socket_pdu: Remove manual memory managementThomas Habets2020-08-141-7/+7
* blocks/message_strobe: Use atomic for thread syncThomas Habets2020-08-143-4/+4
* blocks/message_strobe: Remove manual memory managementThomas Habets2020-08-144-10/+8
* blocks/tcp_server_sink: Remove manual memory managementThomas Habets2020-08-142-27/+17
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-0316-21/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-30152-211/+192
* blocks: move the `new` from the block `::make()` to coreThomas Habets2020-07-301-1/+1
* Move from SWIG to Pybind11Marcus Müller2020-06-19415-1981/+14522
|\
| * 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: qa_moving_average used tuple eq. for lists in pybind11Marcus Müller2020-06-191-1/+1
* | blocks/moving_average: use vector functionsThomas Habets2020-06-153-25/+128
* | blocks: Fix XMLRPC Client block templatesClayton Smith2020-06-111-4/+4
|/
* 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