aboutsummaryrefslogtreecommitdiffstats
path: root/gr-blocks/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* blocks: document the supported operations in transcendentalMarcus Müller2022-01-031-0/+19
* blocks: Throttle consume-only modeMarcus Müller2021-07-191-0/+8
* blocks: zero-output, zero-copy Head modeMarcus Müller2021-06-281-2/+9
* global: automatically remove unused boost includesMarcus Müller2021-06-221-1/+0
* blocks: use VOLK popcnt implementations for count_bitsNicholas Corgan2021-05-131-1/+3
* blocks: remove deprecated network blocksJosh Morman2021-04-214-200/+0
* blocks: Add msg port to set rotator's phase incIgor Freire2021-04-171-2/+22
* blocks: message_debug: vector indices are size_t, not signed intMarcus Müller2021-03-231-2/+2
* gr-blocks: remove pdu blocksJacob Gilbert2021-03-1810-393/+0
* gr-blocks: deprecate print_pdu port of message_debug blockJacob Gilbert2021-02-251-6/+6
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-194-4/+4
* rotator: add getter rotator::phase()Jeff Long2020-11-251-0/+1
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-031-2/+2
* Fix typos throughout the codeluzpaz2020-10-293-3/+3
* blocks: improvements to the message_debug blockJacob Gilbert2020-10-241-1/+6
* blocks: comment fix, typo in complex_to_real.h, complex_to_imag.hPaul Boven2020-10-122-2/+2
* blocks: New block 'Stream Demux'David Pi2020-09-252-0/+71
* gr-blocks: More graceful error handling of missing sndfile dependency.Ron Economos2020-09-201-3/+9
* blocks/correctiq: Remove manual memory management & add constThomas Habets2020-09-092-4/+4
* gr-blocks: Transition the WAV sink and source blocks to libsndfile.Ron Economos2020-09-012-66/+32
* blocks: remove log2_constMarcus Müller2020-08-142-91/+0
* blocks: remove bin_statistics_f block due to swig dependenceJosh Morman2020-06-042-65/+0
* blocks: reorder template params for OR blockJosh Morman2020-06-041-4/+5
* blocks: wavfile_sink: allow appending to filesjapm482020-04-141-1/+9
* blocks: refactor and reorganize WAV internalsjapm482020-04-141-19/+35
* blocks: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-0/+2
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-01152-152/+152
* gr-blocks: Add Phase Shift Block with Msg Capabilitiesghostop142020-03-302-0/+47
* gr-blocks: Add scaling option to Complex to/from ishort and icharghostop142020-02-204-4/+13
* blocks: support saving of all tags on tag debugIgor Freire2020-02-181-0/+6
* Blocks: Add DC Spike Removal and IQ Swap Native Blocksghostop142020-02-155-0/+201
* runtime/math: unclutter GR_M_ math constant definesMarcus Müller2020-02-141-4/+4
* gr-digital: Improve Performance of Costas Loopghostop142020-02-141-3/+21
* Update license header to SPDX formatdevnulling2020-01-27160-2080/+160
* gr-blocks/packed&unpacked: More constexprThomas Habets2020-01-061-12/+12
* gr-blocks: VOLKize add_const_ff implementationGrant Cox2020-01-042-0/+2
* Replace many `const` variables with `constexpr`Thomas Habets2020-01-041-2/+2
* clang-format: Ordering all the includesMarcus Müller2019-08-0928-29/+29
* Tree: clang-format without the include sortingMarcus Müller2019-08-09158-4765/+4770
* Fix for misc. documentation + trivial typosluz.paz2019-07-172-3/+3
* blocks: random_pdu mask parameter fails under python3Josh Morman2019-07-171-1/+1
* blocks: replace blks2_selector with new implementationJosh Morman2019-06-152-0/+66
* blocks: Modify File Source block to work with named pipes and devices.Ron Economos2019-03-311-2/+2
* blocks: Fix file_source offset/length to properly access large files.Ron Economos2019-02-141-3/+3
* Change vector length variables to unsigned typeSebastian Müller2018-11-015-5/+6
* gengen replacement: fix for not installed header filesLukas Kuzmiak2018-10-041-0/+2
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-3145-997/+481
|\
| * blocks: replace gengen with C++ templatesAndrej Rode2018-08-2539-813/+448
| * Changed file_meta_sink's signature to take unserialized pmtMarcus Müller2018-07-141-8/+11
| * Unbreak boost 1.67. Constrain the delay in message_strobe to integer milliseconds.Peter Horvath2018-07-081-3/+3