History | View | Annotate | Download (9 kB)
gr-fft: creates a gr-fft top-level component.
cmake: update revision to 3.6.1git
cmake: update revision to 3.6.0
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.
cmake: update revision to 3.6.0git
Merge branch 'master' into next
build: properly handle the VM circbuf; was forcing tmp file usage on all platforms.
Conflicts: grc/blocks/Makefile.am
Merge remote branch 'tom/cmake_builds' into next
cmake: fixing current build version number.
Rework example directories. Gets rid of gnuradio-examples, moves these to more appropriate components.
gnuradio-core and grc now have their own examples directories for files directly related to them.
Merge branch 'cmake_version' into cmake_builds
build: Adding gnuradio-examples as a component to be turned on/off.
Merge remote branch 'tom/cmake_version' into next
wavelet: move wavelet blocks to new top-level component
cmake: remove version.sh since we don't need it for autotools. Set version info in CMakeLists.txt.
build: use -O2 with cmake in Debug build.
Merge branch 'maint'
cmake: fix include path order in gruel
fcd: cmake build work in progress
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