History | View | Annotate | Download (11.4 kB)
build: fixed GnuradioConfig files for OOTs to use.
build: rename config.h to less ambiguous gr_config.h (for 3.6 only; will be config.h in 3.7).
build: moving config.h generation to the last thing to make sure it pulls in all defines.
Squash/rebased martin/ofdm-master onto trial merge branch
Conflicts: gr-blocks/include/blocks/CMakeLists.txt
log: fixes to replace log4cxx with log4cpp.
Merge remote-tracking branch 'gr3.7_log4cpp'
MSVC fixes
Converted gr_logger to use log4cpp
build: install our cmake modules into share/gnuradio/cmake/Modules.
build: create and install a config.h so external projects can know what we built with.
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...
Update version to 3.6.5git
Update release version to 3.6.4
sched: adding in perf counters to measure performance of blocks during exectution of flowgraph.
Conflicts:
CMakeLists.txt gnuradio-core/src/lib/runtime/gr_block.cc gnuradio-core/src/lib/runtime/gr_block_detail.cc gnuradio-core/src/lib/runtime/gr_block_detail.h
cmake: updated revision to 3.6.4git post-release
cmake: update revision to 3.6.3 for release
cmake: update revision to 3.6.3rc0
core: to make ctest able to import pmts in-tree.
This duplicates a recent change made on next for the same reason:4aec85d2facecb751ab4f83b934e56a6d59037dd
core: added gr_tuntap_pdu, gr_socket_pdu, and msg passing enhancements
Merge branch 'maint'
fft: added gnuradio-fft dep for some tests
gr: same change for common PYTHON test paths
gr-analog/python/CMakeLists.txt gr-blocks/python/CMakeLists.txt
gr: set a common GR_TEST_TARGET_DEPS for all module unit tests
Each unit test shares common dependencies,but we have been neglecting to set these.
In this changeset, we set one top level GR_TEST_TARGET_DEPS,and simply append module-specific dependencies for each test....
Merge branch 'wip/gr-blocks-master'
analog: adding gr-analog component with.
Conflicts: CMakeLists.txt cmake/Modules/GrMiscUtils.cmake docs/doxygen/other/build_guide.dox gnuradio-core/CMakeLists.txt gr-digital/lib/CMakeLists.txt
Merge branch 'master' into wip/gr-blocks-master
build: update revision to 3.6.3git
build: update revision to 3.6.2
core: moved VMCIRCBUF related code to runtime
This build stuff should not be at the top level.
Merge branch 'gr_filter'
cmake: add support for SYSCONFDIR
Set with 'cmake -DSYSCONFDIR=target ...'
This fixes http://gnuradio.org/redmine/issues/492
Merge commit 'v3.6.1' into wip/gr-blocks-master
cmake: update revision to 3.6.2git
cmake: update revision to 3.6.1 release
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.
blocks: adds new top-level component gr-blocks with first block gr::blocks::add_XX
filter: work on creating gr-filter top-level component.
Builds but does not bring in libgnuradio-fft.so symbols.
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.
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