core: fixed float_to_int for 32-bit machines.
Merge branch 'cmake_foo2'
the libraries
core: added a test for float_to_int overflow clipping.
core: Added type conversion int->float (issue #192). Added with a gri file and also added a gri file for float->int to perform function inside gr_float_to_int. Also added QA code for the new block.
Merge remote branch 'jblum/cmake_fixes' into next
core: runtime.i dont include gr_tag.i, avoids pmt dependency
tags: added swigging for gr_tags header
removes gcc warning, dont need symbol export on plain c structs
Merge branch 'next' of gnuradio.org:gnuradio into next
build: fixed missing file in Makefile.am.
filter: fixed x86 checking logic when not x86
core: fixing AM_CPPFLAGS in viterbi/Makefile.am
Somehow, these headers got duplicated. Removed from core, are in gr-digital.
Fixed Makefile.am trailing backslash for autofoo build.
tags: made tags object oriented
Merge branch 'next' of http://gnuradio.org/git/gnuradio into next
swig: fix rules for generated index files
Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. Also removes related M4 and dependency requirements for USRP-related libs.
core: added transcendental to cmake build
uhd: updating examples to use args and better default for all UHD examples; also fixed the wfm_rcv blocks to use new PLL constructor.
Merge branch 'master' into next
Conflicts: gnuradio-core/src/lib/general/general.i
added transcendental block from jblum/transcendental (reworked for master branch).
Conflicts: gnuradio-core/src/lib/filter/gr_dc_blocker_cc.h gnuradio-core/src/lib/filter/gr_dc_blocker_ff.h gnuradio-core/src/lib/general/gr_ofdm_demapper_vcb.h gr-digital/include/digital_ofdm_cyclic_prefixer.h...
Merge branch 'next' into dig_ofdm
Conflicts: gr-qtgui/lib/Makefile.am
build: needed boost_filesystem lib added (found under ubuntu 11.10; they're getting pickier).
gr: changed the way trellis/gengen generated.i is made
docs: added a page on PFBs and put them in their own doxygen group. Helpful explination on how to use them and where to find more info.
fixed a couple of typos.
docs: Updated some docs and made it so GRC can pull docs in from other components like vocoder and digital.
digital: fixed QA tests for ofdm.
digital: moved over all c++ blocks to gr-digital. Benchmark tx/rx still working.
digital: removed psk and qam from gnuradio-core; unnecessary now.
digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but untested/verified).
digital: wip: moved all OFDM examples and blks2impl to gr-digital.
gr: the CMakeLists.txt took a chill pill
gr: minor tweaks for MSVC compatibility
gr: updated cmakelists after merge for additional files
Merge branch 'next' of http://gnuradio.org/git/gnuradio into digital
Merge branch 'next' into digital
uhd: adding uhd_rx_nogui app to uhd apps directory.
Merge branch 'digital' of github.com:trondeau/gnuradio into digital
Formatting and normalizing freq limits.
Added FFF version of pfb_arb_resampler to Python hier block (where only the rate is required).
Added floating point version of arbitrary resampler.
core: make the lib/swig depend on the generated targets
Fixed stupid mistake in new method.
Added a method to get the current timing rate from the pfb clock sync block.
swig: added python script to auto-extract dependencies
Conflicts: gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc gnuradio-core/src/lib/general/gr_pll_refout_cc.cc...
core: add link with librt for shm_* calls
swig: language independent exception handler
Conflicts: gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc gnuradio-core/src/lib/general/gr_pll_refout_cc.cc gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py...
Merge branch 'keep1n'
Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital
updated QA codes for fixed PLL blocks.
Merge branch 'maint'
fixed QA code for PLL changes
fixing PLL's using new control_loop class so their output update is done at the right time; were lagging by a sample before.
fixing PLL's so their output update is done at the right time; were lagging by a sample before.
Fixing keep_one_in_n to allow for large values of n. Performs tag propagation locally.
Conflicts: gnuradio-core/src/lib/general/gr_correlate_access_code_tag_bb.h volk/bootstrap
trellis: performed generation re-work on gr-trellis lib
core: re-work gengen generation (hope its simpler)
core: attempt at fixing up generation logic in gengen (filter, trellis TODO)
core: Doxygen comments for added tag name parameter.
cmake: modified find files to better follow coding guide
http://www.cmake.org/cgi-bin/viewcvs.cgi/Modules/readme.txt?root=CMake&view=markup
cmake: updates to build after latest next merge
filter: detect correct bit width on x86 compiler
Fixed some strange conflicts where a Makefile.am and .gitignore were disappeared.
Merge branch 'correlate_tag'
tags: fixed fwrite line for the right item size number.
fixing doxygen comment typo.
logpwrfft.py -- need to average the square, not square the average. Then do proper scaling (no more 3dB kludge).
core: added source deps to swig files (regen on .h,.i)
Conflicts: gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.h gnuradio-core/src/lib/general/gr_pll_freqdet_cf.h gr-digital/lib/digital_constellation.h gr-digital/lib/digital_constellation_receiver_cb.h...
Add gr_correlate_access_code_tag_bb, issues tags instead of annotating samplescorrelate_access_code_tag_bb: modified to account for correlator lag.
Fixed the PFB clock sync block when asking for multiple samples per symbol out.
digital: adding CPM C++ hier block, which adds a hier directory to gr-digital. Reworked build system to include this in the libraries and modules built.
digital: fixed up build to make libdigital_hier.la; does not swig or get built into full library yet. Passes distcheck.
digital: moved newly added CPM and GMSK hier blocks to gr-digital.
Merge remote branch 'mbant/cpm' into digital
Conflicts: gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/hier/Makefile.am grc/blocks/Makefile.am