aboutsummaryrefslogtreecommitdiffstats
path: root/gnuradio-runtime/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* cmake: build python deps conditionallyJosh Morman2022-01-061-6/+17
* runtime: configurable blkd_input timerJosh Morman2021-12-102-1/+9
* runtime: pep8 formattingJosh Morman2021-11-241-12/+16
* runtime: minor API cleanupMarcus Müller2021-11-194-4/+7
* logging core: replace log4cpp by spdlogMarcus Müller2021-11-197-391/+113
* 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-064-24/+21
* Replace boost::any with std::anyMarcus Müller2021-10-284-21/+24
* PMT: include cstring for memcpy, clean up memcpy dst consistentlyMarcus Müller2021-10-281-61/+64
* runtime: pybind version in gnuradio-config-infoJosh Morman2021-10-261-0/+3
* 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-254-20/+35
* runtime: rename buffer_context to transfer type; also rename theDavid Sorber2021-10-257-87/+89
* runtime: use std::function for callback logicDavid Sorber2021-10-251-3/+3
* runtime: Custom Buffer/Accelerator Device Support - Milestone 2David Sorber2021-10-2516-335/+1089
* runtime: Custom Buffer/Accelerator Device Support - Milestone 1David Sorber2021-10-2514-313/+1336
* global: Replace stdio logging with loggerDavid Winter2021-10-217-165/+151
* pmt: Use VOLK allocator for PMT vectorsschneider2021-10-212-12/+15
* runtime: unused remove misc.h/ccJosh Morman2021-10-143-83/+0
* pdu: add samp_rate keyJacob Gilbert2021-09-221-0/+5
* runtime: include boost/format where usedMarcus Müller2021-09-079-0/+9
* runtime: add common-precompiled-headers pseudotarget to link againstMarcus Müller2021-07-191-0/+0
* runtime: add precompile headers for internal useMarcus Müller2021-07-191-0/+8
* pdu: adding tags_to_pdu blockJacob Gilbert2021-07-191-0/+20
* pdu: adding pdu_to_stream blockJacob Gilbert2021-07-191-0/+16
* pdu: Adding new blocksJacob Gilbert2021-07-191-0/+9
* runtime: constants: modernized #include, structureMarcus Müller2021-07-021-13/+14
* gr: logger: Add logger_get_configured_logger()David Winter2021-07-021-0/+25
* cmake: Remove absolute paths and private links from exported targets.Ryan Volz2021-06-251-6/+2
* runtime: cleaning up unspecific/mistaken boost dependenciesMarcus Müller2021-06-223-5/+3
* global: automatically remove unused boost includesMarcus Müller2021-06-221-1/+0
* runtime/realtime_impl: remove commented out, low-entropy debug printfsMarcus Müller2021-06-171-8/+2
* runtime/math QA: remove orphaned debug printfsMarcus Müller2021-06-173-35/+0
* global: automatic removal of <cstdio> where unusedMarcus Müller2021-06-1711-11/+0
* pmt: remove unused <functional> includeMarcus Müller2021-06-171-1/+0
* logger: move non-interface includes to buffer.ccMarcus Müller2021-06-171-0/+10
* logging: remove <iostream> from logger.h, add where consequently missingMarcus Müller2021-06-173-2/+9
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-1716-16/+0
* runtime: dereference symlink in gr::prefix()beroset2021-06-161-3/+3
* runtime: ctrlport: cmake: Fix thrift dependency for OOTs.Ryan Volz2021-06-011-17/+3
* runtime: Explicitly convert path to string to fix MSVC build.Ryan Volz2021-06-011-1/+1
* runtime: Save prefs safely by atomic renameThomas Habets2021-05-021-7/+24
* runtime: Access d_config_map cleanerThomas Habets2021-05-021-19/+8
* runtime: Use mutex for prefsThomas Habets2021-05-021-3/+9
* runtime: Simplify prefsThomas Habets2021-05-021-151/+125
* cmake: Move swath of add_definitions to gnuradio-runtime target.Ryan Volz2021-04-171-40/+71
* runtime, blocks, network: Clean up use of Win headers, fix stream_pdu.Ryan Volz2021-04-171-7/+3
* runtime: fix gr::random API to be fixed-width 64 bit, use XOROSHIRO128+Marcus Müller2021-04-061-7/+6
* runtime: don't do two lookups to verify existence and get msg handlerMarcus Müller2021-04-051-3/+3