aboutsummaryrefslogtreecommitdiffstats
path: root/gr-video-sdl (follow)
Commit message (Expand)AuthorAgeFilesLines
* classic modules: use common precompiled headersMarcus Müller2021-07-191-0/+4
* video-sdl: include boost/format where usedMarcus Müller2021-06-222-2/+2
* rebaseVolker Schroer2021-06-211-1/+1
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-172-2/+0
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-192-4/+4
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-032-2/+2
* Add `override` for common virtual function overridesThomas Habets2020-11-032-2/+2
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-4/+6
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-301-1/+1
* gr-video-sdl: Fix YUV formats.Ron Economos2020-10-237-9/+9
* pybind11: Remove SWIG remnants.Ron Economos2020-10-121-2/+0
* python: Remove unnecessary 'from __future__ import'Oleksandr Kravchuk2020-08-031-1/+0
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-302-4/+4
* video-sdl: pybind11 bindingsJosh Morman2020-06-048-3/+218
* pybind: removal of swig componentsJosh Morman2020-06-043-66/+0
* video-sdl: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-132-24/+46
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-012-2/+2
* Update license header to SPDX formatdevnulling2020-01-2717-221/+17
* clang-format: Ordering all the includesMarcus Müller2019-08-094-10/+10
* Tree: clang-format without the include sortingMarcus Müller2019-08-097-632/+683
* Add C++ support to gr-video-sdlHåkon Vågsether2019-07-011-0/+8
* gr-video-sdl: Fixed typo in cmake (MSVC only)gnieboer2019-06-061-1/+1
* cmake: Update to modern CMake usageAndrej Rode2019-03-043-65/+17
* cmake: Only go into grc/ subdirs when ENABLE_GRC=ONMartin Braun2018-12-171-1/+3
* Merge remote-tracking branch 'origin/next' into merge_nextMarcus Müller2018-08-3112-148/+73
|\
| * cmake: remove unused generated_includes targetsAndrej Rode2018-08-261-1/+0
| * video-sdl: Fix __init__.py to work with Python 3Martin Braun2018-07-121-2/+2
| * Merge branch 'python3_fix' into nextAndrej Rode2018-06-248-102/+69
| |\
| | * Added auto-generated YAML blocksHåkon Vågsether2017-10-105-101/+66
| | * Merge branch 'next' into python3Johnathan Corgan2017-03-221-2/+0
| | |\
| | * | python3: update non-GRC components to use python2 or python3Douglas Anderson2017-02-263-1/+3
| * | | Merge branch 'master' into nextMartin Braun2018-02-032-2/+2
| |\ \ \ | | |_|/ | |/| |
| * | | Merge branch 'master' into nextJohnathan Corgan2017-03-221-2/+0
| |\ \ \ | | |_|/ | |/| |
| * | | cmake: nuke cpack from existenceJohnathan Corgan2016-08-036-43/+2
* | | | Test: adds swig dirs to python tests to allow ctest to run on win buildsgnieboer2018-03-221-0/+2
| |_|/ |/| |
* | | Comment typo fixing.luz.paz2018-02-032-2/+2
| |/ |/|
* | cmake: clean upBastian Bloessl2017-03-221-2/+0
|/
* grc: assign all in-tree blocks to module 'Core'Sebastian Koslowski2016-05-271-1/+1
* Video sink GRC block documentationEthan Trewhitt2015-02-171-32/+43
* Video sink supports both uchar and short mode, 1-3 channelsEthan Trewhitt2015-02-171-10/+43
* Implemented GRC block for video SDL sinkEthan Trewhitt2015-02-174-0/+83
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
* Merge branch 'maint'Tom Rondeau2014-08-082-2/+0
|\
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-082-2/+0
* | build: better support for static libs.Tom Rondeau2014-07-181-0/+12
|/
* Merge branch 'maint'Tom Rondeau2014-07-073-7/+7
|\
| * Removing trailing/extra whitespaces before release.Tom Rondeau2014-07-074-8/+8
* | build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) versions of the libraries.Tom Rondeau2014-06-281-2/+16
|/
* Add a QA_PYTHON_EXECUTABLE variable so QA code knows what python to use when cross compiling.Philip Balister2013-12-051-1/+1
* Removing gruel from QA python paths.Ben Reynwar2013-06-061-1/+0