summaryrefslogtreecommitdiff
path: root/gr-audio
Commit message (Expand)AuthorAgeFilesLines
* pybind: add hash check to binding file creation (#3472)mormj2020-06-043-3/+19
* audio: add pybind11 bindingsJosh Morman2020-06-048-5/+197
* pybind: removal of swig componentsJosh Morman2020-06-043-62/+0
* 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-015-7/+7
* 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-2764-832/+64
* 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-0924-46/+46
* Tree: clang-format without the include sortingMarcus Müller2019-08-0938-5732/+5418
* Add C++ generation support in GRC to gr-audioHåkon Vågsether2019-07-012-2/+22
* audio: rename static internal var from d_ to s_Marcus Müller2019-06-152-19/+20
* audio: fix build on OSXMichael Dickens2019-04-213-3/+3
* cmake: Update to modern CMake usageAndrej Rode2019-03-044-139/+60
* 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
* audio: Convert GRC examples to YAML formatJohannes Demel2019-01-122-2901/+917
* Merge the polished results from the 2017 GSoC "C++ Code Generation with GRC"Andrej Rode2018-12-292-2/+2
|\
| * grc: add flags as a listAndrej Rode2018-12-182-2/+2
* | C++11: Convert boost::lexical_cast to std::to_stringMarcus Müller2018-12-192-3/+0
* | cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-171-2/+3
|/
* Convert tabs to spaces and fix syntax errors.Clayton Smith2018-10-041-6/+6
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-3140-564/+277
|\
| * analog: replace gengen with C++ templatesAndrej Rode2018-08-251-1/+1
| * Use proper relative imports in gr-audio's __init__.pyVolker Schroer2018-08-191-2/+2
| * Changed KHz to kHz in gr-audioHåkon Vågsether2018-06-272-2/+2
| * Merge branch 'python3_fix' into nextAndrej Rode2018-06-2418-187/+127
| |\
| | * Added auto-generated YAML blocksHåkon Vågsether2017-10-105-176/+100
| | * Merge branch 'next' into python3Johnathan Corgan2017-05-093-11/+16
| | |\
| | * \ Merge branch 'next' into python3Johnathan Corgan2017-04-171-1/+1
| | |\ \
| | * \ \ Merge branch 'next' into python3Johnathan Corgan2017-03-221-3/+1
| | |\ \ \
| | * | | | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-2613-11/+27
| * | | | | Revert codespelling fixes for xml filesAndrej Rode2018-06-232-2/+2
| * | | | | cleanup: remove dynamic exception specificationsAndrej Rode2018-02-0612-12/+12
| * | | | | Merge branch 'master' into nextMartin Braun2018-02-0311-10/+10
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'master' into nextJohnathan Corgan2017-05-093-11/+16
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | 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
| |\ \ \ \ \ \
| * | | | | | | examples: replace OptionParser by ArgumentParserJiří Pinkava2016-09-209-140/+107
| * | | | | | | tools, docs: replace OptionParser by ArgumentParserJiří Pinkava2016-09-201-4/+4
| * | | | | | | examples: replace OptionParser by ArgumentParserJiří Pinkava2016-09-172-27/+21
| * | | | | | | wxgui: removedJohnathan Corgan2016-09-082-139/+0