aboutsummaryrefslogtreecommitdiffstats
path: root/gnuradio-runtime/python (follow)
Commit message (Expand)AuthorAgeFilesLines
* runtime: configurable blkd_input timerJosh Morman2021-12-102-1/+16
* runtime: Use <spdlog/fmt/fmt.h> header handling SPDLOG_FMT_EXTERNALRyan Volz2021-12-101-1/+1
* runtime: add workaround to #define disable logger headerJosh Morman2021-12-061-1/+1
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-032-1/+9
* runtime: remove unused includes from buffer headersMarcus Müller2021-11-242-2/+2
* runtime: pep8 formattingJosh Morman2021-11-2424-400/+526
* modtool: move OOTs equal to components for 3.10 mormj2021-11-241-0/+8
* runtime: change name of level_enum in py bindingJosh Morman2021-11-211-1/+1
* runtime: minor API cleanupMarcus Müller2021-11-193-3/+3
* logging core: replace log4cpp by spdlogMarcus Müller2021-11-194-259/+118
* runtime: don't include boost/format.hpp in logger.hMarcus Müller2021-11-191-1/+1
* Revert "Replace boost::any with std::any"Josh Morman2021-11-061-1/+1
* runtime: mark buffer methods as overrideJosh Morman2021-11-031-1/+1
* Replace boost::any with std::anyMarcus Müller2021-10-281-1/+1
* runtime: pybind version in gnuradio-config-infoJosh Morman2021-10-261-1/+1
* gr-runtime: Change hier_block2.py __getattr__ to avoid recursive loop in exceptionMatt Mills2021-10-261-2/+7
* runtime: replace the DEFINE_CUSTOM_BUFFER_TYPE() macro function withDavid Sorber2021-10-253-3/+3
* runtime: rename buffer_context to transfer type; also rename theDavid Sorber2021-10-252-2/+2
* runtime: use std::function for callback logicDavid Sorber2021-10-251-1/+1
* runtime: Custom Buffer/Accelerator Device Support - Milestone 2David Sorber2021-10-258-5/+87
* runtime: Custom Buffer/Accelerator Device Support - Milestone 1David Sorber2021-10-258-9/+157
* global: Replace stdio logging with loggerDavid Winter2021-10-211-1/+1
* runtime: fix pybind of get_tags_in_window mormj2021-09-291-2/+2
* pdu: add samp_rate keyJacob Gilbert2021-09-222-1/+7
* qtgui: Replace pyqwidget() with qwidget()David Winter2021-09-031-1/+1
* runtime: remove tag_checkerMarcus Müller2021-07-304-87/+0
* pdu: adding tags_to_pdu blockJacob Gilbert2021-07-192-1/+26
* pdu: adding pdu_to_stream blockJacob Gilbert2021-07-192-1/+17
* pdu: Adding new blocksJacob Gilbert2021-07-192-1/+10
* gr: logger: Add logger_get_configured_logger()David Winter2021-07-021-2/+5
* runtime: use < instead of compare_offset, remove Python comparison classMarcus Müller2021-06-283-39/+23
* runtime: tags can be compared with < instead of offset_compareMarcus Müller2021-06-281-1/+5
* runtime: cleaning up unspecific/mistaken boost dependenciesMarcus Müller2021-06-221-1/+1
* global: automatically remove unused boost includesMarcus Müller2021-06-221-1/+1
* testing: rm dependencies from disabled components in blocks/runtime testsMarcus Müller2021-06-193-47/+49
* global: automatic removal of <cstdio> where unusedMarcus Müller2021-06-171-1/+1
* logger: move non-interface includes to buffer.ccMarcus Müller2021-06-171-1/+1
* logging: remove <iostream> from logger.h, add where consequently missingMarcus Müller2021-06-172-2/+2
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-172-2/+2
* feature: gr-iioAdam Horden2021-06-041-0/+1
* runtime: ctrlport: cmake: Fix thrift dependency for OOTs.Ryan Volz2021-06-011-2/+2
* runtime: ctrlport: cmake: Add target for thrift python bindings.Ryan Volz2021-06-011-0/+4
* pmt: remove extra, mis-named pmt::pmt_ functionsJeff Long2021-05-192-73/+0
* soapy: added Python support for Soapy types needed for full API supportNicholas Corgan2021-05-061-0/+1
* runtime: Access d_config_map cleanerThomas Habets2021-05-021-1/+1
* runtime: Use mutex for prefsThomas Habets2021-05-021-1/+1
* runtime: Simplify prefsThomas Habets2021-05-021-1/+1
* runtime/pybind: reduce buffer bindingsJosh Morman2021-04-061-185/+2
* runtime: fix gr::random API to be fixed-width 64 bit, use XOROSHIRO128+Marcus Müller2021-04-063-3/+82
* runtime: remove ready message receiver queue remnant from basic_blockMarcus Müller2021-04-051-1/+1