History | View | Annotate | Download (8.7 kB)
cmake: added swig version check
build: moved docs to be the first item checked/configured to give all other components access to ENABLE_DOXYGEN.
Most of these warnings are coming from swig-generated sources. They are almost never an actual problem, so just turn the warning off.
uhd: cleanup some -Wall warnings
build: better handling of doxygen building and consistency between build tools.
examples: making both autotools and cmake install all the same examples.
shd: adding gr-shd to cmake build structure. Adding missed app to autotools build.
Merge remote branch 'jblum/cmake_fixes' into next
cmake: parse the version.sh and git describe to model the m4 files
misc fix missing installed files/tweaks
docs: installing README files.
utils: added cmake support for the gr-utils
cmake: added conditional check for compiler flags
gr: the CMakeLists.txt took a chill pill
cmake: support for importing executables when doing cross build
cmake: specify all the boosts, remove dummy sys/time.h for msvc build
cmake: tweaks + fixes for components/packaging
video-sdl: cmake build support for gr-video-sdl component (unix only)
comedi: cmake build support for gr-comedi component (linux only)
atsc: added cmake support for gr-atsc (unix only)
volk: make volk a gr component in the top level
gr: added API macros for noaa and pager, also renamed the ones for digital and vocoder to be consistent
vocoder: added cmake support for gr-vocoder (unix only)
digital: added cmake support for gr-digital (unix only)
gr: squashed cmakelists.txt into one commit