summaryrefslogtreecommitdiff
path: root/gr-vocoder/lib/g7xx
Commit message (Collapse)AuthorAgeFilesLines
* clang-format: Ordering all the includesMarcus Müller2019-08-092-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-098-1134/+985
|
* cmake: Update to modern CMake usageAndrej Rode2019-03-041-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Comment typo fixing.luz.paz2018-02-031-1/+1
| | | | Luzpaz went ahead and found typos using `codespell -q 3`.
* Fix header include directory orderingMichael Dickens2013-05-171-1/+1
|
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131-18/+18
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-35/+0
| | | | Nick Foster owes Nick Corgan a six-pack of beer!
* gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-2/+2
|
* vocoder: added cmake support for gr-vocoder (unix only)Josh Blum2011-07-211-0/+30
|
* gr-vocoder: moved g72x out of gnuradio-core, renamed g7xxJohnathan Corgan2011-07-1911-0/+1885