aboutsummaryrefslogtreecommitdiffstats
path: root/gr-blocks/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added in/out selector msg portsghostop142020-01-242-1/+46
* blocks/file_source: Check for fseek() failingThomas Habets2020-01-201-3/+9
* blocks/tagged_file_sink: Add const and enum type safetyThomas Habets2020-01-202-13/+14
* Fix all formatting issuesMartin Braun2020-01-105-10/+6
* gr-blocks/unpacked_to_packed: Remove needless castThomas Habets2020-01-061-1/+1
* Change some ints to unsigned intThomas Habets2020-01-061-1/+1
* gr-blocks: More constThomas Habets2020-01-0610-17/+17
* gr-blocks/packed&unpacked: More constexprThomas Habets2020-01-062-3/+3
* gr-blocks/packed&unpacked: Add constThomas Habets2020-01-064-15/+15
* gr-blocks: Make d_vlen constThomas Habets2020-01-0634-34/+34
* gr-blocks: VOLKize add_const_ff implementationGrant Cox2020-01-044-30/+30
* Replace many `const` variables with `constexpr`Thomas Habets2020-01-042-2/+2
* message_strobe_random: replace boost::random with C++11Marcus Müller2020-01-022-60/+38
* message_strobe_random: inexplicable includes removedMarcus Müller2020-01-021-8/+0
* random_pdu: random facilities use C++11 (minus boost)Marcus Müller2020-01-022-10/+7
* gr-blocks/file.*: Remove needless memory managementThomas Habets2020-01-023-13/+9
* gr-blocks/pack&unpack: Remove needless memory managementThomas Habets2020-01-024-14/+8
* Remove newlines from exception messagesThomas Habets2020-01-014-12/+12
* Use C++11 ranged for and ranged insert instead of manual loopsThomas Habets2019-12-0412-46/+27
* Use 'const' on more member variablesThomas Habets2019-12-043-3/+3
* put back checks for io.h in cmake files #2874Grant Cox2019-11-071-0/+1
* Remove circular_file.cc from codebase, cmake, qa, and ConfigChecks #2874Grant Cox2019-11-071-1/+0
* Fix memset clearing non-trivial type gr_complex warnings in gcc-8Anders Kalør2019-08-221-2/+3
* clang-tidy in gnuradio-runtime: use empty() instead of size()!=0Marcus Müller2019-08-2210-14/+14
* Use emplace_back(params) instead of push_back(type(params))Marcus Müller2019-08-228-51/+50
* clang-format: Ordering all the includesMarcus Müller2019-08-0985-150/+150
* Tree: clang-format without the include sortingMarcus Müller2019-08-09319-13798/+13407
* blocks: fix multiply matrix complex set_AJosh Morman2019-08-051-1/+1
* blocks: Remove "@" symbol from sub_ff block nameJohannes Schmitz2019-07-231-1/+1
* Fix sign-compare warning in pdu_t_tagged_stream_impl.krk2019-07-211-1/+1
* Fix for misc. documentation + trivial typosluz.paz2019-07-171-1/+1
* blocks: random_pdu mask parameter fails under python3Josh Morman2019-07-172-4/+4
* blocks: Fix 8-bit WAV file readinggmazilla2019-06-191-1/+1
* blocks: replace blks2_selector with new implementationJosh Morman2019-06-153-0/+217
* gr-blocks: added fstat macros for msvcgnieboer2019-06-061-1/+4
* blocks: simple fix for Boost 1.70.0 in socket_pduMichael Dickens2019-05-281-1/+5
* blocks: Modify File Source block to work with named pipes and devices.Ron Economos2019-03-312-33/+66
* cmake: Update to modern CMake usageAndrej Rode2019-03-041-78/+20
* blocks: Fix file_source offset/length to properly access large files.Ron Economos2019-02-143-45/+29
* blocks: Suppress warnings for 32-bit ARM architecturesRon Economos2019-01-141-4/+4
* includes: use quotes for local includesAndrej Rode2019-01-0718-18/+18
* blocks: Fix tcp_server_sink_impl alloc-dealloc-mismatchDan Robertson2018-12-181-1/+1
* blocks: vector source: Fix compiler warningsMartin Braun2018-12-121-1/+1
* Fix compiler warnings about unsigned / signed comparisonsVolker Schroer2018-11-242-3/+3
* gr-blocks: use libvolk to speed up nlog10_ff blockkarel-2018-11-142-27/+19
* bin_statistics_f_impl.cc: Address Coverity 1375158.Philip Balister2018-11-051-2/+0
* interleave_impl.cc: Address Coverity 1327839, 1327840, 1327841, 1327842.Philip Balister2018-11-051-4/+4
* wavfile_sink_impl.cc: Address Coverity 1327860.Philip Balister2018-11-051-3/+0
* Allow the full range of offsets.Clayton Smith2018-11-021-5/+16
* Change vector length variables to unsigned typeSebastian Müller2018-11-0110-19/+19