aboutsummaryrefslogtreecommitdiffstats
path: root/gnuradio-runtime (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: build python deps conditionallyJosh Morman2022-01-062-6/+26
* runtime: configurable blkd_input timerJosh Morman2021-12-105-2/+51
* runtime: Use <spdlog/fmt/fmt.h> header handling SPDLOG_FMT_EXTERNALRyan Volz2021-12-102-6/+2
* runtime: add workaround to #define disable logger headerJosh Morman2021-12-062-1/+14
* cmake: change how test files are build when cross compilingPhilip Balister2021-12-032-1/+9
* runtime: Fix alloc-dealloc-mismatch in buffer_single_mappedVasil Velichkov2021-12-021-1/+1
* runtime: Fix alloc-dealloc-mismatch in host_bufferVasil Velichkov2021-12-021-1/+1
* runtime: remove unused includes from buffer headersMarcus Müller2021-11-245-11/+2
* runtime: pep8 formattingJosh Morman2021-11-2437-561/+725
* 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-1910-11/+14
* logging core: replace log4cpp by spdlogMarcus Müller2021-11-1914-1310/+416
* gnuradio-config-info: avoid boost/fmt::format ambiguityMarcus Müller2021-11-191-2/+1
* runtime: don't include boost/format.hpp in logger.hMarcus Müller2021-11-192-2/+1
* gnuradio-runtime: Remove unused test_types.h file.Ron Economos2021-11-171-39/+0
* runtime: remove unused test.cc/hJosh Morman2021-11-113-401/+0
* Revert "Replace boost::any with std::any"Josh Morman2021-11-067-31/+30
* runtime: mark buffer methods as overrideJosh Morman2021-11-035-29/+31
* gnuradio-runtime: Remove Doxygen warnings from custom buffers.Ron Economos2021-10-313-0/+5
* Replace boost::any with std::anyMarcus Müller2021-10-287-30/+31
* PMT: include cstring for memcpy, clean up memcpy dst consistentlyMarcus Müller2021-10-281-61/+64
* runtime: remove unused d_mutex from custom_lock to remove warningsMarcus Müller2021-10-271-2/+1
* Remove unused volk_benchmarkMarcus Müller2021-10-277-951/+0
* runtime: add virtual destructor to custom_lock_if classDavid Sorber2021-10-271-0/+2
* runtime: pybind version in gnuradio-config-infoJosh Morman2021-10-264-2/+15
* gr-runtime: Change hier_block2.py __getattr__ to avoid recursive loop in exceptionMatt Mills2021-10-261-2/+7
* runtime: add logic to call the input_blocked_callback() if a sink blockDavid Sorber2021-10-251-0/+26
* runtime: replace the DEFINE_CUSTOM_BUFFER_TYPE() macro function withDavid Sorber2021-10-2513-85/+97
* runtime: rename buffer_context to transfer type; also rename theDavid Sorber2021-10-2516-110/+117
* runtime: use std::function for callback logicDavid Sorber2021-10-254-9/+9
* runtime: Custom Buffer/Accelerator Device Support - Milestone 2David Sorber2021-10-2536-495/+1653
* runtime: Custom Buffer/Accelerator Device Support - Milestone 1David Sorber2021-10-2534-478/+2421
* global: Replace stdio logging with loggerDavid Winter2021-10-2110-168/+160
* pmt: Use VOLK allocator for PMT vectorsschneider2021-10-212-12/+15
* runtime: unused remove misc.h/ccJosh Morman2021-10-145-110/+0
* runtime: fix pybind of get_tags_in_window mormj2021-09-291-2/+2
* runtime: Add NOMINMAX def on common-precompiled-headers when using MSVCRyan Volz2021-09-271-0/+7
* pdu: add samp_rate keyJacob Gilbert2021-09-224-1/+13
* runtime: include boost/format where usedMarcus Müller2021-09-079-0/+9
* qtgui: Replace pyqwidget() with qwidget()David Winter2021-09-031-1/+1
* runtime: remove tag_checkerMarcus Müller2021-07-306-146/+0
* runtime: add common-precompiled-headers pseudotarget to link againstMarcus Müller2021-07-192-0/+30
* runtime: add precompile headers for internal useMarcus Müller2021-07-191-0/+8
* pdu: adding tags_to_pdu blockJacob Gilbert2021-07-194-2/+51
* pdu: adding pdu_to_stream blockJacob Gilbert2021-07-194-1/+36
* pdu: Adding new blocksJacob Gilbert2021-07-194-1/+23
* runtime: constants: modernized #include, structureMarcus Müller2021-07-021-13/+14
* gr: logger: Add logger_get_configured_logger()David Winter2021-07-023-2/+49
* runtime: use < instead of compare_offset, remove Python comparison classMarcus Müller2021-06-284-40/+24