Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-14 | gruel: fixing structure. Passes make check. | Tom Rondeau | |
2011-03-14 | Merge branch 'wip/qtgui/grc' into mergeme/qtgui/grc | Josh Blum | |
Conflicts: grc/grc_gnuradio/Makefile.am | |||
2011-03-14 | gruel: SWIGing Gruel into Python to access PMTs. | Tom Rondeau | |
2011-03-14 | gnuradio-examples: add C++ audio examples using new gr-audio | Johnathan Corgan | |
* gnuradio-examples/C++/audio/dial_tone | |||
2011-03-14 | created gruel/attributes.h to house compiler specific attribute macros | Josh 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-14 | Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audio | Johnathan Corgan | |
* jblum/wip/gr-audio: gr-audio: added README and default config fix | |||
2011-03-14 | audio: remove obsoleted individual top-level components | Johnathan Corgan | |
2011-03-14 | gr-audio: added README and default config fix | Josh Blum | |
2011-03-14 | Merge remote branch 'jblum/wip/gr-audio' into wip/gr-audio | Johnathan 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-14 | volk: simplify the get new method for the aligned pool | Josh Blum | |
2011-03-13 | Fixing gr_filter_design program to import from gnuradio Python package. | Tom Rondeau | |
2011-03-13 | grc: moved all usrp1 and usrp2 stuff out of grc and into gr-usrp*/grc | Josh 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-13 | Adding test to use free or munmap to USRP2 ethernet buffer. | Tom Rondeau | |
2011-03-13 | grc: swap store the subprocess object rather than the pid when executing | Josh Blum | |
For some reason os.kill(p.pid, SIGKILL) does not work on windows. However, the subprocess p.kill() works just fine for both systems. | |||
2011-03-12 | qtgui: removed python directory that was added, never used | Josh Blum | |
2011-03-12 | uhd: use %ignore to hide warnings and fix errors | Josh Blum | |
2011-03-12 | Added/updated ignore files. | Johnathan Corgan | |
2011-03-09 | Fixing gr_filter_design program to import from gnuradio Python package. | Tom Rondeau | |
2011-03-09 | audio: high prio for platform specific audio osx | Josh Blum | |
2011-03-09 | audio: added windows and osx audio source files | Josh Blum | |
2011-03-09 | audio: added config checks for other audios, added jack and port | Josh Blum | |
2011-03-09 | audio: make prefs look like old audio, removed old audio.py | Josh Blum | |
2011-03-09 | audio: register arches with priorities, ex: prefer alsa over oss | Josh Blum | |
2011-03-09 | audio: added oss support to gr-audio | Josh Blum | |
2011-03-09 | audio: use conf files to specify default arch | Josh Blum | |
2011-03-09 | audio: moved the grc audio blocks into gr-audio dir | Josh Blum | |
2011-03-09 | audio: moved alsa support files into subdirectory | Josh Blum | |
2011-03-09 | audio: work on swig support, it imports | Josh Blum | |
2011-03-09 | audio: work to get alsa support in, lets see if this works before adding more | Josh Blum | |
2011-03-09 | audio: added audio factory registry and top level includes | Josh Blum | |
2011-03-08 | audio: skeleton for gr-audio component | Josh Blum | |
2011-03-08 | volk: replace posix_memalign with something cross platform | Josh Blum | |
2011-03-07 | qtgui-grc: added suport in main template for theme icon | Josh Blum | |
2011-03-07 | qtgui-grc: minor tweaks to the various things | Josh Blum | |
2011-03-07 | reverted accidental change to keep 1 in n block | Josh Blum | |
2011-03-07 | qtgui-grc: added read-only thermo widget to range block | Josh Blum | |
2011-03-07 | qtgui-grc: fix for list option working in chooser block | Josh Blum | |
2011-03-07 | uhd: fix generation typo on uhd grc blocks io direction | Josh Blum | |
2011-03-07 | qtgui-grc: added check for pyqwt in config | Josh Blum | |
2011-03-07 | grc: added function args to probe block and documentation | Josh Blum | |
2011-03-06 | grc: rework the probe blocks and how they fit into grc | Josh Blum | |
Removed the source on all probe blocks. Advertise the probe-able function in the docs. Added missing signal probe block. Removed probe function and variable sink blocks. Removed all supporting grc_gnuradio python files. Added variable_function_probe block that can probe arbitrary functions on a block. All the code needed by the function probe is available is the make tag. To display the value of a probe block, use the variable probe block, and a gui widget. To disply the value of a stream, do the same but use the signal probe block. Simple see :-) If more types other than floats need to be read from the stream, the signal probe should be extended. | |||
2011-03-05 | qtgui-grc: moved slider to range, added knob and gui tweaks | Josh Blum | |
2011-03-05 | volk: fixing configuration for Cygwin builds. | Don Ward | |
2011-03-04 | qtgui-grc: use a vboxlayout for the top_layout | Josh Blum | |
2011-03-03 | qtgui-grc: made slider widget components (counter/slider) optional | Josh Blum | |
2011-03-02 | qtgui-grc: add engineering notation to entry and label + other tweaks | Josh Blum | |
2011-03-01 | qtgui-grc: enable start/stop control through qt widgets | Josh Blum | |
2011-03-01 | qtgui-grc: rename the text entry and label blocks | Josh Blum | |
2011-03-01 | grc-qtgui: creaded check box widget with qtgui, cleanup label code | Josh Blum | |
2011-03-01 | grc-qtgui: added variable text box and static text widgets | Josh Blum | |