summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/gnuradio/gr
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-031-1/+6
* runtime: remove unused includes from buffer headersMarcus Müller2021-11-242-2/+2
* runtime: pep8 formattingJosh Morman2021-11-2411-67/+95
* 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
* runtime: mark buffer methods as overrideJosh Morman2021-11-031-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 exce...Matt 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-257-9/+138
* 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
* 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
* 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
* pmt: remove tag_to_pmt method (unused)Josh Morman2021-03-261-9/+0
* runtime: update thrift binding header hashesMarcus Müller2021-03-242-2/+2
* runtime/random: xoroshiro128p.h was _nearly_ C compatibleMarcus Müller2021-03-231-1/+1
* thrift: replace ::bind with lambdaMarcus Müller2021-03-201-1/+1
* runtime: add int_t and short_t PDU typesJacob Gilbert2021-03-181-3/+5
* gr-blocks: remove pdu blocksJacob Gilbert2021-03-181-2/+2
* gr-pdu: move pdu blocks to gr::pduJacob Gilbert2021-03-184-1/+149
* Replace boost::filesystem with std::filesystemZackery Spytz2021-03-131-1/+1
* runtime: clean up realtime impl namespaceJosh Morman2021-03-084-89/+11