summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Bump the C++ standard version to C++14Marcus Müller2020-12-174-12/+12
* Set minimum CMake version variable to what CMake demands anywayMarcus Müller2020-12-171-1/+1
* grc: remove gnome-terminal deprecation warningmormj2020-12-171-1/+4
* grc: Fix multiple 'Apply' in modify block parameters dialog boxDavid Pi2020-12-171-4/+1
* Update the repository to reflect the requirement to sign the DCOMartin Braun2020-12-172-6/+52
* fec: remove stray pybind submodule definition for polarJosh Morman2020-12-071-6/+0
* build: Remove clang move assignment operator deleted warnings.Ron Economos2020-12-072-7/+7
* build: Remove clang override warnings.Ron Economos2020-12-077-26/+26
* build: Remove clang unused variable warnings.Ron Economos2020-12-0712-39/+5
* Do not disable boost, if only the unit_test_framework is missingVolker Schroer2020-12-032-11/+10
* Add test to postinstall only , if testing is enabledVolker Schroer2020-11-301-5/+6
* fir_filter: in constructor, 'decimation' is unusedJeff Long2020-11-3024-40/+37
* qtgui: Resize the windows properly in gui sinkVolker Schroer2020-11-264-22/+26
* doxygen: Increase DOT_GRAPH_MAX_NODES (#3923)Volker Schroer2020-11-251-1/+1
* qa_freq_xlating_fir_filter: adjust phase to match codeJeff Long2020-11-251-10/+19
* freq_xlating_fir_filter: keep phase continuous on retuneJeff Long2020-11-252-0/+16
* rotator: add getter rotator::phase()Jeff Long2020-11-252-1/+5
* gr-qtgui: remove erroneous parameters in compass.block.yml (#3959)duggabe2020-11-231-6/+3
* grc: add wiki link to properties dialog docs (#3933)Jeff Long2020-11-221-2/+9
* filter: remove needless empty destructors and problematic constThomas Habets2020-11-1685-182/+30
* digital: update description of const enc/dec remove unpackedJosh Morman2020-11-162-3/+3
* digital: add constellation_encoder blockJosh Morman2020-11-1615-2/+746
* fix header file installA. Maitland Bottoms2020-11-161-1/+0
* gnuradio-runtime: Fix qa_fast_atan2f test code.Ron Economos2020-11-141-3/+3
* analog: WFM tools: proper integer div, decimation handlingMarcus Müller2020-11-094-7/+18
* cppgen: Update to modern CMakeHåkon Vågsether2020-11-076-27/+23
* gr-blocks: Add example flowgraphs for Stream Mux/Demux blocks.David Pi2020-11-043-124/+769
* Move FFT functions and blocks to templates (#3903)mormj2020-11-0357-1080/+477
* add modernize-use-override to clang-tidy checksMarcus Müller2020-11-031-1/+1
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-03570-2973/+3026
* Add `override` for common virtual function overridesThomas Habets2020-11-03393-513/+509
* usrp_block:pybind: add missing bind for cmd_power_keyHuang Rui2020-11-022-0/+6
* Remove unused gru importsClayton Smith2020-11-022-2/+1
* digital: remove obsolete digital voice blocksClayton Smith2020-11-021-90/+0
* qa: fix typomormj2020-10-301-2/+2
* qa: run autopep8 formatting on qa python filesmormj2020-10-30216-4274/+6642
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-30190-192/+188
* Remove gru.daemonize and dial_tone_daemon exampleClayton Smith2020-10-305-141/+0
* Fix examples that use wavfile_sinkClayton Smith2020-10-302-2/+4
* Remove freqz and gnuplot_freqz from gru moduleClayton Smith2020-10-305-438/+0
* Remove hexint and hexshort from gru moduleClayton Smith2020-10-304-35/+1
* utils: Added print-all to gnuradio-config-infoDerek Kozel2020-10-291-10/+16
* Fix typos throughout the codeluzpaz2020-10-2944-62/+62
* audio: lib: windows: Add <cctype> header for std::isdigit.Ryan Volz2020-10-292-0/+2
* Remove gcd, lcm, and log2 from gru moduleClayton Smith2020-10-297-35/+13
* uhd: Use integer sample rates to fix decimation calculationClayton Smith2020-10-291-3/+3
* docs: use MathJax for HTML documentationjapm482020-10-297-24/+80
* Make hash table a little larger to reduce expensive iteration. The memory impact is very small, on the order of 10's of kB.Jacob Gilbert2020-10-281-1/+1
* Replace custom undocumented string hashing algorithm with std::hash. The std implmentation is slightly faster and has been tested to have similar distribution with arbitrary input dataJacob Gilbert2020-10-281-17/+2
* pybind: add implicit conversion from int to enummormj2020-10-2828-6/+85