summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-10-27digital: reverting gmsk; doesn't use pfb arbitrary resampler, which doesn't ↵Tom Rondeau
work for some reason. Need to give this another look.
2011-10-26digital: updates to interface in GRC. Actually tested in working GRC flowgraphs.Tom Rondeau
2011-10-26digital: really, seriously, fixing digital GRC files.Tom Rondeau
2011-10-26digital: moved files to the right location; put them into the build files.Tom Rondeau
2011-10-26grc: fixing grc blocks not properly moved in to digital.Tom Rondeau
2011-10-26qtgui: these shouldn't be installed.Tom Rondeau
2011-10-25grc: correlate access code was also moved to gr-digital; fixing bug in grc ↵Tom Rondeau
block.
2011-10-25cmake: fix for find* scriptsJosh Blum
Yes there was a misunderstanding and I read the docs wrong. This change uses the correct lib and inc dirs set by the pkg config macro. http://techbase.kde.org/Policies/CMake_Coding_Style#Writing_CMake_Find-modules
2011-10-25Merge remote branch 'jblum/master'Tom Rondeau
2011-10-25trellis: fixed doc examples to use gr-digital (test_viterbi_equalization1.py ↵Tom Rondeau
bombs out on something else, now).
2011-10-25trellis: fixed the trellis examples to look in gr-digital for the ↵Tom Rondeau
constellation information.
2011-10-25grc: tell the packet utility to look in gr.digital for packet_utils.Tom Rondeau
2011-10-25cmake: adding uninstall rule to remove symlinks, too.Tom Rondeau
I wish this could have been done in a single, compound IF, but cmake didn't like the OR for this one.
2011-10-25cmake: generate pyo and pyc files + python install macro workJosh Blum
The generation rules now always generate the pyc and pyo files as one big group per install rule rather than individually.
2011-10-25reed-solomon: fixed the signed/unsigned warnings in the RS code.Tom Rondeau
Some of these had to be done through type-casting since changing the actual data type would cause the tests to fail. make test still passes.
2011-10-25cmake: only make libtool file when libtool foundJosh Blum
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