summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-27gr-qtgui: wip: moving and renaming files for new structure.Tom Rondeau
2011-03-27gr-qtgui: moving Python files to new structure; get rid of src directory.Tom Rondeau
2011-03-27gr-qtgui: moving gitignore to new location.Tom Rondeau
2011-03-27gr-qtgui: restructuring qtgui directory to new layout.Tom Rondeau
2011-03-26gruel: using a copy of swig's intrusive_ptr.i to support the PMT wrapping.Tom Rondeau
2011-03-26Merge branch 'qwt4'Tom Rondeau
2011-03-26gr-qtgui: adding QA code for qtgui; remarked out until a fix for the ↵Tom Rondeau
segfault can be found.
2011-03-26gr-qtgui: more robust way of checking for QWT-qt4; checks a different header ↵Tom Rondeau
only in QT4 version and check qwt-qt4 directory first to avoid finding qt3 version in qwt directory.
2011-03-26Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-03-25Merge branch 'filtdesign'Tom Rondeau
2011-03-25gr-utils: more error checking on filter designer.Tom Rondeau
2011-03-25gr-utils: adding save/open capabilities to equiripple filters. Also added ↵Tom Rondeau
some error checking on opening and saving files.
2011-03-25Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-03-25Fixing missing include files and various other patches for Windows build issues.Don Ward
2011-03-22audio: moved audio docs to gr-audio and fix commentsJosh Blum
2011-03-20Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2011-03-18gr-utils: handling parameters and GUI updates when loading filters from ↵Tom Rondeau
file. Only for windowed filters.
2011-03-17gr-utils: refactoring design parameters from 'design' to 'params' to not ↵Tom Rondeau
conflict with design function.
2011-03-17gr-utils: way to break something you just fixed a few days ago...Tom Rondeau
2011-03-17gr-utils: Adding save and open actions to filter designer.Tom Rondeau
2011-03-16howto: updated ignoresJohnathan Corgan
2011-03-16build: updated version to 3.4.0gitJohnathan Corgan
2011-03-16Merge remote branch 'gnuradio/next'Johnathan Corgan
* gnuradio/next: (806 commits) gruel: added missing ignores gruel: fixed swig interface file to dereference pmt_t. qtgui: fix distcheck error gruel: fixing structure. Passes make check. gruel: SWIGing Gruel into Python to access PMTs. gnuradio-examples: add C++ audio examples using new gr-audio created gruel/attributes.h to house compiler specific attribute macros audio: remove obsoleted individual top-level components gr-audio: added README and default config fix volk: simplify the get new method for the aligned pool grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grc grc: swap store the subprocess object rather than the pid when executing qtgui: removed python directory that was added, never used uhd: use %ignore to hide warnings and fix errors Added/updated ignore files. Fixing gr_filter_design program to import from gnuradio Python package. audio: high prio for platform specific audio osx audio: added windows and osx audio source files audio: added config checks for other audios, added jack and port audio: make prefs look like old audio, removed old audio.py ...
2011-03-15gruel: added missing ignoresJohnathan Corgan
2011-03-15Merge branch 'next' of gnuradio.org:gnuradio into nextTom Rondeau
2011-03-15Merge branch 'pmtswig' into nextTom Rondeau
2011-03-15gruel: fixed swig interface file to dereference pmt_t.Tom Rondeau
2011-03-14qtgui: fix distcheck errorJohnathan Corgan
2011-03-14Merge remote branch 'jblum/mergeme/qtgui/grc' into nextJohnathan Corgan
* jblum/mergeme/qtgui/grc: (27 commits) qtgui: removed python directory that was added, never used qtgui-grc: added suport in main template for theme icon qtgui-grc: minor tweaks to the various things qtgui-grc: added read-only thermo widget to range block qtgui-grc: fix for list option working in chooser block qtgui-grc: added check for pyqwt in config grc: added function args to probe block and documentation grc: rework the probe blocks and how they fit into grc qtgui-grc: moved slider to range, added knob and gui tweaks qtgui-grc: use a vboxlayout for the top_layout qtgui-grc: made slider widget components (counter/slider) optional qtgui-grc: add engineering notation to entry and label + other tweaks qtgui-grc: enable start/stop control through qt widgets qtgui-grc: rename the text entry and label blocks grc-qtgui: creaded check box widget with qtgui, cleanup label code grc-qtgui: added variable text box and static text widgets grc-qtgui: pick correct signal overload for variable chooser grc-qtgui: added radio button support, tweaks, more options grc-qtgui: work on variable chooser block grc: work on generator for gui flowgraphs to simplify generation ...
2011-03-14Merge remote branch 'jblum/wip/attributes' into nextJohnathan Corgan
* jblum/wip/attributes: created gruel/attributes.h to house compiler specific attribute macros
2011-03-14Merge remote branch 'jblum/mergeme/volk/remove_posix_memalign' into nextJohnathan Corgan
* jblum/mergeme/volk/remove_posix_memalign: volk: simplify the get new method for the aligned pool volk: replace posix_memalign with something cross platform
2011-03-14Merge remote branch 'jblum/wip/grc/kill_process' into nextJohnathan Corgan
* jblum/wip/grc/kill_process: grc: swap store the subprocess object rather than the pid when executing
2011-03-14Merge remote branch 'jblum/mergeme/qtgui/use_gruel_thread_mutex' into nextJohnathan Corgan
* jblum/mergeme/qtgui/use_gruel_thread_mutex: qtgui use gruel thread mutex:
2011-03-14Merge remote branch 'jblum/mergeme/misc/gruel_thread_simplification' into nextJohnathan Corgan
* jblum/mergeme/misc/gruel_thread_simplification: gruel thread simplification:
2011-03-14Merge remote branch 'jblum/mergeme/misc/gr_flowgraph_include_iterator' into nextJohnathan Corgan
* jblum/mergeme/misc/gr_flowgraph_include_iterator: gr_flowgraph.cc explicit include of <iterator>
2011-03-14Merge remote branch 'jblum/mergeme/misc/use_boost_math_round' into nextJohnathan Corgan
* jblum/mergeme/misc/use_boost_math_round: use boost::math::iround in gr_histo_sink_f.cc and gr_wavfile_sink.cc
2011-03-14Merge remote branch 'jblum/mergeme/misc/use_boost_math_trunc' into nextJohnathan Corgan
* jblum/mergeme/misc/use_boost_math_trunc: use boost::math::trunc in gr_frequency_modulator_fc.cc
2011-03-14gruel: fixing structure. Passes make check.Tom Rondeau
2011-03-14Merge branch 'wip/qtgui/grc' into mergeme/qtgui/grcJosh Blum
Conflicts: grc/grc_gnuradio/Makefile.am
2011-03-14gruel: SWIGing Gruel into Python to access PMTs.Tom Rondeau
2011-03-14gnuradio-examples: add C++ audio examples using new gr-audioJohnathan Corgan
* gnuradio-examples/C++/audio/dial_tone
2011-03-14created gruel/attributes.h to house compiler specific attribute macrosJosh Blum
replaced instances of __attribute__ with __GR_ATTR from attributes.h what else has compiler specific attributes? volk - volk is stand-alone, needs its own attributes.h gcell - not touching that, probably gcc only anyways usrp2 firmware - does not matter to host build
2011-03-14Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audioJohnathan Corgan
* jblum/wip/gr-audio: gr-audio: added README and default config fix
2011-03-14audio: remove obsoleted individual top-level componentsJohnathan Corgan
2011-03-14gr-audio: added README and default config fixJosh Blum
2011-03-14Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audioJohnathan Corgan
* jblum/wip/gr-audio: audio: high prio for platform specific audio osx audio: added windows and osx audio source files audio: added config checks for other audios, added jack and port audio: make prefs look like old audio, removed old audio.py audio: register arches with priorities, ex: prefer alsa over oss audio: added oss support to gr-audio audio: use conf files to specify default arch audio: moved the grc audio blocks into gr-audio dir audio: moved alsa support files into subdirectory audio: work on swig support, it imports audio: work to get alsa support in, lets see if this works before adding more audio: added audio factory registry and top level includes audio: skeleton for gr-audio component
2011-03-14volk: simplify the get new method for the aligned poolJosh Blum
2011-03-13Fixing gr_filter_design program to import from gnuradio Python package.Tom Rondeau
2011-03-13grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grcJosh Blum
Moved grc xml files, python wrappers (USRP1 only), probe apps + freedesktop files. When the gr-usrp and gr-usrp2 directories are removed, grc will not have to change. Minor change: the freedesktop files are always installed now. This does not mean that they are installed properly with xdg, it just means that the runtime can have access to the icons.
2011-03-13Adding test to use free or munmap to USRP2 ethernet buffer.Tom Rondeau