Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-05 | cmake: make the swig cxx file gen depend on the specified targets | Josh Blum | |
made a handy helper macro in grmisc to make this simpler | |||
2011-11-04 | cmake: fixed up swig deps properly for make -j* | Josh Blum | |
Also took the time to fix up the swig index file generation. This may have not-been auto-regenerating before as well. | |||
2011-11-03 | cmake: created macro for libtool gen and disabled by default | Josh Blum | |
2011-11-03 | gruel: added missing check GR_HAVE_NETINET_IN | Josh Blum | |
2011-11-03 | uhd: added buffer flush when source block is stopped | Josh Blum | |
This is useful for re-running the flowgraph, and avoids the problem of old data on the next run. | |||
2011-11-01 | high_res_timer: Fix high_res_timer_now() for E100. | Philip Balister | |
Signed-off-by: Philip Balister <philip@opensdr.com> | |||
2011-11-01 | qtgui_sink_c : Fix update rate math. | Philip Balister | |
I botched the conversion to gruel high res timers. This patch fixes things. Checked on x86 byt hand adjusting update rate. We should expose the update rate setting to users. Signed-off-by: Philip Balister <philip@opensdr.com> | |||
2011-10-29 | grc: fix bug when displaying string params | Josh Blum | |
If the param contents evald successfully but not to a string, it would display None. This patch forces an exception, so the string will get auto-quoted and interpreted correctly. | |||
2011-10-29 | build: update version to 3.5.0rc0 | Johnathan Corgan | |
2011-10-29 | Merge remote branch 'gnuradio/master' | Johnathan Corgan | |
2011-10-29 | Merge branch 'pager-update' | Johnathan Corgan | |
2011-10-29 | pager: update full band demodulator to use gr-uhd | Johnathan Corgan | |
2011-10-27 | trellis: applying patch to gitignore from Achilleas Anastasopoulos. | Tom Rondeau | |
2011-10-27 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2011-10-27 | digital: reverting GMSK mod/demod GRC blocks for old interface. | Tom Rondeau | |
2011-10-27 | digital: 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-27 | noaa: updated applications to use gr-uhd | Johnathan Corgan | |
Note: LRIT related files were removed; these were never finished | |||
2011-10-26 | digital: updates to interface in GRC. Actually tested in working GRC flowgraphs. | Tom Rondeau | |
2011-10-26 | digital: really, seriously, fixing digital GRC files. | Tom Rondeau | |
2011-10-26 | digital: moved files to the right location; put them into the build files. | Tom Rondeau | |
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. |