| Commit message (Expand) | Author | Age | Files | Lines |
* | runtime: configurable blkd_input timer | Josh Morman | 2021-12-10 | 2 | -1/+16 |
* | runtime: Use <spdlog/fmt/fmt.h> header handling SPDLOG_FMT_EXTERNAL | Ryan Volz | 2021-12-10 | 1 | -1/+1 |
* | runtime: add workaround to #define disable logger header | Josh Morman | 2021-12-06 | 1 | -1/+1 |
* | cmake: change how test files are build when cross compiling | Philip Balister | 2021-12-03 | 1 | -1/+6 |
* | runtime: remove unused includes from buffer headers | Marcus Müller | 2021-11-24 | 2 | -2/+2 |
* | runtime: pep8 formatting | Josh Morman | 2021-11-24 | 11 | -67/+95 |
* | runtime: change name of level_enum in py binding | Josh Morman | 2021-11-21 | 1 | -1/+1 |
* | runtime: minor API cleanup | Marcus Müller | 2021-11-19 | 3 | -3/+3 |
* | logging core: replace log4cpp by spdlog | Marcus Müller | 2021-11-19 | 4 | -259/+118 |
* | runtime: don't include boost/format.hpp in logger.h | Marcus Müller | 2021-11-19 | 1 | -1/+1 |
* | runtime: mark buffer methods as override | Josh Morman | 2021-11-03 | 1 | -1/+1 |
* | runtime: pybind version in gnuradio-config-info | Josh Morman | 2021-10-26 | 1 | -1/+1 |
* | gr-runtime: Change hier_block2.py __getattr__ to avoid recursive loop in exce... | Matt Mills | 2021-10-26 | 1 | -2/+7 |
* | runtime: replace the DEFINE_CUSTOM_BUFFER_TYPE() macro function with | David Sorber | 2021-10-25 | 3 | -3/+3 |
* | runtime: rename buffer_context to transfer type; also rename the | David Sorber | 2021-10-25 | 2 | -2/+2 |
* | runtime: use std::function for callback logic | David Sorber | 2021-10-25 | 1 | -1/+1 |
* | runtime: Custom Buffer/Accelerator Device Support - Milestone 2 | David Sorber | 2021-10-25 | 8 | -5/+87 |
* | runtime: Custom Buffer/Accelerator Device Support - Milestone 1 | David Sorber | 2021-10-25 | 7 | -9/+138 |
* | global: Replace stdio logging with logger | David Winter | 2021-10-21 | 1 | -1/+1 |
* | runtime: fix pybind of get_tags_in_window | mormj | 2021-09-29 | 1 | -2/+2 |
* | pdu: add samp_rate key | Jacob Gilbert | 2021-09-22 | 2 | -1/+7 |
* | runtime: remove tag_checker | Marcus Müller | 2021-07-30 | 4 | -87/+0 |
* | pdu: adding tags_to_pdu block | Jacob Gilbert | 2021-07-19 | 2 | -1/+26 |
* | pdu: adding pdu_to_stream block | Jacob Gilbert | 2021-07-19 | 2 | -1/+17 |
* | pdu: Adding new blocks | Jacob Gilbert | 2021-07-19 | 2 | -1/+10 |
* | gr: logger: Add logger_get_configured_logger() | David Winter | 2021-07-02 | 1 | -2/+5 |
* | runtime: use < instead of compare_offset, remove Python comparison class | Marcus Müller | 2021-06-28 | 3 | -39/+23 |
* | runtime: tags can be compared with < instead of offset_compare | Marcus Müller | 2021-06-28 | 1 | -1/+5 |
* | runtime: cleaning up unspecific/mistaken boost dependencies | Marcus Müller | 2021-06-22 | 1 | -1/+1 |
* | global: automatically remove unused boost includes | Marcus Müller | 2021-06-22 | 1 | -1/+1 |
* | testing: rm dependencies from disabled components in blocks/runtime tests | Marcus Müller | 2021-06-19 | 3 | -47/+49 |
* | global: automatic removal of <cstdio> where unused | Marcus Müller | 2021-06-17 | 1 | -1/+1 |
* | logger: move non-interface includes to buffer.cc | Marcus Müller | 2021-06-17 | 1 | -1/+1 |
* | logging: remove <iostream> from logger.h, add where consequently missing | Marcus Müller | 2021-06-17 | 2 | -2/+2 |
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 2 | -2/+2 |
* | runtime: Access d_config_map cleaner | Thomas Habets | 2021-05-02 | 1 | -1/+1 |
* | runtime: Use mutex for prefs | Thomas Habets | 2021-05-02 | 1 | -1/+1 |
* | runtime: Simplify prefs | Thomas Habets | 2021-05-02 | 1 | -1/+1 |
* | runtime/pybind: reduce buffer bindings | Josh Morman | 2021-04-06 | 1 | -185/+2 |
* | runtime: fix gr::random API to be fixed-width 64 bit, use XOROSHIRO128+ | Marcus Müller | 2021-04-06 | 3 | -3/+82 |
* | runtime: remove ready message receiver queue remnant from basic_block | Marcus Müller | 2021-04-05 | 1 | -1/+1 |
* | pmt: remove tag_to_pmt method (unused) | Josh Morman | 2021-03-26 | 1 | -9/+0 |
* | runtime: update thrift binding header hashes | Marcus Müller | 2021-03-24 | 2 | -2/+2 |
* | runtime/random: xoroshiro128p.h was _nearly_ C compatible | Marcus Müller | 2021-03-23 | 1 | -1/+1 |
* | thrift: replace ::bind with lambda | Marcus Müller | 2021-03-20 | 1 | -1/+1 |
* | runtime: add int_t and short_t PDU types | Jacob Gilbert | 2021-03-18 | 1 | -3/+5 |
* | gr-blocks: remove pdu blocks | Jacob Gilbert | 2021-03-18 | 1 | -2/+2 |
* | gr-pdu: move pdu blocks to gr::pdu | Jacob Gilbert | 2021-03-18 | 4 | -1/+149 |
* | Replace boost::filesystem with std::filesystem | Zackery Spytz | 2021-03-13 | 1 | -1/+1 |
* | runtime: clean up realtime impl namespace | Josh Morman | 2021-03-08 | 4 | -89/+11 |