| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
Add some more cpp templates to gr-qtgui and make use of gui_hint
to position the windows.
Modify 2 python examples to c++ examples and put them into the
example/c++ directory.
Signed-off-by: Volker Schroer <3470424+dl1ksv@users.noreply.github.com>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
| |
Qt5 is now required. Note that many applications and examples requiring
Qt are currently broken, this does not fix any of them, it just sets up
our CMake environment so we can start fixing them.
|
|
|
|
|
| |
Previously public headers in the form $blockname_XX.h were generated.
Now only $blockname.h needs to be included
|
| |
|
|\
| |
| |
| |
| | |
Conflicts:
gr-qtgui/examples/c++/CMakeLists.txt
|
| | |
|
|\ \
| | |
| | |
| | |
| | | |
Conflicts:
gr-qtgui/grc/CMakeLists.txt
|
| |/
| |
| |
| |
| |
| | |
CPack is not used, unmaintaned, and broken.
This does not eliminate any MSVC build functionality.
|
| |
| |
| |
| | |
Signed-off-by: Paul Cercueil <paul.cercueil@analog.com>
|
|/ |
|
|
|