Fix header include directory ordering
vocoder: moved include dir to gnuradio/vocoder
runtime: converting runtime core to gr namespace, gnuradio include dir.
gruel: moved gruel into subdirs of gnuradio-runtime.
PMTs are handled slightly different and are installed into their own module and include dir.
runtime: migrate remaining gnuradio-core contents into gnuradio-runtime
Merge branch 'master' into next
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...
log: replacing log4cxx with log4cpp.
Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-noaa/lib/CMakeLists.txt gr-trellis/src/lib/CMakeLists.txt gr-video-sdl/src/CMakeLists.txt
Added Windows DLL resource files
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...
Merge branch 'master' into gr_log
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...
ctrlport: allowing all components to use ControlPort.
Merge branch 'next' of gnuradio.org:gnuradio into next
vocoder: converting to private impl format.
Tweak INCLUDE dirs such that INCLUDE_DIRECTORIES and LINK_DIRECTORIES are 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).
Fixing up the gr-log capabilities.
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.
Removed whitespace and added dtools/bin/remove-whitespace as a tool to do this in the future.
The sed script was provided by Moritz Fischer.
Conflicts: config/lf_warnings.m4 volk/config/lf_warnings.m4
vocoder: fixed some unused vars warnings.
Removed autotools, gr-waveform, some cleanup
Nick Foster owes Nick Corgan a six-pack of beer!
the libraries
vocoder: fixed signed/unsigned warning.
gr: the CMakeLists.txt took a chill pill
cmake: support for importing executables when doing cross build
vocoder: updated cmake build for new blocks (also fixed some tests)
Conflicts: gr-trellis/src/lib/trellis_constellation_metrics_cf.cc
gr: tweaks to build cmake branch on osx
gr-vocoder: added G.723 40K ADPCM encoder, decoder, and audio loopback example
gr-vocoder: added G.723 24K ADPCM encoder, decoder, and audio loopback example
gr-vocoder: added G.721 32K ADPCM encoder, decoder, and audio loopback example
vocoder: added symbol visibility defines to gr-vocoder, builds on MSVC and linux
vocoder: added cmake support for gr-vocoder (unix only)
gr-vocoder: adds alaw encoder, decoder, and audio loopback example
gr-vocoder: adds ulaw encoder, decoder, and audio loopback example
gr-vocoder: moved g72x out of gnuradio-core, renamed g7xx
gr-vocoder: distcheck fixes
gr-vocoder: re-implemented gr-codec2-vocoder inside gr-vocoder
gr-vocoder: re-implemented gr-cvsd-vocoder in gr-vocoder
gr-vocoder: reimplemented gr-gsm-fr-vocoder in gr-vocoder
gr-vocoder: add skeleton top-level component