| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This makes gr-wxgui more like a normal component that generates a libgnuradio-wxgui.so file.
|
|
|
|
| |
anything else.
|
|
|
|
| |
copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
|
|\
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
gr-audio/lib/CMakeLists.txt
gr-blocks/include/blocks/CMakeLists.txt
gr-blocks/include/blocks/socket_pdu.h
gr-blocks/lib/CMakeLists.txt
gr-blocks/swig/blocks_swig.i
gr-comedi/src/CMakeLists.txt
gr-howto-write-a-block/lib/CMakeLists.txt
gr-noaa/lib/CMakeLists.txt
gr-qtgui/lib/CMakeLists.txt
gr-uhd/lib/CMakeLists.txt
gr-vocoder/lib/CMakeLists.txt
gr-wavelet/lib/CMakeLists.txt
|
| | |
|
| | |
|
| | |
|
|\|
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
gr-atsc/src/lib/CMakeLists.txt
gr-noaa/lib/CMakeLists.txt
gr-trellis/src/lib/CMakeLists.txt
gr-video-sdl/src/CMakeLists.txt
|
| | |
|
|\| |
|
| | |
|
|\|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Conflicts:
gnuradio-core/CMakeLists.txt
gnuradio-core/gnuradio-core.conf
gnuradio-core/src/lib/filter/gr_fir_sysconfig_x86.cc
gnuradio-core/src/lib/runtime/runtime.i
gr-atsc/src/lib/CMakeLists.txt
gr-audio/lib/CMakeLists.txt
gr-comedi/src/CMakeLists.txt
gr-digital/lib/CMakeLists.txt
gr-howto-write-a-block/CMakeLists.txt
gr-howto-write-a-block/lib/CMakeLists.txt
gr-noaa/lib/CMakeLists.txt
gr-qtgui/lib/CMakeLists.txt
gr-trellis/src/lib/CMakeLists.txt
gr-uhd/lib/CMakeLists.txt
gr-video-sdl/src/CMakeLists.txt
gr-vocoder/lib/CMakeLists.txt
gr-wavelet/lib/CMakeLists.txt
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Conflicts:
cmake/Modules/GrMiscUtils.cmake
docs/doxygen/other/main_page.dox
gnuradio-core/gnuradio-core.conf.in
gnuradio-core/src/lib/swig/CMakeLists.txt
gr-digital/lib/CMakeLists.txt
gr-howto-write-a-block/CMakeLists.txt
gr-qtgui/lib/CMakeLists.txt
gr-video-sdl/src/CMakeLists.txt
|
| | |
| | |
| | |
| | | |
Better handling of enable/disable function, easier integration with all components if log4cxx is or is not there. All components have been updated to be able to use logging. Docs update, too.
|
| | |
| | |
| | |
| | |
| | | |
Uses log4cxx and is optional. Macro based and macros are simple pass-throughs
if this dependency does not exist or if the gr-log is disabled.
|
|\ \ \
| | |/
| |/|
| | | |
of the INCLUDE_DIRS order
|
| |/
| |
| |
| | |
ordered as: internal build and source for this component, other components (internal build and source, or already installed), non-project non-system dependencies (e.g., Qt, Boost, Python), system dependencies (e.g., CoreAudio).
|
| |
| |
| |
| | |
I was getting confused with where ENABLE_GR_CTRLPORT was used, so this uses that in cmake and GR_CTRLPORT for the C++ and Swig files.
|
| |
| |
| |
| | |
with next.
|
| |
| |
| |
| | |
Removed viterbi and reed-solomon from gnuradio-core
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* This commit removes all the blocks from src/lib/filter and src/lib/hier,
but leaves a couple stray files in src/lib/filter that won't be removed
until gr-analog is done
* The relevant QA code has been removed and the gnuradio-core directory
passes QA
* The effect on Python files in src/python/* has not been fully accounted
for
* Several top-level components outside gnuradio-core use header files,
blocks, or utility functions that have moved to gr-digital. These have
not been updated yet.
* Similarly, impact on python example files in other components as not
yet been accounted for.
|
|
|
|
|
|
| |
this in the future.
The sed script was provided by Moritz Fischer.
|
| |
|
|\
| |
| |
| |
| |
| | |
Conflicts:
gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc
gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc
|
| |
| |
| |
| | |
Can set nthreads when creating an fftw class; defaults to 1, so there's no change in default behavior.
|
| | |
|
|/ |
|
| |
|
| |
|
| |
|
|
|
|
| |
http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/readme.txt?root=CMake&view=markup
|
| |
|
|
|
|
| |
and vocoder to be consistent
|
|
|