summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2008-08-29added note about boost and DISTCHECK_CONFIGURE_FLAGSeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9441 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-28temp fix for to_code errorjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9440 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-28temp fixjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9439 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-28fixed import in xor wrapperjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9438 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-26rotation function, cleaned up connection logicjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9420 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-25svn:ignore xmleb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9414 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-25Radically simplified standalone configure.ac (for out of tree builds).eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9413 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-25Relaxed tolerance to fix OS/X 10.5 make check failure.eb
Merged michaelld/gruel_make_check_osx -r9402:9403 to trunk. Thanks Michael! git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9408 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-25make check fix for OS/X. Probably also fixes ticket:264, same problemeb
on MingGW and Cygwin. Thanks to Michael Dickens. Merged michaelld/gruel_make_check_osx 9401:9402 to trunk. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9407 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-25Fix missed fg to tb conversion (Ulf Lindgren)jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9406 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-24Missed directoryjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9400 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-24Fixup XML generation to avoid erroneous copying.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9399 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-24Fixup grc data installation. Trunk now passes distcheck again.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9398 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-24Fix typo in variable name (Firas Abbas)jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9397 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-24Fix compiler warnings across the tree. Adds --enable-warnings-as-errors ↵jcorgan
configure option. Currently compiles with no warnings with GCC 4.2.3 on Ubuntu 8.04. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9396 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-24added cpfsk, make samps/sym integer, included xml tail in doc extractionjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9395 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-24Fix location/names for gpio rbfs for deb file creation.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9392 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-23Fix for ticket:214, gr_rotate speedup. We now normalize once everyeb
512 cycles. We also now compute the return value based on the preincremented phase value, thus shortening the dependency chain. This does put the computed result 1 tick ahead of the previous version of the code, but none of the code in the tree depends on the absolute phase. If yours does, sorry. You can work around it by initializing the phase to conj(gr_expj(phase_incr)) instead of gr_complex(1,0). Added QA code to ensure I didn't break anything. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9384 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-23fix for ticket:243eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9381 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-23better connection drawing logic, 180 degreesjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9380 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-23moved author attribution out of individual files and put in AUTHORSeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9379 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-23Merged changeset r9285:9377 from jblum/grc into trunk, with distcheck fixesjcorgan
and local modifications. Integrates previously separate GNU Radio Companion into top-level component 'grc'. (Josh Blum) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9378 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-21Updated gr-howto-write-a-block; mostly the .m4 macros and configure.ac.eb
Also modified pkg.m4 to restore the FOO_INCLUDEDIR functionality and to add the FOO_CPPFLAGS variable for those times when you want only the -I, -D and -U flags from FOO_CFLAGS. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9362 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-20resolved problem w/ lib vs lib64; added boost stuff to gnuradio-core.pc.ineb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9358 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-20fixes for gcc 4.3eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9351 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-20Added support for --switch_mode, along with an external switcher interface ↵mleech
via a named pipe. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9349 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-19Merged features/mp-sched -r8915:9335 into the trunk. The trunk noweb
contains the SMP aware scheduler. This changeset introduces a dependency on boost 1.35 or later. See source:gnuradio/trunk/README.building-boost for additional info. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9336 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-19plotter: require double bufferingjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9333 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-19Added --interferometer, to allow correlation interferometry when you havemleech
two antenna, and two identical daughtercards. Cleaned up the way signal chains get built--isolated to separate functions per mode. SETI mode works with --dual-mode turned on, but not --interferometer. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9332 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-18Added support for dual_mode (for dual-polarization) removed two layers ofmleech
filtering in the post-detector chain. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9319 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-18New taps computation based on requested transition bandwidth and stopband ↵n4hy
attenuation. qa code testing each added git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9316 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-18Make gl selection more robust for testingjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9315 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-18configure.ac cleanup to remove dnl messagen4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9314 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-18configure.ac cleanupn4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9313 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-18gr_msdd6000 includes fixed upn4hy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9312 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-15dont import plotterjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9298 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-15Trial fix for ticket:258 / integer overflow undefined / phaseeb
accumulator. Thanks to Stefan Bruens and Philip Ballister for working on this. According to the fine print in the C and C++ standards, if a signed integer type overflows, the result is undefined. As of gcc 4.3, gcc was proving that our code was overflowing, and took advantage of the "undefined" result to short circuit the evaluation. Moral of the story: if you're using a fixed point phase accumulator, or anything else where you're counting on overflow happening, be sure that your variable is unsigned. See also http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37067 and http://www.airs.com/blog/archives/120 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9296 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-14constsink in scope wrapper (backwards compadible)jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9294 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-14more backwards compadibility, marker for scope/xy plotterjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9293 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-14changed glcanvas test (fedora fix)jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9292 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-14Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL ↵jcorgan
versions of fftsink, waterfallsink, and scopesink, and new constsink. See README.gl for use. (Josh Blum) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9290 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-12Refactored unique vector functionality into template.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9253 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-12Make gr_basic_block sort deterministic (Martin Dvh)jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9251 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-06set decimjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9194 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-06added cpuid for sse3,ssse3,sse4.1, and sse4.2jcoy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9176 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-06dial_tone c++ example top block pointer fixjcoy
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9175 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-03Better fix for race in logpwrfft.pyjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9160 221aa14e-8319-0410-a670-987f0aec2ac5
2008-08-01replaced tabs, added sample_rate, fixed average=True bugjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9132 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-31wrong signeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9079 221aa14e-8319-0410-a670-987f0aec2ac5
2008-07-31removed FIXMEeb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9078 221aa14e-8319-0410-a670-987f0aec2ac5