Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-26 | grc: fixing grc blocks not properly moved in to digital. | Tom Rondeau | |
2011-10-26 | qtgui: these shouldn't be installed. | Tom Rondeau | |
2011-10-25 | grc: correlate access code was also moved to gr-digital; fixing bug in grc ↵ | Tom Rondeau | |
block. | |||
2011-10-25 | cmake: fix for find* scripts | Josh 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-25 | Merge remote branch 'jblum/master' | Tom Rondeau | |
2011-10-25 | trellis: fixed doc examples to use gr-digital (test_viterbi_equalization1.py ↵ | Tom Rondeau | |
bombs out on something else, now). | |||
2011-10-25 | trellis: fixed the trellis examples to look in gr-digital for the ↵ | Tom Rondeau | |
constellation information. | |||
2011-10-25 | grc: tell the packet utility to look in gr.digital for packet_utils. | Tom Rondeau | |
2011-10-25 | cmake: 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-25 | cmake: generate pyo and pyc files + python install macro work | Josh Blum | |
The generation rules now always generate the pyc and pyo files as one big group per install rule rather than individually. | |||
2011-10-25 | reed-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-25 | cmake: only make libtool file when libtool found | Josh Blum | |
2011-10-25 | Merge branch 'maint' | Tom Rondeau | |
2011-10-25 | Merge branch 'upstream/alsa-source-warning-fix' into maint | Tom Rondeau | |
2011-10-25 | docs: more ignore dirs for Doxygen. | Tom Rondeau | |
2011-10-25 | I'm sorry but llrintf had one of the best conversions of all time | Josh Blum | |
2011-10-25 | cmake: added toolchain file for arm_cortex_a8_native builds | Josh Blum | |
2011-10-25 | cmake: restored extraction of git describe | Josh Blum | |
why was this removed? | |||
2011-10-25 | cmake: set the enable variable to have parent scope | Josh Blum | |
Basically, this is a bug fix because the caller needs to have the var changed from the user provided value. | |||
2011-10-25 | msvc: fixed rint implementations in config.h | Josh 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-25 | atsc: fix consistent linkage on atsc_make_fs_checker | Josh Blum | |
2011-10-25 | qtgui: 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-25 | qtgui: Fixing slot names that can't be #if'd out for compatibility between ↵ | Tom Rondeau | |
Qwt 5.2 and 6.0. | |||
2011-10-25 | docs: ignore cmake header files. | Tom Rondeau | |
2011-10-25 | build: build .la files for swig'd libraries. | Tom Rondeau | |
2011-10-24 | build: name change because we're not 12 year olds. | Tom Rondeau | |
2011-10-24 | usrp: these guys shouldn't still be here... | Tom Rondeau | |
2011-10-24 | build: better handling of doxygen building and consistency between build tools. | Tom Rondeau | |
2011-10-24 | examples: making both autotools and cmake install all the same examples. | Tom Rondeau | |
2011-10-24 | build: fix autotools to install python scripts into the right path based on ↵ | Tom Rondeau | |
what Python says. | |||
2011-10-24 | build: removing a removed file from the autotools build. | Tom Rondeau | |
2011-10-24 | doc: removed gr-qtgui/lib from doxygen serach path so it does not include ↵ | Tom Rondeau | |
markup in internal (non-API) header files. | |||
2011-10-24 | build: making cmake build pyo files during install. | Tom Rondeau | |
2011-10-24 | shd: adding gr-shd to cmake build structure. Adding missed app to autotools ↵ | Tom Rondeau | |
build. | |||
2011-10-24 | qtgui: fixed typo for name of export define | Josh 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-24 | core: 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-24 | docs: distribute doxygen logo file. | Tom Rondeau | |
2011-10-24 | core: fixed float_to_int for 32-bit machines. | Tom Rondeau | |
2011-10-23 | Remove checks for OpenGL from configure. | Philip Balister | |
Signed-off-by: Philip Balister <philip@opensdr.com> | |||
2011-10-23 | qr-qtgui-sink : Set lower limit of FT size to 256 from 1024. | Philip Balister | |
Signed-off-by: Philip Balister <philip@opensdr.com> | |||
2011-10-23 | qtqui-sink : Do not run the FFT unless updating the display. | Philip Balister | |
Signed-off-by: Philip Balister <philip@opensdr.com> | |||
2011-10-23 | Merge branch 'cmake_foo2' | Tom Rondeau | |
2011-10-23 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2011-10-23 | the libraries | Josh Blum | |
2011-10-23 | core: 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-23 | core: added a test for float_to_int overflow clipping. | Tom Rondeau | |
2011-10-23 | core: 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-23 | cmake: make python checks optional for cross builds | Josh Blum | |
2011-10-23 | cmake: removed problematic/unused parsing of git describe | Josh 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-22 | build: update version to 3.5.0git | Johnathan Corgan | |