aboutsummaryrefslogtreecommitdiffstats
path: root/gr-audio/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* audio: osx: Replace boost::scoped_array with std::unique_ptr.Ryan Volz2021-12-101-2/+3
* runtime: Custom Buffer/Accelerator Device Support - Milestone 2David Sorber2021-10-252-2/+2
* runtime: Custom Buffer/Accelerator Device Support - Milestone 1David Sorber2021-10-254-2/+6
* global: Replace stdio logging with loggerDavid Winter2021-10-212-110/+130
* modules: include boost/format where usedMarcus Müller2021-09-0715-0/+16
* audio/jack: to_string is no longer part of boost:: NS, instead use std::Marcus Müller2021-08-232-2/+2
* classic modules: use common precompiled headersMarcus Müller2021-07-191-0/+4
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-1713-13/+0
* gr-audio: Check CreateEvent() for failureZackery Spytz2021-03-251-0/+4
* audio: reduce Windows audio priority to LOW, this prefers Portaudio on winMarcus Müller2021-03-151-1/+1
* removed ssize_t, which is not standard C, and we're a C++ projectMarcus Müller2021-02-232-2/+2
* portaudio: fix unintentionally synchronous std::asyncMarcus Müller2021-02-091-1/+1
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-1911-13/+13
* gr-audio: revise alsa default nperiodsduggabe2020-12-172-2/+2
* gr-audio: revise nperiods in gr-audio-alsa.confduggabe2020-12-171-1/+1
* gr-audio: revise nperiods in gr-audio-alsa.confduggabe2020-12-171-1/+1
* build: Remove clang unused variable warnings.Ron Economos2020-12-071-3/+2
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-038-22/+22
* audio: lib: windows: Add <cctype> header for std::isdigit.Ryan Volz2020-10-292-0/+2
* audio: fix Windows loggingjapm482020-10-202-29/+40
* gr-audio: osx: Fix compilation.Ryan Volz2020-10-021-5/+5
* audio/alsa: Remove manual memory managementThomas Habets2020-09-225-142/+171
* audio: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-1315-317/+405
* replace boost endian check with cmakejapm482020-04-061-2/+1
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-013-5/+5
* Replace BOOST_FOREACH with C++11 range forThomas Habets2020-03-271-3/+2
* Change assert to static_assert, where possibleThomas Habets2020-03-201-1/+2
* Update license header to SPDX formatdevnulling2020-01-2737-481/+37
* alsa_sink: fix always true checkValerii Zapodovnikov2020-01-181-1/+1
* Replace many `const` variables with `constexpr`Thomas Habets2020-01-042-2/+2
* gr-audio/portaudio_source: Fix lock acquisitionThomas Habets2020-01-021-1/+1
* Remove newlines from exception messagesThomas Habets2020-01-011-4/+4
* delete unused variablesBastian Bloessl2019-09-054-4/+0
* clang-format: Ordering all the includesMarcus Müller2019-08-0923-45/+45
* Tree: clang-format without the include sortingMarcus Müller2019-08-0933-5635/+5327
* audio: rename static internal var from d_ to s_Marcus Müller2019-06-151-16/+17
* audio: fix build on OSXMichael Dickens2019-04-213-3/+3
* cmake: Update to modern CMake usageAndrej Rode2019-03-041-117/+56
* gr-audio: fix windows when receiving > 1 output_multiple per work() callgnieboer2019-02-141-75/+81
* cleanup: fix local includes in gr-audioAndrej Rode2019-02-0113-48/+46
* C++11: Convert boost::lexical_cast to std::to_stringMarcus Müller2018-12-192-3/+0
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-3113-15/+15
|\
| * cleanup: remove dynamic exception specificationsAndrej Rode2018-02-0612-12/+12
| * Merge branch 'master' into nextMartin Braun2018-02-035-7/+7
| |\
| * \ Merge branch 'master' into nextJohnathan Corgan2017-05-092-4/+9
| |\ \
| * \ \ Merge branch 'master' into nextJohnathan Corgan2017-04-171-1/+1
| |\ \ \
| * \ \ \ Merge branch 'master' into nextJohnathan Corgan2017-03-221-3/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-11-222-14/+14
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-10-134-173/+355
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2016-08-162-0/+8
| |\ \ \ \ \ \ \