aboutsummaryrefslogtreecommitdiffstats
path: root/gr-blocks/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * file_source: add optional offset (in items) and len (in items)Jeff Long2018-02-081-11/+20
| * Merge branch 'master' into nextMartin Braun2018-02-035-9/+10
| |\
| * \ Merge branch 'master' into nextJohnathan Corgan2017-10-051-2/+4
| |\ \
| * \ \ Merge branch 'master' into nextJohnathan Corgan2017-07-131-0/+5
| |\ \ \
| * \ \ \ Merge branch 'master' into nextJohnathan Corgan2017-06-271-13/+9
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2017-06-221-0/+15
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2017-04-171-8/+7
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2017-04-032-0/+69
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2017-03-272-0/+67
| |\ \ \ \ \ \ \ \
| * | | | | | | | | blocks: remove gr::blocks::message_burst_sourceJohnathan Corgan2016-09-032-53/+0
| * | | | | | | | | blocks: remove old style message queue blocksJohnathan Corgan2016-09-033-108/+0
| * | | | | | | | | Merge branch 'master' into nextJohnathan Corgan2016-08-163-0/+6
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-2/+0
* | | | | | | | | | | gr-blocks: make multiply_const_XX vector compatiblekarel-2018-07-251-1/+2
* | | | | | | | | | | blocks: avoid potential static initialization order fiascoMarcus Müller2018-03-301-1/+1
* | | | | | | | | | | blocks: Keep 1 in N: raise on n<1, fix docs, tabs to spacesFelix Wunsch2018-03-031-1/+1
* | | | | | | | | | | blocks: Keep M in N: tabs to spaces, clarify docs.Felix Wunsch2018-03-021-1/+1
* | | | | | | | | | | blocks: don't pmt::mp("string") for every single PDUMarcus Müller2018-02-231-2/+1
* | | | | | | | | | | blocks: adding documentation for vector_sink's reserve_items paramMarcus Müller2018-02-171-0/+9
* | | | | | | | | | | blocks: reserve memory in vector_sink constructorAndrej Rode2018-02-171-2/+2
* | | | | | | | | | | blocks: add threshold set and get to plateau detectorMichael Dickens2018-02-141-0/+3
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Merge branch 'maint'Martin Braun2018-02-031-3/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Use type-generic or float versions of cmath functions where appropriate.Marcus Müller2018-02-031-3/+4
* | | | | | | | | | | Comment typo fixing.luz.paz2018-02-034-6/+6
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | Added a vector operation mode to the moving averageMarcus Müller2017-09-081-2/+4
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Merge remote-tracking branch 'github/pr/1301'Johnathan Corgan2017-07-131-0/+5
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | set_begin_tag now takes pmt::pmt instead of boolRuben Undheim2017-05-191-1/+1
| * | | | | | | | blocks: file_source ("file_begin" stream tag)Ruben Undheim2017-05-191-0/+5
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'maint'Johnathan Corgan2017-06-271-13/+9
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | fix: can't pass non-enum integer as enum parameter (#1337)Marcus Müller2017-06-241-13/+9
* | | | | | | blocks: tag_gate (improvements)Ruben Undheim2017-04-261-0/+15
| |/ / / / / |/| | | | |
* | | | | | blocks: add missing parameter documentation in tag_shareJohnathan Corgan2017-04-171-8/+7
| |_|_|_|/ |/| | | |
* | | | | blocks: Add tag share blockmhostetter2017-03-292-0/+69
| |_|_|/ |/| | |
* | | | blocks: Add exponentiate const int blockmhostetter2017-03-272-0/+67
|/ / /