| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: build python deps conditionally | Josh Morman | 2022-01-06 | 2 | -6/+26 |
* | runtime: configurable blkd_input timer | Josh Morman | 2021-12-10 | 5 | -2/+51 |
* | runtime: Use <spdlog/fmt/fmt.h> header handling SPDLOG_FMT_EXTERNAL | Ryan Volz | 2021-12-10 | 2 | -6/+2 |
* | runtime: add workaround to #define disable logger header | Josh Morman | 2021-12-06 | 2 | -1/+14 |
* | cmake: change how test files are build when cross compiling | Philip Balister | 2021-12-03 | 2 | -1/+9 |
* | runtime: Fix alloc-dealloc-mismatch in buffer_single_mapped | Vasil Velichkov | 2021-12-02 | 1 | -1/+1 |
* | runtime: Fix alloc-dealloc-mismatch in host_buffer | Vasil Velichkov | 2021-12-02 | 1 | -1/+1 |
* | runtime: remove unused includes from buffer headers | Marcus Müller | 2021-11-24 | 5 | -11/+2 |
* | runtime: pep8 formatting | Josh Morman | 2021-11-24 | 37 | -561/+725 |
* | modtool: move OOTs equal to components for 3.10 | mormj | 2021-11-24 | 1 | -0/+8 |
* | 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 | 10 | -11/+14 |
* | logging core: replace log4cpp by spdlog | Marcus Müller | 2021-11-19 | 14 | -1310/+416 |
* | gnuradio-config-info: avoid boost/fmt::format ambiguity | Marcus Müller | 2021-11-19 | 1 | -2/+1 |
* | runtime: don't include boost/format.hpp in logger.h | Marcus Müller | 2021-11-19 | 2 | -2/+1 |
* | gnuradio-runtime: Remove unused test_types.h file. | Ron Economos | 2021-11-17 | 1 | -39/+0 |
* | runtime: remove unused test.cc/h | Josh Morman | 2021-11-11 | 3 | -401/+0 |
* | Revert "Replace boost::any with std::any" | Josh Morman | 2021-11-06 | 7 | -31/+30 |
* | runtime: mark buffer methods as override | Josh Morman | 2021-11-03 | 5 | -29/+31 |
* | gnuradio-runtime: Remove Doxygen warnings from custom buffers. | Ron Economos | 2021-10-31 | 3 | -0/+5 |
* | Replace boost::any with std::any | Marcus Müller | 2021-10-28 | 7 | -30/+31 |
* | PMT: include cstring for memcpy, clean up memcpy dst consistently | Marcus Müller | 2021-10-28 | 1 | -61/+64 |
* | runtime: remove unused d_mutex from custom_lock to remove warnings | Marcus Müller | 2021-10-27 | 1 | -2/+1 |
* | Remove unused volk_benchmark | Marcus Müller | 2021-10-27 | 7 | -951/+0 |
* | runtime: add virtual destructor to custom_lock_if class | David Sorber | 2021-10-27 | 1 | -0/+2 |
* | runtime: pybind version in gnuradio-config-info | Josh Morman | 2021-10-26 | 4 | -2/+15 |
* | gr-runtime: Change hier_block2.py __getattr__ to avoid recursive loop in exce... | Matt Mills | 2021-10-26 | 1 | -2/+7 |
* | runtime: add logic to call the input_blocked_callback() if a sink block | David Sorber | 2021-10-25 | 1 | -0/+26 |
* | runtime: replace the DEFINE_CUSTOM_BUFFER_TYPE() macro function with | David Sorber | 2021-10-25 | 13 | -85/+97 |
* | runtime: rename buffer_context to transfer type; also rename the | David Sorber | 2021-10-25 | 16 | -110/+117 |
* | runtime: use std::function for callback logic | David Sorber | 2021-10-25 | 4 | -9/+9 |
* | runtime: Custom Buffer/Accelerator Device Support - Milestone 2 | David Sorber | 2021-10-25 | 36 | -495/+1653 |
* | runtime: Custom Buffer/Accelerator Device Support - Milestone 1 | David Sorber | 2021-10-25 | 34 | -478/+2421 |
* | global: Replace stdio logging with logger | David Winter | 2021-10-21 | 10 | -168/+160 |
* | pmt: Use VOLK allocator for PMT vectors | schneider | 2021-10-21 | 2 | -12/+15 |
* | runtime: unused remove misc.h/cc | Josh Morman | 2021-10-14 | 5 | -110/+0 |
* | runtime: fix pybind of get_tags_in_window | mormj | 2021-09-29 | 1 | -2/+2 |
* | runtime: Add NOMINMAX def on common-precompiled-headers when using MSVC | Ryan Volz | 2021-09-27 | 1 | -0/+7 |
* | pdu: add samp_rate key | Jacob Gilbert | 2021-09-22 | 4 | -1/+13 |
* | runtime: include boost/format where used | Marcus Müller | 2021-09-07 | 9 | -0/+9 |
* | qtgui: Replace pyqwidget() with qwidget() | David Winter | 2021-09-03 | 1 | -1/+1 |
* | runtime: remove tag_checker | Marcus Müller | 2021-07-30 | 6 | -146/+0 |
* | runtime: add common-precompiled-headers pseudotarget to link against | Marcus Müller | 2021-07-19 | 2 | -0/+30 |
* | runtime: add precompile headers for internal use | Marcus Müller | 2021-07-19 | 1 | -0/+8 |
* | pdu: adding tags_to_pdu block | Jacob Gilbert | 2021-07-19 | 4 | -2/+51 |
* | pdu: adding pdu_to_stream block | Jacob Gilbert | 2021-07-19 | 4 | -1/+36 |
* | pdu: Adding new blocks | Jacob Gilbert | 2021-07-19 | 4 | -1/+23 |
* | runtime: constants: modernized #include, structure | Marcus Müller | 2021-07-02 | 1 | -13/+14 |
* | gr: logger: Add logger_get_configured_logger() | David Winter | 2021-07-02 | 3 | -2/+49 |
* | runtime: use < instead of compare_offset, remove Python comparison class | Marcus Müller | 2021-06-28 | 4 | -40/+24 |