| Commit message (Expand) | Author | Age | Files | Lines |
* | audio: osx: Replace boost::scoped_array with std::unique_ptr. | Ryan Volz | 2021-12-10 | 1 | -2/+3 |
* | cmake: change how test files are build when cross compiling | Philip Balister | 2021-12-03 | 1 | -0/+3 |
* | audio: pep8 formatting | Josh Morman | 2021-11-24 | 11 | -56/+70 |
* | runtime: Custom Buffer/Accelerator Device Support - Milestone 2 | David Sorber | 2021-10-25 | 2 | -2/+2 |
* | runtime: Custom Buffer/Accelerator Device Support - Milestone 1 | David Sorber | 2021-10-25 | 4 | -2/+6 |
* | global: Replace stdio logging with logger | David Winter | 2021-10-21 | 2 | -110/+130 |
* | examples: Repair all examples affected by commit 91e9ddf. | Ron Economos | 2021-10-11 | 1 | -6/+6 |
* | modules: include boost/format where used | Marcus Müller | 2021-09-07 | 15 | -0/+16 |
* | audio/jack: to_string is no longer part of boost:: NS, instead use std:: | Marcus Müller | 2021-08-23 | 2 | -2/+2 |
* | classic modules: use common precompiled headers | Marcus Müller | 2021-07-19 | 1 | -0/+4 |
* | rebase | Volker Schroer | 2021-06-21 | 2 | -2/+2 |
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 14 | -14/+0 |
* | gr-audio: Check CreateEvent() for failure | Zackery Spytz | 2021-03-25 | 1 | -0/+4 |
* | audio: reduce Windows audio priority to LOW, this prefers Portaudio on win | Marcus Müller | 2021-03-15 | 1 | -1/+1 |
* | removed ssize_t, which is not standard C, and we're a C++ project | Marcus Müller | 2021-02-23 | 2 | -2/+2 |
* | portaudio: fix unintentionally synchronous std::async | Marcus Müller | 2021-02-09 | 1 | -1/+1 |
* | clang-tidy: run full .clang-tidy on C++17 codebase | Marcus Müller | 2021-01-19 | 11 | -13/+13 |
* | replace fft.window.WIN_ with window.win_ and include in grc default import | Josh Morman | 2020-12-18 | 1 | -3/+3 |
* | global replace of firdes.WIN_ with fft.window.WIN_ | Josh Morman | 2020-12-18 | 1 | -3/+3 |
* | gr-audio: revise alsa default nperiods | duggabe | 2020-12-17 | 2 | -2/+2 |
* | gr-audio: revise nperiods in gr-audio-alsa.conf | duggabe | 2020-12-17 | 1 | -1/+1 |
* | gr-audio: revise nperiods in gr-audio-alsa.conf | duggabe | 2020-12-17 | 1 | -1/+1 |
* | build: Remove clang unused variable warnings. | Ron Economos | 2020-12-07 | 1 | -3/+2 |
* | modernization: `override` instead of virtual in all compilation units | Marcus Müller | 2020-11-03 | 8 | -22/+22 |
* | Remove gru.daemonize and dial_tone_daemon example | Clayton Smith | 2020-10-30 | 2 | -47/+0 |
* | Fix examples that use wavfile_sink | Clayton Smith | 2020-10-30 | 1 | -1/+2 |
* | audio: lib: windows: Add <cctype> header for std::isdigit. | Ryan Volz | 2020-10-29 | 2 | -0/+2 |
* | Remove gcd, lcm, and log2 from gru module | Clayton Smith | 2020-10-29 | 1 | -3/+4 |
* | audio: fix Windows logging | japm48 | 2020-10-20 | 2 | -29/+40 |
* | audio: fix lcm calculation | Clayton Smith | 2020-10-20 | 1 | -2/+2 |
* | gr-audio: osx: Fix compilation. | Ryan Volz | 2020-10-02 | 1 | -5/+5 |
* | audio/alsa: Remove manual memory management | Thomas Habets | 2020-09-22 | 5 | -142/+171 |
* | gr-audio: Remove CMake warning. | Ron Economos | 2020-09-11 | 1 | -1/+1 |
* | add an option to enable/disable examples | Gwenhael Goavec-Merou | 2020-09-02 | 1 | -3/+5 |
* | python: Remove unnecessary 'from __future__ import' | Oleksandr Kravchuk | 2020-08-03 | 12 | -16/+0 |
* | pybind: add hash check to binding file creation (#3472) | mormj | 2020-06-04 | 3 | -3/+19 |
* | audio: add pybind11 bindings | Josh Morman | 2020-06-04 | 8 | -5/+197 |
* | pybind: removal of swig components | Josh Morman | 2020-06-04 | 3 | -62/+0 |
* | audio: replace stderr logging by calls to GR's logging facilties | Marcus Müller | 2020-04-13 | 15 | -317/+405 |
* | replace boost endian check with cmake | japm48 | 2020-04-06 | 1 | -2/+1 |
* | Switch from boost pointers to std C++11 pointers | Thomas Habets | 2020-04-01 | 5 | -7/+7 |
* | Replace BOOST_FOREACH with C++11 range for | Thomas Habets | 2020-03-27 | 1 | -3/+2 |
* | Change assert to static_assert, where possible | Thomas Habets | 2020-03-20 | 1 | -1/+2 |
* | Update license header to SPDX format | devnulling | 2020-01-27 | 64 | -832/+64 |
* | alsa_sink: fix always true check | Valerii Zapodovnikov | 2020-01-18 | 1 | -1/+1 |
* | Replace many `const` variables with `constexpr` | Thomas Habets | 2020-01-04 | 2 | -2/+2 |
* | gr-audio/portaudio_source: Fix lock acquisition | Thomas Habets | 2020-01-02 | 1 | -1/+1 |
* | Remove newlines from exception messages | Thomas Habets | 2020-01-01 | 1 | -4/+4 |
* | delete unused variables | Bastian Bloessl | 2019-09-05 | 4 | -4/+0 |
* | clang-format: Ordering all the includes | Marcus Müller | 2019-08-09 | 24 | -46/+46 |