aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* DONT MERGE MEconditional-clang-format-doxyMartin Braun2021-09-201-0/+1
* ci: Only run clang-format and Doxygen conditionallyMartin Braun2021-09-201-0/+30
* cmake: include GrBoost after (was before) version restrictionJeff Long2021-09-191-8/+9
* github: move the pr template up a levelJosh Morman2021-09-151-0/+0
* github: Added pull request templateBernard Tyers2021-09-151-0/+49
* gr-network: Fixup tuntap suppress warning on Debian 11.Ron Economos2021-09-121-10/+12
* cmake: Use preferred method to find PkgConfig.Ron Economos2021-09-1213-35/+12
* network: tuntap knows what it's doing when it uses strncpy, suppress warningMarcus Müller2021-09-071-3/+14
* gr-digital: Fix constellation normalization by average powerDavid Pi2021-09-072-16/+34
* IWYU: iomanip, iostream, sstreamMarcus Müller2021-09-076-1/+8
* soapy: include boost/format where usedMarcus Müller2021-09-072-0/+2
* pdu: include boost/format where usedMarcus Müller2021-09-071-0/+1
* network: include boost/format where usedMarcus Müller2021-09-072-0/+2
* modules: include boost/format where usedMarcus Müller2021-09-0769-6/+74
* runtime: include boost/format where usedMarcus Müller2021-09-079-0/+9
* grc: Add no_quotes() convenience function (callable from templates)Håkon Vågsether2021-09-071-0/+11
* qtgui: Replace pyqwidget() with qwidget()David Winter2021-09-03123-732/+104
* gr-video-sdl: Remove if (1)Solomon Tan2021-09-022-44/+18
* gr-video-sdl: Remove d_formatSolomon Tan2021-09-029-65/+20
* grc: generate cpp hier code switch to std::shared_ptrVolker Schroer2021-09-021-1/+1
* grc cpp generation: Establish the possibility to add find packagesVolker Schroer2021-09-025-2/+29
* gr-digital: fix gfsk documentationSolomon Tan2021-09-021-35/+34
* gr-digital: replace clk recovery MM in hier blksSolomon Tan2021-09-024-28/+52
* filter: use output multiple for pfb arbitrary resamplerJeff Long2021-09-023-0/+12
* grc: Fix cpp hier param yaml templateSolomon Tan2021-08-231-5/+5
* grc/cmake: Improve pyyaml checkMartin Braun2021-08-232-2/+1
* pkg: Add gir1.2-gtk-3.0 as deb runtime dependencyIgor Freire2021-08-231-1/+2
* gr-digital: Make unpack optional for gmsk mod hier blockSolomon Tan2021-08-232-4/+17
* digital: replace likelyhood with likelihoodRohan Sharma2021-08-231-2/+2
* gr-blocks: use correct namespace for nco and vco in benchmarksJeff Long2021-08-232-10/+12
* gr-fft: add "shift" param to logpwrfft blockJeff Long2021-08-232-4/+11
* audio/jack: to_string is no longer part of boost:: NS, instead use std::Marcus Müller2021-08-232-2/+2
* gr-filter: cpp code genration fails for root raised cosine filterVolker Schroer2021-08-231-1/+1
* gr-video-sdl: Fix reversal of U and V channels on sink blocks.Ron Economos2021-08-232-2/+2
* grc: fix the evaluation of interdependent variablesVolker Schroer2021-08-072-1/+1
* gr-uhd: fix input filename in freq hopping examplesAdrien Michel2021-08-051-1/+1
* iio: Remove struct specifier (not necessary in C++, clutters a bit)Marcus Müller2021-08-0230-84/+78
* runtime: remove tag_checkerMarcus Müller2021-07-306-146/+0
* pybind11: remove debug messagejapm482021-07-302-8/+0
* gr-iio: pluto source /sink fails to set paramter if german locale is usedVolker Schroer2021-07-273-7/+12
* digital/chunks_to_symbols: special case for the common single-dimension caseMarcus Müller2021-07-271-15/+38
* digital/chunks to symbols: be less inefficientMarcus Müller2021-07-274-34/+53
* digital: more details in constellation testMarcus Müller2021-07-271-1/+14
* digital: at least superficially test chunk_to_symbols dimensions>1Marcus Müller2021-07-271-0/+44
* digital: remove non-existing msg output from chunks_to_symbols block yamlMarcus Müller2021-07-271-3/+0
* gr-qtgui: Add double quotes to cpp_opts keys with colons.Ron Economos2021-07-275-9/+9
* c++ generation: escape "." in translationsJeff Long2021-07-2712-12/+12
* digital: add int() cast where requiredJeff Long2021-07-271-1/+1
* Update README.pduJason Uher2021-07-261-1/+1
* gr-pdu: fix pdu_lambda and examplesJacob Gilbert2021-07-225-94/+107