summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-25Merge branch 'maint'Tom Rondeau
2011-10-25Merge branch 'upstream/alsa-source-warning-fix' into maintTom Rondeau
2011-10-25docs: more ignore dirs for Doxygen.Tom Rondeau
2011-10-25I'm sorry but llrintf had one of the best conversions of all timeJosh Blum
2011-10-25cmake: added toolchain file for arm_cortex_a8_native buildsJosh Blum
2011-10-25cmake: restored extraction of git describeJosh Blum
why was this removed?
2011-10-25cmake: set the enable variable to have parent scopeJosh Blum
Basically, this is a bug fix because the caller needs to have the var changed from the user provided value.
2011-10-25msvc: fixed rint implementations in config.hJosh Blum
Fixed the rint and rintf functions to work properly. Would love to use boost::math::round implementation, but these functions also get included and used in C. Also added llrint and llrintf just because.
2011-10-25atsc: fix consistent linkage on atsc_make_fs_checkerJosh Blum
2011-10-25qtgui: removed files for dependency on qwtplot3d. We don't use it anymore ↵Tom Rondeau
and don't have a plan to in the future.
2011-10-25qtgui: Fixing slot names that can't be #if'd out for compatibility between ↵Tom Rondeau
Qwt 5.2 and 6.0.
2011-10-25docs: ignore cmake header files.Tom Rondeau
2011-10-25build: build .la files for swig'd libraries.Tom Rondeau
2011-10-24build: name change because we're not 12 year olds.Tom Rondeau
2011-10-24usrp: these guys shouldn't still be here...Tom Rondeau
2011-10-24build: better handling of doxygen building and consistency between build tools.Tom Rondeau
2011-10-24examples: making both autotools and cmake install all the same examples.Tom Rondeau
2011-10-24build: fix autotools to install python scripts into the right path based on ↵Tom Rondeau
what Python says.
2011-10-24build: removing a removed file from the autotools build.Tom Rondeau
2011-10-24doc: removed gr-qtgui/lib from doxygen serach path so it does not include ↵Tom Rondeau
markup in internal (non-API) header files.
2011-10-24build: making cmake build pyo files during install.Tom Rondeau
2011-10-24shd: adding gr-shd to cmake build structure. Adding missed app to autotools ↵Tom Rondeau
build.
2011-10-24qtgui: fixed typo for name of export defineJosh Blum
This was a typo, but it was ok before the library fubar because the define was explicitly set. Now that things are more automatic, it needs to follow convention.
2011-10-24core: really fixed this on 32-bit machines (actually tested). Forced to ↵Tom Rondeau
promote to a 64-bit int to handle the overflow, so this is going to take a hit on 32-bit machines.
2011-10-24docs: distribute doxygen logo file.Tom Rondeau
2011-10-24core: fixed float_to_int for 32-bit machines.Tom Rondeau
2011-10-23Remove checks for OpenGL from configure.Philip Balister
Signed-off-by: Philip Balister <philip@opensdr.com>
2011-10-23qr-qtgui-sink : Set lower limit of FT size to 256 from 1024.Philip Balister
Signed-off-by: Philip Balister <philip@opensdr.com>
2011-10-23qtqui-sink : Do not run the FFT unless updating the display.Philip Balister
Signed-off-by: Philip Balister <philip@opensdr.com>
2011-10-23Merge branch 'cmake_foo2'Tom Rondeau
2011-10-23Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-10-23the librariesJosh Blum
2011-10-23core: Making gnuradio-core dependent on Volk. This means you HAVE to have ↵Tom Rondeau
Volk build in order to build GNU Radio. Volk is now a 'first-class citizen.'
2011-10-23core: added a test for float_to_int overflow clipping.Tom Rondeau
2011-10-23core: Added type conversion int->float (issue #192). Added with a gri file ↵Tom Rondeau
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.
2011-10-23cmake: make python checks optional for cross buildsJosh Blum
2011-10-23cmake: removed problematic/unused parsing of git describeJosh Blum
It became problematic when the git describe output changed to only have the first term before the dash: no rev count or hash. The parsing was copied from gr_git.m4. The result is not used so its ok to remove.
2011-10-22build: update version to 3.5.0gitJohnathan Corgan
2011-10-22Merge branch 'master' into nextJohnathan Corgan
Use merge strategy '-s ours' to skip version change on master
2011-10-22build: update revision to 3.4.2gitJohnathan Corgan
2011-10-22Merge branch 'master' into nextJohnathan Corgan
Use merge strategy '-s ours' to skip version change on master
2011-10-22build: update version to 3.4.2 (release)Johnathan Corgan
2011-10-22Merge branch 'master' into nextJohnathan Corgan
2011-10-22build: update config.{guess,sub} from canonical sourceJohnathan Corgan
2011-10-22Merge remote branch 'jblum/cmake_fixes' into nextTom Rondeau
2011-10-22docs: don't need to distribute README files in docs component. Just the ↵Tom Rondeau
install path.
2011-10-21Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau
2011-10-21uhd: added some documentation to the UHD main page on standard option parser ↵Tom Rondeau
options and creating a source and setting the parameters.
2011-10-21uhd: added subdevspec option to UHD examples and sets antenna based on option.Tom Rondeau
2011-10-21digital: added subdevspec option to digital UHD examples.Tom Rondeau