summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/python/gnuradio/gr/bindings/logger_python.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* runtime: change name of level_enum in py bindingJosh Morman2021-11-211-1/+1
* logging core: replace log4cpp by spdlogMarcus Müller2021-11-191-129/+105
* runtime: don't include boost/format.hpp in logger.hMarcus Müller2021-11-191-1/+1
* runtime: Custom Buffer/Accelerator Device Support - Milestone 1David Sorber2021-10-251-2/+2
* gr: logger: Add logger_get_configured_logger()David Winter2021-07-021-2/+5
* 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-171-1/+1
* Replace boost::filesystem with std::filesystemZackery Spytz2021-03-131-1/+1
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-191-1/+1
* pybind: add hash check to binding file creation (#3472)mormj2020-06-041-1/+9
* runtime: add pybind11 bindingsJosh Morman2020-06-041-0/+154