Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-14 | build: use correct comment delimiter | Johnathan Corgan | |
2010-05-13 | build: force use of ltmain.sh from libtool 2.2.6b | Johnathan Corgan | |
Don Ward: "The supplied version of ltmain.sh does not handle interlibrary dependencies on Windows. I have attached a diff file showing the slight differences between the ltmain.sh in the tarball (2.2.6b Debian-2.2.6b-2ubuntu1, which fails) and the ltmain.sh downloaded from packages.debian.org (plain 2.26b). It looks like it was broken in Ubuntu 2.2.6a-3 (change log says "Don't pull in depedency libs when linking a binary"). GNU Radio builds ok if I run ./bootstrap locally." JMC: This file (ltmain.sh) has not previously been under version control and would be copied over (or symlinked) by the bootstrap process. With a version now in the repository, we'll need to ensure it stays fresh, likely at the same time we check for updated config.guess and config.sub files. | |||
2010-05-13 | gnuradio-core: Disable (temporarily) interpolator tap calculation | Johnathan Corgan | |
There is some breakage with GR_FORTRAN / AC_PROG_F77 when running bootstrap. The gen_interpolator_taps binary is only needed to regenerate the MMSE interpolator taps, which hasn't been done for several years. Disable this until proper fix can be done. | |||
2010-05-13 | gr-wxgui: update copyrights | Johnathan Corgan | |
2010-05-13 | gr-wxgui: Renamed "emulate analog" feature to "use persistence" | Johnathan Corgan | |
2010-05-13 | Merge remote branch 'nldudok1/gr-wxgui_emulate_analog' into master | Johnathan Corgan | |
* nldudok1/gr-wxgui_emulate_analog: Add analog CRT screen afterglow emulation for gr-wxgui Conflicts: gr-wxgui/src/python/fftsink_gl.py gr-wxgui/src/python/fftsink_nongl.py | |||
2010-05-12 | Update revision to 3.3.0-rc0 | Johnathan Corgan | |
2010-05-12 | Change version numbering to always include minor release | Johnathan Corgan | |
2010-05-11 | Merge branch 'qtupdate' | Tom Rondeau | |
2010-05-11 | Fixing up GUI windows to better scale with gtgui sinks. | Tom Rondeau | |
2010-05-11 | Fixing benchmark loopback to work with new v2's of modulators. | Tom Rondeau | |
2010-05-10 | Fixing benchmark program to work with original dbpsk/dqpsk modulations again ↵ | Tom Rondeau | |
(and saving the version 2 mods for those marked v2). | |||
2010-05-10 | Changes to the examples to fit updates to qtgui. | Tom Rondeau | |
2010-05-10 | Simple code cleanup. | Tom Rondeau | |
2010-05-10 | Remove one of the loop when posting new data; calculations are done the same ↵ | Tom Rondeau | |
time the fft shift and scaling operations happen. | |||
2010-05-10 | Add gru.hexshort to deal with short hex constants | Eric Blossom | |
2010-05-10 | Assign USB PID for Hans de Bok | Eric Blossom | |
2010-05-09 | Minor cleanups. | Tom Rondeau | |
2010-05-09 | Updating zoom and axis across plots for consistent zoom levels and behavior. | Tom Rondeau | |
2010-05-02 | Fixes segfault on close. Using the right objective (d_main_gui) instead of ↵ | Tom Rondeau | |
d_object to delete all of the plotting widgets. As far as Valgrind tells me, this cleans up my memory leaks although libqt and libqwt still have some of their own. This checkin also disables the Waterfall3D plotting. It wasn't working anyway, but was also causing its own segfault upon deletion. Once it's working and deleting nicely, it will be re-enabled. | |||
2010-05-01 | Fixing constellation zoomer's label. | Tom Rondeau | |
2010-05-01 | Maxing the x-axis of the time domain plot represent the actual time of the ↵ | Tom Rondeau | |
samples and not just the sample number. | |||
2010-05-01 | Whoops. Time intervals are specified in seconds, not ms... | Tom Rondeau | |
2010-05-01 | Fixes the replotting update. It's now based on a QTimer so it's in the event ↵ | Tom Rondeau | |
buffer as opposed to a best effort based on a hand-made timer. The interval between GUI updates is settable through the qtsink_X objects with set_update_time(newtime). This update makes the plotting much more stable. It also fixes the time scale of the waterfall plot to actually mean the right thing. | |||
2010-05-01 | Fixing displayed pen and x-axis to report the right units and scaling of ↵ | Tom Rondeau | |
frequencies. | |||
2010-05-01 | Removing PowerLine since we weren't using it and don't have plans to. | Tom Rondeau | |
2010-05-01 | Peak power line now actually tracks the peak power. | Tom Rondeau | |
2010-05-01 | Fixes units of pen in frequency plot. | Tom Rondeau | |
2010-04-30 | Add missing buffer allocator hint to gr_ofdm_sampler.cc | Eric Blossom | |
This change was needed because gr_ofdm_sampler derives directly from gr_block, but functions (from the runtime's point of view) as a decimator. It takes many items in to produce a single output item. Without this change, values of fft_size > ~4096 would result in the scheduler complaining that it could never fullfil the block's request for samples. When deriving from gr_sync_interpolator or gr_sync_decimator, their constructors set the hint automatically. | |||
2010-04-28 | Really fix the missing include for boost::bind | Johnathan Corgan | |
2010-04-28 | gr-wxgui: Added additional color table entries | Marcus Leech | |
2010-04-27 | Missed updates for omnithread/mblock removal | Johnathan Corgan | |
2010-04-26 | Remove omnithreads library. | Johnathan Corgan | |
2010-04-26 | Remove mblock library. We hardly knew 'ye. | Johnathan Corgan | |
2010-04-26 | Convert gr-audio-portaudio to Boost via gruel | Johnathan Corgan | |
Remove omnithread dependency in build for gr-audio-portaudio Remove unused debugging utility class in gnuradio-core (gri_logger) | |||
2010-04-26 | Merge branch 'wip/remove-mld-threads' | Johnathan Corgan | |
* wip/remove-mld-threads: Further updates for removing omnithreads Update build configuration for OSX omnithreads changeover initial move from mld_threads to gruel:: namespace threads and such Initial changes to remove mld_thread and instead use gruel:: namespace classes | |||
2010-04-26 | Further updates for removing omnithreads | Johnathan Corgan | |
Updates README Removes Darwin specific variable in usrp.pc | |||
2010-04-26 | Add analog CRT screen afterglow emulation for gr-wxgui | Martin Dudok van Heel | |
2010-04-26 | Update build configuration for OSX omnithreads changeover | Johnathan Corgan | |
gr-audio-osx now depends on gruel (via gnuradio-core) vs. omnithreads usrp now depends on gruel vs. omnithreads Boost base library dependency has been upped to 1.37 for Darwin only, for Darwin specific code in usrp host library | |||
2010-04-23 | Add missing include file for boost::bind | Johnathan Corgan | |
2010-04-22 | Merge branch 'wip/gcell-no-omni' | Eric Blossom | |
* wip/gcell-no-omni: Convert gcell to use boost::threads instead of omnithread. | |||
2010-04-22 | Convert gcell to use boost::threads instead of omnithread. | Johnathan Corgan | |
Passes make check. | |||
2010-04-21 | Fix sequence error indication after stopping then restarting streaming on USRP2. | Martin DvH | |
2010-04-19 | initial move from mld_threads to gruel:: namespace threads and such | Michael Dickens | |
2010-04-19 | Initial changes to remove mld_thread and instead use gruel:: namespace classes | Michael Dickens | |
2010-04-18 | Merge branch 'pfbclk' | Tom Rondeau | |
2010-04-18 | Fixing doxygen warnings from arb_resampler. Also, removed set_taps from public | Tom Rondeau | |
interface since we don't _really_ suppor this right now. Renamed it and made it private. | |||
2010-04-18 | Fixing doxygen warnings from channelizer block. | Tom Rondeau | |
2010-04-18 | Fixing documentation to get rid of doxygen warnings. | Tom Rondeau | |
2010-04-18 | Adding documentation for fff version of othe PFB clock sync algorithm. | Tom Rondeau | |