summaryrefslogtreecommitdiff
path: root/gr-video-sdl/lib
Commit message (Collapse)AuthorAgeFilesLines
* gr-video-sdl: Remove if (1)Solomon Tan2021-09-022-44/+18
| | | | | | Remove `if (1)`. Signed-off-by: Solomon Tan <solomonbstoner@yahoo.com.au>
* gr-video-sdl: Remove d_formatSolomon Tan2021-09-024-47/+12
| | | | | | | Remove d_format because the yaml sets it to 0, and is not checked at all after initialization. Signed-off-by: Solomon Tan <solomonbstoner@yahoo.com.au>
* gr-video-sdl: Fix reversal of U and V channels on sink blocks.Ron Economos2021-08-232-2/+2
| | | | Signed-off-by: Ron Economos <w6rz@comcast.net>
* classic modules: use common precompiled headersMarcus Müller2021-07-191-0/+4
| | | | | | | This commit contains all the additions to gr-*/lib/CMakeLists.txt applicable to modules already present in 3.8. Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* video-sdl: include boost/format where usedMarcus Müller2021-06-222-2/+2
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-172-2/+0
| | | | Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* clang-tidy: run full .clang-tidy on C++17 codebaseMarcus Müller2021-01-192-4/+4
| | | | | | | | | | | | | | | | | | | | run /usr/share/clang/run-clang-tidy.py -checks=file '-header-filter=.*' -fix .. from build directory. Then, clang-format -i $(git diff --name-only origin/master) to clang-format changed files. Then, refresh all header hashes in pybind bindings (*/python/bindings/*.cc) Signed-off-by: Marcus Müller <mmueller@gnuradio.org>
* 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
| | | | | | | | | | Mostly done with: ``` find -name "*_impl.h" | xargs sed -i -r '/(void forecast|int work|int general_work|bool check_topology)\(/{:back /\)/b nxt;N;b back;:nxt s/\)$|\)(;)/) override\1/g}' ``` Then I removed an incorrect `work` that this found.
* gr-video-sdl: Fix YUV formats.Ron Economos2020-10-232-2/+2
|
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-302-4/+4
| | | | | | | | | | | | | | First batch of changes: ``` find […] -print0 | xargs -0 sed -i -r '/get_initial_sptr/{:nxt N;/;/!b nxt;s/get_initial_sptr\(\s*new ([^(]+)(.*)\)\)/make_block_sptr<\1>\2)/}' ``` Then: * Back out `sptr_magic.h` edits * Change some `friend` clauses * clang-format the whole thing * Update checksums in the pybind11 bindings files
* video-sdl: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-132-24/+46
|
* Update license header to SPDX formatdevnulling2020-01-276-78/+6
|
* clang-format: Ordering all the includesMarcus Müller2019-08-092-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | clang-format: ordering includes in gnuradio-runtime clang-format: ordering includes in gr-filter clang-format: ordering includes in gr-fft clang-format: ordering includes in gr-audio clang-format: ordering includes in gr-analog clang-format: ordering includes in gr-fec clang-format: ordering includes in gr-wavelet clang-format: ordering includes in gr-zeromq clang-format: ordering includes in gr-vocoder clang-format: ordering includes in gr-video-sdl clang-format: ordering includes in gr-trellis clang-format: ordering includes in gr-blocks clang-format: ordering includes in gr-digital clang-format: ordering includes in gr-uhd clang-format: ordering includes in gr-dtv clang-format: ordering includes in gr-channels clang-format: ordering includes in gr-qtgui clang_format.py: re-enable include reordering
* Tree: clang-format without the include sortingMarcus Müller2019-08-094-588/+635
|
* gr-video-sdl: Fixed typo in cmake (MSVC only)gnieboer2019-06-061-1/+1
|
* cmake: Update to modern CMake usageAndrej Rode2019-03-041-50/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This includes using target based setting of includes and link libraries. This will transitively add the includes and linking flags to dependent targets. This is still a work in progress since only the dynamic libraries have been touched and not all of include_directories directives are gone yet. cmake: remove GR_INCLUDE_SUBDIRECTORY macro Previously this macro was used to inject subdirectories in the current CMake namespace. This is generally undesired and pollutes the current context. previously GNU Radio CMake had a non-default option ENABLE_STATIC_LIBS to build both, shared libraries and static libraries. This seems to be a construction taken over from autotools and serves no purpuose in CMake and complicates the library building. cmake: remove GR_LIBTOOL and la generation support This looks like it was primarily used to support projects using autotools, but comments state that the generated .la files aren't compatible with autotools anyway. cmake: Bump required CMake version to 3.8 UseSWIG cmake uses syntax which requires at least CMake 3.8 and is non-trivial to change
* Merge branch 'master' into nextMartin Braun2018-02-032-2/+2
|\
| * Comment typo fixing.luz.paz2018-02-032-2/+2
| | | | | | | | Luzpaz went ahead and found typos using `codespell -q 3`.
* | Merge branch 'master' into nextJohnathan Corgan2017-03-221-2/+0
|\| | | | | | | | | Conflicts: gr-wxgui/lib/CMakeLists.txt
| * cmake: clean upBastian Bloessl2017-03-221-2/+0
| |
* | cmake: nuke cpack from existenceJohnathan Corgan2016-08-031-2/+2
|/ | | | | | CPack is not used, unmaintaned, and broken. This does not eliminate any MSVC build functionality.
* cmake: follow-up to previous mergeTom Rondeau2014-08-081-1/+0
|
* Merge branch 'maint'Tom Rondeau2014-08-081-1/+0
|\ | | | | | | | | | | Conflicts: gnuradio-runtime/CMakeLists.txt gnuradio-runtime/lib/controlport/CMakeLists.txt
| * controlport: removing use of ice for a controlport rpc.Tom Rondeau2014-08-081-1/+0
| | | | | | | | This effectively disables the use of ControlPort for now until we build in a new middleware layer. The ControlPort API and interfaces exist but will function as nops for now.
* | build: better support for static libs.Tom Rondeau2014-07-181-0/+12
|/ | | | | | Now builds shared libraries with ControlPort (if ControlPort is enableed). Static libs still without ControlPort. Added proper Option and output message in cmake for Static Libs on/off.
* build: adds an ENABLE_STATIC_LIB option to cmake to build static (.a) ↵Tom Rondeau2014-06-281-2/+16
| | | | versions of the libraries.
* video_sdl: moved include dir to gnuradio/video_sdlJohnathan Corgan2013-04-302-2/+2
|
* runtime: converting runtime core to gr namespace, gnuradio include dir.Tom Rondeau2013-04-292-8/+8
|
* video-sdl, trellis: adding windows files back into cmake.Tom Rondeau2013-04-011-0/+13
|
* build: removed last references to GRUEL.Tom Rondeau2013-04-011-0/+55
| | | | Also update qa_runtime to pull in qa_pmt tests.
* gruel: moved gruel into subdirs of gnuradio-runtime.Tom Rondeau2013-04-011-1/+0
| | | | PMTs are handled slightly different and are installed into their own module and include dir.
* runtime: migrate remaining gnuradio-core contents into gnuradio-runtimeJohnathan Corgan2013-03-261-3/+3
|
* Fixing up some code after merge and conflicts.Tom Rondeau2013-03-031-0/+2
|
* Merge master/fix_build_dir_order into next, then fix conflicts and redo come ↵Michael L Dickens2013-01-041-3/+4
| | | | of the INCLUDE_DIRS order
* video-sdl: converted to new structure.Tom Rondeau2012-12-305-0/+856